2015-10-09 16:59:56 +00:00
|
|
|
title: $:/themes/tiddlywiki/tight/base
|
|
|
|
tags: [[$:/tags/Stylesheet]]
|
|
|
|
|
2024-10-10 03:18:55 +00:00
|
|
|
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline conditional
|
2015-10-09 16:59:56 +00:00
|
|
|
|
2024-10-26 17:46:55 +00:00
|
|
|
@media (max-width: <<sidebarbreakpoint-minus-one>>) {
|
2015-10-09 16:59:56 +00:00
|
|
|
}
|
|
|
|
|
2024-10-26 17:46:55 +00:00
|
|
|
@media (min-width: <<sidebarbreakpoint>>) {
|
2015-10-09 16:59:56 +00:00
|
|
|
|
|
|
|
html body.tc-body {
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
html body.tc-body h1,
|
|
|
|
html body.tc-body h2,
|
|
|
|
html body.tc-body h3,
|
|
|
|
html body.tc-body h4,
|
|
|
|
html body.tc-body p {
|
|
|
|
margin-top: 0.3em;
|
|
|
|
margin-bottom: 0.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
html body.tc-body code {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
html body.tc-body section.tc-story-river {
|
2024-10-26 04:52:23 +00:00
|
|
|
padding: 0px <<get.theme.metric storypaddingright>> 0px <<get.theme.metric storypaddingleft>>;
|
2015-10-09 16:59:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
html body.tc-body div.tc-tiddler-frame {
|
|
|
|
padding: 12px;
|
|
|
|
}
|
|
|
|
|
2024-10-21 03:30:32 +00:00
|
|
|
html body.tc-body div.tc-sidebar-scrollable {
|
2015-10-09 16:59:56 +00:00
|
|
|
padding: 12px 0 12px 12px;
|
|
|
|
}
|
|
|
|
|
2024-10-21 03:30:32 +00:00
|
|
|
html body.tc-body .tc-sidebar-left div.tc-sidebar-scrollable {
|
|
|
|
padding: 12px 12px 12px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
html[dir="rtl"] body.tc-body .tc-sidebar-left div.tc-sidebar-scrollable {
|
2024-10-20 15:41:19 +00:00
|
|
|
padding: 12px 12px 12px 0;
|
|
|
|
}
|
|
|
|
|
2024-10-10 03:18:55 +00:00
|
|
|
<%if [{$:/themes/tiddlywiki/vanilla/options/sidebarlayout}match[fixed-fluid]] %>
|
|
|
|
|
|
|
|
html body.tc-body div.tc-sidebar-scrollable {
|
2024-10-26 05:17:01 +00:00
|
|
|
left: clamp(calc(<<get.theme.metric storyleft>> + <<get.theme.metric storyminwidth>> + 42px),calc(<<get.theme.metric storyright>> + 42px),calc(100% - <<get.theme.metric sidebarminwidth>> + 42px));
|
2024-10-10 03:18:55 +00:00
|
|
|
}
|
|
|
|
|
2024-10-20 15:19:40 +00:00
|
|
|
html body.tc-body .tc-sidebar-left div.tc-sidebar-scrollable {
|
2024-10-19 06:46:57 +00:00
|
|
|
left: 0;
|
2024-10-26 05:17:01 +00:00
|
|
|
right: clamp(calc(<<get.theme.metric storyleft>> + <<get.theme.metric storyminwidth>> + 42px),calc(<<get.theme.metric storyright>> + 42px),calc(100% - <<get.theme.metric sidebarminwidth>> + 42px));
|
2024-10-19 06:46:57 +00:00
|
|
|
}
|
|
|
|
|
2024-10-10 03:18:55 +00:00
|
|
|
<% endif %>
|
|
|
|
|
2015-10-09 16:59:56 +00:00
|
|
|
html body.tc-body .tc-tiddler-frame .tc-subtitle {
|
|
|
|
font-size: 0.7em;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
2020-04-15 11:35:35 +00:00
|
|
|
html body.tc-body .tc-tiddler-frame .tc-subtitle .tc-tiddlylink {
|
|
|
|
margin-right: .3em;
|
|
|
|
}
|
|
|
|
|
2015-10-09 16:59:56 +00:00
|
|
|
html body.tc-body .tc-tiddler-frame .tc-tags-wrapper {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
html body.tc-body .tc-tiddler-frame button.tc-tag-label,
|
|
|
|
html body.tc-body .tc-tiddler-frame span.tc-tag-label {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
html body.tc-body .tc-tiddler-frame .tc-tiddler-body h1 {
|
|
|
|
font-size: 1.5em;
|
2015-10-12 16:54:17 +00:00
|
|
|
font-weight: 500;
|
2015-10-09 16:59:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
html body.tc-body .tc-tiddler-frame .tc-tiddler-body h2 {
|
|
|
|
font-size: 1.3em;
|
2015-10-12 16:54:17 +00:00
|
|
|
font-weight: 500;
|
2015-10-09 16:59:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
html body.tc-body .tc-tiddler-frame .tc-tiddler-body h3 {
|
|
|
|
font-size: 1.2em;
|
2015-10-12 16:54:17 +00:00
|
|
|
font-weight: 500;
|
2015-10-09 16:59:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
html body.tc-body .tc-tiddler-frame .tc-tiddler-body h4 {
|
|
|
|
font-size: 1.1em;
|
2015-10-12 16:54:17 +00:00
|
|
|
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 {
|
2021-05-19 13:12:12 +00:00
|
|
|
margin: 0 -13px 0 -13px;
|
2015-10-12 16:54:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
html body.tc-body .tc-tiddler-frame .tc-fold-banner {
|
2021-05-19 13:12:12 +00:00
|
|
|
width: 13px;
|
|
|
|
margin-left: -15px;
|
2015-10-12 16:54:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
html body.tc-body .tc-tiddler-frame .tc-unfold-banner {
|
2021-05-19 13:12:12 +00:00
|
|
|
margin-left: -13px;
|
|
|
|
margin-top: -4px;
|
2015-10-09 16:59:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|