forked from gm9/ingress-glyph-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblack.css
121 lines (99 loc) · 2.83 KB
/
black.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
html {
margin:0;
background: black;
color: white;
}
body {
margin:0;
padding-top: 2em;
padding-left: 2em;
padding-right: 2em;
}
a {
color: #7070ff;
}
input[type=button] {
border: 2px solid #40ebcd;
border-radius: 0;
padding: 0.4em 1em;
background: #105050;
color: white;
-webkit-appearance: none;
}
* {
font-family: 'exomedium', 'Arial', sans-serif;
}
b, strong,
h1, h2, h3, h4, h5, h6, h7, h8 {
font-family: 'exobold';
}
i, em {
font-family: 'exomediumitalic';
}
i b, em strong, b i, strong em {
font-family: 'exobolditalic';
}
ul {
list-style-type: none; /* cjk-ideographic; upper-greek; */
color: #555;
padding-left: 2em;
}
li {
font-size: 1em !important;
margin-top: 1.2em;
margin-bottom: 1.2em;
height: 2em;
}
li a {
border: 2px solid #40ebcd;
border-radius: 0;
padding: 0.4em 1em;
background: #105050;
color: white;
text-decoration: none;
-webkit-appearance: none;
}
@font-face {
font-family: 'exomedium';
src: url('exo/exo-medium-webfont.eot');
src: url('exo/exo-medium-webfont.eot?#iefix') format('embedded-opentype'),
url('exo/exo-medium-webfont.woff2') format('woff2'),
url('exo/exo-medium-webfont.woff') format('woff'),
url('exo/exo-medium-webfont.ttf') format('truetype'),
url('exo/exo-medium-webfont.svg#exomedium') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'exomediumitalic';
src: url('exo/exo-mediumitalic-webfont.eot');
src: url('exo/exo-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
url('exo/exo-mediumitalic-webfont.woff2') format('woff2'),
url('exo/exo-mediumitalic-webfont.woff') format('woff'),
url('exo/exo-mediumitalic-webfont.ttf') format('truetype'),
url('exo/exo-mediumitalic-webfont.svg#exomediumitalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'exobold';
src: url('exo/exo-bold-webfont.eot');
src: url('exo/exo-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('exo/exo-bold-webfont.woff2') format('woff2'),
url('exo/exo-bold-webfont.woff') format('woff'),
url('exo/exo-bold-webfont.ttf') format('truetype'),
url('exo/exo-bold-webfont.svg#exobold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'exobolditalic';
src: url('exo/exo-bolditalic-webfont.eot');
src: url('exo/exo-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
url('exo/exo-bolditalic-webfont.woff2') format('woff2'),
url('exo/exo-bolditalic-webfont.woff') format('woff'),
url('exo/exo-bolditalic-webfont.ttf') format('truetype'),
url('exo/exo-bolditalic-webfont.svg#exobolditalic') format('svg');
font-weight: normal;
font-style: normal;
}