MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus Joachim Camerarius (1500-1574)
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 30: Zeile 30:


/*/ end count stats /*/
/*/ end count stats /*/
.mw-category-generated {
  display: none;
}

Version vom 26. Oktober 2018, 13:42 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: #063d79;
  font-size: 40px;
}


/*/ end count stats /*/


.mw-category-generated {
   display: none;
}