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.
Styles and Vanilla 1.1.2
Since I've found myself doing a bunch of testing recently, I thought I would mention one thing concerning the new Update Check form and CSS. Having used the default style, I really like the new images showing the kinds of updates. I updated the europeaftertherain style since I use that a lot to display these new icons. The new UpdateCheck css in the new vanilla.css should be copied to your vanilla.css before the /* RoleEdit Form */ as I've done below. I also commented out the existing Form.UpdateCheck as indicated. You'll also have to adjust the background colors as I've done for the europeaftertherain style.
You also need to copy the new ico.alert.gif, ico.check.gif, and ico.unknown.gif to your style folder.
I hope this helps.
You also need to copy the new ico.alert.gif, ico.check.gif, and ico.unknown.gif to your style folder.
I hope this helps.
/* Update Check form */
/* remove jimw for new Update stuff in Vanilla 1.1.2
#Form.UpdateCheck p.Description {
padding: 0px !important;
margin: 0px 0px 10px 0px !important;
}
*/
/* Update Check form add jimw for Vanilla 1.1.2 */
.UpdateOld .Name,
.UpdateGood .Name,
.UpdateUnknown .Name,
.UpdateChecking .Name {
padding: 0px 0px 4px 23px !important;
}
.UpdateOld .Details,
.UpdateGood .Details,
.UpdateUnknown .Details,
.UpdateChecking .Details {
font-weight: normal;
}
.UpdateOld,
.UpdateUnknown {
background: #595959; /*FFFFCC;*/
}
.UpdateGood {
background: #595959; /*#FFFB97;*/
}
.UpdateChecking {
background: #595959; /*#FFFEEC;*/
}
.UpdateOld .Name {
background: url(ico.alert.gif) no-repeat top left;
}
.UpdateGood .Name {
background: url(ico.check.gif) no-repeat top left;
}
.UpdateUnknown .Name {
background: url(ico.unknown.gif) no-repeat top left;
}
.UpdateChecking .Name {
background: url(progress.gif) no-repeat center left;
}
0
This discussion has been closed.
Comments
I added them and updated my .css file and they look great, pity nobody but the admin can see them.
Posted: Thursday, 5 April 2007 at 1:17PM