mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-06 12:58:03 +00:00
@@ -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;
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user