Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 25: | Line 25: | ||
content: "\2014 \0020"; | content: "\2014 \0020"; | ||
} | } | ||
+ | |||
+ | .card { | ||
+ | background-color: #a7d7f9; | ||
+ | } |
Revision as of 15:35, 22 May 2015
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ /* body { background-color: #f2f3f1 } div#mw-head-base { background-color: #004a99; } */ blockquote { color: #6f6f6f; border-left: 2px solid #6f6f6f; padding-left: 0.5rem; } blockquote > cite { display: block; font-size: 0.72222rem; color: #555555; } blockquote > cite:before { content: "\2014 \0020"; } .card { background-color: #a7d7f9; }