MediaWiki: Common.css: Unterschied zwischen den Versionen
Aus Joachim Camerarius (1500-1574)
Noeth (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Noeth (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 15: | Zeile 15: | ||
} | } | ||
.stats { | .stats { | ||
text-align: center; | text-align: center; | ||
font-size: | font-size: 20px; | ||
font-weight: 700; | font-weight: 700; | ||
font-family: 'Montserrat', sans-serif; | font-family: 'Montserrat', sans-serif; | ||
| Zeile 31: | Zeile 25: | ||
.stats .fa { | .stats .fa { | ||
color: #008080; | color: #008080; | ||
font-size: | font-size: 40px; | ||
} | } | ||
/*/ end count stats /*/ | /*/ end count stats /*/ | ||
Version vom 25. Oktober 2018, 20:51 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
#footer-places-about { display: none; }
#sfForm .select2-container-multi .select2-choices {
min-height: 60px;
}
.navbar-inner{ background-color: #F5F5F5}
.private {
display: none;
}
.stats {
text-align: center;
font-size: 20px;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
}
.stats .fa {
color: #008080;
font-size: 40px;
}
/*/ end count stats /*/