MediaWiki:Common.css

From BroaDWcast
Revision as of 17:58, 23 March 2012 by John Lavalie (talk | contribs) (Undo revision 9678 by John Lavalie (talk))
Jump to navigationJump to search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

/*
#n-facebook {
   background-image: url('http://gallifreybase.com/w/images/b/b1/Facebook-logo.jpg');
   padding-left: 20px;
   padding-bottom: 20 px;
   height: 40px;
}

#n-facebook a {
   vertical-align: middle;
   font-size: 200%;
   color: #0e4c97;
   z-index: -1
}

#n-facebook img {
   position: absolute;
   left: 0px;
   top: 0px;
   z-index: 1;
}
*/

@media print
{
    .NoPrint { display: none; }
    .toc, #toc { display: none; }
    #contentSub, .sortarrow { display: none; }
}

div.p-tb { visibility: hidden; }

.reference { font-size: 105%; }

.thumbcaption { text-align:center; }

.gallery { background-color: #ccff00; }
.gallerybox { background-color: #ffffcc; }
.gallerytext { text-align:center; }

.catlinks { background-color: #ffcc00;
            font-weight: bold; }