Difference between revisions of "User:Sborsody/off monobook.css"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
/* body { background: url(http://www.uesp.net/w/images/Parchment_bg.jpg) 0 0 repeat; } */ | /* body { background: url(http://www.uesp.net/w/images/Parchment_bg.jpg) 0 0 repeat; } */ | ||
− | div.pBody | + | div.pBody { background-color: #e7f3de; } |
/* #p-cactions ul li a { background: #6c924a; } | /* #p-cactions ul li a { background: #6c924a; } | ||
#p-cactions ul li.selected a { background: #e7f3de; } | #p-cactions ul li.selected a { background: #e7f3de; } | ||
Line 18: | Line 18: | ||
#p-categories { background-color: #527931; } | #p-categories { background-color: #527931; } | ||
#p-categories h5 { color: #ffffff; } | #p-categories h5 { color: #ffffff; } | ||
+ | |||
+ | #footer { background-color: #e7f3de; border-color: #96b679; } | ||
/* </pre> */ | /* </pre> */ |
Revision as of 21:59, 17 February 2007
/* <pre> */
/* body { background: url(http://www.uesp.net/w/images/Parchment_bg.jpg) 0 0 repeat; } */
div.pBody { background-color: #e7f3de; }
/* #p-cactions ul li a { background: #6c924a; }
#p-cactions ul li.selected a { background: #e7f3de; }
#pagehistory li { background: #6c924a; }
#pagehistory li.selected { background-color: #e7f3de; }
table.diff, td.diff-otitle, td.diff-ntitle { background: #6c924a; } */
/* Sidebar colors */
#p-tb { background-color: #527931; }
#p-tb h5 { color: #ffffff; }
#p-search { background-color: #527931; }
#p-search h5 { color: #ffffff; }
#p-navigation { background-color: #527931; }
#p-navigation h5 { color: #ffffff; }
#p-categories { background-color: #527931; }
#p-categories h5 { color: #ffffff; }
#footer { background-color: #e7f3de; border-color: #96b679; }
/* </pre> */