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) |
||
| (92 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* TARDIS blue = #210664 */ | /* TARDIS blue = #210664 */ | ||
| + | |||
| + | tr.row-even { background-color: #CFDEF3; margin:0px; } | ||
| + | thead { background-color: #f2f8ff; margin:0px; } | ||
| + | #firstHeading { text-align:center; } | ||
| + | body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } | ||
| + | #pt-login li { color: #3C78B5; } | ||
#headertabs.round .ui-corner-top { | #headertabs.round .ui-corner-top { | ||
| Line 14: | Line 20: | ||
border: 1px solid #DDD; | border: 1px solid #DDD; | ||
font-weight: normal; | font-weight: normal; | ||
| − | color: #2779AA; | + | color: #CFDEF3; /*#2779AA;*/ |
} | } | ||
/* 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 29: | Line 34: | ||
#ca-history { display:none!important; } | #ca-history { display:none!important; } | ||
#ca-viewsource { display:none!important; } | #ca-viewsource { display:none!important; } | ||
| + | #edittab { display:none!important; } | ||
| + | .editsection { display:none!important; } | ||
/* footer */ | /* footer */ | ||
| Line 45: | Line 52: | ||
.uls-trigger { visibility: hidden; } | .uls-trigger { visibility: hidden; } | ||
#pt-login a { color: blue; } | #pt-login a { color: blue; } | ||
| + | |||
| + | .catlinks { background-color: #CFDEF3; border:2px solid black; } | ||
| + | li.category.selected { font-weight:bold;} | ||
/* Mary Whitehouse */ | /* Mary Whitehouse */ | ||
| + | #mary li { line-height:90%; } | ||
| + | #mary p { margin-bottom: -.75em; margin-top:.25em } | ||
| + | #mary img { align:center; margin-bottom: -.5em } | ||
| + | |||
/* no print */ | /* no print */ | ||
| − | |||
| − | |||
@media print | @media print | ||
{ | { | ||
| Line 62: | Line 74: | ||
.GoogleActiveViewClass { display: none; } | .GoogleActiveViewClass { display: none; } | ||
.ins.adsbygoogle { display: none; } | .ins.adsbygoogle { display: none; } | ||
| + | #jump-to-nav { display: none; } | ||
| + | .mw-jump-link { display: none; } | ||
} | } | ||
| Line 67: | Line 81: | ||
.mw-search-result-data { display: none; } | .mw-search-result-data { display: none; } | ||
.mw-search-formheader { display: none; } | .mw-search-formheader { display: none; } | ||
| + | .mw-rcfilters-ui-filterTagMultiselectWidget-wrapper { display: none; } | ||
| + | .oo-ui-tagMultiselectWidget-input .oo-ui-widget oo-ui-widget-enabled .oo-ui-inputWidget .oo-ui-iconElement .oo-ui-textInputWidget .oo-ui-textInputWidget-type-text { display: none; } | ||
| + | |||
| + | body.page-Main_Page h1.firstHeading { display: none; } | ||
| + | |||
| + | .blackBar { border-left:2px solid black; height:100%; width:2em; margin-left:2em; } | ||
| + | |||
| + | .mw-subcategories {column-count: 3;} | ||
| + | |||
| + | /* hide new stuff */ | ||
| + | .drilldownInfo { display: none; } | ||
| + | #mw-helplink { display: none; } | ||
| + | #mw-indicator-mw-helplink { display: none; } | ||
| + | #ask-export-links { display: none; } | ||
| + | #mw-searchoptions { display: none; } | ||
| + | #mw-search-profile-tabs { display: none; } | ||
| + | |||
| + | #localNotice { font-weight: bold; } | ||
| + | |||
| + | .firstHeading, #siteNotice, #footer { background-color: #99bbff } | ||
| + | |||
| + | div.drilldown-filter, div.drilldown-filter-label { display:inline } | ||
| + | |||
| + | .group-heading { display: none; } | ||
Latest revision as of 18:06, 25 December 2019
/* CSS placed here will be applied to all skins */
/* TARDIS blue = #210664 */
tr.row-even { background-color: #CFDEF3; margin:0px; }
thead { background-color: #f2f8ff; margin:0px; }
#firstHeading { text-align:center; }
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
#pt-login li { color: #3C78B5; }
#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: #CFDEF3; /*#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; }
.catlinks { background-color: #CFDEF3; border:2px solid black; }
li.category.selected { font-weight:bold;}
/* 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; }
#jump-to-nav { display: none; }
.mw-jump-link { display: none; }
}
/* hide these */
.mw-search-result-data { display: none; }
.mw-search-formheader { display: none; }
.mw-rcfilters-ui-filterTagMultiselectWidget-wrapper { display: none; }
.oo-ui-tagMultiselectWidget-input .oo-ui-widget oo-ui-widget-enabled .oo-ui-inputWidget .oo-ui-iconElement .oo-ui-textInputWidget .oo-ui-textInputWidget-type-text { display: none; }
body.page-Main_Page h1.firstHeading { display: none; }
.blackBar { border-left:2px solid black; height:100%; width:2em; margin-left:2em; }
.mw-subcategories {column-count: 3;}
/* hide new stuff */
.drilldownInfo { display: none; }
#mw-helplink { display: none; }
#mw-indicator-mw-helplink { display: none; }
#ask-export-links { display: none; }
#mw-searchoptions { display: none; }
#mw-search-profile-tabs { display: none; }
#localNotice { font-weight: bold; }
.firstHeading, #siteNotice, #footer { background-color: #99bbff }
div.drilldown-filter, div.drilldown-filter-label { display:inline }
.group-heading { display: none; }