mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 14:55:17 +00:00
Tweaks to "Tight" theme
This commit is contained in:
parent
98983c4072
commit
acc44c6f67
@ -44,6 +44,18 @@ Limited support for tiddlers stored in external `.tid` files:
|
|||||||
|
|
||||||
See [[Alice in Wonderland]] for an example. Try opening it without a network connection.
|
See [[Alice in Wonderland]] for an example. Try opening it without a network connection.
|
||||||
|
|
||||||
|
!! New "Tight" Theme
|
||||||
|
|
||||||
|
A new theme called "Tight" uses reduced padding, margins and font-sizes to pack as much text as possible:
|
||||||
|
|
||||||
|
<$button>
|
||||||
|
<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/tight"/>
|
||||||
|
Try it out
|
||||||
|
</$button> <$button>
|
||||||
|
<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/snowwhite"/>
|
||||||
|
Revert
|
||||||
|
</$button>
|
||||||
|
|
||||||
! Other Improvements
|
! Other Improvements
|
||||||
|
|
||||||
!! Translation Improvements
|
!! Translation Improvements
|
||||||
|
@ -54,22 +54,41 @@ tags: [[$:/tags/Stylesheet]]
|
|||||||
|
|
||||||
html body.tc-body .tc-tiddler-frame .tc-tiddler-body h1 {
|
html body.tc-body .tc-tiddler-frame .tc-tiddler-body h1 {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
font-weight: 700;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
html body.tc-body .tc-tiddler-frame .tc-tiddler-body h2 {
|
html body.tc-body .tc-tiddler-frame .tc-tiddler-body h2 {
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
font-weight: 700;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
html body.tc-body .tc-tiddler-frame .tc-tiddler-body h3 {
|
html body.tc-body .tc-tiddler-frame .tc-tiddler-body h3 {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
font-weight: 700;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
html body.tc-body .tc-tiddler-frame .tc-tiddler-body h4 {
|
html body.tc-body .tc-tiddler-frame .tc-tiddler-body h4 {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
font-weight: 700;
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
html body.tc-body .tc-tiddler-frame .tc-improvement-banner {
|
||||||
|
margin-right: -15px;
|
||||||
|
margin-left: -10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
html body.tc-body .tc-tiddler-frame .tc-tiddler-info {
|
||||||
|
margin: 0 -13px 0 -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
html body.tc-body .tc-tiddler-frame .tc-fold-banner {
|
||||||
|
width: 13px;
|
||||||
|
margin-left: -15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
html body.tc-body .tc-tiddler-frame .tc-unfold-banner {
|
||||||
|
margin-left: -13px;
|
||||||
|
margin-top: -4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user