Let’s add this stylesheet to our TiddlyWiki. Create a tiddler with below content, tag it with $:/tags/Stylesheet
/*!
* print.css v1.0.0
* http://printstylesheet.com/
*
* Copyright (c) 2011 David Bushell
* Dual licensed under the BSD or MIT licenses: http://printstylesheet.com/license.txt
* Author: David Bushell
* http://dbushell.com/
*/
/* use a media query to limit the CSS to only print devices, like a printer */
@media only print
{
/* hide every element within the body */
body * { display: none !important; }
/* add a friendy reminder not to waste paper after the body */
body:after { content: "Don't waste paper!"; }
}
You can download the ready-to-use tiddler here, download and add to your TiddlyWiki.
print.css_environmentally-conscious.json (718 Bytes)