Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
My style, need a little help.
I've been setting up my new Vanilla install with a style to suite my website.
The only problem I seem to have is on the panel at the bottom below the vanilla copy write there is just white, where I would like it to continue down to the bottom with the blue.
http://offroadingsubarus.com/forum/
That's the site, if someone could check it out and maybe help me with this that would be awesome.
I'm learning a lot about CSS doing this. I normally just make template sites in Dreamweaver. This is a little above me but I think I am learning well.
Also how can I get the curve.gif (top left of content section) to sit further to the left how it should?
Cheers, and thanks for an awesome forum software plus awesome add-ons.
0
This discussion has been closed.
Comments
I won't add the blue to the panel. u will never get ride of that white space.
what I'll do is add it to the body tag. create a (height: 1px, width: same as the width of panel) Blue horizontal image and have it repeat vertically. it will give u the impression that the Blue is in the Panel and White in the Content. and best of all it will go all the way to the bottom.
body {
background: #FFF url(blue.gif) repeat-y top left ;
}
at line 107
remove the number 100 so it looks like this
$Panel->AddList($Context->GetDefinition('Notification'));