Logo
Wale und Delfine
Startseite
Allgemeine Infos
Systematik
Entwicklung
Galerie
Walbeobachtung
Richtlinien
Anbieter
Artenschutz
Sonstiges
Sprachliche Aspekte
Literatur
Walquartett

MediaWiki:Common.css

Aus Wale.info

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 3: Zeile 3:
 
#wale-main {
 
#wale-main {
 
   background: #fff url(/images/8/8b/Startbild4.jpg) no-repeat scroll right 50px;
 
   background: #fff url(/images/8/8b/Startbild4.jpg) no-repeat scroll right 50px;
   margin-bottom: 10px;
+
   margin-bottom: 0;
 
}
 
}
 
#wale-main . column {
 
#wale-main . column {

Version vom 3. November 2007, 20:11 Uhr

/* Startseite */

#wale-main {
  background: #fff url(/images/8/8b/Startbild4.jpg) no-repeat scroll right 50px;
  margin-bottom: 0;
}
#wale-main . column {
  background-color: transparent;
}

/* Stylesheet-Ergänzung zu [[Wikipedia:Taxoboxen|Taxoboxen]] */
 
 table.taxobox {
        width: 260px;
        border-collapse: collapse;
        border: 1px solid gray;
        float: right;
        margin-left: 0.5em;
        background-color:white;
 }
 table.taxobox th {
        background-color: #a1b6ca;
        border: solid 1px gray;
        text-align: center;
        font-weight: bold;
 }
table.taxobox td {
  vertical-align:top;
  padding: 2px 4px;
  font-size: 0.9em;
}
 table.taxobox td {
        width: 40%;
        font-weight: bold;
 }
 table.taxobox td + td {
        width: 60%;
        font-weight: normal;
 }
 table.taxobox .Person {
        font-style: normal;
 }
 table.taxobox div.thumb,
 table.taxobox div.thumb * {
        margin: auto;
        padding: 0;
        float: none;
        border: none;
        background-color:#fff;
 }
 table.taxobox div.magnify {
        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;
       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; }

#wpTextbox1 {
  height: 50em !important;
}