1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-29 00:33:15 +00:00

Final round of "tw-" -> "tc-" conversions

Part of #764
This commit is contained in:
Jermolene 2014-08-28 19:53:02 +01:00
parent f223310d34
commit 2ae574d5ca
4 changed files with 9 additions and 32 deletions

View File

@ -15,6 +15,6 @@ https://github.com/Jermolene/TiddlyWiki5/edit/master/editions/tw5.com/tiddlers/$
<<innerMakeGitHubLink "$linkText$">> <<innerMakeGitHubLink "$linkText$">>
</$set> </$set>
\end \end
<div class="tw-improvement-banner"> <div class="tc-improvement-banner">
{{$:/core/images/star-filled}} Can you help us improve this documentation? [[Find out how|Improving TiddlyWiki Documentation]] to edit <<outerMakeGitHubLink "this tiddler on ~GitHub">> {{$:/core/images/star-filled}} Can you help us improve this documentation? [[Find out how|Improving TiddlyWiki Documentation]] to edit <<outerMakeGitHubLink "this tiddler on ~GitHub">>
</div> </div>

View File

@ -1,3 +1,3 @@
title: $:/StaticBanner title: $:/StaticBanner
<div class="tw-static-alert"><div class="tw-static-alert-inner">This page is part of a static HTML representation of the ~TiddlyWiki at http://tiddlywiki.com/</div></div> <div class="tc-static-alert"><div class="tc-static-alert-inner">This page is part of a static HTML representation of the ~TiddlyWiki at http://tiddlywiki.com/</div></div>

View File

@ -42,7 +42,7 @@ tags: $:/tags/stylesheet
height: 400px; height: 400px;
} }
.tw-improvement-banner { .tc-improvement-banner {
font-size: 0.7em; font-size: 0.7em;
background: #fcc; background: #fcc;
padding-left: 5px; padding-left: 5px;
@ -53,19 +53,19 @@ tags: $:/tags/stylesheet
@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) { @media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
.tw-improvement-banner { .tc-improvement-banner {
} }
} }
@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) { @media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
.tw-improvement-banner { .tc-improvement-banner {
margin-right: -23px; margin-right: -23px;
margin-left: -53px; margin-left: -53px;
} }
.tw-improvement-banner:before { .tc-improvement-banner:before {
display: block; display: block;
position: absolute; position: absolute;
width: 0; width: 0;
@ -81,7 +81,7 @@ tags: $:/tags/stylesheet
} }
.tw-improvement-banner svg { .tc-improvement-banner svg {
width: 1em; width: 1em;
height: 1em; height: 1em;
} }

View File

@ -434,10 +434,6 @@ button.tc-tag-label, span.tc-tag-label {
font-weight: bold; font-weight: bold;
} }
.tw-open-tiddler-list {
<<transform-origin "0% 0%">>
}
.tc-menu-list-subitem { .tc-menu-list-subitem {
padding-left: 7px; padding-left: 7px;
} }
@ -446,11 +442,6 @@ button.tc-tag-label, span.tc-tag-label {
position: relative; position: relative;
} }
.tw-story-spacer {
position: absolute;
min-height: 100%;
}
@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) { @media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
.tc-sidebar-header { .tc-sidebar-header {
@ -775,11 +766,6 @@ canvas.tc-edit-bitmapeditor {
margin: 14px 0 14px 0; margin: 14px 0 14px 0;
} }
.tw-tag-editor-label {
display: inline-block;
margin-right: 7px;
}
.tc-remove-tag-button { .tc-remove-tag-button {
padding-left: 4px; padding-left: 4px;
} }
@ -1217,25 +1203,16 @@ canvas.tc-edit-bitmapeditor {
color: <<colour alert-highlight>>; color: <<colour alert-highlight>>;
} }
.tw-static-alert { .tc-static-alert {
position: relative; position: relative;
} }
.tw-static-alert-inner { .tc-static-alert-inner {
padding: 0 2px 2px 42px; padding: 0 2px 2px 42px;
color: <<colour static-alert-foreground>>; color: <<colour static-alert-foreground>>;
position: absolute; position: absolute;
} }
/*
** Grids
*/
.tw-grid-frame td {
width: 1em;
height: 1em;
}
/* /*
** Control panel ** Control panel
*/ */