-
Notifications
You must be signed in to change notification settings - Fork 1
/
frame.css
92 lines (81 loc) · 1.56 KB
/
frame.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.odh-notes {
font-family: 'Open Sans', Helvetica, Arial, 'Microsoft Yahei', Sans-serif;
/*font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, 'Microsoft Yahei', sans-serif;*/
font-size: 14px;
text-align: left;
color: #1d2129;
line-height: 1.5em;
min-height: 1.5em;
overflow-y: auto;
margin: 8px;
border-radius: 3px;
box-sizing: border-box;
;
}
.odh-note {
margin: 5px 0;
padding: 0px;
/*border: 1px dashed red;*/
}
.odh-headsection {
margin: 3px 0;
padding: 0 3px 3px;
border-bottom: 2px #666 solid;
min-height: 36px;
}
.odh-expression {
font-size: 1.2em;
font-weight: bold;
margin-right: 4px;
}
.odh-reading {
font-family: Arial, Helvetica, sans-serif;
margin-right: 4px;
font-size: 0.9em;
display: inline-block;
}
.odh-extra {
margin-right: 4px;
display: block;
}
.odh-definition,
.odh-sentence {
display: block;
background-color: #fefefe;
border: 1px solid;
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
border-radius: 3px;
padding: 5px;
margin-top: 5px;
word-wrap: break-word;
min-height: 40px;
overflow: auto;
}
.odh-sentence {
border: 2px dashed #d0d1d5;
}
.odh-addnote,
.odh-playaudio {
margin: 3px;
cursor: pointer;
position: relative;
float: right;
}
hr {
border: 1px;
margin: 5px 0;
border-top: 1px solid #d5d5d5;
}
.hidden{
display: none;
}
.highlight {
/*font-weight : bold;*/
font-size: 0.9em;
border-radius: 4px;
color: #fff;
padding: 1px 2px;
margin-right: 3px;
text-decoration: none;
text-align: center;
}