Difference between revisions of "MediaWiki:Common.css"
m |
m |
||
Line 22: | Line 22: | ||
} */ | } */ | ||
/* main content */ | /* main content */ | ||
− | + | #content { | |
/* margin-left: 200px !important; | /* margin-left: 200px !important; | ||
margin-right: auto !important;*/ | margin-right: auto !important;*/ | ||
max-width: 1000px; | max-width: 1000px; | ||
− | } | + | } |
/* history tab */ | /* history tab */ |
Revision as of 07:08, 6 August 2019
/* CSS placed here will be applied to all skins */ /*.tocnumber { display: none; } */ .noautonum .tocnumber { display: none; } /* upper blue line */ /* #mw-head-base { margin-left: 200px !important; margin-right: auto !important; max-width: 1000px !important; } */ /* lower blue line + footer content */ /* #footer { margin-left: 200px !important; margin-right: auto !important; max-width: 1000px !important; } */ /* main content */ #content { /* margin-left: 200px !important; margin-right: auto !important;*/ max-width: 1000px; } /* history tab */ div.vectorTabs ul li#ca-history {visibility: hidden;} div.vectorTabs ul li#ca-nstab-main { display:none!important; } /* Source code tab*/ div.vectorTabs ul li#ca-viewsource { visibility: hidden;} /* Hide discussion tab */ div.vectorTabs ul li#ca-talk { display: none!important;} /*User Read tab */ /*div.vectorTabs ul li#ca-view { display:none!important; }*/ /* User Page tab */ div.vectorTabs ul li#ca-nstab-user { display: none!important;} /* Add arrows to toggle-blocks for collapsible elements */ .mw-collapsible-toggle-expanded.mw-collapsible-arrowtoggle, .mw-collapsible-toggle-expanded .mw-collapsible-arrowtoggle { padding-left: 50px !important; background-image: url('//docs.linn.co.uk/wiki/images/d/dd/SmallArrowDown.png'); background-repeat: no-repeat; background-position: left center; } .mw-collapsible-toggle-collapsed.mw-collapsible-arrowtoggle, .mw-collapsible-toggle-collapsed .mw-collapsible-arrowtoggle { padding-left: 50px !important; background-image: url('//docs.linn.co.uk/wiki/images/f/f7/SmallArrowRight.png'); background-repeat: no-repeat; background-position: left center; }