MediaWiki:Common.css: Unterschied zwischen den Versionen

Test für Naviationsleisten
Peter (Diskussion | Beiträge)
Bugfix: Darstellungsproblem Maps-Extension OpenSeaMap-Overlay
 
(2 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt)
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 */
/*
/*
Zeile 70: Zeile 76:
  div.NavFrame + div.NavFrame {
  div.NavFrame + div.NavFrame {
   margin-top: 0;
   margin-top: 0;
}
.NavToggle {
  float:right;
  font-size:x-small;
  }
  }


Zeile 82: Zeile 93:
     }
     }
  }
  }
/* 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; }