MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.catlinks, | |||
.avott-structured-data /* Template:Document */ { | |||
display: none; | |||
} | |||
.group-sysop .catlinks, | |||
.group-sysop .avott-structured-data /* Template:Document */ { | |||
display: block; | |||
} | |||
body.page-OrgActionList > div:nth-child(1) { | body.page-OrgActionList > div:nth-child(1) { | ||
margin-bottom: 0 !important; | margin-bottom: 0 !important; | ||
} | } | ||
.btn-secondary { | a.btn-secondary, a.btn-secondary:visited { | ||
background-color: #008568; | background-color: #008568; | ||
color: white; | color: white; | ||
Line 14: | Line 24: | ||
} | } | ||
.menu-item-docs-fi, .menu-item-docs-sv, .menu-item-docs-en, .menu-item-tasks-fi, .menu-item-tasks-sv, .menu-item-tasks-en, .menu-item-progress-fi, .menu-item-progress-en, .menu-item-progress-sv | .menu-item-docs-fi, .menu-item-docs-sv, .menu-item-docs-en, .menu-item-tasks-fi, .menu-item-tasks-sv, .menu-item-tasks-en, .menu-item-progress-fi, .menu-item-progress-en, .menu-item-progress-sv, | ||
.dynalang { | |||
display: none; | |||
} | |||
h1, h2, h3, h4 { | h1, h2, h3, h4 { | ||
Line 106: | Line 119: | ||
border: 0; | 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 { | #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; | display:none !important; | ||
} | } | ||
*/ |
Latest revision as of 18:31, 7 May 2024
.catlinks,
.avott-structured-data /* Template:Document */ {
display: none;
}
.group-sysop .catlinks,
.group-sysop .avott-structured-data /* Template:Document */ {
display: block;
}
body.page-OrgActionList > div:nth-child(1) {
margin-bottom: 0 !important;
}
a.btn-secondary, a.btn-secondary:visited {
background-color: #008568;
color: white;
}
#mw-searchoptions, .mw-search-profile-tabs, .mw-search-createlink, #mw-search-top-table div.oo-ui-actionFieldLayout {
display: block;
}
.results-info {
float: none;
}
.menu-item-docs-fi, .menu-item-docs-sv, .menu-item-docs-en, .menu-item-tasks-fi, .menu-item-tasks-sv, .menu-item-tasks-en, .menu-item-progress-fi, .menu-item-progress-en, .menu-item-progress-sv,
.dynalang {
display: none;
}
h1, h2, h3, h4 {
border-bottom: 0;
}
div.stuck h2 {
color: white;
}
img {
max-width:100%;
height:auto;
}
nav .dropdown-menu a {
color: black;
}
.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;
}
.layout-policymachine.cat-Content_Page .contentHeader {
display: none !important;
}
.cat-Document .contentHeader, .cat-GlossaryTerm #firstHeading {
display: none !important;
}
.rootpage-PolicyOverview .contentHeader, .rootpage-OrgActionList .contentHeader, .rootpage-ProgressList .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-OrgActionList #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;
}
*/