-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanti.css
96 lines (76 loc) · 1.31 KB
/
manti.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
@font-face {
font-family: 'Script12';
src: url('../fonts/script12.ttf');
font-stretch: extra-expanded;
}
@font-face {
font-family: 'Fontin-Italic';
src: url('../fonts/Fontin-Italic.otf')
}
@font-face {
font-family: 'Delicious-Roman';
src: url('../fonts/Delicious-Roman.otf')
}
@font-face {
font-family: 'Hylia';
src: url('../fonts/HyliaSerifBeta-Regular.otf')
}
@font-face {
font-family: 'ATCKrueger';
src: url('../fonts/ATC\ Krueger\ Bold.otf')
}
@font-face {
font-family: 'Serpentine';
src: url('../fonts/SerpentineDBol.ttf')
}
body {
background: #272C32;
color: #FFFFFF;
font-family: 'Delicious-Roman';
}
em {
color: #FADB03;
}
a {
color: #7CBFE5;
background-color: #3A4556;
text-decoration-skip: ink;
font-family: 'Fontin-Italic'
}
a:hover {
background: #4E5B6F;
}
h1 {
color: #d4ce46;
font-family: 'Hylia';
}
h2 {
color: #f0221c;
font-family: 'ATCKrueger';
}
h3 {
color: #F7A541;
font-family: 'Serpentine';
}
h4 {
color: #a4142d;
font-family: 'Script12';
/* font-size: 95%; */
}
h5 {
color: #c87281;
}
h6 {
color: #d18996;
}
pre {
margin: 0;
padding: 0.2em;
background: #fff;
color: #000;
font-weight: normal;
}
pre em {
color: #000;
background: yellow;
}