1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-13 17:16:48 +00:00
TiddlyWiki5/editions/introduction/tiddlers/system/styles.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

60 lines
846 B
Plaintext

title: $:/demoshow/styles
tags: [[$:/tags/Stylesheet]]
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
html body .tc-subtitle {
display: none;
}
.tc-btn-big-blue {
padding: 6px;
margin: 4px 6px;
background: #44f;
color: #fff;
fill: #fff;
border: none;
font-size: 16px;
line-height: 18px;
}
.tc-view-toolbar-tools {
font-size: 0.7em;
}
.tc-view-toolbar-tools p {
margin: 0;
}
.tc-edit-bitmapeditor-width,
.tc-edit-bitmapeditor-height {
display: none;
}
.tc-language-list {
color: #777;
}
.tc-language-list-greeting {
display: inline-block;
width: 40%;
}
.tc-language-list-name {
display: inline-block;
width: 55%;
}
.tc-language-list-name img {
margin: 0.1em 0.5em;
}
.tc-example-box {
border: 3px dashed #ddd;
background: #fff;
padding: 1em;
}
.tc-example-box img {
width: 2em;
}