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

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

Verze z 17. 9. 2008, 23:42

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

/* Hezké tabulky */
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;
}

/* Přetékání boxu s předformátovaným textem */
pre { overflow: auto; }