Benutzer:Mediator/css: Unterschied zwischen den Versionen

Aus chessmail Wiki @novasign.ch
Zur Navigation springen Zur Suche springen
K
K
Zeile 11: Zeile 11:
 
padding-top: 10px;
 
padding-top: 10px;
 
padding-bottom: 10px;
 
padding-bottom: 10px;
     color  : DimGray;
+
     color  : Gold;
 
     background-color: Lightblue;
 
     background-color: Lightblue;
 
     font-size: 14pt;
 
     font-size: 14pt;

Version vom 21. April 2013, 00:23 Uhr

http://www.mediawiki.org/wiki/Extension:CSS


{{#css:

 body {
   background: Snow;
   font-size: 12pt;
 }
 div.mybluebox {
   border : 1px solid blue;
   padding-left: 1em;

padding-top: 10px; padding-bottom: 10px;

   color  : Gold;
   background-color: Lightblue;
   font-size: 14pt;

font-family: "Garamond";

 }

}} eine eigene textbox, neu gestaltet:


code
{{#css:
  body {
    background: Snow;
    font-size: 12pt;
  }
  div.mybluebox {
    border : 1px solid blue;
    padding: 3px;
    color  : DimGray;
    background-color: Lightblue;
  }
}}