Doctor Who Cuttings Archive

MediaWiki:Common.css

From The Doctor Who Cuttings Archive
Revision as of 19:44, 22 October 2015 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 */


ul.TwoColumns {
   column-count:2 ;
  overflow:hidden;
}
li.TwoColumns {
  float:left;
  display:inline;
  width:50%;
text-decoration-color: red;
}

tr.row-even { background-color: #CFDEF3; margin:0px; }
thead { background-color: #f2f8ff; margin:0px; }

#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;
}

/* hide toolbox */
div.p-tb { visibility: hidden; }
    #p-tb { display: none; }


/* __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; }
#edittab { display:none!important; }
.editsection { display:none!important; }

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

/* ticker */
#ticker table { width:100%; }
#ticker td.date { white-space:nowrap; }

/* right justified container class*/
.container { float:right; padding:7px; border:3px solid blue; margin-bottom:1em; clear:both; max-width:350px; }

.uls-trigger { visibility: hidden; }
#pt-login a { color: blue; }

/* Mary Whitehouse */
#mary li { line-height:90%; }
#mary p { margin-bottom: -.75em; margin-top:.25em }
#mary img { align:center; margin-bottom: -.5em }

/* no print */
@media print
{
    .NoPrint { display: none; }
    .ad-wrapper { display: none; }
    #BAP-holder { display: none; }
    .ui-tabs-nav { display: none; }
    .footer { display: none; }
    .subpages { display: none; }
    .img_ad { display: none; }
    .adsbygoogle { display: none; }
    .GoogleActiveViewClass { display: none; }
    .ins.adsbygoogle { display: none; }
}

/* hide these */
    .mw-search-result-data { display: none; }
    .mw-search-formheader  { display: none; }

body.page-Main_Page h1.firstHeading { display: none; }