2014-07-14 20:52:32 +00:00
|
|
|
title: $:/plugins/tiddlywiki/upgrade/styles
|
|
|
|
tags: $:/tags/stylesheet
|
|
|
|
|
|
|
|
.tw-upgrade-wizard-wrapper {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tw-upgrade-wizard {
|
|
|
|
background: <<colour tiddler-background>>;
|
|
|
|
padding: 2em;
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tw-upgrade-wizard svg.tw-image-download-button {
|
|
|
|
width: 14em;
|
|
|
|
height: 14em;
|
|
|
|
fill: <<colour muted-foreground>>;
|
|
|
|
}
|
|
|
|
|
2014-07-14 21:26:01 +00:00
|
|
|
.tw-upgrade-wizard:hover svg.tw-image-download-button {
|
|
|
|
fill: <<colour foreground>>;
|
|
|
|
}
|
|
|
|
|
2014-07-14 20:52:32 +00:00
|
|
|
.tw-upgrade-wizard table {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tw-upgrade-wizard input[type=file] {
|
|
|
|
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
|
|
|
}
|