Fix mdict font styles
These are the styles used in the original Monokakido stylesheets
This commit is contained in:
parent
dfc9a60d9e
commit
227c02b9e4
|
@ -177,6 +177,11 @@ span[data-name="句仮名"] {
|
||||||
vertical-align: 0.35em;
|
vertical-align: 0.35em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span[data-name="句表記"] {
|
||||||
|
font-family: jpgothic;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
span[data-name="句項目"] {
|
span[data-name="句項目"] {
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
|
|
|
@ -92,7 +92,6 @@ span[data-name="教育漢字"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
span[data-name="ルビ"] {
|
span[data-name="ルビ"] {
|
||||||
font-family: jpgothic;
|
|
||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
vertical-align: 0.5em;
|
vertical-align: 0.5em;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
|
|
Loading…
Reference in a new issue