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