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…“)
 
(+explainer)
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;
 
}
 
}

Version vom 2. August 2025, 21:23 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;
}