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=Open+Sans'); @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; } #wrapper { padding-left: 250px; transition: all 0.4s ease 0s; } #sidebar-wrapper { margin-left: -250px; top: 51px; left: 250px; width: 250px; background: #000; position: fixed; height: 100%; overflow-y: auto; z-index: 1000; transition: all 0.4s ease 0s; } #wrapper.active { padding-left: 0; } #wrapper.active #sidebar-wrapper { left: 0; } #page-content-wrapper { width: 100%; padding-top: 70px; transition: all 0.4s ease 0s; } .sidebar-nav { position: absolute; top: 0; width: 250px; list-style: none; margin: 0; padding: 0; } .sidebar-nav li { line-height: 40px; text-indent: 20px; } .sidebar-nav li a { color: #999999; display: block; text-decoration: none; padding-left: 60px; } .sidebar-nav li a span:before { position: absolute; left: 0; color: #41484c; text-align: center; width: 20px; line-height: 18px; } .sidebar-nav li a:hover, .sidebar-nav li.active { color: #fff; background: rgba(255,255,255,0.2); text-decoration: none; } .sidebar-nav li a:active, .sidebar-nav li a:focus { text-decoration: none; } .sidebar-nav > .sidebar-brand { height: 65px; line-height: 60px; font-size: 18px; } .sidebar-nav > .sidebar-brand a { color: #999999; } .sidebar-nav > .sidebar-brand a:hover { color: #fff; background: none; } #menu-toggle { text-decoration: none; float: left; color: #fff; padding-right: 15px; } @media (max-width:767px) { #wrapper { padding-left: 0; } #sidebar-wrapper { left: 0; } #wrapper.active { position: relative; left: 250px; } #wrapper.active #sidebar-wrapper { left: 250px; width: 250px; transition: all 0.4s ease 0s; } #menu-toggle { display: inline-block; } } /**************************************************/ /************ Drilldown custom style **************/ /**************************************************/ /* Hide category header (temporary fix! should be fixed using hook) */ #drilldown-categories-tabs-wrapper{ display: none; } .row { line-height:24pt; } div.drilldown-filter:nth-of-type(odd) { background: rgba(192,192,192,0.15); } /**************************************************/ /************ Sticky table headers ****************/ /**************************************************/ .sticky-table { position: -webkit-sticky; position: -moz-sticky; position: -ms-sticky; position: -o-sticky; position: sticky; top: 10px; } /**************************************************/ /********** Allow full width element **************/ /**************************************************/ .full-width { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; } /**************************************************/ /************ Customize Jumbotron *****************/ /**************************************************/ .jumbotron { /* background-image: url("https://i.imgur.com/JmMn0qa.png"); */ /* background-size: cover; */ padding-top: 15%; padding-bottom: 15%; } /****************************************************/ /** Hide information only needed for data editing **/ /**************************************************/ .private { display: none; } /****************************************************/ /**** Override default bootstrap navbar sytling ****/ /***************************************************/ .navbar { background-color:#006B99; color:#ffffff; border-radius:0; border-color: transparent; } .navbar .navbar-nav > li > a { color:#fff; } .navbar .navbar-nav > .active > a { color: #000000; background-color:transparent; } .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .open >a { text-decoration: none; background-color: #D3D3D3; color: #000000; } .navbar .navbar-brand { color:#ffffff; } .navbar .navbar-toggle { background-color:#D3D3D3; } .navbar .icon-bar { background-color:#006B99; } .navbar{ background-image: none; } /* for dropdowns only */ .navbar .navbar-nav .dropdown-menu { background-color: #006B99; } .navbar .navbar-nav .dropdown-menu>li>a { color: #fff; } .navbar .navbar-nav .dropdown-menu>li>a:hover,.navbar .navbar-nav .dropdown-menu>li>a:focus { color: #000000; } /******************************/ /* Animate Stats on main page */ /******************************/ .stats { text-align: center; font-size: 20px; font-weight: 700; font-family: 'Open Sans', 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 */ /*********************************/ table.dark-th th{ background-color: #e6e6e6; } /*************************************/ /* Styling SemanticDrilldown Buttons */ /************************************/ a.drilldown-btn { background-color: rgb(102, 153, 255); color: white; padding: 1.5em 2em; text-decoration: none; text-transform: uppercase; } a.drilldown-btn:hover { background-color: #02172D; } a.drilldown-btn:active { background-color: black; } a.drilldown-btn:visited { background-color: #ccc; } /*************************/ /** 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: 25px; background: #f6f6f6; }