Bez shrnutí editace
Bez shrnutí editace
 
(Nejsou zobrazeny 3 mezilehlé verze od stejného uživatele.)
Řádek 9: Řádek 9:
#bodyContent {margin-top: 20px;}
#bodyContent {margin-top: 20px;}


#home {display: flex;}
#home {display: flex; align-items: flex-start;}
#home .left {min-width: 30%; margin-right: 20px;}
#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 {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;}
#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;}
}