Benutzer:Mediator/css
< Benutzer:Mediator
Zur Navigation springen
Zur Suche springen
Version vom 21. April 2013, 00:25 Uhr von Mediator (Diskussion | Beiträge)
http://www.mediawiki.org/wiki/Extension:CSS
{{#css:
body {
background: Snow;
font-size: 12pt;
font-family: "Garamond";
}
div.mybluebox {
border : 1px solid blue;
padding-left: 1em;
padding-top: 10px; padding-bottom: 10px;
color : Gold; background-color: SlateGray; font-size: 14pt;
font-family: "Arial";
}
}} eine eigene textbox, neu gestaltet:
Blue Box http://www.chessmail.de/
- code
{{#css:
body {
background: Snow;
font-size: 12pt;
}
div.mybluebox {
border : 1px solid blue;
padding: 3px;
color : DimGray;
background-color: Lightblue;
}
}}