1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-06 12:58:03 +00:00

Yet more "tw-*" -> "tc-*"

Part of #764
This commit is contained in:
Jermolene
2014-08-28 19:41:29 +01:00
parent 995f0e7f29
commit f223310d34
56 changed files with 202 additions and 202 deletions

View File

@@ -3,15 +3,15 @@ tags: [[$:/tags/stylesheet]]
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
.tw-barwidget {
.tc-barwidget {
}
.tw-barwidget text {
.tc-barwidget text {
font: 8px sans-serif;
}
.tw-barwidget .axis path,
.tw-barwidget .axis line {
.tc-barwidget .axis path,
.tc-barwidget .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;

View File

@@ -1,9 +1,9 @@
title: $:/UpgradeWizard
tags: $:/tags/AboveStory
<div class="tw-upgrade-wizard-wrapper">
<div class="tc-upgrade-wizard-wrapper">
<div class="tw-upgrade-wizard">
<div class="tc-upgrade-wizard">
! ~TiddlyWiki Upgrade Wizard

View File

@@ -1,13 +1,13 @@
title: $:/plugins/tiddlywiki/upgrade/styles
tags: $:/tags/stylesheet
.tw-upgrade-wizard-wrapper {
.tc-upgrade-wizard-wrapper {
width: 100%;
text-align: center;
margin-bottom: 3em;
}
.tw-upgrade-wizard {
.tc-upgrade-wizard {
background: <<colour tiddler-background>>;
padding: 2em;
display: inline-block;
@@ -17,32 +17,32 @@ tags: $:/tags/stylesheet
overflow: hidden;
}
.tw-upgrade-wizard svg.tc-image-download-button {
.tc-upgrade-wizard svg.tc-image-download-button {
width: 14em;
height: 14em;
fill: <<colour muted-foreground>>;
}
.tw-upgrade-wizard:hover svg.tc-image-download-button {
.tc-upgrade-wizard:hover svg.tc-image-download-button {
fill: <<colour foreground>>;
}
.tw-upgrade-wizard svg .tc-image-download-button-ring {
.tc-upgrade-wizard svg .tc-image-download-button-ring {
}
.tw-upgrade-wizard:hover svg .tc-image-download-button-ring {
.tc-upgrade-wizard:hover svg .tc-image-download-button-ring {
fill: <<colour primary>>;
}
.tw-upgrade-wizard em {
.tc-upgrade-wizard em {
color: <<colour tiddler-subtitle-foreground>>;
}
.tw-upgrade-wizard table {
.tc-upgrade-wizard table {
text-align: left;
}
.tw-upgrade-wizard input[type=file] {
.tc-upgrade-wizard input[type=file] {
position: absolute;
top: 0;
left: 0;