source for lucas.co
archive/styles.css (636B)
1 :root {
2 font-family: monospace;
3 }
4
5 body {
6 background-color: #000000;
7 }
8
9 a {
10 text-decoration-line: none;
11 }
12
13 img {
14 position: relative;
15
16 }
17
18 #box {
19 position: fixed;
20 align-items: center;
21 margin: auto;
22 }
23
24 #description {
25 color: rgb(255, 233, 201);
26 position: relative;
27 margin: 28px;
28 }
29
30 div[id*="tab"] {
31 border-width: 1px;
32 border-style: solid;
33 border-color: black;
34 display: flex;
35 align-items: center;
36 justify-content: center;
37 position: fixed;
38 }
39
40 #files {
41 color: rgb(190, 143, 124);
42 position: fixed;
43 right: 15px;
44 top: 15px;
45 border-width: 2px;
46 border-style: solid;
47 padding: 5px;
48 }
49
50 #files:hover {
51 color: rgb(15, 4, 36);
52 }