Änderungen

495 Bytes hinzugefügt ,  16:21, 19. Aug. 2017
general improvements
Zeile 35: Zeile 35:  
     background-attachment: scroll;
 
     background-attachment: scroll;
 
     border-bottom: 1px solid #AAAAAA;
 
     border-bottom: 1px solid #AAAAAA;
     height: 26px;
+
     height: 29px;
     padding: 0px 1px 3px 1px;
+
     padding: 0px 1px 0px 1px;
 
     text-align: left;
 
     text-align: left;
 
     font-family: serif;
 
     font-family: serif;
Zeile 88: Zeile 88:  
     width: auto;
 
     width: auto;
 
     height: 150px;
 
     height: 150px;
 +
}
 +
 +
 +
/**
 +
Fixes the attribution in the OpenLayer maps.
 +
*/
 +
.olControlAttribution {
 +
  bottom: 1em;
 +
}
 +
 +
/**
 +
Collabsable sidebar menu.
 +
*/
 +
#mw-panel.collapsible-nav .portal.first {
 +
  margin-left: 1.3em;
 +
}
 +
#mw-panel.collapsible-nav .portal.collapsed h3 a {
 +
  color: #008800 !important;
 +
}
 +
 +
/**
 +
Tabs-tabbox
 +
*/
 +
.tabs-tabbox > .tabs-container {
 +
  padding: 6px !important;
 +
  -webkit-box-shadow: 3px 3px 15px -5px black;
 +
  -moz-box-shadow: 3px 3px 15px -5px black;
 +
  box-shadow: 3px 3px 15px -5px black;
 
}
 
}