This question about This website: Answered

Verbatim characters are too pale in the printout

First at all really good work! I like foswiki, thats why I am setting up one for myself and for a Project.

One (there are also others) thing I wanted to know is, who can I change or make better typefase/printouts, which are better readable. For example the verbatim-characters are too pale, Titles are also too pale... they shoud be stronger and clearer. And I know, when I will bring a wiki ( I tried it 4 years ago) to the people, then some things have to be proper, and this is the printout. I write this, because i make a documentation (yes in printout, like a little handbook) where I can look after.

So how can I improve a better typeface and clearer printout (ps. my printer is good enough by the way smile

New people will espacialy print out the code-pieces, and I can tell you, this people I handle with, will give up very soon and let the wiki-way die.

Regards

-- SaschaBuechel - 08 Apr 2010

These are instructions for pattern skin.

Create your custom print CSS file and let USERSTYLEURL point to it.

For example, create a text file called myprint.css with this content:
@media print {

   .patternViewPage *,
   .patternViewPage *:link {
      color:#000;
   }
   
}
and attach it to Main.SitePreferences.

You may want to play with the values.

In the SitePreferences topic write:
   * Set USERSTYLEURL = %PUBURLPATH%/%WEB%/%TOPIC%/myprint.css

-- ArthurClemens - 08 Apr 2010

QuestionForm edit

Subject This website
Extension
Version Foswiki 1.0.9
Status Answered
Topic revision: r2 - 08 Apr 2010, ArthurClemens
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy