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

Z Milan Kerslager
Přejít na: navigace, hledání
m (Styl)
(No DIV)
 
(Není zobrazena jedna mezilehlá verze od stejného uživatele.)
(Žádný rozdíl)

Aktuální verze z 18. 9. 2008, 00:23

/* Zde uvedené CSS bude ovlivňovat všechny styly */

/* === pěkná tabulka === */

table.wikitable,
table.prettytable
{
   background-color: #f9f9f9;
   border: 1px solid #aaa;
   border-collapse: collapse;
   margin-top: 1em;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td
{
   border: 1px solid #aaa;
   padding: .2em;
}
 
table.wikitable th,
table.prettytable th
{
   background-color: #f2f2f2;
   text-align: center;
}
 
table.wikitable caption,
table.prettytable caption
{
   margin-left: inherit;
   margin-right: inherit;
}