-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
99 lines (99 loc) · 1.6 KB
/
style.css
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
.hl {
border: solid 3px #808080;
}
body {
background-color: #b0c4de;
background-position: 0 0 50px 50px;
background-size: 100px 100px;
height: 200px;
width: 100%;
padding: 20px;
}
.ibox {
width: 200px;
font-family: monospace;
font-weight: bold;
background-color: #808080;
margin-left: 20px;
}
.topnav {
background-color: #708090;
}
img {
border-style: solid;
border-color: #000;
border: 5px;
border-radius: 25px;
padding: 8px;
}
iframe {
border-style: solid;
border-color: #000;
border: 0px;
border-radius: 25px;
padding: 5px;
width: 450px;
}
p {
font-family: monospace;
font-weight: bold;
font-kerning: normal;
}
h1 {
font-family: monospace;
font-kerning: normal;
position: sticky;
}
div {
font-family: monospace;
font-weight: bold;
font-kerning: normal;
outline-color: #000;
}
button {
font-family: monospace;
font-weight: bold;
font-kerning: normal;
background-color: #789;
border-color: #e7e7e7;
color: #000;
}
label {
border-left: 5px solid #000;
}
a:link {
color: #fff;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: #f5f5f5;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: #dcdcdc;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: #1d1d01;
background-color: transparent;
text-decoration: underline;
}
hr {
border-top: 4px solid #000;
}
li {
font-family: monospace;
font-weight: bold;
font-kerning: normal;
}
ol {
font-family: monospace;
font-weight: bold;
font-kerning: normal;
}
.dark-text {
color: #808080 !important;
}