1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-10 09:20:26 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
BurningTreeC
a609ffe5e0 big WIP: keeping the values in fixed-fluid mode fixed-fluid 2024-11-06 08:25:08 +01:00
BurningTreeC
9b1d746ad3 make fixed-fluid mode respect paddingleft and paddingright and add additional metrics sidebarpadding and previewsliderwidth 2024-11-03 10:23:18 +01:00
BurningTreeC
b888ac2100 updates 2024-10-26 20:06:14 +02:00
BurningTreeC
ae28506abb make everything even more generic 2024-10-26 07:17:01 +02:00
BurningTreeC
279441388e make everything even more generic 2024-10-26 06:52:23 +02:00
BurningTreeC
fa42e6c10a fixes for sidebar hidden 2024-10-20 19:24:02 +02:00
BurningTreeC
0bf23494a0 more adjustments for html dir=rtl + show sidebar on the left (configurable) 2024-10-20 17:19:40 +02:00
BurningTreeC
b9c70fe8f2 more adjustments for html dir=rtl 2024-10-19 08:46:57 +02:00
BurningTreeC
11cb571f53 fix padding in centralised theme 2024-10-10 11:27:37 +02:00
BurningTreeC
1d9a4c4a94 wip: make it work cross-theme (tight) 2024-10-10 05:18:55 +02:00
BurningTreeC
910cffb4e2 further adjustments 2024-10-08 19:45:26 +02:00
BurningTreeC
fd615da984 small update for centralised 2024-10-08 18:44:13 +02:00
BurningTreeC
da232683fe some small adjustments 2024-10-08 15:07:52 +02:00
BurningTreeC
da76a2fd3e add support for centralised for testing 2024-10-08 13:39:46 +02: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
87cb520343 Rename "story-river" class to "tc-story-river"
Part of #764
2014-08-28 17:26:21 +01:00
Jermolene
21c137a66c Refactor theme tweaks as individual tiddlers
The trouble with the previous approach of storing several settings in a
single data tiddler was that it made it hard to introduce new settings.
Users who already have a custom copy of the settings/metrics tiddler
wouldn’t get the default settings. The new approach uses individual
tiddlers for each setting.

This commit also introduces a new theme tweak for the cutoff width for
switching between responsive views.
2014-07-06 16:55:51 +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
f2409d4245 Fixed problem with positioning of the sidebar in the centralised theme 2014-01-07 11:09:56 +00:00
Jeremy Ruston
7f3000aaae Update the Snow White theme to use px for dimensions instead of em
The old behaviour meant that resizing the base font resized every page
element in proportion. The new behaviour makes the text resize within a
fixed layout, so that one can alter the number of characters displayed
on each line of a tiddler. The old behaviour can usually be emulated by
using the browser page zoom tool.
2013-09-15 11:01:35 +01:00
Jeremy Ruston
a5d6b76017 Fix overlapping problem with centralised theme
Fix #112
2013-07-08 17:19:50 +01:00
Jeremy Ruston
c2bfe7f311 Add centralised theme
Fix #110
2013-07-03 22:59:35 +01:00