MediaWiki:Timeless.css: Unterschied zwischen den Versionen

(Die Seite wurde neu angelegt: „CSS placed here will affect users of the Timeless skin: #mw-content-container { margin-top: 0em; padding-bottom: 1em; } #mw-header-container { positio…“)
 
(Tut nicht funktionieren)
 
(2 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt)
Zeile 1: Zeile 1:
 
/* CSS placed here will affect users of the Timeless skin */
 
/* CSS placed here will affect users of the Timeless skin */
 +
 +
/* don't keep the top bar static, let it scroll with the content */
 
#mw-content-container {
 
#mw-content-container {
 
margin-top: 0em;
 
margin-top: 0em;
 
padding-bottom: 1em;
 
padding-bottom: 1em;
 
}
 
}
 
 
#mw-header-container {
 
#mw-header-container {
 
position: static;
 
position: static;
 
 
}
 
}
 
 
#mw-header-nav-hack, #mw-header-hack {
 
#mw-header-nav-hack, #mw-header-hack {
 
position: static;
 
position: static;
 
}
 
}

Aktuelle Version vom 3. August 2025, 00:27 Uhr

/* CSS placed here will affect users of the Timeless skin */

/* don't keep the top bar static, let it scroll with the content */
#mw-content-container {
	margin-top: 0em;
	padding-bottom: 1em;
}
#mw-header-container {
	position: static;
}
#mw-header-nav-hack, #mw-header-hack {
	position: static;
}