MediaWiki:Timeless.css: verschil tussen versies

Uit B&G Wiki
(Nieuwe pagina aangemaakt met '→‎All CSS here will be loaded for users of the Timeless skin: →‎Colors from https://huisstijl.beeldengeluid.nl/: body { background-color: #969ba0; } .c...')
 
(geen verschil)

Huidige versie van 19 jul 2022 om 11:27

/* All CSS here will be loaded for users of the Timeless skin */

/* Colors from https://huisstijl.beeldengeluid.nl/ */

body {
    background-color: #969ba0;
}

.color-left {
    background: #ff00bc;
}

.color-middle {
    background: #0f238c;
}

.color-right {
    background: #ff00bc;
}

#mw-content-container {
    border-bottom: solid 4px #05c8f0;
}