MediaWiki:Monobook.css

From NewgonWiki
Revision as of 20:39, 6 April 2009 by Jillium (talk | contribs) (new)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Monobook skin */

/* simple */

body {
background: url("http://newgon.com/pics/bg3.PNG") 0px 0px repeat; 
}

#content {
border:10px solid #000;
}

#footer {
border-top:3px solid #000;
border-bottom:3px solid #000;
}

a.new {
color: #008000!important;
}

.collapseButton {         
float: right;       
font-weight: normal;  
text-align: right;
width: auto;
}




/* Image links */


.imagelink_research a {
display:block;
text-decoration:none;
background-repeat: no-repeat;
width:120px;
height:156px;
background-image: url("http://newgon.com/w/images/thumb/Kinseycrop.jpg/120px-Kinseycrop.jpg") 
}





/* navigation boxes */

#p-navigation h5,
#p-search h5,
#p-tb h5 {
display:block;
border:4px solid #000;
border-bottom:none;
border-left:none;
margin:0px;
padding-bottom:4px;
}

#p-navigation h5 {
font-weight: bold;
color:#FFFC17;
background-color: #1589FF;
}

#p-search h5 {
font-weight: bold;
color:#FFFC17;
background-color: #1589FF;
}

#p-tb h5 {
font-weight: bold;
color:#FFFC17;
background-color: #1589FF;
}

#p-navigation .pBody,
#p-search .pBody,
#p-tb .pBody {
border:4px solid #000;
border-top:none;
border-left:none;
margin:0px;
padding-top:2px;
}

#p-search .pBody {
padding-top:4px;
}






/* tabs */

#p-cactions li.selected {
border:none!important;
}

#p-cactions li.selected a {
z-index:1;
background-color:#000;
border:none!important;
}

#p-cactions li {
background-color:#000;
border:none!important;
}

#p-cactions li a {
background-color:#000;
color:#94BED7;
border:none!important;
}

#p-cactions li a:hover {
z-index:1;
background-color: #000!important;
color:#fff;
}

#p-cactions .new a {
color: #96E57C!important;
}








/* content child classes */

#toc {
border:2px solid #000!important;
padding:8px;
}

.firstHeading {
color: #153E7E;
font-family: "trebuchet ms";
font-size:240%;
}

#bodyContent {
padding-left:8px;
}

.mw-headline {
color: #153E7E;
}