Files
I2P_in_Private_Browsing_Mod…/info.css

70 lines
817 B
CSS
Raw Normal View History

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
}
span.identity {
2022-10-04 12:11:14 -04:00
width: 500px;
display: inline-block;
margin-left: 1em
}
2019-11-10 22:24:10 -05:00
figcaption {
2022-10-04 12:11:14 -04:00
display: inline-block
}
.section-header {
2022-10-04 12:11:14 -04:00
margin-bottom: 8px
}
p {
2022-10-04 12:11:14 -04:00
font-size: 12px
}
h1 {
2022-10-04 12:11:14 -04:00
font-size: 25px
}
h2,
h3 {
2022-10-04 12:11:14 -04:00
font-size: 18px
}
h4 {
2022-10-04 12:11:14 -04:00
font-size: 13px!important
}
#links .showhider {
2022-10-04 12:11:14 -04:00
font-size: 18px
}
#onboarding {
2022-10-04 12:11:14 -04:00
font-size: 2rem
}
img.readyness {
2022-10-04 12:11:14 -04:00
height: 2rem
}
#proxyUnready {
2022-10-04 12:11:14 -04:00
min-height: 2rem
}
#proxyReady {
2022-10-04 12:11:14 -04:00
min-height: 2rem
}
#consoleOn {
2022-10-04 12:11:14 -04:00
min-height: 2rem
}
#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
}