|
|
| Zeile 1: |
Zeile 1: |
| html, body {
| |
| font-family: sans-serif !important;
| |
| }
| |
|
| |
|
| .mw-body h1, .mw-body-content h1, .mw-body-content h2 {
| |
| font-family: sans-serif !important;
| |
| }
| |
|
| |
| .mw-body-content h1,h2,h3,h4,h5,h6,h7,h8 {
| |
| font-weight: bold;
| |
| font-family: sans-serif !important;
| |
| }
| |
| .mw-body-content h1 {
| |
| margin-top: 2em;
| |
| }
| |
| .mw-body-content h2 {
| |
| margin-top: 2em;
| |
| }
| |
| .mw-body-content h3 {
| |
| margin-top: 1.75em;
| |
| }
| |
| .mw-body-content h4 {
| |
| margin-top: 1.5em;
| |
| }
| |
| .mw-body-content h5 {
| |
| margin-top: 1em;
| |
| }
| |
| .mw-body-content h6 {
| |
| margin-top: 1em;
| |
| }
| |
|
| |
| /*
| |
| * Farbdefinitionen für Rahmen und Hintergründe von [[w:Wikipedia:Textbausteine|Textbausteinen]].
| |
| * Hier: Standardvorgaben für "dunkle Schrift auf hellem Grund".
| |
| * Für Hell-auf-dunkel-Skins ([[MediaWiki:Amethyst.css|Amethyst]]) müssen dort entsprechende Definitionen
| |
| * zusätzlich eingetragen werden! Anpassungen für andere Skins sind optional.
| |
| * (Die Angaben der Rahmenstärke dienen der Bequemlichkeit, so dass man
| |
| * für dünne Rahmen nur noch "border-style" angeben muss.)
| |
| */
| |
|
| |
| .rahmenfarbe1 { /* Wie Inhaltsverzeichnis */
| |
| border-color: #aaaaaa;
| |
| border-width: 1px;
| |
| }
| |
| .rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
| |
| border-color: #e9e9e9;
| |
| border-width: 1px;
| |
| }
| |
| .rahmenfarbe3 { /* "Rot", auffällig */
| |
| border-color: #c00000;
| |
| border-width: 1px;
| |
| }
| |
| .rahmenfarbe4 { /* Neutrale Farbe, deutlich */
| |
| border-color: #8888aa;
| |
| border-width: 1px;
| |
| }
| |
| .rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
| |
| border-color: #000000;
| |
| border-width: 1px;
| |
| }
| |
|
| |
| .hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */
| |
| background-color: #f9f9f9;
| |
| }
| |
| .hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */
| |
| background-color: #ffffff;
| |
| }
| |
| .hintergrundfarbe3 { /* "Gelb", auffällig */
| |
| background-color: #ffff40;
| |
| }
| |
| .hintergrundfarbe4 { /* Sehr auffällig */
| |
| background-color: #ffaa00;
| |
| }
| |
| .hintergrundfarbe5 { /* Neutral, abgesetzt */
| |
| background-color: #e0e0e0;
| |
| }
| |
| .hintergrundfarbe6 { /* Blau abgesetzt */
| |
| background-color: #b3b7ff;
| |
| }
| |
| .hintergrundfarbe7 { /* Rot abgesetzt */
| |
| background-color: #ffcbcb;
| |
| }
| |
| .hintergrundfarbe8 { /* Gelb abgesetzt */
| |
| background-color: #ffebad;
| |
| }
| |
| .hintergrundfarbe9 { /* Grün abgesetzt */
| |
| background-color: #b9ffc5;
| |
| }
| |
|
| |
| /* Abschnitt-Bearbeiten-Links */
| |
| .editsection {
| |
| font-size:90%;
| |
| }
| |
|
| |
| /*****
| |
| ** Bytecounter colours
| |
| *****/
| |
| strong.mw-plusminus-neg
| |
| {
| |
| color: #cc0000;
| |
| }
| |
| span.mw-plusminus-neg
| |
| {
| |
| color: #990000;
| |
| }
| |
| .mw-plusminus-pos
| |
| {
| |
| color: #006600;
| |
| }
| |
|
| |
| /* Keine Vergrößerung der Zeilenhöhe durch hochgestellte Zahlen der Fußnoten */
| |
| .reference, .references sup {
| |
| font-size: 91%;
| |
| vertical-align: text-top;
| |
| position: relative;
| |
| top: -0.3em;
| |
| }
| |
|
| |
| /* Redirect-Markierungen */
| |
| .allpagesredirect, .watchlistredir, .redirect-in-category {
| |
| font-style: italic;
| |
| }
| |
|
| |
| /*
| |
| * Allow limiting of which header levels are shown in a TOC;
| |
| * <div class="toclimit-3">, for instance, will limit to
| |
| * showing ==headings== and ===headings=== but no further
| |
| * (as long as there are no =headings= on the page, which
| |
| * there shouldn't be according to the MoS).
| |
| * [[Vorlage:TOC limit]]
| |
| */
| |
| .toclimit-2 .toclevel-1 ul,
| |
| .toclimit-3 .toclevel-2 ul,
| |
| .toclimit-4 .toclevel-3 ul,
| |
| .toclimit-5 .toclevel-4 ul,
| |
| .toclimit-6 .toclevel-5 ul,
| |
| .toclimit-7 .toclevel-6 ul {
| |
| display: none;
| |
| }
| |
|
| |
| /* Zur vertikalen Ausrichtung von Zelleninhalten in Tabellen */
| |
| /* am oberen Rand (Standardeinstellung: mittig). */
| |
| table.table-valign-top td {
| |
| vertical-align: top;
| |
| }
| |
|
| |
| 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 {
| |
| 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;
| |
| }
| |
| .NavToggle {
| |
| font-size: x-small;
| |
| float:right;
| |
| }
| |
|
| |
| /* Nichtanzeige von Benutzergruppen in [[Spezial:Statistik]],
| |
| * die keine Mitglieder haben
| |
| */
| |
| .statistics-group-zero {display:none;}
| |
|
| |
| /* Hervorhebung der angeklickten Fußnoten und der Rückverweise in blau */
| |
|
| |
| ol.references > li:target {
| |
| background-color: #DEF;
| |
| }
| |
|
| |
| sup.reference:target {
| |
| background-color: #DEF;
| |
| }
| |
|
| |
| /* prettytable und wikitable für schöne Tabellen */
| |
|
| |
| table.prettytable, table.wikitable {
| |
| margin: 1em 1em 1em 0;
| |
| font-size:95%;
| |
| background: #f9f9f9;
| |
| color: black;
| |
| border: 1px #aaaaaa solid;
| |
| border-collapse: collapse;
| |
| empty-cells: show;
| |
| }
| |
|
| |
| table.prettytable th, table.prettytable td, table.wikitable th, table.wikitable td {
| |
| border: 1px #aaaaaa solid;
| |
| padding: 0.2em 0.6em;
| |
| }
| |
|
| |
| table.prettytable th, table.wikitable th {
| |
| background: #ddddff;
| |
| text-align: left;
| |
| }
| |
|
| |
| table.prettytable caption, table.wikitable caption {
| |
| margin-left: inherit;
| |
| margin-right: inherit;
| |
| font-size: larger;
| |
| font-weight: bold;
| |
| }
| |
|
| |
| table.wikitable.zebra tr:nth-child(even) {
| |
| background: white;
| |
| }
| |
|
| |
| .toptextcells td {
| |
| vertical-align: top;
| |
| }
| |
|
| |
| 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;
| |
| }
| |
|
| |
| .collapsible.changecolor.selected .title,
| |
| .collapsible.changecolor.selected tr:first-child th,
| |
| .collapsible.changecolor.selected tr:first-child td,
| |
| .collapsible.selected .title .changecolor,
| |
| .collapsible.selected tr:first-child th .changecolor,
| |
| .collapsible.selected tr:first-child td .changecolor {
| |
| color:#0645AD;
| |
| }
| |
|
| |
| @media print {
| |
| .forceprint_block {
| |
| display: block !important;
| |
| }
| |
| .forceprint_inline {
| |
| display: inline !important;
| |
| }
| |
| }
| |
|
| |
| /* <syntaxhighlight> errors without border. */
| |
| .mw-highlight .err{
| |
| border: none;
| |
| }
| |
|
| |
| /* nötigenfalls seitwärtsscrolling statt Zeilenumbruch
| |
| .mw-highlight{
| |
| clear: both;
| |
| }
| |
| */
| |
|
| |
| pre, .mw-code{
| |
| white-space: pre-wrap;
| |
| overflow: auto;
| |
| clear: both;
| |
| }
| |
|
| |
| /* do not select line numbers in <syntaxhighlight> */
| |
| .mw-highlight .lineno {
| |
| -ms-user-select: none;
| |
| -moz-user-select: none;
| |
| -webkit-user-select: none;
| |
| user-select: none;
| |
| background: #EEE;
| |
| display: inline-block;
| |
| padding-left: 0.5em;
| |
| margin-right: 0.5em;
| |
| }
| |
|
| |
| /* Ergänzung zu Common.js - #specialchars oberhalb des Edit-Fensters anzeigen
| |
| gemäß Verbesserungsvorschlägen "Hilfen bei der Texteingabe" */
| |
| #specialchars {
| |
| clear: both;
| |
| }
| |
|
| |
| hr {
| |
| margin: 1.5em 0 0.5em 0;
| |
| }
| |
|
| |
| div#toc.toc li.toclevel-4 {
| |
| display:none;
| |
| }
| |
|
| |
| div#mw-content-text.mw-content-ltr div.mw-parser-output h4 span.mw-headline-number {
| |
| display: none;
| |
| }
| |
| div#mw-content-text.mw-content-ltr div.mw-parser-output h5 span.mw-headline-number {
| |
| display: none;
| |
| }
| |
| div#mw-content-text.mw-content-ltr div.mw-parser-output h6 span.mw-headline-number {
| |
| display: none;
| |
| }
| |
| div#mw-content-text.mw-content-ltr div.mw-parser-output h7 span.mw-headline-number {
| |
| display: none;
| |
| }
| |
| div#mw-content-text.mw-content-ltr div.mw-parser-output h8 span.mw-headline-number {
| |
| display: none;
| |
| }
| |
| div.toccolours.mw-collapsible.mw-made-collapsible {
| |
| display: block;
| |
| }
| |
| ul#filetoc, .toc, .toccolours, .mw-warning {
| |
| display: block;
| |
| }
| |
|
| |
|
| |
| dl dt {
| |
| font-size: 1.2em;
| |
| font-family: sans-serif !important;
| |
| }
| |
|
| |
| table tr td:nth-child(1) {
| |
| font-weight: bold;
| |
| vertical-align: top;
| |
| }
| |
|
| |
| table tr td:nth-child(2) {
| |
| vertical-align: top;
| |
| }
| |
|
| |
| table.wikitable {
| |
| width: 100%;
| |
| }
| |