Difference between revisions of "MediaWiki:Common.css"
From The Doctor Who Cuttings Archive
Jump to navigationJump to searchJohn Lavalie (talk | contribs) |
John Lavalie (talk | contribs) |
||
| Line 19: | Line 19: | ||
/* hide toolbox */ | /* hide toolbox */ | ||
div.p-tb { visibility: hidden; } | div.p-tb { visibility: hidden; } | ||
| − | + | #p-tb { display: none; } | |
| + | |||
/* __NOTITLE__ on main page */ | /* __NOTITLE__ on main page */ | ||
| Line 39: | Line 40: | ||
#ticker td.date { white-space:nowrap; } | #ticker td.date { white-space:nowrap; } | ||
| − | /* right justified container class */ | + | /* right justified container class*/ |
.container { float:right; padding:7px; border:3px solid blue; margin-bottom:1em; clear:both; max-width:350px; } | .container { float:right; padding:7px; border:3px solid blue; margin-bottom:1em; clear:both; max-width:350px; } | ||
| − | |||
.uls-trigger { visibility: hidden; } | .uls-trigger { visibility: hidden; } | ||
| − | |||
Revision as of 03:14, 27 December 2013
/* 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;
}
/* 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; }
/* 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; }