2017-04-14 11:08:31 +00:00
|
|
|
html.opera {
|
2017-06-19 13:00:45 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
height: 100%;
|
2017-04-14 11:08:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
html.opera body {
|
2017-06-19 13:00:45 +00:00
|
|
|
width: auto;
|
2017-04-09 06:43:51 +00:00
|
|
|
}
|
|
|
|
|
2017-04-14 11:13:02 +00:00
|
|
|
html.firefox .block {
|
|
|
|
padding-left: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
html.firefox #notes {
|
|
|
|
padding-left: calc(6px + 2ex);
|
|
|
|
}
|
|
|
|
|
2017-02-14 15:35:53 +00:00
|
|
|
body {
|
2017-10-06 04:50:38 +00:00
|
|
|
background: #fff;
|
2017-03-28 00:42:07 +00:00
|
|
|
margin: 0;
|
|
|
|
font-family: "Helvetica Neue", Helvetica, sans-serif;
|
2017-02-14 15:35:53 +00:00
|
|
|
font-size: 12px;
|
2017-06-19 13:00:45 +00:00
|
|
|
width: 480px;
|
|
|
|
min-width: 400px;
|
|
|
|
max-width: 800px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 401px) {
|
|
|
|
.firefox body {
|
|
|
|
width: calc(100% - 6px); /* TODO: rework to avoid compensating padding of 'html.firefox .block' */
|
|
|
|
}
|
2017-04-14 07:50:52 +00:00
|
|
|
}
|
|
|
|
|
2017-11-26 11:25:46 +00:00
|
|
|
.firefox body {
|
|
|
|
/* match the default FF theme */
|
|
|
|
background-color: #f9f9fa;
|
|
|
|
}
|
|
|
|
|
2017-04-14 07:50:52 +00:00
|
|
|
.firefox .chromium-only {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.block {
|
2017-03-28 00:42:07 +00:00
|
|
|
display: flex;
|
2017-04-14 07:50:52 +00:00
|
|
|
align-items: center;
|
|
|
|
margin: 1em 0;
|
|
|
|
border-bottom: 1px dotted #ccc;
|
2017-08-27 14:16:02 +00:00
|
|
|
padding: 0 16px .75em;
|
2017-04-21 12:36:02 +00:00
|
|
|
position: relative;
|
2017-03-28 00:42:07 +00:00
|
|
|
}
|
|
|
|
|
2017-04-14 07:50:52 +00:00
|
|
|
.block:last-child {
|
|
|
|
border-bottom: none;
|
2017-04-28 23:36:10 +00:00
|
|
|
padding-bottom: 0;
|
2017-03-28 10:05:58 +00:00
|
|
|
}
|
|
|
|
|
2017-09-09 14:21:17 +00:00
|
|
|
.collapsed, .collapsible h1 {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.collapsed .items {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2017-04-14 07:50:52 +00:00
|
|
|
h1 {
|
2017-06-19 13:00:45 +00:00
|
|
|
width: 30%;
|
2017-04-14 07:50:52 +00:00
|
|
|
margin: 0;
|
|
|
|
font-size: 120%;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-right: 8px;
|
2017-06-19 13:00:45 +00:00
|
|
|
box-sizing: border-box;
|
2017-09-30 17:14:44 +00:00
|
|
|
overflow-wrap: break-word;
|
2017-02-14 15:35:53 +00:00
|
|
|
}
|
|
|
|
|
2017-06-19 13:00:45 +00:00
|
|
|
.items {
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
|
2017-04-14 07:50:52 +00:00
|
|
|
label {
|
2017-06-19 13:00:45 +00:00
|
|
|
display: flex;
|
2017-04-14 07:50:52 +00:00
|
|
|
margin: .25ex 0;
|
2017-06-28 10:01:00 +00:00
|
|
|
align-items: center;
|
2017-02-14 15:35:53 +00:00
|
|
|
}
|
2017-03-28 00:42:07 +00:00
|
|
|
|
2017-04-14 07:50:52 +00:00
|
|
|
label > :first-child {
|
|
|
|
margin-right: 8px;
|
2017-06-19 13:00:45 +00:00
|
|
|
flex-grow: 1;
|
2017-03-28 00:42:07 +00:00
|
|
|
}
|
|
|
|
|
2017-04-14 07:50:52 +00:00
|
|
|
label:not([disabled]) > :first-child {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
label:not([disabled]):hover > :first-child {
|
|
|
|
text-shadow: 0 0 0.01px rgba(0, 0, 0, .25);
|
2017-07-16 20:04:40 +00:00
|
|
|
cursor: pointer;
|
2017-02-14 15:35:53 +00:00
|
|
|
}
|
|
|
|
|
2017-03-28 10:05:58 +00:00
|
|
|
button,
|
|
|
|
input[type=number],
|
|
|
|
input[type="color"],
|
2017-10-08 15:26:23 +00:00
|
|
|
select,
|
2017-04-14 07:50:52 +00:00
|
|
|
.onoffswitch {
|
2017-04-29 17:58:53 +00:00
|
|
|
width: 60px;
|
2017-04-09 06:43:51 +00:00
|
|
|
box-sizing: border-box;
|
2017-06-19 13:00:45 +00:00
|
|
|
flex-shrink: 0;
|
2017-03-28 10:05:58 +00:00
|
|
|
}
|
|
|
|
|
2017-03-28 00:42:07 +00:00
|
|
|
a {
|
|
|
|
text-decoration-skip: ink;
|
|
|
|
}
|
|
|
|
|
2017-02-14 15:35:53 +00:00
|
|
|
button {
|
2017-03-28 00:42:07 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=number] {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2017-04-13 06:12:40 +00:00
|
|
|
input[type=number]:invalid {
|
|
|
|
background-color: rgba(255, 0, 0, 0.1);
|
|
|
|
color: darkred;
|
|
|
|
}
|
|
|
|
|
2017-04-27 11:39:51 +00:00
|
|
|
input[type="color"] {
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 2em;
|
|
|
|
}
|
|
|
|
|
2017-06-28 10:49:04 +00:00
|
|
|
.iconset {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.iconset input {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2017-04-28 23:36:10 +00:00
|
|
|
#actions {
|
|
|
|
justify-content: space-around;
|
2017-04-29 17:58:53 +00:00
|
|
|
align-items: stretch;
|
|
|
|
padding-right: 8px;
|
2017-04-28 23:36:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#actions button {
|
|
|
|
width: auto;
|
2017-04-29 17:58:53 +00:00
|
|
|
margin-right: 8px;
|
2017-04-28 23:36:10 +00:00
|
|
|
}
|
|
|
|
|
2017-04-14 15:30:09 +00:00
|
|
|
[data-cmd="check-updates"] button {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.update-in-progress [data-cmd="check-updates"] {
|
|
|
|
opacity: .5;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.update-in-progress #update-progress {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
background-color: currentColor;
|
|
|
|
content: "";
|
|
|
|
opacity: .35;
|
|
|
|
}
|
|
|
|
|
|
|
|
#updates-installed {
|
|
|
|
position: absolute;
|
|
|
|
font-size: 85%;
|
|
|
|
margin-top: 1px;
|
|
|
|
}
|
|
|
|
|
2017-06-19 13:00:45 +00:00
|
|
|
#updates-installed::after {
|
2017-04-14 15:30:09 +00:00
|
|
|
content: attr(data-value);
|
|
|
|
margin-left: .5ex;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#updates-installed:not([data-value]),
|
|
|
|
#updates-installed[data-value=""] {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2017-11-15 03:25:30 +00:00
|
|
|
#advanced.collapsible.collapsed {
|
|
|
|
height: 40px;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
html:not(.firefox):not(.opera) #options > .block:nth-last-of-type(3) {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2017-11-15 03:48:47 +00:00
|
|
|
#advanced.collapsible:not(.collapsed) .collapsible-resizer,
|
|
|
|
#advanced:not(.collapsible) .collapsible-resizer {
|
2017-11-15 03:25:30 +00:00
|
|
|
padding-right: 8px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 30%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advanced.collapsible h1 {
|
|
|
|
width: unset;
|
|
|
|
padding: 0;
|
|
|
|
color: #333;
|
|
|
|
transition: color .5s;
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advanced:not(.collapsible) .collapsible-resizer h1 {
|
|
|
|
width: unset;
|
|
|
|
padding: 0;
|
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advanced.collapsible:not(.collapsed) h1:hover {
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advanced.collapsible.collapsed h1 {
|
|
|
|
padding: 0;
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advanced.collapsible.collapsed:hover h1 {
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advanced.collapsible .svg-icon {
|
|
|
|
fill: #333;
|
|
|
|
transition: fill .5s;
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advanced.collapsible.collapsed .svg-icon,
|
|
|
|
#advanced.collapsible:not(.collapsed) h1:hover .svg-icon {
|
|
|
|
fill: #666;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advanced.collapsible.collapsed:hover .svg-icon {
|
|
|
|
fill: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advanced.collapsible h1 .svg-icon {
|
|
|
|
margin-left: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advanced.collapsible.collapsed .is-expanded,
|
|
|
|
#advanced:not(.collapsible) .svg-icon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#advanced.collapsible:not(.collapsed) .is-collapsed {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2017-03-28 00:42:07 +00:00
|
|
|
#notes {
|
|
|
|
background-color: #f4f4f4;
|
2017-04-14 07:50:52 +00:00
|
|
|
padding: 1.5ex 16px 1ex calc(16px + 2ex);
|
2017-02-14 15:35:53 +00:00
|
|
|
font-size: 90%;
|
2017-10-06 04:50:38 +00:00
|
|
|
color: #777;
|
2017-02-14 15:35:53 +00:00
|
|
|
}
|
2017-03-28 00:42:07 +00:00
|
|
|
|
|
|
|
#notes ol {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notes li:not(last-child) {
|
|
|
|
margin-bottom: 1ex;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notes a {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notes a:hover {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2017-04-27 11:39:51 +00:00
|
|
|
#notes p {
|
|
|
|
line-height: 1.25;
|
|
|
|
margin-top: 1ex;
|
|
|
|
margin-bottom: 1ex;
|
|
|
|
}
|
|
|
|
|
2017-04-28 23:36:10 +00:00
|
|
|
sup {
|
|
|
|
vertical-align: baseline;
|
|
|
|
position: relative;
|
|
|
|
top: -0.4em;
|
|
|
|
}
|
|
|
|
|
2017-03-28 00:42:07 +00:00
|
|
|
@keyframes fadeinout {
|
|
|
|
0% { opacity: 0 }
|
|
|
|
10% { opacity: 1 }
|
|
|
|
25% { opacity: 1 }
|
|
|
|
100% { opacity: 0 }
|
|
|
|
}
|