MediaWiki:Common.css: Porovnání verzí

Z Wikisdílení
Skočit na navigaci Skočit na vyhledávání
(uzky vzhled)
m
 
(Není zobrazeno 6 mezilehlých verzí od stejného uživatele.)
Řádek 9: Řádek 9:
 
#mw-content-text h6,
 
#mw-content-text h6,
 
#mw-content-text ul,
 
#mw-content-text ul,
 +
#mw-content-text ol,
 +
#mw-content-text li,
 
#mw-content-text hr,
 
#mw-content-text hr,
#mw-content-text blockquote  
+
#mw-content-text blockquote,
 +
#mw-content-text dl,
 +
.wikitable
 
{
 
{
   max-width: initial;
+
   max-width: 720px;
   text-align: initial;
+
   text-align: justify;
 
}
 
}
  
#mw-content-text center {
+
#mw-content-text center,
   max-width: initial;
+
#mw-content-text .center
 +
{
 +
   max-width: 720px;
 
}
 
}

Aktuální verze z 28. 1. 2024, 11: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;
}