Benutzer:Mediator/css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K |
K |
||
| Zeile 5: | Zeile 5: | ||
background: Snow; | background: Snow; | ||
font-size: 12pt; | font-size: 12pt; | ||
| − | |||
| − | |||
} | } | ||
div.mybluebox { | div.mybluebox { | ||
border : 1px solid blue; | border : 1px solid blue; | ||
padding: 3px; | padding: 3px; | ||
| − | color : | + | color : DimGray; |
| − | background-color: | + | background-color: Lightblue; |
font-family: Georgia, Arial, Tahoma; | font-family: Georgia, Arial, Tahoma; | ||
} | } | ||
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