MediaWiki:Common.css: Różnice pomiędzy wersjami
Z Technique.pl
m |
m |
||
| Linia 45: | Linia 45: | ||
@media screen and (max-width: 720px) { | @media screen and (max-width: 720px) { | ||
html { font-size: 160%; } /* podbij globalnie na mobile */ | html { font-size: 160%; } /* podbij globalnie na mobile */ | ||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
Aktualna wersja na dzień 08:21, 19 sty 2026
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
html {
font-size: 135%;
}
/* Lewe menu (panel boczny) */
#mw-panel {
font-size: 115%;
}
/* Linki w menu (czasem dziedziczenie bywa kapryśne) */
#mw-panel .portal a {
font-size: 1.05em;
}
/* Nagłówki sekcji w menu (np. Nawigacja, Narzędzia) */
#mw-panel .portal h3 {
font-size: 1.05em;
}
.thumbline .thumb {
float: left;
margin: 0 1em 1em 0;
}
.thumbline::after {
content: "";
display: block;
clear: both;
}
.thumbline-center {
text-align: center;
}
.thumbline-center .thumb {
display: inline-block;
float: none;
vertical-align: top;
margin: 0 0.75em 1em;
}
/* Tylko telefony (i małe ekrany) */
@media screen and (max-width: 720px) {
html { font-size: 160%; } /* podbij globalnie na mobile */
}