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

Z Wikisdílení
Skočit na navigaci Skočit na vyhledávání
m
m
Řádek 17: Řádek 17:
 
}
 
}
  
#mw-content-text center {
+
#mw-content-text center,
 +
#mw-content-text .center
 +
{
 
   max-width: 720px;
 
   max-width: 720px;
 
}
 
}

Verze z 22. 10. 2021, 10:52

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

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