MediaWiki:Common.css: Porovnání verzí
Z Iurium Wiki
(test css) (Značka: Nahrazeno) |
m (ladění portálu) |
||
Řádek 1: | Řádek 1: | ||
+ | /* ====================== Common.css ========================== | ||
+ | popis: zde uvedené styly budou ovlivňovat všechny skiny | ||
+ | ============================================================ */ | ||
+ | |||
+ | |||
+ | |||
+ | /* ============================================================ | ||
+ | PORTÁLY | ||
+ | ============================================================ */ | ||
.otherHeadBox { | .otherHeadBox { | ||
padding: 4px !important; | padding: 4px !important; |
Verze z 12. 10. 2018, 08:46
/* ====================== Common.css ========================== popis: zde uvedené styly budou ovlivňovat všechny skiny ============================================================ */ /* ============================================================ PORTÁLY ============================================================ */ .otherHeadBox { padding: 4px !important; font-size: 110%; font-weight: bold; border-radius: 5px 5px 0 0; } .otherContentBox { border: 1px solid; padding: 7px; margin-bottom: 15px; border-radius: 0 0 5px 5px; } .portalMainBox { padding: 4px !important; font-size: 20pt; font-weight: bold; border-radius: 5px; } /* oddíly portálů */ .oddilPortalu { float: left; margin: 1rem 0.5rem; width: 31%; overflow-x: hidden; } @media (max-width: 600px) { .oddilPortalu { width: 100%; float: none; margin: 1rem 0; } }