mirror of https://git.door43.org/Andley/BG4e
update css
This commit is contained in:
parent
efceecc5d2
commit
0ab86501de
|
@ -9,15 +9,25 @@ ruby {
|
|||
font-size: 16px ; /* 12pt 字體大小*/
|
||||
line-height: 15px ;
|
||||
padding-bottom: 10px ;
|
||||
font-family: 'Times New Roman', Times, serif;
|
||||
font-family: 'SBL BibLit', 'Times New Roman', serif;
|
||||
}
|
||||
rt {
|
||||
font-size: 13px ; /* 10pt 字體大小*/
|
||||
line-height: 13px ;
|
||||
font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
|
||||
font-family: 'Arial Narrow', sans-serif;
|
||||
}
|
||||
|
||||
ul ruby {
|
||||
padding-bottom: 3px !important;
|
||||
|
||||
}
|
||||
|
||||
a {
|
||||
color: green !important;
|
||||
}
|
||||
strong {
|
||||
color: red !important;
|
||||
}
|
||||
em {
|
||||
color: blue !important;
|
||||
}
|
Loading…
Reference in New Issue