With custom styling by data tag to override styling for only certain 
tiddlers to hide title and subtitle; the custom stylesheet attempt is 
effecting all tiddlers.  I was assuming its a global modifier but I get the 
same effect with trying to adjust normal css values such as font size for 
the title.  So one would thinnk, the custom override for certian tiddlers 
wasn't working but the first css value, padding, is effecting only the data 
tagged tiddlers as desired.  So I must be erring with the cryptic chirology 
(ie coding : ) )

1) using $:/tags/Stylesheet tag for the custom stylesheet tiddler, text/css 
content type

2) using the data tags with the usual css listing format (spaces removed 
for this post)

eg, this all thats in the text body of the tiddler, no <style>
[data-tags~="#externalviewer"],
[data-tags~="#externalcontent"] {padding: 0px;} h2.tc-title {font-size: 
.75em;}

a) with the [data-tags~=""] I seen expressed as both [data-tags*=""] and 
[data-tags~=""], tried both.

b) initial tried h2.tc-title {display:none;) in place of h2.tc-title 
{font-size: .75em;}

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2e3f8819-1996-4200-9792-97daf6823fa6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to