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

Z Wikisdílení
Skočit na navigaci Skočit na vyhledávání
(uzky vzhled)
m
Řádek 10: Řádek 10:
 
#mw-content-text ul,
 
#mw-content-text ul,
 
#mw-content-text hr,
 
#mw-content-text hr,
#mw-content-text blockquote  
+
#mw-content-text blockquote
 
{
 
{
   max-width: initial;
+
   max-width: 720px;
   text-align: initial;
+
   text-align: justify;
 
}
 
}
  
 
#mw-content-text center {
 
#mw-content-text center {
   max-width: initial;
+
   max-width: 720px;
 
}
 
}

Verze z 20. 3. 2016, 02:06

/* 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 hr,
#mw-content-text blockquote
{
  max-width: 720px;
  text-align: justify;
}

#mw-content-text center {
  max-width: 720px;
}