2014-07-14 20:52:32 +00:00
|
|
|
title: $:/plugins/tiddlywiki/upgrade/styles
|
2014-09-10 08:13:21 +00:00
|
|
|
tags: $:/tags/Stylesheet
|
2014-07-14 20:52:32 +00:00
|
|
|
|
2014-08-28 18:41:29 +00:00
|
|
|
.tc-upgrade-wizard-wrapper {
|
2014-07-14 20:52:32 +00:00
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
2014-07-15 13:04:12 +00:00
|
|
|
margin-bottom: 3em;
|
2014-07-14 20:52:32 +00:00
|
|
|
}
|
|
|
|
|
2014-08-28 18:41:29 +00:00
|
|
|
.tc-upgrade-wizard {
|
2014-07-14 20:52:32 +00:00
|
|
|
background: <<colour tiddler-background>>;
|
|
|
|
padding: 2em;
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
2014-07-15 13:04:12 +00:00
|
|
|
border: 1px solid #ddd;
|
|
|
|
<<box-shadow "inset 1px 2px 4px rgba(0, 0, 0, 0.15)">>;
|
2014-07-17 10:26:11 +00:00
|
|
|
overflow: hidden;
|
2014-07-14 20:52:32 +00:00
|
|
|
}
|
|
|
|
|
2014-08-28 18:41:29 +00:00
|
|
|
.tc-upgrade-wizard svg.tc-image-download-button {
|
2014-07-14 20:52:32 +00:00
|
|
|
width: 14em;
|
|
|
|
height: 14em;
|
|
|
|
fill: <<colour muted-foreground>>;
|
|
|
|
}
|
|
|
|
|
2014-08-28 18:41:29 +00:00
|
|
|
.tc-upgrade-wizard:hover svg.tc-image-download-button {
|
2014-07-14 21:26:01 +00:00
|
|
|
fill: <<colour foreground>>;
|
|
|
|
}
|
|
|
|
|
2014-08-28 18:41:29 +00:00
|
|
|
.tc-upgrade-wizard svg .tc-image-download-button-ring {
|
2014-07-15 12:11:13 +00:00
|
|
|
}
|
|
|
|
|
2014-08-28 18:41:29 +00:00
|
|
|
.tc-upgrade-wizard:hover svg .tc-image-download-button-ring {
|
2014-07-15 12:11:13 +00:00
|
|
|
fill: <<colour primary>>;
|
|
|
|
}
|
|
|
|
|
2014-08-28 18:41:29 +00:00
|
|
|
.tc-upgrade-wizard em {
|
2014-07-15 08:16:32 +00:00
|
|
|
color: <<colour tiddler-subtitle-foreground>>;
|
|
|
|
}
|
|
|
|
|
2014-08-28 18:41:29 +00:00
|
|
|
.tc-upgrade-wizard table {
|
2014-07-14 20:52:32 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2014-08-28 18:41:29 +00:00
|
|
|
.tc-upgrade-wizard input[type=file] {
|
2014-07-14 20:52:32 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
2014-07-14 21:26:01 +00:00
|
|
|
left: 0;
|
2014-07-14 20:52:32 +00:00
|
|
|
right: 0;
|
2014-07-14 21:26:01 +00:00
|
|
|
bottom: 0;
|
2014-07-14 20:52:32 +00:00
|
|
|
font-size: 999px;
|
2014-07-14 21:26:01 +00:00
|
|
|
max-width: 100%;
|
|
|
|
max-height: 100%;
|
2014-07-14 20:52:32 +00:00
|
|
|
filter: alpha(opacity=0);
|
|
|
|
opacity: 0;
|
|
|
|
outline: none;
|
|
|
|
background: white;
|
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
2014-07-14 21:11:40 +00:00
|
|
|
}
|