MediaWiki:Common.css: Porovnání verzí
Skočit na navigaci
Skočit na vyhledávání
(volitelne odstraneni cislovani obsahu) |
m |
||
(Není zobrazeno 7 mezilehlých verzí od stejného uživatele.) | |||
Řádek 1: | Řádek 1: | ||
/* Zde uvedené CSS bude ovlivňovat všechny styly */ | /* Zde uvedené CSS bude ovlivňovat všechny styly */ | ||
.noautonum .tocnumber { display: none; } | .noautonum .tocnumber { display: none; } | ||
+ | |||
+ | #mw-content-text p, | ||
+ | #mw-content-text h2, | ||
+ | #mw-content-text h3, | ||
+ | #mw-content-text h4, | ||
+ | #mw-content-text h5, | ||
+ | #mw-content-text h6, | ||
+ | #mw-content-text ul, | ||
+ | #mw-content-text ol, | ||
+ | #mw-content-text li, | ||
+ | #mw-content-text hr, | ||
+ | #mw-content-text blockquote, | ||
+ | #mw-content-text dl, | ||
+ | .wikitable | ||
+ | { | ||
+ | max-width: 720px; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | #mw-content-text center, | ||
+ | #mw-content-text .center | ||
+ | { | ||
+ | max-width: 720px; | ||
+ | } |
Aktuální verze z 28. 1. 2024, 10:39
/* Zde uvedené CSS bude ovlivňovat všechny styly */
.noautonum .tocnumber { display: none; }
#mw-content-text p,
#mw-content-text h2,
#mw-content-text h3,
#mw-content-text h4,
#mw-content-text h5,
#mw-content-text h6,
#mw-content-text ul,
#mw-content-text ol,
#mw-content-text li,
#mw-content-text hr,
#mw-content-text blockquote,
#mw-content-text dl,
.wikitable
{
max-width: 720px;
text-align: justify;
}
#mw-content-text center,
#mw-content-text .center
{
max-width: 720px;
}