forked from Groshie/groshie.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoD2016Gen.css
More file actions
82 lines (67 loc) · 1.1 KB
/
DoD2016Gen.css
File metadata and controls
82 lines (67 loc) · 1.1 KB
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
@import url('https://fonts.googleapis.com/css?family=Texturina&effect=fire-animation');
.hidden {
}
.top {
box-sizing: border-box;
width: 50%;
top: 0;
left: 10;
}
.split {
float: left;
width: 50%;
height: 91%;
box-sizing: border-box;
padding: 5px;
padding-bottom: 10px;
overflow-x: hidden;
z-index: 1;
margin-bottom: 8%;
}
.right {
right: 0;
top: 0;
position: fixed;
border-left: 2px solid gray;
overflow: auto;
}
.bottom {
width: 100%;
bottom: 0;
left: 0;
position: fixed;
z-index: 2;
background-color: black;
border-top: 2px solid gray;
}
body {
background-color: black;
}
html {
height: 100%;
}
p, h2, h3, li, th, td, button {
color: white;
font-family: Texturina;
}
button {
background-color: #332f2e;
font-size: 16px;
padding: 10px;
box-shadow: 2px 2px 5px gray;
margin-left: 10px;
}
h1 {
color: white;
font-family: Texturina;
}
table {
border: 3px solid white;
}
td, th {
text-align: left;
padding-bottom: 7px;
padding-left: 5px;
padding-right: 5px;
border-bottom: 1px solid white;
}