Difference between revisions of "MediaWiki:Monobook.css"

From Wiki2
Line 6: Line 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: #DEF7E4}
#content{background: #DEF7E4}
div.mw-geshi {
div.mw-geshi {

Revision as of 13:51, 29 December 2016

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