Hi,
I have been using a modified version of Phil Hawksworth's TeamTasks
style sheet. I added in print definitions to it so that I can use the
SwitchThemePlugin for various styles. I use my TiddlyWiki to record
daily activity at my engineering job and then I cut/tape it into a lab
notebook for intellectual property purposes.
Question: I have an 8x11 size for printing PDFs, but a 'labbook' size
I use when I print my tiddlers for taping in my book. I noticed that
even though I have a margin applied, it only uses it on the 1st page.
I paper cut my stack and realized that any tiddlers that were 2 pages
long lost the top of the 2nd page.
My printing section of the stylesheet:
@media print {
#mainMenu {display: none ! important;}
#topMenu {display: none ! important;}
#sidebar {display: none ! important;}
#messageArea {display: none ! important;}
#shadowArea {display: none ! important;}
#toolbar {display: none ! important;}
#backstageArea {display: none ! important;}
#backstageButton {display: none ! important;}
#backstageToolbar {display: none ! important;}
#backstagePanel {display: none ! important;}
.toolbar {display: none ! important;}
.header {display: none ! important;}
.tiddler .subtitle {display: none ! important;}
.tiddler .toolbar {display: none ! important;}
.tiddler .tagging {display: none ! important;}
.tiddler .tagged {display: none ! important;}
.main-container { overflow-y: visible; }
* {overflow: visible !important;}
#displayArea {margin: 4em 0em 0em 0em;}
}
I'm new at anything css and basically just cobbled together stuff I
found on the web. The most important ones are the last three. The
overflow ones keep things running onto the 2nd page rather than
getting lost and the #displayArea margin bit keeps the page a little
shorter so I can paper cut things for my book.
Why are pages 2-beyond not maintaining the 4em top margin for the
page?
Best regards,
John
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.