MediaWiki:Monobook.css

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 */

#shortcut {
 display: inline;
 position: absolute;
 z-index: 1;
 border: 0px;
 background: none;
 right: 12px;
 top: 4.0em;
 float: right;
 margin: 0.0em;
 padding: 0.0em;
 line-height: 1.5em;
 text-align: right;
 text-indent: 0em;
 font-size: 90%;
 text-transform: none;
 white-space: normal;
}

/* Sitenotice formatting copied from Wikipedia */
#siteNotice {
 margin-top: 5px;
 margin-bottom: -.5em;
 text-align: center;
 background-color: transparent;
}

/* For positioning icons at top-right, used in Templates
 * "Spoken Article" and "Featured Article"
 */
div.topicon {
 position: absolute; 
 z-index: 100; 
 top: 10px;
 display: block !important;
}

/* Something, uh, less "brown" */
.usermessage {
 border: 1px solid #99B3FF;
 background-color: #E0E8FF;
}

/* Talk pages */
#content {
 background: #F8FCFF; /* a light blue */
}

#content div.thumb {
 border-color: #F8FCFF;
}

.ns-0 * #content {
 background: white;
}

#mytabs li {
 background: #F8FCFF;
}

.ns-0 * #mytabs li {
 background: white;
}

#mytabs li a {
 background-color: #F8FCFF;
}

.ns-0 * #mytabs li a {
 background-color: white;
}

#p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {
 background-color: #F8FCFF;
}

.ns-0 * #p-cactions li a {
 background-color: #fbfbfb;
}

.ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover {
 background-color: white;
}

.ns-0 * #content div.thumb {
 border-color: white;
}