MediaWiki:Print.css

From CruisersWiki

(Difference between revisions)
Jump to: navigation, search
(Suppress ALL URL expansion in print)
 
Line 1: Line 1:
/* CSS placed here will affect the print output */
/* CSS placed here will affect the print output */
 +
/* Suppress some URL expansion in print */
 +
/*
#content .nourlexpansion a.external:after,
#content .nourlexpansion a.external:after,
#content .infobox a.external:after,  
#content .infobox a.external:after,  
#content .thumbcaption a.external::after  
#content .thumbcaption a.external::after  
{
{
-
    /* Expand URLs for printing */
 
     content: "";
     content: "";
 +
}
 +
*/
 +
 +
/* Suppress ALL URL expansion in print */
 +
#content a.external.text:after
 +
{
 +
    content: "";
}
}

Latest revision as of 11:40, 27 March 2015

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

/* Suppress some URL expansion in print */
/* 
#content .nourlexpansion a.external:after,
#content .infobox a.external:after, 
#content .thumbcaption a.external::after 
{
    content: "";
}
*/

/* Suppress ALL URL expansion in print */
#content a.external.text:after 
{ 
    content: ""; 
}
Personal tools
advertisement
Friends of Cruisers Wiki