> I am using this:
> <<matchTags popup "label:someTag" someTag AND (NOT excludeLists)>>
> How can I make the font in this list larger?
> I want to make the font in this particular list larger, not in all the
> popups.
>
> I can change the size in the StyleSheet like this:
> .popup { font-size: 110%; }
> but this makes the font in ALL the popups larger, no good.
As already noted in this thread, the following does *not* do what you
need:
{{classname{<<matchTags popup ...>>}}}
The problem is that the CSS classname "wrapper" only applies to the
*label* for the popup and not the popup itself because the popup is
actually a descendent of the entire document background and not the
CSS wrapper container.
Fortunately, I have a solution that makes it possible to customize the
popup styles:
I have updated MatchTagsPlugin so that when the popup is created, it
is automatically assigned both "popup" *and* "matchTags" as
classnames. Thus, to customize the popups generated by
MatchTagsPlugin, you can now write the following in [[StyleSheet]]:
.matchTags .popup { ... }
and it will be automatically applied to MatchTagsPlugin-generated
popups (but not other popups).
Q.E.D.
Get the update (v2.0.6) here:
http://www.tiddlytools.com/#MatchTagsPlugin
http://www.tiddlytools.com/#MatchTagsPluginInfo
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
----
TiddlyTools needs YOUR financial support...
Help ME to continue to help YOU...
make a generous donation today:
http://www.TiddlyTools.com/#Donations
Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
http://www.TiddlyTools.com/#Contact
--
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.