mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
parent
90f0fc22ff
commit
87cb520343
@ -21,7 +21,7 @@ type: text/vnd.tiddlywiki-html
|
||||
</head>
|
||||
<body class="tw-body">
|
||||
{{$:/StaticBanner||$:/core/templates/html-tiddler}}
|
||||
<section class="story-river">
|
||||
<section class="tc-story-river">
|
||||
{{$:/core/templates/alltiddlers.content||$:/core/templates/html-tiddler}}
|
||||
</section>
|
||||
</body>
|
||||
|
@ -14,7 +14,7 @@ title: $:/core/templates/static.tiddler.html
|
||||
</head>
|
||||
<body class="tw-body">
|
||||
`{{$:/StaticBanner||$:/core/templates/html-tiddler}}`
|
||||
<section class="story-river">
|
||||
<section class="tc-story-river">
|
||||
`<$importvariables filter="[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]">
|
||||
<$view tiddler="$:/core/ui/ViewTemplate" format="htmlwikified"/>
|
||||
</$importvariables>`
|
||||
|
@ -1,7 +1,7 @@
|
||||
title: $:/core/ui/PageTemplate/story
|
||||
tags: $:/tags/PageTemplate
|
||||
|
||||
<section class="story-river">
|
||||
<section class="tc-story-river">
|
||||
|
||||
<section class="story-backdrop">
|
||||
|
||||
|
@ -9,7 +9,7 @@ tags: [[$:/tags/stylesheet]]
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
html .story-river {
|
||||
html .tc-story-river {
|
||||
position: relative;
|
||||
width: 770px;
|
||||
padding: 42px;
|
||||
|
@ -442,7 +442,7 @@ button.tw-tag-label, span.tw-tag-label {
|
||||
padding-left: 7px;
|
||||
}
|
||||
|
||||
.story-river {
|
||||
.tc-story-river {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@ -458,7 +458,7 @@ button.tw-tag-label, span.tw-tag-label {
|
||||
min-height: 32px;
|
||||
}
|
||||
|
||||
.story-river {
|
||||
.tc-story-river {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
}
|
||||
@ -483,7 +483,7 @@ button.tw-tag-label, span.tw-tag-label {
|
||||
padding: 71px 0 28px 42px;
|
||||
}
|
||||
|
||||
.story-river {
|
||||
.tc-story-river {
|
||||
position: relative;
|
||||
left: {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}};
|
||||
top: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};
|
||||
@ -493,7 +493,7 @@ button.tw-tag-label, span.tw-tag-label {
|
||||
|
||||
<<if-no-sidebar "
|
||||
|
||||
.story-river {
|
||||
.tc-story-river {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
@ -511,12 +511,12 @@ button.tw-tag-label, span.tw-tag-label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.story-river {
|
||||
.tc-story-river {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.story-river .tw-tiddler-frame {
|
||||
.tc-story-river .tw-tiddler-frame {
|
||||
margin: 0;
|
||||
border: none;
|
||||
padding: 28px;
|
||||
|
Loading…
Reference in New Issue
Block a user