MediaWiki:Common.css: Rozdiel medzi revíziami
Bez shrnutí editace Značka: vrátené |
Bez shrnutí editace Značka: vrátené |
||
Riadok 1: | Riadok 1: | ||
/* Tu umiestnené CSS bude ovplyvňovať všetky štýly */ | /* Tu umiestnené CSS bude ovplyvňovať všetky štýly */ | ||
ca-talk { display:none!important; } | ca-talk { display:none!important; } | ||
body { | body { | ||
background: rgb(70, 70, 70) !important; | background: rgb(70, 70, 70) !important; | ||
color: white !important; | |||
} | } | ||
#mw-panel { | #mw-panel { | ||
font-weight: bold; | font-weight: bold; | ||
background: rgb(39, 39, 39); | background: rgb(39, 39, 39); | ||
} | } | ||
#mw-head { | #mw-head { | ||
font-weight: bold; | font-weight: bold; | ||
background: rgb(39, 39, 39); | background: rgb(39, 39, 39); | ||
} | |||
#ccontent { | |||
color: black !important; | |||
} | } |
Verzia z 15:33, 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) !important;
color: white !important;
}
#mw-panel {
font-weight: bold;
background: rgb(39, 39, 39);
}
#mw-head {
font-weight: bold;
background: rgb(39, 39, 39);
}
#ccontent {
color: black !important;
}