MediaWiki:Common.css: Unterschied zwischen den Versionen

aus SkipperGuide, dem Online-Revierführer über die Segelreviere der Welt.
Zur Navigation springen Zur Suche springen
Wikitable hinzugefügt
Peter (Diskussion | Beiträge)
Bugfix: Darstellungsproblem Maps-Extension OpenSeaMap-Overlay
 
Zeile 1: Zeile 1:
/* Bugfix: Darstellungsproblem Maps-Extension OpenSeaMap-Overlay */
.leaflet-tile-pane .leaflet-layer + .leaflet-layer {
    z-index: 450 !important;
    pointer-events: none;
}
/* Navigationsleisten nicht mit ausdrucken */
/* Navigationsleisten nicht mit ausdrucken */
/*
/*

Aktuelle Version vom 6. April 2026, 11:54 Uhr

/* Bugfix: Darstellungsproblem Maps-Extension OpenSeaMap-Overlay */
.leaflet-tile-pane .leaflet-layer + .leaflet-layer {
    z-index: 450 !important;
    pointer-events: none;
}

/* Navigationsleisten nicht mit ausdrucken */
/*
@media print{
   .NavFrame {
       display: none;
   }
   .BoxenVerschmelzen {
       display: none;
   }
}
*/

 /* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */
 
 div.BoxenVerschmelzen,
 div.NavFrame {
    margin: 0px;
    padding: 2px;
    border: 1px solid #aaaaaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
        clear:both;
 }
 div.BoxenVerschmelzen div.NavFrame {
    border-style: none;
    border-style: hidden;
 }
 div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
 }
 div.NavPic {
    background-color: #ffffff;
    margin: 0px;
    padding: 2px;
    float: left;
 }
 div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    font-size: 100%;
    background-color: #efefef;
 }
 div.NavFrame p {
    font-size: 100%;
 }
 div.NavFrame div.NavContent {
    font-size: 100%;
 }
 div.NavFrame div.NavContent p {
    font-size: 100%;
 }
 div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
 }

 /* Abstand vor Navigationsleisten */
 
 div.BoxenVerschmelzen,
 div.NavFrame {
   margin-top: 1.5em;
 }
 div.BoxenVerschmelzen div.NavFrame {
   margin-top: 0;
 }
 div.NavFrame + div.NavFrame {
   margin-top: 0;
 }

 .NavToggle {
   float:right;
   font-size:x-small;
 }

 /* Navigationsleisten nicht mit ausdrucken */
 
 @media print{
    .NavFrame {
        display: none;
    }
    .BoxenVerschmelzen {
        display: none;
    }
 }

 /* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */
 .wikitable,
 .prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #AAA solid;
  border-collapse: collapse;
  empty-cells:show;
 }
 
 .wikitable th, .wikitable td,
 .prettytable th, .prettytable td {
  border: 1px #AAA solid;
  padding: 0.3em;
 }
 
 .wikitable caption,
 .prettytable caption {
  font-weight: bold;
 }
 
 .nogrid th, .nogrid td {border: none;}
 div.float-left, table.float-left, .float-left { float: left; clear: left; }
 div.float-right, table.float-right, .float-right { float: right; clear: right; margin: 1em 0 1em 1em; }
 div.centered, table.centered, .centered { margin-left: auto; margin-right: auto; }
 .toptextcells td { vertical-align: top; }