MediaWiki:Print.css: Unterschied zwischen den Versionen

Aus Fivefivezero
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 108: Zeile 108:
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: right;
background-position: right;
line-height: 320%;
line-height: 350%;
color: #ffffff;
color: #ffffff;
}
}

Version vom 16. Dezember 2011, 17:18 Uhr

/* Das folgende CSS wird in der Druckausgabe geladen. */
/* Das folgende CSS wird in der Druckausgabe geladen. */
/* CSS an dieser Stelle wirkt sich auf die Druckausgabe aus */

/* Im Folgenden werden für die Druckversion veschiedene Abschnitte unsichtbar gamcht */

#firstHeading {display: true;}
#siteSub {display: none;}
#footer {display: none;}
.printfooter {display: none;}
#catlinks {display: none;}
#contentSub {display: none;}

/* Im Folgenden werden die Schriftarten für die Druckversion angepasst */

#html, body {
background-color: white;
}

div#content {
background-color: white;
}

#content table {
font-family: arial;
}

#bodyContent {
font-family: arial;
text-align: justify;
}

#content dd,li {
text-align: justify;
}

#content h1 {
font-size: 20pt;
font-family: arial;
text-align: left;
}

#content dd,li,h2,h3,h4,h5 {
font-family: arial;
text-align: left;
background-color: transparent;
}

/*
#content h5 {
margin-bottom: -2.5em;
margin-left: 90%;
margin-right: 2px;    
text-align: left;
font-family: arial;
}
*/
#content hr {border-top-color: transparent;}

/* Im Folgenden werden die Galerieeinstellungen für die Druckversion geändert */

table.gallery caption {
margin-bottom: 0.5em;
font-style: bold;
font-size: 16pt;
}

table.gallery {
text-align: center;
}

table.gallery td {
vertical-align: top;
}

div.gallerybox  {
background-color: transparent;
border-color: transparent;
text-align: center;
}

div.thumb div {
margin: 0px;
width: 150px;
}

div.gallerytext {
text-align: center;
}

.unsichtbar {
display: inline;
}

/* Im Folgenden werden die Kurzinfoeigenschaften für die Druckversion geändert */

.Kurzinfo {
float: none;
width: 13cm;
margin-left: 2cm;
margin-right: 2cm;
}

/* Um ein Logo in die Druckversion einzufügen:*/

#firstHeading {
background-image: url(http://fivefivezero.bplaced.net/wiki/fivefivezero_logo.png);
background-repeat: no-repeat;
background-position: right;
line-height: 350%;
color: #ffffff;
}