Benutzer:Mediator/css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K |
K |
||
| Zeile 7: | Zeile 7: | ||
font-family: Garamond; | font-family: Garamond; | ||
} | } | ||
| − | div.mybluebox { | + | |
| + | div.mybluebox { | ||
border : 1px solid blue; | border : 1px solid blue; | ||
padding-left: 1em; | padding-left: 1em; | ||
| − | padding-top: 10px; | + | padding-top: 10px; |
| − | padding-bottom: 10px; | + | padding-bottom: 10px; |
| − | color : | + | color : LemonChiffon; |
background-color: SlateGray; | background-color: SlateGray; | ||
| − | font-size: | + | font-size: 12pt; |
| − | font-family: "Garamond"; | + | font-family: "Garamond"; |
} | } | ||
}} | }} | ||
eine eigene textbox, neu gestaltet: | eine eigene textbox, neu gestaltet: | ||
| − | <div class="mybluebox">Blue Box | + | <div class="mybluebox">Blue Box </div> |
---- | ---- | ||
;code | ;code | ||
Version vom 21. April 2013, 00:27 Uhr
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 : LemonChiffon; background-color: SlateGray; font-size: 12pt; font-family: "Garamond"; }
}} 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;
}
}}