Bez shrnutí editace |
Bez shrnutí editace |
||
| (Není zobrazeno 6 mezilehlých verzí od stejného uživatele.) | |||
| Řádek 6: | Řádek 6: | ||
.minerva-header .branding-box {opacity: 1;} | .minerva-header .branding-box {opacity: 1;} | ||
#home {display: flex;} | .page-Main_Page .mw-first-heading {padding: 10px 0 20px 0;} | ||
#home .right {border: 2px solid #6393df; border-radius: 20px; padding: 25px;} | #bodyContent {margin-top: 20px;} | ||
#home .right::before {content: " "; width: 157px; height: 200px; background: url(/resources/assets/sam.png); background-size: cover;} | |||
#home {display: flex; align-items: flex-start;} | |||
#home .left {min-width: 30%; margin-right: 20px;} | |||
#home .right {border: 2px solid #6393df; border-radius: 20px; padding: 25px; flex: 1; display: flex;} | |||
#home .right::before {content: " "; width: 157px; height: 200px; background: url(/resources/assets/sam.png); background-size: cover; display: block; margin: 0 20px 0 10px;} | |||
#footer-places-privacy, #footer-places-disclaimers, .mw-footer .hlist li::after {display: none;} | |||
@media screen and (max-width: 767px) { | |||
#home {display: block;} | |||
#home .right {margin: 20px 0;} | |||
} | |||
Aktuální verze z 8. 8. 2024, 10:12
/* 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;}
#bodyContent {margin-top: 20px;}
#home {display: flex; align-items: flex-start;}
#home .left {min-width: 30%; margin-right: 20px;}
#home .right {border: 2px solid #6393df; border-radius: 20px; padding: 25px; flex: 1; display: flex;}
#home .right::before {content: " "; width: 157px; height: 200px; background: url(/resources/assets/sam.png); background-size: cover; display: block; margin: 0 20px 0 10px;}
#footer-places-privacy, #footer-places-disclaimers, .mw-footer .hlist li::after {display: none;}
@media screen and (max-width: 767px) {
#home {display: block;}
#home .right {margin: 20px 0;}
}