Doctor Who Cuttings Archive

MediaWiki:Common.css

From The Doctor Who Cuttings Archive
Revision as of 01:32, 24 October 2013 by John Lavalie (talk | contribs)
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 */
/* TARDIS blue = #210664 */

#headertabs.round .ui-corner-top {
   -moz-border-radius-topleft: 3px;
   -webkit-border-top-left-radius: 3px;
   -moz-border-radius-topright: 3px;
   -webkit-border-top-right-radius: 3px;
   border-top-left-radius: 3px 3px;
   border-top-right-radius: 3px 3px;
}

#headertabs.round .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
   border: 1px solid #DDD;
   font-weight: normal;
   color: #2779AA;
}

div.p-tb { visibility: hidden; }

/* __NOTITLE__ on main page */
body.page-Main_Page h1.firstHeading { display:none; }

/* remove tabs */
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-viewsource { display:none!important; }

/* footer */
a#mw_poweredby { font-size: 300%; }
#about { font-size: 300%; }
#disclaimer { visibility: hidden; }
#privacy { visibility: hidden; }