forked from jelle619/titangollum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
STYLE.css
68 lines (53 loc) · 1.42 KB
/
STYLE.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
/* Set Witney as default font */
@font-face {
font-family: Whitney;
font-style: light;
font-weight: 300;
src: url("https://github.com/TitanEmbeds/Titan/raw/master/webapp/titanembeds/static/fonts/whitney_light.woff") format("woff")
}
@font-face {
font-family: Whitney;
font-style: normal;
font-weight: 500;
src: url("https://github.com/TitanEmbeds/Titan/raw/master/webapp/titanembeds/static/fonts/whitney_normal.woff") format("woff")
}
@font-face {
font-family: Whitney;
font-style: medium;
font-weight: 600;
src: url("https://github.com/TitanEmbeds/Titan/raw/master/webapp/titanembeds/static/fonts/whitney_medium.woff") format("woff")
}
@font-face {
font-family: Whitney;
font-style: bold;
font-weight: 700;
src: url("https://github.com/TitanEmbeds/Titan/raw/master/webapp/titanembeds/static/fonts/whitney_bold.woff") format("woff")
}
* {
font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
}
/* Set appropriate colours */
html body {
background-color: #7986CB;
}
#head h1 {
color: white;
}
#head h1 strong {
color: white;
}
#wiki-body {
color: white;
}
#footer p#last-edit {
color: rgba(255, 255, 255, 0.8);
}
#wiki-body a {
text-decoration: underline;
color: white;
}
a.file {
color: white;
}
/* Materialize CSS */
@import url("https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css");