MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
.theme-header-row h3 { | .theme-header-row h3 { | ||
color: white !important; | color: white !important; | ||
} | |||
.page-Special_FormEdit_Progress div.editOptions:nth-child(1) { | |||
display:none; | |||
} | } |
Revision as of 20:38, 28 September 2022
/* CSS placed here will be applied to all skins */
.tocnumber { display: none !important; }
#mw-navigation, nav {
background-color: #008568 !important;
}
table th {
background-color: #008568 !important;
color: white !important;
}
table th a {
color: white !important;
}
.theme-header-row {
background-color: #008568 !important;
}
.theme-header-row h3 {
color: white !important;
}
.page-Special_FormEdit_Progress div.editOptions:nth-child(1) {
display:none;
}