On Saturday, August 30, 2014 2:50:50 PM UTC+2, David Gifford wrote:
>
> @media print {#tw-tags-wrapper {display: none ! important;}}
>
Just to clarify.
the hash in CSS means the ID
eg some HTML code with an id:
<p id="myID"> some text </p>
CSS
#myID { background: yellow; }
IDs should be not used with TW, since there can be more than one tiddler
active at the same time.
TW needs to work with classes.
-----
some code with a class
<div class="tw-my-wrapper" >
<p> some text </p>
</div>
CSS
.tw-my-wrapper{ display: none;}
Important:
If you ever need a construction like this: { display: none !important; }
you need to file a bug!
IMO !important is a virus. If I'd like to modify your theme I'd need to
modify your template and add a style="i am more important" and then we are
stuck.
see:
http://www.stubbornella.org/content/2010/07/01/top-5-mistakes-of-massive-css/
have fun!
mario
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.