-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
52 lines (48 loc) · 897 Bytes
/
main.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
@charset "utf-8";
html, body, table, tr{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
#alive{
width:80%;
/*top: 10.8%;
position : absolute;*/
/*left:100px;
top:100px;*/
}
#clock, #apm, p, #file::placeholder{
font-family: 'Gowun Dodum', sans-serif;
/*position : absolute;*/
/*left:117px;
top:150px;*/
}
ul {
font-family: 'Gowun Dodum', sans-serif;
/*position : absolute;*/
/*left:100px;
top:210px;*/
font-size: 1.25em;
list-style-type: none;
margin: 0;
margin-top: 4%;
padding: 0;
width: 100%; /*200px*/
background-color: #f1f1f1;
}
li a {
font-family: 'Gowun Dodum', sans-serif;
display: block;
color: #000;
padding: 8px 16px;
text-decoration: none;
}
li a.active {
background-color: #ac1e42;
color: white;
}
li a:hover:not(.active) {
background-color: #555;
color: white;
}