On Wednesday, April 15, 2015 at 1:46:29 AM UTC-7, Jan wrote:
>
> Hello,
> What is the name of the CSS class to address the "Paper" the
> TiddlerContent appears on.
> What do I have to write, if i want to make tiddlers fill at least the
> whole screen vertically and to be bigger if the content is bigger.
> Thanks Jan
>
".tiddler" is the classname for the overall tiddler container, including
the title, subtitle, toolbar, and body content
".viewer" is the classname for the body content container only
To set the height of a tiddler to be "at least the whole screen
vertically", you can use something like:
.tiddler { min-height:100vh; }
where "100vh" means "100% of the viewport height"
(see http://www.w3.org/TR/css3-values/#viewport-relative-lengths)
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
YOUR DONATIONS ARE VERY IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
http://TiddlyTools.github.com/fundraising.html#MakeADonation
--
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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/c28d3930-39db-4b28-9762-0798d5e13346%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.