forked from I2P_Developers/i2p.i2p
45 lines
586 B
CSS
45 lines
586 B
CSS
![]() |
body, p, li, a {
|
||
|
font-size: 12pt;
|
||
|
line-height: 160%;
|
||
|
font-weight: normal;
|
||
|
letter-spacing: 0.08em;
|
||
|
}
|
||
|
|
||
|
.langbar, h1 {
|
||
|
line-height: 130%;
|
||
|
}
|
||
|
|
||
|
.langbar {
|
||
|
padding-bottom: 2px !important;
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
font-size: 16pt;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
padding: 0 15px;
|
||
|
}
|
||
|
|
||
|
li {
|
||
|
padding-right: 35px;
|
||
|
margin-left: 15px;
|
||
|
}
|
||
|
|
||
|
code {
|
||
|
font-size: 11pt;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
|
||
|
.notify {
|
||
|
font-size: 14pt;
|
||
|
line-height: 150%;
|
||
|
font-weight: normal;
|
||
|
padding: 10px 15px !important;
|
||
|
}
|
||
|
|
||
|
.footnote {
|
||
|
font-size: 10pt !important;
|
||
|
}
|
||
|
|