MediaWiki:Common.css: Porovnání verzí
Z Shakes & Fidget Wikipedia
Bez shrnutí editace značka: revertováno |
Bez shrnutí editace |
||
| (Není zobrazeno 28 mezilehlých verzí od stejného uživatele.) | |||
| Řádek 1: | Řádek 1: | ||
/* Desktop */ | |||
@media (min-width: 768px) { | |||
.rozcestnik { | |||
column-count: 2; | |||
column-gap: 40px; | |||
} | |||
} | |||
/* Mobil */ | |||
@media (max-width: 767px) { | |||
.rozcestnik { | |||
column-count: 1; | |||
} | |||
} | |||
.homepage_wayfinder { | |||
width: 100%; | |||
} | |||
.homepage_child { | |||
min-width: 250px; | |||
} | |||
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt { | |||
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif !important; | |||
} | |||
#mw-header-container { | #mw-header-container { | ||
background-color: #f0c042!important; | background-color: #f0c042!important; | ||
| Řádek 4: | Řádek 32: | ||
#mw-footer-container { | #mw-footer-container { | ||
background-color: # | background-color: #eaecf0!important; | ||
color: black; | |||
} | } | ||
body { | body { | ||
background-color: # | background-color: #eaecf0!important; | ||
} | } | ||
#mw-content-container { | #mw-content-container { | ||
min-height: 100vh; | min-height: 100vh; | ||
border-bottom: solid 4px black!important; | |||
} | } | ||
| Řádek 33: | Řádek 63: | ||
#p-banner { | #p-banner { | ||
color: black!important; | color: black!important; | ||
font-family: none; | |||
} | |||
#p-logo-text a { | |||
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif; | |||
} | |||
#p-logo-text a:hover { | |||
text-decoration: none; | |||
} | |||
@media screen and (min-width: 850px) { | |||
#personal h2 { | |||
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif !important; | |||
padding: 0.3em 0 0 25px; | |||
} | |||
} | |||
/* ConfirmEdit QuestyCaptcha -- on Create Account */ | |||
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:red; } | |||
/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */ | |||
label[for=wpCaptchaWord] { | |||
color:green; | |||
font-weight:bold; | |||
font-size:150%; | |||
font-style:italic; | |||
} | |||
#footer-info-copyright { | |||
display:none; | |||
} | |||
#mw-content { | |||
box-shadow: grey 0px 0px 10px; | |||
} | } | ||
Aktuální verze z 13. 4. 2026, 12:13
/* Desktop */
@media (min-width: 768px) {
.rozcestnik {
column-count: 2;
column-gap: 40px;
}
}
/* Mobil */
@media (max-width: 767px) {
.rozcestnik {
column-count: 1;
}
}
.homepage_wayfinder {
width: 100%;
}
.homepage_child {
min-width: 250px;
}
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif !important;
}
#mw-header-container {
background-color: #f0c042!important;
}
#mw-footer-container {
background-color: #eaecf0!important;
color: black;
}
body {
background-color: #eaecf0!important;
}
#mw-content-container {
min-height: 100vh;
border-bottom: solid 4px black!important;
}
.color-middle, .color-left, .color-right {
background: black!important;
}
.mw-body h1.firstHeading {
border-bottom: solid 4px #f0c042!important;
}
.tools-inline li.selected {
border-bottom: solid 4px #f0c042!important;
}
a {
color: #c98406!important;
}
#p-banner {
color: black!important;
}
#p-logo-text a {
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
}
#p-logo-text a:hover {
text-decoration: none;
}
@media screen and (min-width: 850px) {
#personal h2 {
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif !important;
padding: 0.3em 0 0 25px;
}
}
/* ConfirmEdit QuestyCaptcha -- on Create Account */
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:red; }
/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */
label[for=wpCaptchaWord] {
color:green;
font-weight:bold;
font-size:150%;
font-style:italic;
}
#footer-info-copyright {
display:none;
}
#mw-content {
box-shadow: grey 0px 0px 10px;
}
