-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
76 lines (65 loc) · 1.03 KB
/
Copy pathmain.css
File metadata and controls
76 lines (65 loc) · 1.03 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
body {
background-image: url('images/stars.jpg');
font-family: 'Courier New', monospace;
color: #FFFFFF;
}
#somebox {
border-style: solid;
background-color: #292c3c;
width: 85%;
height: auto;
border: 9px solid rgb(202, 158, 230);
padding: 10px;
margin: 10px;
text-align:left;
}
#widget {
display: flex;
gap: 20px;
margin: 20px;
padding-right: 1.5em;
width: fit-content;
border: #dcd7ba 2px solid;
}
#topbox {
border-style: solid;
background-color: #292c3c;
width: 85%;
height: 20px;
border: 9px solid rgb(202, 158, 230);
padding: 10px;
margin-left: auto;
margin-right: auto;
}
#topbox ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#topbox li {
display: inline-block;
vertical-align: top;
}
#topbox li a {
color: cyan;
}
#xtrabox {
background-color: #303446;
max-width: fit-content;
height: 20px;
border: 0px;
padding: 10px;
margin: 10px;
text-align: left;
font-size: 15px;
color: #a6d189;
}
a:hover{
font-style: italic;
}
#OSstuff {
font-size: 30px;
}
#listthing {
font-size: 20px;
}