-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgeneralStyle.css
62 lines (50 loc) · 1.1 KB
/
generalStyle.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
/* Source: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd by Mozilla Contributors is licensed under CC-BY-SA 2.5. */
.md-typeset kbd {
background-color: #eee;
border-radius: 3px;
border: 1px solid #b4b4b4;
box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
color: #333;
display: inline-block;
font-size: .70em;
font-weight: 700;
line-height: 1;
padding: 3px 4px;
white-space: nowrap;
}
@font-face {
font-family: "Dynamix";
src: url("Fonts/DynamixFeatureStandard.ttf");
}
@font-face {
font-family: "Orbitron Black";
src: url("Orbitron-Black.ttf");
}
.OrbitronTxtContainer {
font-family: Orbitron Black;
}
.DynamixTxtContainer {
font-family: Dynamix;
}
.casual-color {
background-color: #007300;
}
.normal-color {
background-color: #439090;
}
.hard-color {
background-color: #D80000;
}
.mega-color {
background-color: #BE19BE;
}
.giga-color {
background-color: #9D9D9D;
}
.horneee-color {
background-color: #D8AA45;
}
/*body {
font-family: Dynamix;
font-family: Orbitron;
}*/