MediaWiki:Geshi.css: Unterschied zwischen den Versionen
(Der Seiteninhalt wurde durch einen anderen Text ersetzt: „pre { color: black; background-color: #f9f9f9; border: 1px solid #ddd; padding: 1em; white-space: pre-wrap; }“) |
|||
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | pre { | + | pre, .mw-code { |
− | color: black; | + | color: black !important; |
− | background-color: #f9f9f9; | + | background-color: #f9f9f9 !important; |
− | border: 1px solid #ddd; | + | border: 1px solid #ddd !important; |
− | padding: 1em; | + | padding: 1em !important; |
− | white-space: pre-wrap; | + | white-space: pre-wrap !important; |
+ | margin-top: 1em !important; | ||
+ | margin-right: 0px !important; | ||
+ | margin-bottom: 1em !important; | ||
+ | margin-left: 0px !important; | ||
} | } |
Aktuelle Version vom 17. Juli 2017, 17:55 Uhr
pre, .mw-code {
color: black !important;
background-color: #f9f9f9 !important;
border: 1px solid #ddd !important;
padding: 1em !important;
white-space: pre-wrap !important;
margin-top: 1em !important;
margin-right: 0px !important;
margin-bottom: 1em !important;
margin-left: 0px !important;
}