MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
} | } | ||
.nav-link, nav-link:hover, nav-link:visited { | a.nav-link, a.nav-link:hover, a.nav-link:visited { | ||
color: white; | color: white; | ||
} | } |
Revision as of 04:59, 29 September 2022
/* CSS placed here will be applied to all skins */
#content {
padding-left: 0;
padding-right: 0;
}
a.nav-link, a.nav-link:hover, a.nav-link:visited {
color: white;
}
.page-ActionList #firstHeading {
display: none;
}
.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;
}
div.editOptions {
background-color: white;
border: 0;
}
#pfForm > div.editOptions > div.oo-ui-layout.oo-ui-labelElement.oo-ui-fieldLayout.oo-ui-fieldLayout-align-top, #pfForm > div.editOptions > div:nth-child(2), #pfForm > div.editOptions > div:nth-child(3), #wpPreview, #wpDiff {
display:none !important;
}