MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus SfB-Wiki
Zur Navigation springenZur Suche springen
(abstandsänderung)
(update)
 
(28 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 94: Zeile 94:
 
     width: 720px;
 
     width: 720px;
 
     margin: 1em 1em 1em 0;
 
     margin: 1em 1em 1em 0;
     border-style: solid;  /* border-style: none; */
+
     border-style: none;  /* border-style: none; */
 
     border-width: 1px;
 
     border-width: 1px;
 
     border-color: #c0c0c0;
 
     border-color: #c0c0c0;
Zeile 102: Zeile 102:
 
   
 
   
 
  table.sfb th, table.sfb td {
 
  table.sfb th, table.sfb td {
     border-style: solid;  /* border-style: none; */
+
     border-style: none;  /* border-style: none; */
 
     border-width: 1px;
 
     border-width: 1px;
 
     border-color: #c0c0c0;
 
     border-color: #c0c0c0;
Zeile 137: Zeile 137:
  
 
  table.sfb p, table.sfb dl {
 
  table.sfb p, table.sfb dl {
     margin-top: 95%;
+
     margin-top: 0.9em;
 
  }
 
  }
  
Zeile 167: Zeile 167:
 
  @media print{
 
  @media print{
 
     body {
 
     body {
         font-size: 10pt;
+
         font-size: 12pt;
 
     }
 
     }
  
Zeile 277: Zeile 277:
 
     font-size: 90%;
 
     font-size: 90%;
 
  }
 
  }
 +
 +
/*  Formatierung für Elementboxen */
 +
 +
.hs-box1 {
 +
    margin: 0;
 +
    margin-bottom:10px;
 +
    border: 2px solid #dfdfdf;
 +
    -moz-border-radius: 1.5em;
 +
    padding: .3em .6em 0em .6em;
 +
    }
 +
 +
.hs-box2 {
 +
    margin: 0;
 +
    margin-bottom:10px;
 +
    border: 1px solid #dfdfdf;
 +
    -moz-border-radius: 1.5em;
 +
    padding: .3em .6em 0em .6em;   
 +
    background: #f2f2f2;
 +
    }
 +
 +
/* Fix für Navigationselemente in der linken Spalte im Firefox 9 */
 +
 +
/* div#p-navigation {*/
 +
/*    position: absolute;*/
 +
/*    }*/
 +
 +
/* div#p-SfB_für_Mitarbeiter {*/
 +
/*    position: absolute;*/
 +
/*    }*/
 +
 +
/* div#p-SfB_f.C3.BCr_Anwender {*/
 +
/*    position: absolute;*/
 +
/*    }*/
 +
 +
/* div#p-search {*/
 +
/*    position: absolute;*/
 +
/*    }*/
 +
 +
/* div#p-tb {*/
 +
/*    position: absolute;*/
 +
/*    }*/
 +
 +
/* Einzelne Kartei-Reiter nicht anzeigen */
 +
 +
li#ca-talk, li#ca-viewsource, li#ca-history {
 +
    display: none;
 +
}
 +
 +
/* Mail-Adressen: Verschlüsselung */
 +
 +
span.rtl {
 +
    unicode-bidi: bidi-override;
 +
    direction: rtl;
 +
}
 +
 +
/* body {
 +
    background-color: #ff953e;
 +
    background-image: none;
 +
}
 +
 +
.pBody {
 +
    background-color: #ffffe0;
 +
}*/

Aktuelle Version vom 12. Januar 2023, 18:30 Uhr

 /* Definition der Einrückung mittels ":" */
 dd { margin-left: 1.5em; }
 
 @media print{
    dd { margin-left: 1em; }
 }


 /* Stylesheet-Ergänzung zu Standard-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;
 }
 
 /* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
 .NavToggle {
        font-size: x-small;
        float:right;
 }
 
 /* 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;
 }
 
 /* Navigationsleisten nicht mit ausdrucken */
 
 @media print{
    .NavFrame {
        display: none;
    }
    .BoxenVerschmelzen {
        display: none;
    }
 }



 /* SfB-Tabellen: Stylesheet für Tabellenränder */
 /* Falls die Tabellenränder ausgeschaltet werden sollen, beide border-style-Werte auf "none" */
 /* setzen, wie dahinter jeweils beispielhaft aufgeführt */
 
 table.sfb {
    width: 720px;
    margin: 1em 1em 1em 0;
    border-style: none;   /* border-style: none; */
    border-width: 1px;
    border-color: #c0c0c0;
    border-collapse: collapse;
    empty-cells: show;
 }
 
 table.sfb th, table.sfb td {
    border-style: none;   /* border-style: none; */
    border-width: 1px;
    border-color: #c0c0c0;
    padding: 0.3em;
    vertical-align: top;
 }
 
 /* Spaltenbreite festlegen (testweise) */
 
 #col1 {width: 120px;}
 
 /* Tabellenränder nicht ausdrucken */
 
 @media print{
    table.sfb, table.sfb th, table.sfb td {
        border-style: none;
    }
 }



 /* SfB-Tabellen: Stylesheet für Verweisungen */
 
 div.vw {
    text-align: right;
    line-height: 150%;
    font-size: 85%;
 }



 /* SfB-Tabellen: Abstände oben und unten für Absätze mit Einzug (dd-Tag) korrigieren */
 /* und dl-Tag an p-Tag anpassen */

 table.sfb p, table.sfb dl {
    margin-top: 0.9em;
 }



 /* Zu Navigationszwecken eingefügte Zwischenüberschriften nicht ausdrucken */
 
 @media print{
    .np {
        display: none;
    }
 }



 /* Inhaltsverzeichnis (table of contents) nicht ausdrucken */
 
 @media print{
    .toc {
        display: none;
    }
 }



 /* Ausdruck: Schriftgröße, Tabellenzeilen aneinanderrücken */
 /* (Korrektur der Einrückung siehe oben) */
 
 @media print{
    body {
        font-size: 12pt;
    }

    table.sfb {
        border-width: 0;
        margin: 0em 0em 0em 0em;
    }
 
    table.sfb th, table.sfb td {
        border-width: 0;
        margin-top: -3em;
        margin-bottom: -3em;
        padding: 0em;
    }
 
    table.sfb tr {
        margin-top: -3em;
        margin-bottom: -3em;
        padding: 0em;
    }
 }

 /* Ausdruck: Vermeiden von Zeilenumbrüchen innerhalb einer Tabellenzeile */

 @media print{
    table.sfb td {
        page-break-inside: avoid;
    }
 }

 /* Ausdruck: Erzwingen von Zeilenumbrüchen vor Tabellenüberschriften */
 
 @media print{
    span.bb {
        page-break-before: always;
    }
 }

 /* Nicht ausdrucken: Seitenüberschrift */
 /* Nicht ausdrucken: Quellenangabe Website */
 /* Nicht ausdrucken: Unterseitenangabe */
 /* Nicht ausdrucken: Quellenangabe URL */
 /* Nicht ausdrucken: Seitenfuß */
 
 @media print{
    h1.firstHeading, h3#siteSub, div#contentSub, div.printfooter, #footer {
        display: none;
    }
 }



 /* h6-Stil wie h5 */
 
 h6 { font-size: 100%; }
 h6 .editsection { font-size: 100%; font-weight: normal; }



 /* Unterdrückung Numerierung in Inhaltsverzeichnissen */
 
 .tocnumber {display: none;}

 /* Zuständigkeitstabellen: Stylesheet für Tabellenränder unter den einzelnen Tabellenzeilen */
 
 table.zust {
    border-collapse: collapse;
 }
 table.zust td {
    border-bottom: solid 1px silver;
 }



 /* allgemeine Tabellen: Stylesheet für Tabellenränder */
 
 .wikitable {
    width: 95%;
    margin: 1em 1em 1em 0;
    border-style: solid;
    border-width: 1px;
    border-color: #c0c0c0;
    border-collapse: collapse;
    empty-cells: show;
 }
 
 .wikitable th {
    border-style: solid;
    border-width: 1px;
    border-color: #c0c0c0;
    background-color: #d8e8ff;
    padding: 0.3em;
    vertical-align: top;
 }
 
 .wikitable td {
    border-style: solid;
    border-width: 1px;
    border-color: #c0c0c0;
    padding: 0.3em;
    vertical-align: top;
 }



 /* Fußnoten */

 ol.references {
    font-size: 90%;
 }

 /*  Formatierung für Elementboxen */
 
 .hs-box1 {
     margin: 0;
     margin-bottom:10px;
     border: 2px solid #dfdfdf;
     -moz-border-radius: 1.5em;
     padding: .3em .6em 0em .6em;
     }
 
 .hs-box2 {
     margin: 0;
     margin-bottom:10px;
     border: 1px solid #dfdfdf;
     -moz-border-radius: 1.5em;
     padding: .3em .6em 0em .6em;     
     background: #f2f2f2;
     }

 /* Fix für Navigationselemente in der linken Spalte im Firefox 9 */

/* div#p-navigation {*/
/*     position: absolute;*/
/*     }*/

/* div#p-SfB_für_Mitarbeiter {*/
/*     position: absolute;*/
/*     }*/

/* div#p-SfB_f.C3.BCr_Anwender {*/
/*     position: absolute;*/
/*     }*/

/* div#p-search {*/
/*     position: absolute;*/
/*     }*/

/* div#p-tb {*/
/*     position: absolute;*/
/*     }*/

 /* Einzelne Kartei-Reiter nicht anzeigen */

 li#ca-talk, li#ca-viewsource, li#ca-history {
    display: none;
 }

 /* Mail-Adressen: Verschlüsselung */

 span.rtl {
    unicode-bidi: bidi-override;
    direction: rtl;
 }

/* body {
    background-color: #ff953e;
    background-image: none;
 }

 .pBody {
    background-color: #ffffe0;
 }*/