Files
I2P_in_Private_Browsing_Mod…/info.css
2020-09-15 20:10:34 -04:00

55 lines
582 B
CSS

body,
html {
}
.panel {
margin: 5px
}
span.identity {
width: 100px;
display: block;
margin-left: 1em
}
figcaption {
display: block
}
.section-header {
margin-bottom: 8px
}
p {
font-size: 12px
}
h1 {
font-size: 25px
}
h2,
h3 {
font-size: 18px
}
h4 {
font-size: 13px!important
}
#links .showhider {
font-size: 18px
}
#onboarding {
font-size: 2rem
}
img.readyness {
height: 2rem
}
#proxyUnready {
min-height: 2rem
}
#proxyReady {
min-height: 2rem
}
#consoleOn {
min-height: 2rem
}
#torrentpanel {
display: none
}
.torrent-progress {
width: 100%
}