-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
98 lines (80 loc) · 1.37 KB
/
styles.css
File metadata and controls
98 lines (80 loc) · 1.37 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
body {
background-color: #002;
color: #eee;
font-family: "Major Mono Display", monospace;
margin: 100px;
}
h1, h2, h3 {
color: #00e;
}
.about {
color: yellow;
}
.plainFont {
font-family: 'Menlo', 'Andale Mono', monospace;
}
a {
color: white;
text-decoration: underline #ace;
text-decoration-thickness: 4%;
}
p {
font-size: 0.8rem;
}
hr {
margin: 40px 0;
width: 90%;
border: solid 1px #ace;
}
section {
margin: auto;
margin-left: 5%;
}
button {
font-family: "Major Mono Display", monospace;
font-size: 1.5rem;
background-color: yellow;
border-color: #000;
border-width: 4px;
border-image: linear-gradient(0deg, #00e, 40%, #00a 0) 10;
padding: 5px 10px;
}
button:hover {
border-image: linear-gradient(0deg, #ace, 40%, #00a 0) 10;
}
.navbutton {
background-color: #00a !important;
color: #eee;
}
.doorbutton {
background-color: #91FC18 !important;
color: #222;
border-image: linear-gradient(0deg, #0a0, 40%, #0e0 0) 10;
}
.doorbutton:hover {
border-image: linear-gradient(0deg, #aec, 40%, #0e0 0) 10;
}
.soonbutton {
background-color: #333 !important;
}
.column {
float: left;
display: block;
}
.row::after {
content: "";
clear: both;
display: table;
}
table, img {
width: 90%;
margin: 20px 0;
}
.reflection {
width: 90%;
color: #333;
}
.reflection {
color: #68b;
font-family: 'Menlo', monospace;
}