mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-23 14:30:02 +00:00
parent
ddc7495542
commit
26e50b81e5
@ -12,6 +12,8 @@ You can tweak certain aspects of the ''Vanilla'' theme.
|
||||
|
||||
* [[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 bodies|$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize]]: <$edit-text tiddler="$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize" default="" tag="input"/>
|
||||
* [[Line height for tiddler bodies|$:/themes/tiddlywiki/vanilla/metrics/bodylineheight]]: <$edit-text tiddler="$:/themes/tiddlywiki/vanilla/metrics/bodylineheight" default="" tag="input"/>
|
||||
* [[Story left position|$:/themes/tiddlywiki/vanilla/metrics/storyleft]] //(the distance between the left of the screen and the left margin of the story river or tiddler area)//: <$edit-text tiddler="$:/themes/tiddlywiki/vanilla/metrics/storyleft" default="" tag="input"/>
|
||||
* [[Story top position|$:/themes/tiddlywiki/vanilla/metrics/storytop]] //(the distance between the top of the screen ad the top margin of the story river or tiddler area)//: <$edit-text tiddler="$:/themes/tiddlywiki/vanilla/metrics/storytop" default="" tag="input"/>
|
||||
* [[Story right|$:/themes/tiddlywiki/vanilla/metrics/storyright]] //(the distance between the left side of the screen and the left margin of the sidebar area)//: <$edit-text tiddler="$:/themes/tiddlywiki/vanilla/metrics/storyright" default="" tag="input"/>
|
||||
|
@ -709,8 +709,8 @@ canvas.tc-edit-bitmapeditor {
|
||||
}
|
||||
|
||||
.tc-tiddler-frame .tc-tiddler-body {
|
||||
font-size: 15px;
|
||||
line-height: 22px;
|
||||
font-size: {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}};
|
||||
line-height: {{$:/themes/tiddlywiki/vanilla/metrics/bodylineheight}};
|
||||
}
|
||||
|
||||
.tc-titlebar, .tc-tiddler-edit-title {
|
||||
|
@ -1,5 +1,7 @@
|
||||
title: $:/themes/tiddlywiki/vanilla/metrics/
|
||||
|
||||
bodyfontsize: 15px
|
||||
bodylineheight: 22px
|
||||
fontsize: 14px
|
||||
lineheight: 20px
|
||||
storyleft: 0px
|
||||
|
Loading…
x
Reference in New Issue
Block a user