mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
25 lines
341 B
CSS
25 lines
341 B
CSS
h3 code {
|
|
font-family: inherit ;
|
|
font-size: inherit ;
|
|
}
|
|
|
|
pre, code {
|
|
font-size: 12pt ;
|
|
}
|
|
|
|
span.apii {
|
|
float: right ;
|
|
font-family: inherit ;
|
|
font-style: normal ;
|
|
font-size: small ;
|
|
color: gray ;
|
|
}
|
|
|
|
p+h1, ul+h1 {
|
|
padding-top: 0.4em ;
|
|
padding-bottom: 0.4em ;
|
|
padding-left: 30px ;
|
|
margin-left: -30px ;
|
|
background-color: #E0E0FF ;
|
|
}
|