MediaWiki:Geshi.css: Unterschied zwischen den Versionen
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
pre, .mw-code { | 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; | ||
+ | } |
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;
}