Difference between revisions of "MediaWiki:Print.css"

From 1MinuteSite Wiki
(Pagina sostituita con 'CSS placed here will affect the print output: <pre><nowiki>: #footer { display: none; } </nowiki></pre>: ')
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect the print output */
+
<p>/* CSS placed here will affect the print output */ /*</p>
/* <pre><nowiki> */
+
<pre> */
 +
 
 +
#firstHeading {
 +
    margin: 0px;
 +
}
 +
 +
h2, h3, h4, h5, h6, h7 {
 +
page-break-after: avoid;
 +
}
 +
p {
 +
widows: 3;
 +
orphans: 3;
 +
}
  
 
#footer {
 
#footer {
Line 6: Line 18:
 
}
 
}
  
/* </nowiki></pre> */
+
/* </pre>
 +
<p>*/</p>

Latest revision as of 15:01, 10 February 2011

<p>/* CSS placed here will affect the print output */ /*</p>
<pre> */

#firstHeading {
    margin: 0px;
}
 
h2, h3, h4, h5, h6, h7 {
	page-break-after: avoid;
}
p {
	widows: 3;
	orphans: 3;
}

#footer {
    display: none;
}

/* </pre>
<p>*/</p>