Bez shrnutí editace |
Bez shrnutí editace |
||
Řádek 1: | Řádek 1: | ||
/* Zde uvedené CSS bude ovlivňovat všechny vzhledy */ | /* Zde uvedené CSS bude ovlivňovat všechny vzhledy */ | ||
.page-Main_Page footer .last-modified-bar {display: none;} | .page-Main_Page footer .last-modified-bar {display: none;} | ||
.minerva-header .branding-box a {background: url('/resources/assets/logo.svg');} | .minerva-header .branding-box a {position: relative;} | ||
.minerva-header .branding-box a::before {content: " "; position: absolute; left: 0; top: 0; width: 30px; height: 30px; background: url('/resources/assets/logo.svg');} |
Verze z 22. 7. 2024, 22:48
/* Zde uvedené CSS bude ovlivňovat všechny vzhledy */ .page-Main_Page footer .last-modified-bar {display: none;} .minerva-header .branding-box a {position: relative;} .minerva-header .branding-box a::before {content: " "; position: absolute; left: 0; top: 0; width: 30px; height: 30px; background: url('/resources/assets/logo.svg');}