MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus TechDo IS Wiki
TechDo (Diskussion | Beiträge) |
TechDo (Diskussion | Beiträge) |
||
Zeile 49: | Zeile 49: | ||
.InProcessing strong { | .InProcessing strong { | ||
color: maroon; | color: maroon; | ||
+ | } | ||
+ | |||
+ | .done a { | ||
+ | color: green !important; | ||
+ | } | ||
+ | |||
+ | .done strong { | ||
+ | color: green; | ||
} | } |
Aktuelle Version vom 12. Oktober 2020, 08:23 Uhr
@import url("https://fonts.googleapis.com/css?family=Anton|Anton") /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ p.main-title { font-size: 250%; line-height: 1.2em; border: 1px solid gray; } div.autosize img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ } .fancytree ul { background: none; border: none; font-size: 12px; } ul.fancytree-container { outline: 0; border: none; overflow: hidden; } .fancytree p { display: none; } span.fancytree-title { cursor: default; } span.fancytree-title a { color: black; } .padleft40 { padding-left: 40px; } .toc { display: block; } .toctile { text-align: left; } .InProcessing a { color: maroon !important; } .InProcessing strong { color: maroon; } .done a { color: green !important; } .done strong { color: green; }