-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstyles.css
More file actions
117 lines (116 loc) · 3.3 KB
/
Copy pathstyles.css
File metadata and controls
117 lines (116 loc) · 3.3 KB
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
@charset "UTF-8";
@font-face {
font-family: "MOEDICT";
src: url(https://www.moedict.tw/MOEDICT.eot);
src: url(https://www.moedict.tw/MOEDICT.eot?#iefix) format('eot'), url(https://www.moedict.tw/MOEDICT.woff) format('woff'), url(https://www.moedict.tw/MOEDICT.otf) format('opentype'), url(https://www.moedict.tw/MOEDICT.ttf) format('truetype');
}
#moedict-extension {
font-family: "MOEDICT", "Biaodian Pro Sans CNS", "Fira Sans OT", "Lantinghei TC", "黑體-繁", "微軟正黑體", "儷黑 Pro", "蘋果儷中黑", "Adobe 繁黑體 Std", "cwTex 明體", "Adobe 明體 Std", "PMingLiU", "MingLiU", sans-serif, "HanaMinA", "HanaMinB", "HAN NOM A", "HAN NOM B";
background: #fffcfc !important;
border: 1px solid #a99;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: #d4d4d4 0 3px 3px;
-moz-box-shadow: #d4d4d4 0 3px 3px;
box-shadow: #d4d4d4 0 3px 3px;
padding: 10px;
min-width: 300px;
width: 300px;
overflow: hidden;
word-break: break-all;
}
#moedict-extension .pinyin {
float: right;
}
#moedict-extension .xrefs {
display: none;
}
#moedict-extension .entry .part-of-speech {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
display: inline-block;
position: absolute;
left: 7px;
color: #eee;
background: rgb(107, 0, 0);
padding: 1px;
}
#moedict-extension .entry .part-of-speech a {
cursor: normal;
color: #eef;
}
#moedict-extension a {
color: #007;
}
#moedict-extension ol {
list-style: decimal !important;
padding-left: 40px !important;
margin: 0 0 10px !important;
}
#moedict-extension li {
font-family: "MOEDICT", "Biaodian Pro Sans CNS", "Fira Sans OT", "Lantinghei TC", "黑體-繁", "微軟正黑體", "儷黑 Pro", "蘋果儷中黑", "Adobe 繁黑體 Std", "cwTex 明體", "Adobe 明體 Std", "PMingLiU", "MingLiU", sans-serif, "HanaMinA", "HanaMinB", "HAN NOM A", "HAN NOM B";
margin: 0 !important;
margin-left: -18px !important;
margin-top: 5px;
line-height: 1.35 !important;
padding: 0 !important;
list-style: decimal !important;
}
#moedict-extension li .part-of-speech {
position: relative;
left: 0px;
}
#moedict-extension .ol, #moedict-extension .definition {
margin: 0 !important;
padding: 0 !important;
}
#moedict-extension .definition {
line-height: 1.4em;
}
#moedict-extension .entry {
border-bottom: none;
font-size: 15px;
}
#moedict-extension .bopomofo {
margin: 5px 0;
padding: 0px;
font-size: 14px;
}
#moedict-extension .title {
margin: 0;
padding: 0;
font-size: 20px;
line-height: 1.2em;
color: #333;
}
#moedict-extension .title .playAudio {
display: none !important;
}
#moedict-extension .example {
display: none;
}
#moedict-extension .quote, #moedict-extension .antonyms, #moedict-extension .synonyms, #moedict-extension .variants, #moedict-extension .radical {
display: none;
}
#moedict-extension a {
color: #000;
text-decoration: none;
}
#moedict-extension a:hover, #moedict-extension a:focus {
background: #ddd;
background-image: #ddd !important;
color: #0070A3;
outline: 1px solid #69d2fc;
}
#moedict-extension a.erase:hover, #moedict-extension a.lang:hover {
background: #ddd;
outline: none !important;
border: none;
border-radius: 30px;
}