MediaWiki:Print.css

From BioDIP
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will affect the print output */
 
/* CSS placed here will affect the print output */
#content {
+
@media print {
    position: relative;
+
    #content {
    background-repeat: no-repeat;
+
        position: relative;
    background-position: top right;
+
        background-repeat: no-repeat;
    background-image: url(/w/images/b/ba/BioDIP-Logo-correct.png);
+
        background-position: top right;
 +
        background-image: url(/w/images/b/ba/BioDIP-Logo-correct.png);
 +
    }
 
}
 
}

Revision as of 22:46, 18 December 2014

/* CSS placed here will affect the print output */
@media print {
    #content {
        position: relative;
        background-repeat: no-repeat;
        background-position: top right;
        background-image: url(/w/images/b/ba/BioDIP-Logo-correct.png);
    }
}
Personal tools