MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus DotAWiki
Zur Navigation springenZur Suche springen
Zeile 9: Zeile 9:
 
   margin: 1em 1em 1em 0;
 
   margin: 1em 1em 1em 0;
 
   background: #f9f9f9;
 
   background: #f9f9f9;
   border: 1px #AAABBA solid;
+
   border: 1px #AAABBA dashed;
 
   empty-cells:show;
 
   empty-cells:show;
 
   padding: 1px;
 
   padding: 1px;

Version vom 26. Oktober 2007, 22:32 Uhr

/** CSS an dieser Stelle wirkt sich auf alle Skins aus */

font.Person {
    display: inline;
    font-variant: small-caps;
    font-style: normal;

table.stats {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #AAABBA dashed;
  empty-cells:show;
  padding: 1px;
 }

div.aehnlich {
  background: #f9f9f9;
}