Benutzer:Mediator/css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K |
K |
||
| Zeile 8: | Zeile 8: | ||
color: DimGray; | color: DimGray; | ||
} | } | ||
| − | div.mybluebox { | + | div.mybluebox { |
| − | + | border : 1px solid blue; | |
| + | } | ||
} | } | ||
<div class="mybluebox"> | <div class="mybluebox"> | ||
Blue Box | Blue Box | ||
</div> | </div> | ||
Version vom 20. April 2013, 23:35 Uhr
http://www.mediawiki.org/wiki/Extension:CSS
{{#css:
body {
background: Snow;
font-size: 12pt;
font-family: Verdana;
color: DimGray;
}
div.mybluebox {
border : 1px solid blue;
}
}
Blue Box