Difference between revisions of "User:Sborsody/off monobook.css"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
/* 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; } */ | ||
body { background: #ffffff; } | body { background: #ffffff; } | ||
− | + | div.pBody, #footer { 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; } |
Revision as of 19:44, 17 February 2007
/* <pre> */
/* * Vibrant Book Skin, originally by Aristeo. Built upon the Monobook theme. */
/* body { background: url(http://www.uesp.net/w/images/Parchment_bg.jpg) 0 0 repeat; } */
body { background: #ffffff; }
div.pBody, #footer { 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; }
#p-tb { background-color: #527931; }
#p-tb h5 { color: #ffffff; }
#p-tb div.pBody { background-color: #e7f3de; }
#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; }
/* Fixes the white border of doom around thumbnails */
div.tleft, div.tright, div.tnone { border-color: #96b679; }
/* Display text below main article header, located at MediaWiki:tagline */
/* #siteSub { display: inline; font-size: 90%; font-weight: normal; font-style: italic; } */
/* </pre> */