Commit Graph

20 Commits

Author SHA1 Message Date
Mario Pietsch ec1df7edf0
Fix whitespace in themes (#5700) 2021-05-19 14:12:12 +01:00
Astrid Elocson 28f78730ba Consistent plugin descriptions 2015-02-17 10:28:54 +00: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 118b841aa2 More palette tweaks and polish 2014-02-17 17:30:02 +00:00
Jermolene 384ab80c42 Fix broken tiddler control icon colours 2013-11-27 12:30:22 +00:00
Jermolene a4783a2c19 Add a demo control panel page for the Starlight theme
If you open the control panel and then use the tools sidebar to switch
themes to and from Starlight, you'll see this tab dynamically appear
and disappear
2013-11-10 22:45:53 +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 20f06e8eec Ensure that the core plugins inherit their version number from the main `package.info` 2013-08-26 13:28:23 +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 8ce2f881e1 Back out of using tiddlers within the plugin bundle for description and thumbnail
The trouble was that in listings we couldn't access the constituent
tiddlers of themes that haven't been loaded
2013-05-01 13:29:59 +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 92038028e9 Add a description to our themes 2013-05-01 12:02:00 +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