Vorlage:CSS/GlobalHeader.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Sysop (Diskussion • Beiträge) (Die Seite wurde neu angelegt: „#menue { position: fixed; top: 0; left: 0; right: 0; background: #f6f6f6; border-bottom: 1px solid #ccc; z-index: 100; padding: 5px 10px; font-size: 0.9em; } #menue-row, #menue-subrow-Datenbanken { margin: 3px 0; } #menue a { color: #0645ad; text-decoration: none; margin: 0 5px; } #menue a:hover { text-decoration: underline; } →Push content down: #content { margin-top: 80px; } #mw-head {…“) |
(kein Unterschied)
|
Version vom 20. August 2025, 15:32 Uhr
- menue {
position: fixed; top: 0; left: 0; right: 0; background: #f6f6f6; border-bottom: 1px solid #ccc; z-index: 100; padding: 5px 10px; font-size: 0.9em;
}
- menue-row, #menue-subrow-Datenbanken {
margin: 3px 0;
}
- menue a {
color: #0645ad; text-decoration: none; margin: 0 5px;
}
- menue a:hover {
text-decoration: underline;
}
/* Push content down */
- content {
margin-top: 80px;
}
- mw-head {
margin-top: 80px;
}