[tw] Re: Where can I find CSS syntax for Stylesheets?

2016-11-25 Thread Mat
Hi Matt. The style definitions can follow standard style definition syntax, i.e .mystylename { color:green; border:2px solid yellow; ... } ...where colors can optionally be expressed in HEX form or in a few other variants. This is basic CSS so you can read up on syntax in just any

[tw] Re: Where can I find CSS syntax for Stylesheets?

2016-11-25 Thread Riz
Hi Mat The best methods to find the CSS Classes and changing colors are all mentioned above. Definitely get used to them. Also check out $:/themes/tiddlywiki/vanilla/base in your TW, all classes affecting the elements of

[tw] Re: Where can I find CSS syntax for Stylesheets?

2016-11-25 Thread Josiah
Remember its just an HTML file. All CSS works as normal. The ISSUE is to assert CSS at the right level of the cascade to get it noticed. A COMMON problem in TiddlyWiki styling is grasping what $:/tags/Stylesheet can do and can't. I think some of what you want to do needs to be in the DEFAULT

[tw] Re: Where can I find CSS syntax for Stylesheets?

2016-11-25 Thread Jed Carty
There are a bunch of things for css in tiddlywiki here , but I never organised it well and it is far from complete. I have way too many projects. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw] Re: Where can I find CSS syntax for Stylesheets?

2016-11-22 Thread Sylvain Naudin
Hi Matt, A general advice is to use inspector code of your browser, Firefox for example. You can see the CSS class name, and copy/paste with your new value in your tiddler tagged with $:/tags/Stylesheet. Here an example I often use for border : tc-tagged-Info { border-top: 1px solid #28b7e4;

[tw] Re: Where can I find CSS syntax for Stylesheets?

2016-11-22 Thread Thomas Elmiger
Hi Matt To change colors I would suggest you take a look at the colour palettes first: http://tiddlywiki.com/#ColourPalettes Good luck! Thomas -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving