MediaWiki:Common.css: verschil tussen versies
Uit Klimaatwiki
Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
| Regel 12: | Regel 12: | ||
#readingProgress { | #readingProgress { | ||
position: fixed; | position: fixed; | ||
bottom: 0; | |||
left: 0; | left: 0; | ||
height: 8px; /* thickness of the bar */ | height: 8px; /* thickness of the bar */ | ||
Versie van 2 sep 2025 11:11
/* CSS die hier wordt geplaatst heeft invloed op alle vormgevingen
.vector-page-tools-landmark { display: block !important; }
#vector-page-tools-pinned-container { display: none; }
.vector-main-menu-action-opt-out { display: none; }
*/
body { font-size: larger; }
/* ---------- Reading progress bar ---------- */
#readingProgress {
position: fixed;
bottom: 0;
left: 0;
height: 8px; /* thickness of the bar */
background-color: #E30000; /* choose any colour you like */
width: 0%;
z-index: 9999; /* stay on top of everything */
transition: width 0.1s ease-out;
}