MediaWiki:Common.css: Różnice pomiędzy wersjami
Z Technique.pl
m |
m |
||
| Linia 29: | Linia 29: | ||
display: block; | display: block; | ||
clear: both; | clear: both; | ||
| + | } | ||
| + | |||
| + | .thumbline-center { | ||
| + | text-align: center; | ||
| + | } | ||
| + | |||
| + | .thumbline-center .thumb { | ||
| + | display: inline-block; | ||
| + | float: none; | ||
| + | vertical-align: top; | ||
| + | margin: 0 0.75em 1em; | ||
} | } | ||
Wersja z 07:47, 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;
}