Difference between revisions of "MediaWiki:Monobook.css"

From Wiki2
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* CSS placed here will affect users of the Monobook skin */
/* edit this file to customize the monobook skin for the entire site */
/* 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; }
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 {opacity: 0.6;}
#column-one ul:hover {opacity: 1}
#column-one ul:hover {opacity: 1}
/* 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: #34BCCC}
div.pBody{background: #c4b0b0}
#content{background: #F7F9F8}
#content{background: #e5d0d0}
div.mw-geshi {
  padding: 1em;
  margin:1em 0;
  border: 1px dashed #2fab6f;
}

Latest revision as of 17:03, 21 December 2021

/* 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: #e5d0d0}
div.mw-geshi {
  padding: 1em; 
  margin:1em 0; 
  border: 1px dashed #2fab6f;
}