2019-11-22 17:55:58 -05:00
|
|
|
body,
|
|
|
|
html {
|
|
|
|
width: 50rem
|
2019-03-13 17:50:51 -04:00
|
|
|
}
|
|
|
|
a {
|
2019-11-22 17:55:58 -05:00
|
|
|
margin: 10px
|
2019-03-13 17:50:51 -04:00
|
|
|
}
|
|
|
|
.panel {
|
2019-11-22 17:55:58 -05:00
|
|
|
margin: 5px
|
2019-03-13 17:50:51 -04:00
|
|
|
}
|
2019-07-10 00:47:30 -04:00
|
|
|
span.identity {
|
|
|
|
width: 100px;
|
|
|
|
display: inline-block;
|
2019-11-22 17:55:58 -05:00
|
|
|
margin-left: 1em
|
2019-07-10 00:47:30 -04:00
|
|
|
}
|
2019-11-10 22:24:10 -05:00
|
|
|
figcaption {
|
2019-11-22 17:55:58 -05:00
|
|
|
display: inline
|
2019-11-22 13:24:19 -05:00
|
|
|
}
|
|
|
|
.section-header {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
margin-bottom: 8px
|
|
|
|
}
|
|
|
|
p {
|
2019-11-22 17:55:58 -05:00
|
|
|
font-size: 12px
|
2019-11-22 13:24:19 -05:00
|
|
|
}
|
|
|
|
h1 {
|
2019-11-22 17:55:58 -05:00
|
|
|
font-size: 25px
|
2019-11-22 13:24:19 -05:00
|
|
|
}
|
|
|
|
h2,
|
|
|
|
h3 {
|
2019-11-22 17:55:58 -05:00
|
|
|
font-size: 18px
|
2019-11-22 13:24:19 -05:00
|
|
|
}
|
|
|
|
h4 {
|
2019-11-22 17:55:58 -05:00
|
|
|
font-size: 13px!important
|
2019-11-22 13:24:19 -05:00
|
|
|
}
|
|
|
|
#links .showhider {
|
|
|
|
font-size: 18px
|
|
|
|
}
|
|
|
|
#onboarding {
|
2019-11-22 17:55:58 -05:00
|
|
|
font-size: 2rem
|
2019-11-22 13:24:19 -05:00
|
|
|
}
|
|
|
|
img.readyness {
|
2019-11-22 17:55:58 -05:00
|
|
|
height: 2rem
|
2019-11-22 13:24:19 -05:00
|
|
|
}
|
|
|
|
#proxyUnready {
|
2019-11-22 17:55:58 -05:00
|
|
|
min-height: 2rem
|
2019-11-22 13:24:19 -05:00
|
|
|
}
|
|
|
|
#proxyReady {
|
2019-11-22 17:55:58 -05:00
|
|
|
min-height: 2rem
|
2019-11-22 13:24:19 -05:00
|
|
|
}
|
|
|
|
#consoleOn {
|
2019-11-22 17:55:58 -05:00
|
|
|
min-height: 2rem
|
2020-01-14 18:18:13 -05:00
|
|
|
}
|
|
|
|
#torrentpanel {
|
|
|
|
display: none
|
2020-02-25 20:35:31 -05:00
|
|
|
}
|
|
|
|
.torrent-progress {
|
|
|
|
width: 100%
|
2019-11-23 14:24:56 -05:00
|
|
|
}
|