„MediaWiki:Common.css” változatai közötti eltérés
Megjelenés
Nincs szerkesztési összefoglaló |
Nincs szerkesztési összefoglaló |
||
| 10. sor: | 10. sor: | ||
} | } | ||
/* | /* --- Fejléc Cím Stílusozása --- */ | ||
.mw-wiki-title, | .mw-wiki-title { | ||
font-family: | /* Most már működni fog a Montserrat, mert a LocalSettings betöltötte */ | ||
font-weight: | font-family: 'Montserrat', 'Segoe UI', 'Roboto', sans-serif !important; | ||
letter-spacing: - | text-transform: uppercase !important; | ||
font-size: 2em !important; | |||
font-weight: 800 !important; | |||
letter-spacing: -1px !important; | |||
line-height: 1 !important; | |||
padding-top: 5px; | |||
} | } | ||
/* | /* Szín fixálása */ | ||
.mw-wiki-title .mw-wiki-logo, | |||
.mw-wiki-title a, | |||
.mw-wiki-title a:visited, | .mw-wiki-title a:visited, | ||
.mw-wiki-title a:hover { | |||
color: | color: #202122 !important; | ||
text-decoration: none; | text-decoration: none !important; | ||
} | } | ||
A lap 2026. február 4., 12:58-kori változata
/* Közös CSS az összes felületnek */
/* Mobilbarát infobox beállítások */
@media screen and (max-width: 720px) {
.infobox {
float: none !important; /* Kikapcsolja a jobbra igazítást mobilon */
width: 100% !important; /* Teljes szélességű lesz */
margin: 0 0 1em 0 !important; /* Margó igazítása */
clear: both; /* Nem enged semmit maga mellé */
}
}
/* --- Fejléc Cím Stílusozása --- */
.mw-wiki-title {
/* Most már működni fog a Montserrat, mert a LocalSettings betöltötte */
font-family: 'Montserrat', 'Segoe UI', 'Roboto', sans-serif !important;
text-transform: uppercase !important;
font-size: 2em !important;
font-weight: 800 !important;
letter-spacing: -1px !important;
line-height: 1 !important;
padding-top: 5px;
}
/* Szín fixálása */
.mw-wiki-title .mw-wiki-logo,
.mw-wiki-title a,
.mw-wiki-title a:visited,
.mw-wiki-title a:hover {
color: #202122 !important;
text-decoration: none !important;
}