Benutzer:Mediator/css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K |
K |
||
| Zeile 4: | Zeile 4: | ||
body { | body { | ||
background: Snow; | background: Snow; | ||
| − | font-size: | + | font-size: 12pt; |
} | } | ||
div.mybluebox { | div.mybluebox { | ||
| Zeile 11: | Zeile 11: | ||
color : DimGray; | color : DimGray; | ||
background-color: Lightblue; | background-color: Lightblue; | ||
| − | font-size: | + | font-size: 14pt; |
} | } | ||
}} | }} | ||
Version vom 21. April 2013, 00:00 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-size: 14pt;
}
}} eine eigene textbox, neu gestaltet:
Blue Box
- code
{{#css:
body {
background: Snow;
font-size: 12pt;
}
div.mybluebox {
border : 1px solid blue;
padding: 3px;
color : DimGray;
background-color: Lightblue;
}
}}