MediaWiki:Common.css: Unterschied zwischen den Versionen
|  Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.:    .bold { font-weight:bold; }  div#p-logo::after {     content: "Technische Spezifikationen…“ | Keine Bearbeitungszusammenfassung | ||
| (27 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 7: | Zeile 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; | ||
| } | } | ||
| Zeile 107: | Zeile 106: | ||
| a, #mw-panel .portal .body li a { | a, #mw-panel .portal .body li a { | ||
| color:# | color:#EE7F00 ; | ||
| } | } | ||
| Zeile 343: | Zeile 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; | ||
| Zeile 360: | Zeile 359: | ||
| div.warnung { | div.warnung { | ||
|   background-color:#ffad99; | |||
| border:1px solid black; | |||
| float:left; | |||
| padding:5px; | |||
| } | } | ||
| Zeile 383: | Zeile 382: | ||
| .chapterlist .clheader { | .chapterlist .clheader { | ||
|    font-size:22px; |    font-size:22px; | ||
|    background-color:# |    background-color:#021B23; | ||
|    color:#FFF; |    color:#FFF; | ||
|    padding: 0.2em 0.4em; |    padding: 0.2em 0.4em; | ||
| Zeile 412: | Zeile 411: | ||
| .mainheader { | .mainheader { | ||
| background-color: # | background-color: #021B23; | ||
| color:#FFFFFF; | color:#FFFFFF; | ||
| text-align:left; | text-align:left; | ||
| Zeile 425: | Zeile 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%; | |||
| } | |||
| .keys { | |||
| background-color:rgb(235, 235, 235); | |||
| border: 1px solid lightgrey; | |||
| display:table; | |||
| margin:1em; | |||
| padding:1em; | |||
| border-radius:5px; | |||
| flex-wrap:wrap; | |||
| } | |||
| .keys .box { | |||
| display:inline-block; | |||
| width:40px; | |||
| height:40px; | |||
| line-height:40px; | |||
| vertical-align:middle; | |||
| text-align:center; | |||
| background-color:rgb(35, 35, 35); | |||
| border:1px solid black; | |||
| border-radius:5px; | |||
| margin:5px; | |||
| color:#FFFFFF; | |||
| font-weight:bold; | |||
| font-size:140%; | |||
| } | |||
| div.warning{ | |||
|  border: 1px red solid; | |||
|  width: 100xp; | |||
|  height: auto; | |||
|  display: block; | |||
|  background: rgba(255,0,0,0.1); | |||
| } | |||
| div.warning h2{ | |||
|     text-align: center; | |||
|     margin: 0; | |||
|     padding: 10px; | |||
|     font-size: 1.25em; | |||
| } | |||
| div.warning div.text{ | |||
|  color:black; | |||
|     padding: 10px; | |||
|     font-size: 14px; | |||
| } | |||
| #p-logo a { | |||
| background-size: 100% auto; | |||
| } | } | ||