MediaWiki:Common.css: Difference between revisions
|  Created page with "→Das folgende CSS wird für alle Benutzeroberflächen geladen.:    .bold { font-weight:bold; }  div#p-logo::after {     content: "Technische Spezifikationen";     font-weig..." | No edit summary | ||
| (3 intermediate revisions by the same user not shown) | |||
| 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%; | |||
| } | |||
| .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; | |||
| } | } | ||