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

Z Milan Kerslager
Přejít na: navigace, hledání
(Dlouhé <pre>)
(No DIV)
 
Řádka 1: Řádka 1:
 
/* Zde uvedené CSS bude ovlivňovat všechny styly */
 
/* Zde uvedené CSS bude ovlivňovat všechny styly */
  
/* Hezké tabulky */
+
/* === pěkná tabulka === */
 +
 
 
table.wikitable,
 
table.wikitable,
 
table.prettytable
 
table.prettytable
Řádka 31: Řádka 32:
 
   margin-right: inherit;
 
   margin-right: inherit;
 
}
 
}
 
/* Přetékání boxu s předformátovaným textem */
 
pre { overflow: auto; }
 

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;
}