Difference between revisions of "MediaWiki:Vector.css"
From Wiki2
(Created page with "→CSS placed here will affect users of the Vector skin: →BreadCrumbs plugin: .breadcrumbs { position: relative; font-size:0.8em; top: -15px; }") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
/* edit this file to customize the monobook skin for the entire site */ | |||
body{ background: #e1e1e1 url("http://sitebuilt.net/files/bkg/stjohnsnorkel.JPG") 0px 0px no-repeat; } | |||
#mw-head{ background: #e1e1e1 url("http://sitebuilt.net/files/bkg/stjohnsnorkel.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: #34BCCC} | |||
#content{background: #DEF7E4} | |||
div.mw-geshi { | |||
padding: 1em; | |||
margin:1em 0; | |||
border: 1px dashed #2fab6f; | |||
} | |||
/* BreadCrumbs plugin */ | /* BreadCrumbs plugin */ | ||
.breadcrumbs { | .breadcrumbs { | ||
position: relative; | position: relative; | ||
font-size:0. | font-size:0.7em; | ||
top: - | top: -20px; | ||
} | } |
Latest revision as of 00:11, 21 April 2013
/* CSS placed here will affect users of the Vector skin */ /* edit this file to customize the monobook skin for the entire site */ body{ background: #e1e1e1 url("http://sitebuilt.net/files/bkg/stjohnsnorkel.JPG") 0px 0px no-repeat; } #mw-head{ background: #e1e1e1 url("http://sitebuilt.net/files/bkg/stjohnsnorkel.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: #34BCCC} #content{background: #DEF7E4} div.mw-geshi { padding: 1em; margin:1em 0; border: 1px dashed #2fab6f; } /* BreadCrumbs plugin */ .breadcrumbs { position: relative; font-size:0.7em; top: -20px; }