Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
+ | |||
+ | @import url(http://fonts.googleapis.com/css?family=EB+Garamond); | ||
/* body { | /* body { | ||
Line 21: | Line 23: | ||
color: #555555; | color: #555555; | ||
} | } | ||
+ | |||
+ | blockquote > cite:before { | ||
+ | content: "\2014 \0020"; | ||
+ | } | ||
+ | |||
+ | .card { | ||
+ | background-color: #FCFBFC; | ||
+ | border: 1px solid #eee; | ||
+ | box-shadow: 0px 0px 7px 2px rgba(221,221,221,1); | ||
+ | padding: 1rem; | ||
+ | margin: 1rem 0 1rem 2rem; | ||
+ | max-width: 33.3%; | ||
+ | float: right; | ||
+ | } | ||
+ | |||
+ | .card-full-width { | ||
+ | background-color: #FCFBFC; | ||
+ | border: 1px solid #eee; | ||
+ | box-shadow: 0px 0px 7px 2px rgba(221,221,221,1); | ||
+ | padding: 1rem; | ||
+ | margin: 1rem 2rem; | ||
+ | /* float: right; */ | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .print-specimen { | ||
+ | font-family: 'EB Garamond'; | ||
+ | font-size: 12pt; | ||
+ | text-align: justify; | ||
+ | } |
Latest revision as of 08:44, 5 June 2015
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ @import url(http://fonts.googleapis.com/css?family=EB+Garamond); /* 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: #FCFBFC; border: 1px solid #eee; box-shadow: 0px 0px 7px 2px rgba(221,221,221,1); padding: 1rem; margin: 1rem 0 1rem 2rem; max-width: 33.3%; float: right; } .card-full-width { background-color: #FCFBFC; border: 1px solid #eee; box-shadow: 0px 0px 7px 2px rgba(221,221,221,1); padding: 1rem; margin: 1rem 2rem; /* float: right; */ } .print-specimen { font-family: 'EB Garamond'; font-size: 12pt; text-align: justify; }