.tc-tagged-slide .tc-title { font-size:20%;line-height: 9px;color:white}
.tc-tagged-aside .tc-title { font-size:20%;line-height: 9px;color:white}
.tc-titlebar button {
opacity: 0;
}
.tc-titlebar:hover button {
opacity: 1;
}
display:none;.tc-tagged-slide .tc-title {display:none}
that just gets rid of the title in that line but does not change the padding above or below it (and the toolbar is still there)
Maybe instead of searching for "padding" I should search for the term "margin"...
Thanks for the suggestion though :)
.tc-tiddler-frame {padding-top:2px;}.tc-tagged-slide .tc-tiddler-frame {padding-top:2px;}.tc-tagged-slide .tc-tiddler-body {font-size:200%;line-height:100%; }
.tc-tagged-slide .tc-title { font-size:20%;line-height: 9px;color:white}
.tc-tagged-slide .tc-title" are part of the normal usage.
Also regarding what you said before:
Yea, docs on styling TW is pretty much lacking. CSS is really a big topic in itself but it's also that TW has so many style deffinitions
If you create your own CSS classes, you should not prefix them with tc-, tm- or tv- ... since these are indicators for TW core styles. So in the future this may be confusing for others and yourself.