321
edits
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
div#p-logo::after { | div#p-logo::after { | ||
content: " | content: "Dokumentation"; | ||
font-weight: bold; | font-weight: bold; | ||
color:#ef7f00; | color:#ef7f00; | ||
margin-top:-30px; | margin-top:-30px; | ||
margin-left:1.1em; | margin-left:1.1em; | ||
} | } | ||
Line 343: | Line 342: | ||
} | } | ||
div.warnung | div.warnung .icon { | ||
content: "Warnung"; | content: "Warnung"; | ||
background:url(/de/images/c/cb/Warning.png) no-repeat; | background:url(/de/images/c/cb/Warning.png) no-repeat; | ||
Line 360: | Line 359: | ||
div.warnung { | div.warnung { | ||
background-color:#ffad99; | |||
border:1px solid black; | |||
float:left; | |||
padding:5px; | |||
} | } | ||
Line 425: | Line 424: | ||
height:80px; | height:80px; | ||
line-height:80px; | line-height:80px; | ||
} | |||
.mw-highlight pre { | |||
font-family: "Courier New", monospace; | |||
} | |||
.sdkappinfo .wichtig { | |||
background-color:#e6ffb3; | |||
border:1px solid black; | |||
padding:10px; | |||
float:right; | |||
margin-left:10px; | |||
width:320px; | |||
} | |||
.sdkappinfo .wichtig .warnung { | |||
width:300px; | |||
} | |||
.sdkappinfo .wichtig .warnung .text{ | |||
float:right; | |||
width:85%; | |||
} | } |