MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
padding-right: 0; | padding-right: 0; | ||
} | } | ||
.cat-Document # | |||
.cat-Document #contentHeader, .cat-GlossaryTerm #firstHeading { | |||
display: none !important; | display: none !important; | ||
} | } |
Revision as of 18:29, 7 December 2022
body.page-ActionList > div:nth-child(1) {
margin-bottom: 0 !important;
}
.Term h1 { display: none; }
dd {
margin-left: 0 !important;
}
/* CSS placed here will be applied to all skins */
.inline-button {
display:inline;
}
#content {
padding-left: 0;
padding-right: 0;
}
.cat-Document #contentHeader, .cat-GlossaryTerm #firstHeading {
display: none !important;
}
.rootpage-PolicyOverview .contentHeader {
display: none !important;
}
.mw-collapsible span.mw-collapsible-toggle {
float:left;
margin-left:0;
margin-right:1em;
}
.cat-Document .mw-collapsible {
display: none;
}
.wikitable.smw-table.custom-form > * > tr > th {
text-align: left !important;
width: 20% !important;
}
#contentSub span.subpages {
display: block;
}
a.nav-link, a.nav-link:hover, a.nav-link:visited {
color: white !important;
}
.page-ActionList #firstHeading, .page-Main_Page #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;
}