MediaWiki:Common.css: Rozdiel medzi revíziami

Zo stránky Parametrické a Generatívne 3D modelovanie
Bez shrnutí editace
Značka: vrátené
Bez shrnutí editace
Značka: vrátené
Riadok 2: Riadok 2:
ca-talk { display:none!important; }
ca-talk { display:none!important; }
body {
body {
background: grey;
background: rgb(70, 70, 70);
}
#mw-panel {
    font-weight: bold;
    color: white;
    background: rgb(39, 39, 39);
}
#mw-head {
    font-weight: bold;
    color: white;
    background: rgb(39, 39, 39);
}
}

Verzia z 15:29, 27. apríl 2023

/* Tu umiestnené CSS bude ovplyvňovať všetky štýly */
ca-talk { display:none!important; }
body {
	background: rgb(70, 70, 70);
}
#mw-panel {
    font-weight: bold;
    color: white;
    background: rgb(39, 39, 39);
}
#mw-head {
    font-weight: bold;
    color: white;
    background: rgb(39, 39, 39);
}