MediaWiki: Common.css: Difference between revisions
From SemanticOrganization
(Created page with "→CSS placed here will be applied to all skins: .user-loggedout .mw-pt-translate-header noprint, .user-loggedout .mw-pt-translate-header noprint + hr { display:none; }") |
No edit summary |
||
| (2 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 */ | ||
.user-loggedout .mw-pt-translate-header | .user-loggedout .mw-pt-translate-header, | ||
.user-loggedout .mw-pt-translate-header | .user-loggedout .mw-pt-translate-header + hr { | ||
display:none; | display:none; | ||
} | |||
.semorg-doc-description { | |||
border-left: 3px solid steelblue; | |||
padding-left: 5px; | |||
margin-left: 2px; | |||
opacity: .7; | |||
margin-bottom: 15px; | |||
} | |||
.semorg-doc-description-intro { | |||
margin-bottom:5px; | |||
} | } | ||
Latest revision as of 18:05, 26 September 2020
/* CSS placed here will be applied to all skins */
.user-loggedout .mw-pt-translate-header,
.user-loggedout .mw-pt-translate-header + hr {
display:none;
}
.semorg-doc-description {
border-left: 3px solid steelblue;
padding-left: 5px;
margin-left: 2px;
opacity: .7;
margin-bottom: 15px;
}
.semorg-doc-description-intro {
margin-bottom:5px;
}