-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathE2K2E.css
127 lines (119 loc) · 2.3 KB
/
E2K2E.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
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
118
119
120
121
122
123
124
125
126
127
.entry {
font-family: Verdana, Tahoma, sans-serif;
font-size: 18px;
font-weight: bold;
color: #1414f8;
}
.pron {
font-family: "Calibri", Arial, Verdana, Tahoma, sans-serif;
font-size: 17px;
color: #869586;
}
.pron::before {
content: "/";
color: #869586;
}
.pron::after {
content: "/";
color: #869586;
}
.pos {
font-family: Arial, Verdana, Tahoma, sans-serif;
font-size: 18px;
font-weight: bold;
color: mediumseagreen;
font-variant: small-caps;
}
.after_pos {
font-family: Verdana, Tahoma, sans-serif;
font-size: 18px;
color: crimson;
}
.korean {
font-family: "Apple SD Gothic Neo", "Batang", "Apple Myungjo", Verdana, Tahoma,
sans-serif;
font-size: 20px;
color: darkred;
}
.en_eq {
font-family: Verdana, Tahoma, sans-serif;
font-size: 17px;
color: #131313;
line-height: 25pt;
}
.box {
text-align: center;
}
.title {
font-family: "Calibri", Verdana, Tahoma, sans-serif;
font-size: 18px;
font-weight: bold;
color: midnightblue;
}
.ver {
font-family: "Calibri", Verdana, Tahoma, sans-serif;
font-size: 17px;
color: firebrick;
}
.extra {
font-family: "Calibri", Verdana, Tahoma, sans-serif;
font-size: 17px;
color: #131313;
}
a {
text-decoration: none;
}
.img {
display: block;
margin-left: auto;
margin-right: auto;
width: 130px;
}
/* Korean to English and Synonyms */
.ko_entry {
font-family: "Apple SD Gothic Neo", "Batang", "Apple Myungjo", Verdana, Tahoma,
sans-serif;
font-size: 22px;
font-weight: bold;
color: #1414f8;
}
.english {
font-family: Verdana, Tahoma, sans-serif;
font-size: 19px;
font-weight: bold;
color: #842121;
}
.ko_eq {
font-family: "Apple SD Gothic Neo", "Batang", "Apple Myungjo", Verdana, Tahoma,
sans-serif;
font-size: 19px;
color: #131313;
line-height: 25pt;
}
.ko_pos {
font-family: Arial, Verdana, Tahoma, sans-serif;
font-size: 18px;
font-weight: bold;
color: #e57214;
font-variant: small-caps;
}
.after_pos_ko {
font-family: "Apple SD Gothic Neo", "Batang", "Apple Myungjo", Verdana, Tahoma,
sans-serif;
font-size: 18px;
font-weight: bold;
color: #191919;
}
.ko_pron {
font-family: "Calibri", Arial, Verdana, Tahoma, sans-serif;
font-size: 17px;
color: #869586;
}
.ko_pron::before {
content: "/";
color: #869586;
}
.ko_pron::after {
content: "/";
color: #869586;
}