MediaWiki:Common.css
Aus Joachim Camerarius (1500-1574)
Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Strg+F5
/* 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; } /******************************/ /* Animate Stats on main page */ /******************************/ .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 ****/ /********************************/ /* Disable output of categories */ /********************************/ .mw-category-generated { display: none; } /**********************************/ /* Table styling for public skin */ /*********************************/ /*************************************/ /* Styling SemanticDrilldown Buttons */ /************************************/ .button { display: inline-block; border-radius: 4px; background-color: #063d79; border: none; color: #FFFFFF; text-align: center; font-size: 20px; padding: 20px; width: 150px; transition: all 0.5s; cursor: pointer; margin: 5px; } .button span { cursor: pointer; display: inline-block; position: relative; transition: 0.5s; } .button span:after { content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s; } .button:hover span { padding-right: 25px; } .button:hover span:after { opacity: 1; right: 0; } /*************************/ /** chronic list styling */ /*************************/ div.hoverlist { width: 200px; margin: 30px; } h2.hoverlist { font: 400 40px/1.5 Helvetica, Verdana, sans-serif; margin: 0; padding: 0; } div.hoverlist > ul { list-style-type: none; margin: 0; padding: 0; } div.hoverlist > li { font: 200 20px/1.5 Helvetica, Verdana, sans-serif; border-bottom: 1px solid #ccc; } div.hoverlist > li:last-child { border: none; } div.hoverlist > li a { text-decoration: none; color: #000; -webkit-transition: font-size 0.3s ease, background-color 0.3s ease; -moz-transition: font-size 0.3s ease, background-color 0.3s ease; -o-transition: font-size 0.3s ease, background-color 0.3s ease; -ms-transition: font-size 0.3s ease, background-color 0.3s ease; transition: font-size 0.3s ease, background-color 0.3s ease; display: block; width: 200px; } div.hoverlist li a:hover { font-size: 15px; background: #f6f6f6; }