Bez shrnutí editace
Bez shrnutí editace
Řádek 13: Řádek 13:
#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;}
@media screen and (max-width: 767px) {
  #home {display: block;}
  #home .right {margin: 20px 0;}
}

Verze z 29. 7. 2024, 23:47

/* 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;}
#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;}

@media screen and (max-width: 767px) {
   #home {display: block;}
   #home .right {margin: 20px 0;}
}