Difference between revisions of "MediaWiki:Timeless.css"
From Wiki2
Line 8: | Line 8: | ||
/* div.pbody ar the left menus and #content is the content page*/ | /* div.pbody ar the left menus and #content is the content page*/ | ||
div.pBody{background: #c4b0b0} | div.pBody{background: #c4b0b0} | ||
#content{background: #B3AEA8} | /* #content{background: #B3AEA8} */ | ||
div.mw-geshi { | div.mw-geshi { | ||
padding: 1em; | padding: 1em; |
Revision as of 17:17, 21 December 2021
/* All CSS here will be loaded for users of the Timeless skin */ /* CSS placed here will affect users of the Monobook skin */ /* edit this file to customize the monobook skin for the entire site */ body{ background: #e1e1e1 url("https://wiki2.sitebuilt.net/images/9/9c/Skateboarder.jpg") 0px 0px no-repeat; } #column-one ul {opacity: 0.6;} #column-one ul:hover {opacity: 1} /* div.pbody ar the left menus and #content is the content page*/ div.pBody{background: #c4b0b0} /* #content{background: #B3AEA8} */ div.mw-geshi { padding: 1em; margin:1em 0; border: 1px dashed #2fab6f; }