2019-11-22 17:55:58 -05:00
|
|
|
body,
|
|
|
|
html {
|
2022-10-04 12:11:14 -04:00
|
|
|
width: 600px
|
2019-03-13 17:50:51 -04:00
|
|
|
}
|
|
|
|
.panel {
|
2022-10-04 12:11:14 -04:00
|
|
|
margin: 5px;
|
|
|
|
width: 500px
|
2020-10-30 20:08:11 -04:00
|
|
|
}
|
|
|
|
.panel-section-header {
|
2022-10-04 12:11:14 -04:00
|
|
|
width: 500px
|
2020-10-30 20:08:11 -04:00
|
|
|
}
|
|
|
|
#text-section-torrents-header {
|
2022-10-04 12:11:14 -04:00
|
|
|
width: 500px
|
2019-03-13 17:50:51 -04:00
|
|
|
}
|
2019-07-10 00:47:30 -04:00
|
|
|
span.identity {
|
2022-10-04 12:11:14 -04:00
|
|
|
width: 500px;
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 1em
|
2019-07-10 00:47:30 -04:00
|
|
|
}
|
2019-11-10 22:24:10 -05:00
|
|
|
figcaption {
|
2022-10-04 12:11:14 -04:00
|
|
|
display: inline-block
|
2019-11-22 13:24:19 -05:00
|
|
|
}
|
|
|
|
.section-header {
|
2022-10-04 12:11:14 -04:00
|
|
|
margin-bottom: 8px
|
2019-11-22 13:24:19 -05:00
|
|
|
}
|
|
|
|
p {
|
2022-10-04 12:11:14 -04:00
|
|
|
font-size: 12px
|
2019-11-22 13:24:19 -05:00
|
|
|
}
|
|
|
|
h1 {
|
2022-10-04 12:11:14 -04:00
|
|
|
font-size: 25px
|
2019-11-22 13:24:19 -05:00
|
|
|
}
|
|
|
|
h2,
|
|
|
|
h3 {
|
2022-10-04 12:11:14 -04:00
|
|
|
font-size: 18px
|
2019-11-22 13:24:19 -05:00
|
|
|
}
|
|
|
|
h4 {
|
2022-10-04 12:11:14 -04:00
|
|
|
font-size: 13px!important
|
2019-11-22 13:24:19 -05:00
|
|
|
}
|
|
|
|
#links .showhider {
|
2022-10-04 12:11:14 -04:00
|
|
|
font-size: 18px
|
2019-11-22 13:24:19 -05:00
|
|
|
}
|
|
|
|
#onboarding {
|
2022-10-04 12:11:14 -04:00
|
|
|
font-size: 2rem
|
2019-11-22 13:24:19 -05:00
|
|
|
}
|
|
|
|
img.readyness {
|
2022-10-04 12:11:14 -04:00
|
|
|
height: 2rem
|
2019-11-22 13:24:19 -05:00
|
|
|
}
|
|
|
|
#proxyUnready {
|
2022-10-04 12:11:14 -04:00
|
|
|
min-height: 2rem
|
2019-11-22 13:24:19 -05:00
|
|
|
}
|
|
|
|
#proxyReady {
|
2022-10-04 12:11:14 -04:00
|
|
|
min-height: 2rem
|
2019-11-22 13:24:19 -05:00
|
|
|
}
|
|
|
|
#consoleOn {
|
2022-10-04 12:11:14 -04:00
|
|
|
min-height: 2rem
|
2020-01-14 18:18:13 -05:00
|
|
|
}
|
|
|
|
#torrentpanel {
|
2022-10-04 12:11:14 -04:00
|
|
|
display: none
|
2020-02-25 20:35:31 -05:00
|
|
|
}
|
|
|
|
.torrent-progress {
|
2022-10-04 12:11:14 -04:00
|
|
|
width: 90%
|
2020-10-30 20:08:11 -04:00
|
|
|
}
|
|
|
|
.tabicon {
|
2022-10-04 12:11:14 -04:00
|
|
|
width: 32px
|
2022-10-04 12:10:54 -04:00
|
|
|
}
|
|
|
|
.application-info {
|
2022-10-04 12:11:14 -04:00
|
|
|
min-width: unset;
|
|
|
|
max-width: unset;
|
|
|
|
float: right
|
2020-10-30 21:31:36 -04:00
|
|
|
}
|