1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-18 10:19:44 +00:00
TiddlyWiki5/editions/introduction/themes/hidefurniture/base.tid
Jermolene 97d36e26fc First pass at new introduction edition
It started life as the slides for a new introductory video, but I’m
thinking that it may be worth publishing as an interactive introduction.
2014-10-31 18:48:47 +00:00

58 lines
1.1 KiB
Plaintext

title: $:/themes/tiddlywiki/hidefurniture/base
tags: [[$:/tags/Stylesheet]]
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
html body .tc-tiddler-frame {
background-color: inherit;
border: none;
<<box-shadow "none">>
}
html body .tc-story-river {
margin-top: 70px;
}
html body .tc-tiddler-frame .tc-tiddler-title {
font-size: 24px;
line-height: 28px;
}
html body .tc-tiddler-frame .tc-tags-wrapper {
font-size: 18px;
line-height: 22px;
}
html body .tc-tiddler-frame .tc-tiddler-body {
font-size: 20px;
line-height: 32px;
}
.tc-scrollable-storyview {
border: 1px solid <<colour message-border>>;
background-color: <<colour message-background>>;
padding: 1em;
height: 15em;
}
.tc-scrollable-storyview-inner {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scale(0.25);
transform: scale(0.25);
}
.tc-scrollable-storyview .tc-tiddler-frame {
background-color: white;
border: 1px solid #ddd;
width: 600px;
}
html body .tc-titlebar {
position: relative;
}
html body .tc-edit-texteditor {
font-family: monospace;
}