Files
I2P_in_Private_Browsing_Mod…/info.css

67 lines
749 B
CSS
Raw Normal View History

2019-11-22 17:55:58 -05:00
body,
html {
2020-10-30 20:08:11 -04:00
width: 400px;
2019-03-13 17:50:51 -04:00
}
.panel {
2020-10-30 20:08:11 -04:00
margin: 5px;
width: 400px;
2020-10-30 21:30:55 -04:00
height:400px;
2020-10-30 20:08:11 -04:00
}
.panel-section-header {
width: 400px;
}
#text-section-torrents-header {
width: 400px;
2019-03-13 17:50:51 -04:00
}
span.identity {
2020-10-30 20:08:11 -04:00
width: 400px;
2020-09-09 23:23:02 -04:00
display: block;
2019-11-22 17:55:58 -05:00
margin-left: 1em
}
2019-11-10 22:24:10 -05:00
figcaption {
2020-09-09 23:23:02 -04:00
display: block
}
.section-header {
margin-bottom: 8px
}
p {
2019-11-22 17:55:58 -05:00
font-size: 12px
}
h1 {
2019-11-22 17:55:58 -05:00
font-size: 25px
}
h2,
h3 {
2019-11-22 17:55:58 -05:00
font-size: 18px
}
h4 {
2019-11-22 17:55:58 -05:00
font-size: 13px!important
}
#links .showhider {
font-size: 18px
}
#onboarding {
2019-11-22 17:55:58 -05:00
font-size: 2rem
}
img.readyness {
2019-11-22 17:55:58 -05:00
height: 2rem
}
#proxyUnready {
2019-11-22 17:55:58 -05:00
min-height: 2rem
}
#proxyReady {
2019-11-22 17:55:58 -05:00
min-height: 2rem
}
#consoleOn {
2019-11-22 17:55:58 -05:00
min-height: 2rem
}
#torrentpanel {
display: none
2020-02-25 20:35:31 -05:00
}
.torrent-progress {
width: 100%
2020-10-30 20:08:11 -04:00
}
.tabicon {
width: 32px;
}