MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| (13 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 */ | ||
/* Changes the default wikitable settings */ | |||
.wikitable, | |||
.mw_metadata { | |||
/* background:#606060; */ | |||
margin:1em 0; | |||
border:1pt solid #aaa; | |||
border-collapse:collapse; | |||
font-size:12pt | |||
} | |||
div.vectorMenu li a { | |||
display:inline-block; | |||
padding:0.5em; | |||
white-space:nowrap; | |||
/* color:#606060; */ | |||
cursor:pointer; | |||
font-size:0.8em | |||
} | |||
/* Changes the background color of content windows: */ | /* Changes the background color of content windows: */ | ||
#content { background-color: #606060; } | /* #content { background-color: #606060; } */ | ||
/* #vectorTabs span a { background-color: #606060; } */ | |||
/* | |||
#bodyContent { background-color: #606060; } | #bodyContent { background-color: #606060; } | ||
#firstHeading { background-color: #606060; } | #firstHeading { background-color: #606060; } | ||
#catlinks { background-color: #606060; } | #catlinks { background-color: #606060; } | ||
#mw-head { background-color: #000000; } | #mw-head { background-color: #000000; } | ||
| Line 28: | Line 47: | ||
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */ | /* Changes the background color of the bottom and left of each page, up to behind half of the logo: */ | ||
body { background: black; } | /* body { background: black; } */ | ||
/* Changes the background color behind the top half of the logo and at top of each page: */ | /* Changes the background color behind the top half of the logo and at top of each page: */ | ||
#mw-page-base { background: black; } | /* #mw-page-base { background: black; } */ | ||
#mw-panel { background-color: black; } | /* #mw-panel { background-color: black; } */ | ||
/* Removes the [edit] option beside headers on the main page */ | |||
body.page-Main_Page .mw-editsection { display: none; } | body.page-Main_Page .mw-editsection { display: none; } | ||
/* Hides the "Main Page" title text from the main page | |||
.page-Main_Page h1.page-header__title { display: none; } | |||
Latest revision as of 17:08, 13 August 2025
/* CSS placed here will be applied to all skins */
/* Changes the default wikitable settings */
.wikitable,
.mw_metadata {
/* background:#606060; */
margin:1em 0;
border:1pt solid #aaa;
border-collapse:collapse;
font-size:12pt
}
div.vectorMenu li a {
display:inline-block;
padding:0.5em;
white-space:nowrap;
/* color:#606060; */
cursor:pointer;
font-size:0.8em
}
/* Changes the background color of content windows: */
/* #content { background-color: #606060; } */
/* #vectorTabs span a { background-color: #606060; } */
/*
#bodyContent { background-color: #606060; }
#firstHeading { background-color: #606060; }
#catlinks { background-color: #606060; }
#mw-head { background-color: #000000; }
#mw-head-base { background-color: #606060; }
#mw-panel { background-color: #606060; }
#p-logo { background-color: #000000; }
#p-navigation { background-color: #606060; }
#p-tb { background-color: #606060; }
#p-tb-label { background-color: #606060; } */
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
/* body { background: black; } */
/* Changes the background color behind the top half of the logo and at top of each page: */
/* #mw-page-base { background: black; } */
/* #mw-panel { background-color: black; } */
/* Removes the [edit] option beside headers on the main page */
body.page-Main_Page .mw-editsection { display: none; }
/* Hides the "Main Page" title text from the main page
.page-Main_Page h1.page-header__title { display: none; }