MediaWiki:Common.css: Różnice pomiędzy wersjami
Z sapijaszko.net
m |
m |
||
(Nie pokazano 27 pośrednich wersji utworzonych przez tego samego użytkownika) | |||
Linia 2: | Linia 2: | ||
p { | p { | ||
− | margin: . | + | margin: 0 .5em 0 .5em; |
− | line-height: 1. | + | line-height: 1.2em; |
− | text-indent: | + | text-indent: 1em; |
+ | text-align: justify; | ||
+ | text-justify: distribute; | ||
} | } | ||
− | + | .wyposrodkowany { | |
− | + | text-align:center; | |
} | } | ||
+ | |||
+ | .poem p { | ||
+ | margin: 1.5em 0 1.5em 3em; | ||
+ | line-height: 1.2em; | ||
+ | text-indent: 0em; | ||
+ | text-align:justify; | ||
+ | text-justify:distribute; | ||
+ | } | ||
+ | |||
+ | /* to usuwa tagline */ | ||
+ | body.page-Main_Page.action-view #siteSub, body.page-Main_Page.action-submit #siteSub { display: none; } |
Aktualna wersja na dzień 10:24, 26 lut 2017
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */ p { margin: 0 .5em 0 .5em; line-height: 1.2em; text-indent: 1em; text-align: justify; text-justify: distribute; } .wyposrodkowany { text-align:center; } .poem p { margin: 1.5em 0 1.5em 3em; line-height: 1.2em; text-indent: 0em; text-align:justify; text-justify:distribute; } /* to usuwa tagline */ body.page-Main_Page.action-view #siteSub, body.page-Main_Page.action-submit #siteSub { display: none; }