I have my StyleSheetPrint setup for layout purposes . . . (turning off
the extras)
Can I add the color definitions in that tiddler?

@media print {

#mainMenu, #sidebar, #messageArea, #toolbar,
#hoverMenu, .toolbar, .tagged, .tagging,
#tiddlersBar .tab, .subtitle, .header, #backstageArea,
#backstageButton,
#topMenu, .siteTitle, .siteSubtitle, .tiddler .subtitle, .tiddler .tagging, 
.tiddler .tagged, .tiddler .toolbar, .hoverMenu, .hD, .tagglyTagged
        {display: none !important;}
#breadCrumbs, #siteMenu, #storyMenu
        { display:none !important; }
#displayArea
        { margin: 1em !important; }
noscript /* Fixes a feature in Firefox 1.5.0.2 where print preview
displays the noscript content */
        { display:none; }

/* not sure if we need all the importants */
.tiddler {
        overflow:visible;
        border-style: none ! important;
        margin:0px ! important;
        padding:0px ! important;
        padding-bottom:2em ! important;
        page-break-after: auto;
        page-break-before: auto;
}
.tagglyTagging .button, .tagglyTagging .hidebutton {
        display: none ! important;
}
.headerShadow {
visibility: hidden ! important;
}
.tagglyTagged .quickopentag, .tagged .quickopentag, .hD, .fD {
        border-style: none ! important;
}
.quickopentag a.button, .miniTag {
        display: none ! important;
}
}



On Dec 31, 2:37 pm, "Mark S." <[email protected]> wrote:
> You should be able to put this:
>
> @media print {
>
> }
>
> in your StyleSheet, and then put the styles you want for printing
> inside the brackets.
>
> There is a stylesheet for printing, but seem to recall that you're not
> supposed to use the specialized stylesheet tiddlers for changes since
> they might get overwritten in future upgrades.
>
> -- Mark
>
> On Dec 31, 11:58 am, Mike <[email protected]> wrote:
>
> > Question: I like bold inverse colors for my TW (ex. black body with
> > orange text) but I want to print using the default ColorPalette (ex
> > white body with black text)
>
> > Is their an easy way to accomplish this?
>
> > Currently I change my ColorPalette every time I want to print - just
> > wondering if I am doing this the hard way . . .
>
> > Happy New Year !
>
> > Mike

--

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.


Reply via email to