Rename "story-river" class to "tc-story-river"

Part of #764
print-window-tiddler
Jermolene 2014-08-28 17:26:21 +01:00
rodzic 90f0fc22ff
commit 87cb520343
5 zmienionych plików z 10 dodań i 10 usunięć

Wyświetl plik

@ -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>

Wyświetl plik

@ -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>`

Wyświetl plik

@ -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">

Wyświetl plik

@ -9,7 +9,7 @@ tags: [[$:/tags/stylesheet]]
text-align: center;
}
html .story-river {
html .tc-story-river {
position: relative;
width: 770px;
padding: 42px;

Wyświetl plik

@ -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;