MediaWiki:Monobook.css: Difference between revisions

From MC Public Wiki
Jump to navigation Jump to search
No edit summary
(Undo revision 22462 by Admin (talk))
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
.thumb{border-color:transparent!important;}
.thumb{border-color:transparent!important;}
.gallerybox .thumb{border-color:#ccc!important;}
.gallerybox .thumb{border-color:#ccc!important;}
body{ background: #e1e1e1 url("/skins/monobook/back.jpg") 0px 0px repeat; }
body{ background: #48433a url("/skins/monobook/back.jpg") 0px 0px repeat; }
 
/* Fix sidebar */
div#mw-panel { position: fixed;
  overflow: auto;
  top: 0px;
  bottom: 0px;
  height: 100%;
  /* Prevent content overlay when sidewards scrolling */
  background-color: #F6F6F6;
  border-right: 1px solid #A7D7F9;
}
/* Prevent sidewards scrolling in pre elements */
pre {
  overflow: auto;
  max-height: 25em;
}

Latest revision as of 01:09, 1 May 2013

/* CSS placed here will affect users of the Monobook skin */
.page-Main_Page .firstHeading{display:none;}
.thumb{border-color:transparent!important;}
.gallerybox .thumb{border-color:#ccc!important;}
body{ background: #48433a url("/skins/monobook/back.jpg") 0px 0px repeat; }

/* Fix sidebar */
div#mw-panel { position: fixed;
  overflow: auto;
  top: 0px;
  bottom: 0px;
  height: 100%;
  /* Prevent content overlay when sidewards scrolling */
  background-color: #F6F6F6;
  border-right: 1px solid #A7D7F9;
}
/* Prevent sidewards scrolling in pre elements */
pre {
  overflow: auto;
  max-height: 25em;
}