diff --git a/editions/tw5.com/tiddlers/$__core_ui_ControlPanel_Theme-tweaks.tid b/editions/tw5.com/tiddlers/$__core_ui_ControlPanel_Theme-tweaks.tid deleted file mode 100644 index 47b5d8327..000000000 --- a/editions/tw5.com/tiddlers/$__core_ui_ControlPanel_Theme-tweaks.tid +++ /dev/null @@ -1,8 +0,0 @@ -caption: Theme tweaks -created: 20160427095356216 -modified: 20160427160239036 -tags: $:/tags/ControlPanel/Appearance -title: $:/core/ui/ControlPanel/Theme-tweaks -type: text/vnd.tiddlywiki - -{{$:/themes/tiddlywiki/vanilla/themetweaks}} \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/$__themes_tiddlywiki_vanilla_themetweaks.tid b/editions/tw5.com/tiddlers/$__themes_tiddlywiki_vanilla_themetweaks.tid deleted file mode 100644 index 595a063e9..000000000 --- a/editions/tw5.com/tiddlers/$__themes_tiddlywiki_vanilla_themetweaks.tid +++ /dev/null @@ -1,70 +0,0 @@ -caption: Theme Tweaks -created: 20160427160158035 -modified: 20160427160159247 -title: $:/themes/tiddlywiki/vanilla/themetweaks -type: text/vnd.tiddlywiki - -\define backgroundimage-dropdown() -
-<$button popup=<> class="tc-btn-invisible tc-btn-dropdown">{{$:/core/images/down-arrow}} -<$reveal state=<> type="popup" position="belowleft" text="" default=""> -
-<$linkcatcher to="$:/themes/tiddlywiki/vanilla/settings/backgroundimage"> -<$link to=""> -(none) - -
-<$list filter="[all[shadows+tiddlers]is[image]] -[type[application/pdf]] +[sort[title]]"> -<$link to={{!!title}}> -<$transclude/> <$view field="title"/> - - - -
- -
-\end - -\define backgroundimageattachment-dropdown() -<$select tiddler="$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment" default="scroll"> - - - -\end - -\define backgroundimagesize-dropdown() -<$select tiddler="$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize" default="scroll"> - - - - -\end - -You can tweak certain aspects of the ''Vanilla'' theme. - -! Options - -|[[Sidebar layout|$:/themes/tiddlywiki/vanilla/options/sidebarlayout]] |<$select tiddler="$:/themes/tiddlywiki/vanilla/options/sidebarlayout"> | -|[[Sticky titles|$:/themes/tiddlywiki/vanilla/options/stickytitles]]
//Causes tiddler titles to "stick" to the top of the browser window. Caution: Does not work at all with Chrome, and causes some layout issues in Firefox// |<$select tiddler="$:/themes/tiddlywiki/vanilla/options/stickytitles"> | - -! Settings - -|[[Font family|$:/themes/tiddlywiki/vanilla/settings/fontfamily]] |<$edit-text tiddler="$:/themes/tiddlywiki/vanilla/settings/fontfamily" default="" tag="input"/> | | -|[[Code font family|$:/themes/tiddlywiki/vanilla/settings/codefontfamily]] |<$edit-text tiddler="$:/themes/tiddlywiki/vanilla/settings/codefontfamily" default="" tag="input"/> | | -|[[Page background image|$:/themes/tiddlywiki/vanilla/settings/backgroundimage]] |<$edit-text tiddler="$:/themes/tiddlywiki/vanilla/settings/backgroundimage" default="" tag="input"/> |<> | -|[[Page background image attachment |$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment]] |<> | | -|[[Page background image size |$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize]] |<> | | - -! Sizes - -|[[Font size|$:/themes/tiddlywiki/vanilla/metrics/fontsize]] |<$edit-text tiddler="$:/themes/tiddlywiki/vanilla/metrics/fontsize" default="" tag="input"/> | -|[[Line height|$:/themes/tiddlywiki/vanilla/metrics/lineheight]] |<$edit-text tiddler="$:/themes/tiddlywiki/vanilla/metrics/lineheight" default="" tag="input"/> | -|[[Font size for tiddler body|$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize]] |<$edit-text tiddler="$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize" default="" tag="input"/> | -|[[Line height for tiddler body|$:/themes/tiddlywiki/vanilla/metrics/bodylineheight]] |<$edit-text tiddler="$:/themes/tiddlywiki/vanilla/metrics/bodylineheight" default="" tag="input"/> | -|[[Story left position|$:/themes/tiddlywiki/vanilla/metrics/storyleft]]
//how far the left margin of the story river
(tiddler area) is from the left of the page// |^<$edit-text tiddler="$:/themes/tiddlywiki/vanilla/metrics/storyleft" default="" tag="input"/> | -|[[Story top position|$:/themes/tiddlywiki/vanilla/metrics/storytop]]
//how far the top margin of the story river
is from the top of the page// |^<$edit-text tiddler="$:/themes/tiddlywiki/vanilla/metrics/storytop" default="" tag="input"/> | -|[[Story right|$:/themes/tiddlywiki/vanilla/metrics/storyright]]
//how far the left margin of the sidebar
is from the left of the page// |^<$edit-text tiddler="$:/themes/tiddlywiki/vanilla/metrics/storyright" default="" tag="input"/> | -|[[Story width|$:/themes/tiddlywiki/vanilla/metrics/storywidth]]
//the overall width of the story river// |^<$edit-text tiddler="$:/themes/tiddlywiki/vanilla/metrics/storywidth" default="" tag="input"/> | -|[[Tiddler width|$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth]]
//within the story river//
|^<$edit-text tiddler="$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth" default="" tag="input"/> | -|[[Sidebar breakpoint|$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint]]
//the minimum page width at which the story
river and sidebar will appear side by side// |^<$edit-text tiddler="$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint" default="" tag="input"/> | -|[[Sidebar width|$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth]]
//the width of the sidebar in fluid-fixed layout// |^<$edit-text tiddler="$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth" default="" tag="input"/> |