MediaWiki:Print.css

From BioDIP
(Difference between revisions)
Jump to: navigation, search
(Created page with "- CSS placed here will affect the print output: #globalWrapper { position: relative; background-image: url(/w/images/b/ba/BioDIP-Logo-correct.png); }")
 
 
(10 intermediate revisions by one user not shown)
Line 1: Line 1:
 
/* CSS placed here will affect the print output */
 
/* CSS placed here will affect the print output */
#globalWrapper {
+
 
    position: relative;
+
    #content {
    background-image: url(/w/images/b/ba/BioDIP-Logo-correct.png);
+
        position: relative;
}
+
        background-repeat: no-repeat;
 +
        background-position: top right;
 +
        background-image: 200px;
 +
        background-image: url(/w/images/b/ba/BioDIP-Logo-correct.png);
 +
    }

Latest revision as of 23:07, 18 December 2014

/* CSS placed here will affect the print output */

    #content {
        position: relative;
        background-repeat: no-repeat;
        background-position: top right;
        background-image: 200px;
        background-image: url(/w/images/b/ba/BioDIP-Logo-correct.png);
    }
Personal tools