MediaWiki:Timeless.css: Unterschied zwischen den Versionen
Aus MGM Münzlexikon
| Zeile 22: | Zeile 22: | ||
li.selected { | li.selected { | ||
| + | border-bottom: solid 2px #91969e; | ||
| + | } | ||
| + | |||
| + | li .selected { | ||
| + | border-bottom: solid 2px #91969e; | ||
| + | } | ||
| + | |||
| + | .selected { | ||
border-bottom: solid 2px #91969e; | border-bottom: solid 2px #91969e; | ||
} | } | ||
Version vom 19. Februar 2021, 17:02 Uhr
/* All CSS here will be loaded for users of the Timeless skin */
a {
color: #df5e52;
}
a:hover {
color: #498fcc;
}
a:visited {
color: #f03959;
}
#firstHeading {
border-bottom: solid 3px #91969e;
}
#ca-nstab-mediawiki {
border-bottom: solid 2px #91969e;
}
li.selected {
border-bottom: solid 2px #91969e;
}
li .selected {
border-bottom: solid 2px #91969e;
}
.selected {
border-bottom: solid 2px #91969e;
}
#mw-content-container {
background-color: #ffffff;
background-image: none;
border-bottom: none;
}
/* do not display logo in sidebar */
#mw-site-navigation #p-logo {
display: none;
}
#mw-header-hack {
display:none;
}
.visual-clear {
display:none;
}
/* logo settings*/
.mw-wiki-logo.fallback {
content: '';
width: 11em;
height: 39px;
background-repeat: no-repeat;
background-position: center center;
}
.mw-wiki-logo {
display: block;
margin-top: auto;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
}
/* One-sided navigation menu */
/* currently not displayed:*/
#mw-related-navigation{
display:none;
}
@media (min-width: 1340px) {
#mw-content-block {
display: block;
}
#mw-content,
#content-bottom-stuff {
margin-left: 14em;
}
#mw-content-wrapper {
float: right;
margin-left: -14em;
width: 100%;
}
#mw-related-navigation {
width: 14em;
padding: 0 1em 0 0;
}
div.color-middle {
margin-right: 0;
}
}
/* Align top colour bar with page columns */
.ts-inner {
padding: 0 0 0 1em;
}
/* Re-aligning bottom logos */
#footer { padding-right: 1em; }





