1
You people are so inspiring that I had to start hacking away again on my site (which has no content by the way)
Right now I am working on my admin theme and I have most of the items in the style.css file figured out but I can't figure out a couple of things. Maybe someone here can help:
towards the bottom of the file are 5 tags labled
.bg1 { background-color: #ffffff;}
.bg2 { background-color: #ffff00;}
.bg3 { background-color: #ffcc66; color: #ffffff;}
.bg4 { background-color: #000000;}
.bg5 { background-color: #7f1c38;}
I have figured out that bg5 controls the color for the menu background but what do the others control? So far I can not find anything that uses these?
And what is this for:
html { scrollbar-face-color: #; scrollbar-highlight-color: #dd22bb; scrollbar-shadow-color: #d5d5d5; scrollbar-3dlight-color: #000000; scrollbar-arrow-color: #000000; scrollbar-track-color: #ffffff; scrollbar-darkshadow-color: #000000;}