1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 02:03:14 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Mario Pietsch
ec1df7edf0
Fix whitespace in themes (#5700) 2021-05-19 14:12:12 +01:00
Jermolene
f6ff0a7f71 Deprecate $:/tags/stylesheet in favour of $:/tags/Stylesheet
A warning message appears at the top of the story river if any
`$:/tags/stylesheet` tags are found.

Fixing the first half of #824
2014-09-10 09:13:21 +01:00
Jermolene
f223310d34 Yet more "tw-*" -> "tc-*"
Part of #764
2014-08-28 19:41:29 +01:00
Jermolene
7c235566c4 Rejig the page layout to use the scrollable widget
This is the start of some refactoring of the main layout CSS intended
to give us more flexibility and control.
2014-03-25 14:29:16 +00:00
Jermolene
0623dd5b7f Include toolbar button colours in palettes 2014-02-23 17:54:38 +00:00
Jermolene
b9e72fb676 Move starlight themes macros into the core 2014-02-20 15:59:44 +00:00
Jermolene
384ab80c42 Fix broken tiddler control icon colours 2013-11-27 12:30:22 +00:00
Jeremy Ruston
d1299f05af Fix up the datauri handling for the Star Light theme 2013-10-26 08:43:35 +01:00
Jeremy Ruston
3ec7713a51 More drop-shadows 2013-05-31 19:57:27 +01:00
Jeremy Ruston
0aae6ab109 Add icon colours to the starlight theme
They look pretty hideous, IMO; the starlight theme is turning into a
bit of a dumping ground of demos of techniques that would be useful in
more skilled hands (embedded fonts, embedded background bitmaps, etc)
2013-05-31 13:10:26 +01:00
Jeremy Ruston
77568bbe39 Add a background bitmap to the starlight theme 2013-05-17 21:29:55 +01:00
Jeremy Ruston
b4884d820d Update starlight theme to use new datauri widget 2013-05-17 17:30:24 +01:00
Jeremy Ruston
2355517649 Add a Google custom font to the starlight theme
For demonstration purposes
2013-05-01 13:05:55 +01:00
Jeremy Ruston
5c56d645ff Add an alternate theme
No UI for switching themes yet, try these two commands in the console:

`$tw.wiki.addTiddler({title:"$:/theme",
text:"$:/themes/tiddlywiki/starlight"})`

and

`$tw.wiki.addTiddler({title:"$:/theme",
text:"$:/themes/tiddlywiki/snowwhite"})`
2013-04-30 22:58:18 +01:00