Nubio - View entry

< Return to index

95: How do I show links when printing?

The default print stylesheet does not show wikilinks when printing.

To change this, add the following to your monobook.css (if that is the skin that you use):
@media print {
    a, a.external, a.new, a.stub {
        color: blue ! important;
        text-decoration: underline ! important;
    }
}

Additional keywords: None


Edit this entry | Delete | History | Report an error or omission