This repository was archived by the owner on Oct 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasic.css
More file actions
174 lines (159 loc) · 4.97 KB
/
basic.css
File metadata and controls
174 lines (159 loc) · 4.97 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
@font-face {
font-family: 'Inter'; font-display: optional;
font-weight: 300 800; font-style: italic;
src: url('/assets/fonts/inter-italic.woff2') format("woff2-variations"), local('Inter Italic');
unicode-range: U+0020-007E, U+00A9, U+00AE, U+00A3, U+00A2, U+00A5, U+00BC-00BE, U+00F7, U+00D7, U+0398, U+03A9, U+03B1, U+03B2, U+03B8, U+03BB, U+03BC, U+03C0, U+0394, U+2013-2015, U+2022
}
@font-face {
font-family: 'Inter'; font-display: optional;
font-weight: 100 800;
src: url('/assets/fonts/inter.woff2') format("woff2-variations"), local('Inter');
unicode-range: U+0020-007E, U+00A9, U+00AE, U+00A3, U+00A2, U+00A5, U+00BC-00BE, U+00F7, U+00D7, U+0398, U+03A9, U+03B1, U+03B2, U+03B8, U+03BB, U+03BC, U+03C0, U+0394, U+2013-2015, U+2022
}
@font-face {
font-family: 'Quicksand'; font-display: block;
src: url('/assets/fonts/quicksand.woff2') format("woff2-variations"), local('Quicksand');
unicode-range: U+0020-007E, U+00A9, U+00A3, U+00A2, U+00A5
}
@font-face {
font-family: 'MuseoModerno'; font-display: block;
font-weight: 100 900; font-style: italic;
src: url('/assets/fonts/museomoderno-italic.woff2'), format("woff2-variations"), local('MuseoModerno Italic');
unicode-range: U+0020-007E, U+00A9, U+00A3, U+00A2, U+00A5
}
@font-face {
font-family: 'MuseoModerno'; font-display: block;
font-weight: 100 900;
src: url('/assets/fonts/museomoderno.woff2'), format("woff2-variations"), local('MuseoModerno');
unicode-range: U+0020-007E, U+00A9, U+00A3, U+00A2, U+00A5
}
@font-face {
font-family: 'Noto Sans'; font-display: optional;
font-weight: 100 900; font-style: italic;
src: url('/assets/fonts/noto-italic.woff2'), format("woff2-variations"), local('Noto Sans Italic');
unicode-range: U+0020-007E, U+00A9, U+00A3, U+00A2, U+00A5
}
@font-face {
font-family: 'Noto Sans'; font-display: optional;
font-weight: 100 900; font-style: normal;
src: url('/assets/fonts/noto.woff2'), format("woff2-variations"), local('Noto Sans');
unicode-range: U+0020-007E, U+00A9, U+00A3, U+00A2, U+00A5
}
:root {
--bg: black linear-gradient(#f80b,#000);
--text: white;
--accent: #f80;
--border: 2px solid black;
--box-bg: linear-gradient(#391e00,#1c0f00);
--box-shine: inset 0px 2px #ffffff20, 0px 3px #0004;
--button-text: white;
--button-bg: linear-gradient(#391e00,#1c0f00);
--button-border: 2px solid black;
--button-shine: inset 0px 2px #ffffff10;
--button-hover-bg: linear-gradient(#472600,#1a0e00);
--button-active-bg: linear-gradient(#1c0f00,#391e00);
--button-current-text: black;
--button-current-bg: linear-gradient(#777,#9c9c9c);
--button-current-border: 2px solid white;
--button-current-shine: inset 0px 2px #BBBBBB, inset 0px -2px #7E7E7E;
--button-unused-text: grey;
--button-unused-bg: linear-gradient(#1c0f00,#391e00);
--button-unused-shine: inset 0px 2px #ffffff10, inset 0px -2px #1a0e00;
--slash-colour: #aaa;
--logo-glow: #ff880080
}
body {
background: var(--bg);
background-attachment: fixed;
font-family: "Inter", sans-serif;
color: var(--text);
position: relative;
font-size: 0.9em;
width: 1024px;
max-width: 100%;
margin: auto;
padding: 8px;
min-height: 100vh;
box-sizing: border-box
}
h1 {
font-family: "MuseoModerno";
font-size: 6em;
margin: 0;
color: var(--accent);
font-style: italic;
filter: drop-shadow(0 0 8px var(--logo-glow));
line-height: 1
}
h2 {
color: var(--accent);
margin: 0;
line-height: 1.5;
font-family: "Noto Sans", sans-serif;
font-variant: small-caps;
display: flex;
width: 100%;
justify-content: center;
align-items: center;
text-align: center
}
h2:after {
content: '';
border-top: 3px solid var(--accent);
margin: 0.2em 0 0 10px;
flex: 1 0 20px
}
.box {
border: var(--border);
border-radius: 6px;
padding: 10px;
box-sizing: border-box;
background: var(--box-bg);
box-shadow: var(--box-shine)
}
.button {
color: var(--button-text);
background: var(--button-bg);
border: var(--button-border);
border-radius: 8px;
box-shadow: var(--button-shine);
padding: 6px 8px;
text-decoration: none;
align-self: center
}
.button:hover{
background: var(--button-hover-bg)
}
.button:active {
background: var(--button-active-bg)
}
.button.current {
color: var(--button-current-text);
background: var(--button-current-bg);
box-shadow: var(--button-current-shine)
}
.button.unused {
color: var(--button-unused-text);
background: var(--button-unused-bg);
box-shadow: var(--button-unused-shine);
pointer-events: none;
cursor: default
}
.button.unused:before {
filter: invert(1) brightness(0.5)
}
iframe {
border: none
}
a {
color: var(--accent)
}
.smallcaps {
color: var(--accent);
margin: 0;
line-height: 1;
font-family: "Noto Sans", sans-serif;
font-variant: small-caps;
font-weight: bold;
font-size: 1rem
}