Benutzer:Skinbastler/print
Zur Navigation springen
Zur Suche springen
/*
*/
/* überflüssiges Zeug */
#titlebar-left, #titlebar-center, #titlebar-right, #action-bar, #navigation-bar {
display:none;
}
/* Seitenränder; Sollte möglichst genauso aussehen wie auf dem Papier
** Mal einfach 17cm Textbreite genommen */
#body-wrapper {
position: static !important;
margin: auto;
width: 17cm;
}
/* Intrawiki in der Druckversion */
/* Aussehen */
#bodyContent a.external:after {
color: #000000;
text-decoration: none;
font-style: normal;
}
#bodyContent a.external[href ^="http://de.wikipedia.org/w/"]:after,
#bodyContent a.external[href ^="http://de.wikipedia.org/wiki/"]:after,
#bodyContent a.external[href *="action=history"]:after,
#bodyContent a.external[href *="oldid="]:after,
#bodyContent a.external[href *="action=edit"]:after,
#bodyContent a.external[href *="diff="]:after {
content: " (" attr(href) " )";
}
/*
*/