Benutzer:Mediator/css: Unterschied zwischen den Versionen

Aus chessmail Wiki @novasign.ch
Zur Navigation springen Zur Suche springen
K
K
Zeile 18: Zeile 18:
 
Blue Box
 
Blue Box
 
</div>
 
</div>
 +
<code>
 +
{{#css:
 +
  body {
 +
    background: Snow;
 +
    font-size: 12pt;
 +
  }
 +
  div.mybluebox {
 +
    border : 1px solid blue;
 +
    padding: 3px;
 +
    color  : DimGray;
 +
    background-color: Lightblue;
 +
    font-family: Georgia, Arial, Tahoma;
 +
  }
 +
}}
 +
</code>

Version vom 20. April 2013, 23:43 Uhr

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


{{#css:

 body {
   background: Snow;
   font-size: 12pt;
 }
 div.mybluebox {
   border : 1px solid blue;
   padding: 3px;
   color  : DimGray;
   background-color: Lightblue;
   font-family: Georgia, Arial, Tahoma;
 }

}} eine eigene textbox, neu gestaltet:

Blue Box

{{#css:

 body {
   background: Snow;
   font-size: 12pt;
 }
 div.mybluebox {
   border : 1px solid blue;
   padding: 3px;
   color  : DimGray;
   background-color: Lightblue;
   font-family: Georgia, Arial, Tahoma;
 }

}}