MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Erik (Diskussion | Beiträge) 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; } | |||
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; }