Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorlech
    • CommentTimeAug 14th 2005 edited
     # 1
    Not 1, but 2 new themes! They're done! I know some of you (mini) have been eager to grab them. I've created a small download site on my domain for everyone to grab and use them. feel free to download and use them from your own location as my server has been bearing the brunt for the past few days. Grab your own copy here: http://www.secondagenda.com/vanilla/ and use it on your own installation or remotely :D
  1.  # 2
    Awesome work. I hope you don't mind.. I might use it but want to change the red to blue.
  2.  # 3
    mark can you put these on the vanilla server please?
    •  
      CommentAuthorlech
    • CommentTimeAug 14th 2005
     # 4
    unfortunate, go ahead and change it, go nuts with swapping colors, I don't mind. If it's not changed radically just keep the credits in tact :D
  3.  # 5
    Real quick, the comment box is to wide. I wanted to shorten it.
    •  
      CommentAuthorlament
    • CommentTimeAug 14th 2005
     # 6
    what's that javascript to see the style live?
    •  
      CommentAuthorlament
    • CommentTimeAug 14th 2005
     # 7
    Real quick, the comment box is to wide. I wanted to shorten it.

    change the width on the .CommentInput class in the CSS.
  4.  # 8
    Thanks
    •  
      CommentAuthorMark
    • CommentTimeAug 14th 2005
     # 9
    They're available now in account / change stylesheet
    •  
      CommentAuthorlech
    • CommentTimeAug 14th 2005
     # 10
    wewt, thanks mark!
  5.  # 11
    Hey lech what happened to the comment box on your lighter style?
    •  
      CommentAuthorlech
    • CommentTimeAug 14th 2005
     # 12
    what about the comment box?
  6.  # 13
    Sorry I mean the whisper box. I'm toying with your style locally and I'm not seeing the whisper box on top of the comments box.
    •  
      CommentAuthorlech
    • CommentTimeAug 14th 2005
     # 14
    Have you got whispers enabled?
  7.  # 15
    Sorry... I just checked and for some reason all the extension options on my local install are whispers. I did a new install and everything is working fine. Thanks lech.
    •  
      CommentAuthorlech
    • CommentTimeAug 14th 2005
     # 16
    lol!
    •  
      CommentAuthorlech
    • CommentTimeAug 14th 2005 edited
     # 17
    If you just want to resize the comment boxes, ie: the box at the very bottom of say this posting, all you need to do is redefine their sizes here:

    .SmallCommentBox {
    <strong>height: 200px;
    width: 650px;</strong>
    }
    .LargeCommentBox {
    <strong>height: 600px;
    width: 650px;</strong>
    }


    and as for the whisper and other inputs, I've made it simple enough where you can define their widths alone:

    .WhisperBox,
    .ClipboardSelect,
    #WhisperACContainer {
    <strong>width: 300px;</strong>
    }
    •  
      CommentAuthorlech
    • CommentTimeAug 14th 2005 edited
     # 18
    bumped the version to 1.0.2 and added the following values for search icon availability.

    .SearchUserWithIcon {
    position: relative;
    padding-left: 40px;
    padding-bottom: 4px;
    }
    .SearchIcon {
    position: absolute;
    margin: 0 0 0 -40px;
    display: block;
    height: 32px;
    width: 32px;
    background: center center no-repeat;
    }
    • CommentAuthordknowles
    • CommentTimeAug 14th 2005
     # 19
    Nice work, lech. I haven't conjured up the courage to dive into those stylesheets yet.
    •  
      CommentAuthorlech
    • CommentTimeAug 14th 2005
     # 20
    Thanks I didn't comment much, however I did nail down nearly every aspect of the style :D
    •  
      CommentAuthorunfortunate
    • CommentTimeAug 14th 2005 edited
     # 21
    Hey lech with your permission and credit of course, I tweaked the css and images a little bit. This is what I came out with:

    Whisper To & From

    Hope you approve.. :)
    •  
      CommentAuthornathan
    • CommentTimeAug 14th 2005
     # 22
    nice work lech.

    @unfortunate: I like that blue version also. great job.

    Keep 'em coming.
    •  
      CommentAuthorlech
    • CommentTimeAug 14th 2005
     # 23
    looks hott unfortunate, good work you have my blessing to screw it up as you wish :D I've released a small change by simply adding the searchicon definitions. I have another whack ass twist on these two themes in the works, however I'm not sure anyone will like what I have in store so I'll keep them under wraps until it's ready.
    •  
      CommentAuthorKosmo
    • CommentTimeAug 15th 2005
     # 24
    So lech, is there anything you CAN'T do? You are like a god.. MY god. Oh mighty, lech smite thy unbelievers so they shall see the light. *bows*

    And from that, you can assume that I like your themes. Keep on the good work.
    •  
      CommentAuthorlech
    • CommentTimeAug 15th 2005 edited
     # 25
    So lech, is there anything you CAN'T do?

    well, I can't exactly do high-level extensible and rewritable coding like mark is currently doing, but I can try. I can't sing either. But I'm glad you enjoy the themes though :)
  8.  # 26
    Hey lech what does the searchicon definition do? I noticed the above code addition but didn't bother adding it to global.css.
    •  
      CommentAuthorlech
    • CommentTimeAug 15th 2005 edited
     # 27
    unfortunate: if you do a search currently on your own installation of vanilla for say, users with U in their name, you'll notice that even if they do have an icon for their username/profile it won't appear in search, those two classes define the icon holder properties. It's only relevant if you want user icons to appear in your user searches.
  9.  # 28
    I see. I guess if I had sat down to think about what that class was I could have figured that out.
    •  
      CommentAuthorchrissy
    • CommentTimeAug 15th 2005
     # 29
    unfortunate: are you able to host that theme somewhere for any of us to grab?
  10.  # 30
    Yeh. As soon as I can get it uploaded on a server I'll post the link. I'm trying to get it uploaded for a Vanilla install today.
    • CommentAuthorjaseone
    • CommentTimeAug 28th 2005
     # 31
    Great styles! I am using the Root Dark theme on http://hipinhouston.com and have yet needed to make a modification to it. The more I use Vanilla the more I like it and the more it makes sense, especially after being a regular on an IPB based forum!
    •  
      CommentAuthorlech
    • CommentTimeAug 28th 2005
     # 32
    I'm glad you're enjoying it :D As things progress, I'm hoping to improve it a little better. Hopefully templates in the next versions will aid in how things get displayed. So with that will come a total overhaul in how things look in these themes.
Add your comments
    Username Password
  • Format comments as