Difference between revisions of "MediaWiki:Print.css"

From Monoskop
Jump to navigation Jump to search
Line 2: Line 2:
  
 
body, #globalWrapper, #column-content, #content, #bodyContent, @media print {
 
body, #globalWrapper, #column-content, #content, #bodyContent, @media print {
   font-family: times new roman;
+
   color: blue;
  font: times new roman;
 
 
}
 
}
  

Revision as of 17:18, 6 March 2012

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

body, #globalWrapper, #column-content, #content, #bodyContent, @media print {
  color: blue;
}


@font-face {
 font-family: "fedra";
 src: url("FedraSans-Light.ttf");
 font-style:normal;
}
@font-face {
 font-family: "fedra";
 src: url("FedraSans-Medium.ttf");
 font-weight:bold;
}
@font-face {
 font-family: "fedra";
 src: url("FedraSans-LightItalic.ttf");
 font-style:italic;
}