-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathEmoji.css
120 lines (100 loc) · 1.74 KB
/
Emoji.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
@charset "UTF-8";
@namespace d url(http://www.apple.com/DTDs/DictionaryService-1.0.rng);
html {
background: transparent !important;
}
body {
font-family: -apple-system, "Helvetica Neue", "Lucida Grande", sans-serif;
font-size: 62.5%;
font-size: 0.9em;
color: text;
}
html.apple_client-panel a, html.apple_client-panel ul.tags {
display: none;
}
h1 {
font-size: 5rem;
margin: 0 auto;
font-weight: bold;
}
h2 {
font-size: 1.25rem;
margin: 0 auto;
font-weight: normal;
}
/* use much smaller size in Look Up to fit in space available for a definition */
html.apple_client-panel h1 {
font-size: 2rem;
}
html.apple_client-panel h2 {
font-size: 1rem;
}
li {
margin-bottom: 0.5rem;
}
a {
color: #2971A7;
color: -webkit-link;
/* font-weight: bold;*/
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1, h1 span:hover {
text-decoration: none;
}
p, li {
line-height: 1.4rem;
}
ul {
/* padding: 1rem;*/
padding: 0;
margin: 0;
list-style-type: none;
}
ul.unicode::before {
text-transform: uppercase;
font-size: 0.7rem;
font-weight: 600;
content: "Unicode";
}
ul.unicode {
display: block;
padding: 0;
margin: 0;
list-style-type: none;
margin-top: 2rem;
}
ul.unicode li:first-child {
border-top: 1px solid #ddd;
margin-top: 0.2rem;
padding-top: 1rem;
}
ul.tags::before {
text-transform: uppercase;
font-size: 0.7rem;
font-weight: 600;
content: "Keywords: ";
}
ul.tags {
padding: 0;
margin: 0;
list-style-type: none;
margin-top: 1rem;
}
ul.tags li {
display: inline;
}
ul.tags li:after {
content: ", ";
}
ul.tags li:last-child:after {
content: ".";
}
html.apple_client-panel body {
margin-top: 0px;
margin-left: 1em;
margin-bottom: 0px;
margin-right: 1em;
}