MediaWiki:Modern.css: Unterschied zwischen den Versionen
Erscheinungsbild
Admin (Diskussion | Beiträge) AZ: Die Seite wurde neu angelegt: →**** needed or missing up to now, should be fixed in svn ****: /* Für Modern-Skin-Benutzer irrelevan… |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/***** Lokale Anpassungen *****/ | /***** Lokale Anpassungen *****/ | ||
/* Hauptnavigation */ | /* Hauptnavigation */ | ||
#mw_portlets { | #mw_portlets { | ||
width: 12em; | |||
} | } | ||
#mw_content { | #mw_content { | ||
margin-left: 12em; | |||
} | } | ||
/* Kleinschreibung in Navigationsbereichen verhindern */ | /* Kleinschreibung in Navigationsbereichen verhindern */ | ||
/* #p-personal li, */ | |||
#p-cactions li, | |||
#p-personal | #preftoc li { | ||
#p-cactions li | text-transform: none; | ||
#preftoc | |||
} | } | ||
/* pre-formatierte Abschnitte */ | /* pre-formatierte Abschnitte */ | ||
pre { | pre, | ||
.mw-code { | |||
background-color: #f9f9f9; | |||
border: 1px solid #ddd; | |||
color: black; | |||
line-height: normal; | |||
padding: 1em; | |||
} | } | ||
/* Einzelnachweise */ | /* Einzelnachweise */ | ||
ol.references { | ol.references { | ||
font-size: 90%; | |||
} | } | ||
| Zeile 65: | Zeile 35: | ||
#issnlink, | #issnlink, | ||
#shortcut { | #shortcut { | ||
background: none; | |||
border: none; | |||
display: block; | |||
font-size: 90%; | |||
line-height: 1.5em; | |||
margin: 0; | |||
padding: 0; | |||
position: absolute; | |||
right: 12px; | |||
text-align: right; | |||
text-indent: 0; | |||
text-transform: none; | |||
top: 6em; | |||
white-space: normal; | |||
z-index: 1; | |||
} | } | ||
div.topicon { | |||
background: none; | |||
border: none; | |||
display: block; | |||
font-size: 90%; | |||
line-height: 1.5em; | |||
margin: 0; | |||
padding: 0; | |||
position: absolute; | |||
right: 12px; | |||
text-align: right; | |||
text-indent: 0; | |||
text-transform: none; | |||
top: 0.3em; | |||
white-space: normal; | |||
z-index: 1; | |||
} | } | ||
#coordinates { | #coordinates { | ||
background: #fff; | |||
border: none; | |||
display: block; | |||
font-size: 10px; | |||
line-height: 11px; | |||
margin: 0 18px 0 0; | |||
padding: 0.1em; | |||
position: absolute; | |||
right: 12px; | |||
text-align: right; | |||
text-indent: 0; | |||
text-transform: none; | |||
top: 0.5em; | |||
white-space: nowrap; | |||
z-index: 1; | |||
} | } | ||
/* | /* Links Artikel-Feedback und Gadget Einleitungshelferlein sonst auf blauem Hintergrund nicht sichtbar */ | ||
#firstHeading a { | |||
color: #ccf; | |||
} | } | ||
#firstHeading a:visited { | |||
color: #aaf; | |||
} | } | ||
Version vom 1. Juli 2014, 19:09 Uhr
/***** Lokale Anpassungen *****/
/* Hauptnavigation */
#mw_portlets {
width: 12em;
}
#mw_content {
margin-left: 12em;
}
/* Kleinschreibung in Navigationsbereichen verhindern */
/* #p-personal li, */
#p-cactions li,
#preftoc li {
text-transform: none;
}
/* pre-formatierte Abschnitte */
pre,
.mw-code {
background-color: #f9f9f9;
border: 1px solid #ddd;
color: black;
line-height: normal;
padding: 1em;
}
/* Einzelnachweise */
ol.references {
font-size: 90%;
}
/* diverse Anzeigen oben rechts */
#editcount,
#issnlink,
#shortcut {
background: none;
border: none;
display: block;
font-size: 90%;
line-height: 1.5em;
margin: 0;
padding: 0;
position: absolute;
right: 12px;
text-align: right;
text-indent: 0;
text-transform: none;
top: 6em;
white-space: normal;
z-index: 1;
}
div.topicon {
background: none;
border: none;
display: block;
font-size: 90%;
line-height: 1.5em;
margin: 0;
padding: 0;
position: absolute;
right: 12px;
text-align: right;
text-indent: 0;
text-transform: none;
top: 0.3em;
white-space: normal;
z-index: 1;
}
#coordinates {
background: #fff;
border: none;
display: block;
font-size: 10px;
line-height: 11px;
margin: 0 18px 0 0;
padding: 0.1em;
position: absolute;
right: 12px;
text-align: right;
text-indent: 0;
text-transform: none;
top: 0.5em;
white-space: nowrap;
z-index: 1;
}
/* Links Artikel-Feedback und Gadget Einleitungshelferlein sonst auf blauem Hintergrund nicht sichtbar */
#firstHeading a {
color: #ccf;
}
#firstHeading a:visited {
color: #aaf;
}