MediaWiki:Common.css: Porōwnanie wersyji
Linijŏ 7: | Linijŏ 7: | ||
.lewo {margin: 5px 2px; padding: 5px 15px 10px;} | .lewo {margin: 5px 2px; padding: 5px 15px 10px;} | ||
body.page-Przodniŏ_strōna h1 { display: none; } | body.page-Przodniŏ_strōna h1 { display: none; } | ||
+ | |||
+ | // copy from https:en.wikipedia.org/wiki/MediaWiki:Common.css | ||
+ | |||
+ | /* Make the list of references smaller */ | ||
+ | ol.references, | ||
+ | div.reflist { | ||
+ | font-size: 90%; /* Default font-size */ | ||
+ | margin-bottom: 0.5em; | ||
+ | } | ||
+ | div.reflist ol.references { | ||
+ | font-size: 100%; /* Reset font-size when nested in div.reflist */ | ||
+ | margin-bottom: 0; /* Avoid double margin when nested in div.reflist */ | ||
+ | list-style-type: inherit; /* Enable custom list style types */ | ||
+ | } |
Wersyjŏ ze dnia 16:23, 28 wrz 2019
// css @media (min-width: 900px) {.prawo {clear: right; float: right; margin: 0px 2px; width:44%; padding: 5px 15px 10px; background-color:#D4D9EC; border: 2px solid #505F98;}} @media (min-width: 1400px) {.prawo {clear: right; float: right; margin: 0px 2px; width:47%; padding: 5px 15px 10px; background-color:#D4D9EC; border: 2px solid #505F98;}} .prawo {margin: 5px 2px; padding: 5px 15px 10px; background-color:#D4D9EC; border: 2px solid #505F98;overflow: auto;} @media (min-width: 900px) {.lewo {margin: 0 2px; float:left; width:44%; padding: 5px 15px 10px;}} @media (min-width: 1400px) {.lewo {margin: 0 2px; float:left; width:47%; padding: 5px 15px 10px;}} .lewo {margin: 5px 2px; padding: 5px 15px 10px;} body.page-Przodniŏ_strōna h1 { display: none; } // copy from https:en.wikipedia.org/wiki/MediaWiki:Common.css /* Make the list of references smaller */ ol.references, div.reflist { font-size: 90%; /* Default font-size */ margin-bottom: 0.5em; } div.reflist ol.references { font-size: 100%; /* Reset font-size when nested in div.reflist */ margin-bottom: 0; /* Avoid double margin when nested in div.reflist */ list-style-type: inherit; /* Enable custom list style types */ }