Bez shrnutí editace |
Bez shrnutí editace |
||
| Řádek 5: | Řádek 5: | ||
width: 25px; height: 25px; background: url(/resources/assets/logo.svg); background-size: cover;} | width: 25px; height: 25px; background: url(/resources/assets/logo.svg); background-size: cover;} | ||
.minerva-header .branding-box {opacity: 1;} | .minerva-header .branding-box {opacity: 1;} | ||
.page-Main_Page .mw-first-heading {padding: 10px 0 20px 0;} | |||
#home {display: flex;} | #home {display: flex;} | ||
#home .right {border: 2px solid #6393df; border-radius: 20px; padding: 25px;} | #home .left {min-width: 30%; margin-right: 20px;} | ||
#home .right::before {content: " "; width: 157px; height: 200px; background: url(/resources/assets/sam.png); background-size: cover;} | #home .right {border: 2px solid #6393df; border-radius: 20px; padding: 25px; flex: 1;} | ||
#home .right::before {content: " "; width: 157px; height: 200px; background: url(/resources/assets/sam.png); background-size: cover; display: block; margin: 0 0 0 10px;} | |||
Verze z 23. 7. 2024, 13:08
/* 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; padding-left: 30px;}
.minerva-header .branding-box a::before {content: " "; position: absolute; left: 0; top: -12px;
width: 25px; height: 25px; background: url(/resources/assets/logo.svg); background-size: cover;}
.minerva-header .branding-box {opacity: 1;}
.page-Main_Page .mw-first-heading {padding: 10px 0 20px 0;}
#home {display: flex;}
#home .left {min-width: 30%; margin-right: 20px;}
#home .right {border: 2px solid #6393df; border-radius: 20px; padding: 25px; flex: 1;}
#home .right::before {content: " "; width: 157px; height: 200px; background: url(/resources/assets/sam.png); background-size: cover; display: block; margin: 0 0 0 10px;}