🍪
Cookies helfen uns bei der Bereitstellung von Primepedia. Durch die Nutzung von Primepedia erklärst du dich damit einverstanden, dass wir Cookies speichern. Weitere Informationen

Änderungen

keine Bearbeitungszusammenfassung
Zeile 138: Zeile 138:  
     border-collapse: collapse;
 
     border-collapse: collapse;
 
     font-size: 95%;
 
     font-size: 95%;
    clear:both;
+
        clear:both;
 
  }
 
  }
 
  div.BoxenVerschmelzen div.NavFrame {
 
  div.BoxenVerschmelzen div.NavFrame {
Zeile 155: Zeile 155:  
  }
 
  }
 
  div.NavFrame div.NavHead {
 
  div.NavFrame div.NavHead {
 +
    height: 1.6em;
 
     font-weight: bold;
 
     font-weight: bold;
 
     font-size: 100%;
 
     font-size: 100%;
Zeile 174: Zeile 175:  
     clear: both;
 
     clear: both;
 
  }
 
  }
  −
/* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
  −
.NavToggle {
  −
    font-size: x-small;
  −
    float:right;
  −
}
  −
  −
/* Workaround für Internet Explorer 6 */
  −
div.NavFrame, div.NavPic, .NavToggle {
  −
    position:relative;
  −
}
   
   
 
   
 
  /* Abstand vor Navigationsleisten */
 
  /* Abstand vor Navigationsleisten */
Zeile 199: Zeile 189:  
  }
 
  }
 
   
 
   
  /* Stylesheet-Ergänzung zu SideBoxen (ehedem [[Wikipedia:TownBox|TownBox]]) */
+
  /* Navigationsleisten nicht mit ausdrucken */
 
   
 
   
  div.sideBox {
+
  @media print{
     position: relative;
+
     .NavFrame {
    float: right;
+
        display: none;
    background: white;
+
     }
    margin-left: 1em;
+
     .BoxenVerschmelzen {
    border: 1px solid gray;
  −
    padding: 0.3em;
  −
    width: 200px;
  −
    overflow: hidden;
  −
    clear: right;
  −
}
  −
div.sideBox dl {
  −
    padding: 0;
  −
    margin: 0 0 0.3em 0;
  −
    font-size: 96%;
  −
}
  −
div.sideBox dl dt {
  −
    background: none;
  −
     margin: 0.4em 0 0 0;
  −
}
  −
div.sideBox dl dd {
  −
    margin: 0.1em 0 0 1.1em;
  −
     background-color: #f3f3f3;
  −
}
  −
  −
/* Stylesheet-Ergänzung zu [[Wikipedia:Taxoboxen|Taxoboxen]] */
  −
  −
table.taxobox {
  −
        border-collapse: collapse;
  −
        border: 1px solid gray;
  −
        float: right;
  −
        clear: right;
  −
        margin-left: 0.5em;
  −
        background-color:white;
  −
}
  −
table.taxobox th {
  −
        background-color: #9BCD9B;
  −
        border: solid 1px gray;
  −
        text-align: center;
  −
        font-weight: bold;
  −
}
  −
table.taxobox td {
  −
        vertical-align:top;
  −
}
  −
table.taxobox .Person {
  −
        font-style: normal;
  −
}
  −
table.taxobox div.thumb,
  −
table.taxobox div.thumb * {
  −
        margin: auto;
  −
        padding: 0;
  −
        float: none;
  −
        border: none;
  −
        background-color:#F9F9F9;
  −
}
  −
table.taxobox div.magnify {
   
         display: none;
 
         display: none;
 +
    }
 
  }
 
  }
table.taxobox tr td div.thumb div div.thumbcaption {
  −
        text-align:center;
  −
}
  −
table.taxobox td.Person {
  −
        text-align:center;
  −
        display:block;
  −
}
  −
table.taxobox td.taxo-name {
  −
        text-align:center;
  −
}
  −
table.taxobox td.taxo-bild {
  −
        text-align:center;
  −
}
  −
  −
/* Stylesheet-Ergänzung zu [[Wikipedia:Paläoboxen|Paläoboxen]] */
  −
  −
table.palaeobox {
  −
      border-collapse: collapse;
  −
      border: 1px solid gray;
  −
      float: right;
  −
      clear: right;
  −
      margin-left: 0.5em;
  −
      background-color:white;
  −
}
  −
table.palaeobox th {
  −
      background-color: #e7dcc3;
  −
      border: solid 1px gray;
  −
      text-align: center;
  −
      font-weight: bold;
  −
}
  −
table.palaeobox td {
  −
      vertical-align:top;
  −
}
  −
table.palaeobox .Person {
  −
      font-style: normal;
  −
}
  −
table.palaeobox div.thumb,
  −
table.palaeobox div.thumb * {
  −
      margin: 0;
  −
      padding: 0;
  −
      float: none;
  −
      border: none;
  −
}
  −
table.palaeobox div.magnify {
  −
      display:none;
  −
}
  −
table.palaeobox tr td div.thumb div div.thumbcaption {
  −
      text-align:left;
  −
}
  −
table.palaeobox td.Person {
  −
      text-align:center;
  −
      display:block;
  −
}
  −
table.palaeobox td.taxo-name {
  −
      text-align:center;
  −
}
  −
table.palaeobox td.taxo-bild {
  −
      text-align:center;
  −
}
  −
table.palaeobox td.taxo-zeit {
  −
      text-align:center;
  −
}
  −
table.palaeobox td.taxo-ort {
  −
      text-align:left;
  −
}
  −
  −
/* 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 {
  −
  margin-left: inherit;
  −
  margin-right: inherit;
  −
  font-weight: bold;
  −
}
  −
  −
.nogrid th, .nogrid td {border: none;}
  −
.float-left { float: left; clear: left; }
  −
.float-right { float: right; clear: right; margin: 1em 0 1em 1em; }
  −
.centered { margin-left: auto; margin-right: auto; }
  −
.toptextcells td { vertical-align: top; }
 
awardsmanage, Bürokraten, checkuser, editor, giftadmin, oversight, reviewer, staff, Administratoren
8.981

Bearbeitungen