-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayout.css
63 lines (51 loc) · 927 Bytes
/
layout.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
/* ALL */
.text_line
{
clear:both;
}
/* HEADER */
#hat{
/*display: inline;*/
display:flex;
align-items:center;
color: gray;
}
/*header img { float: left;}*/
/*.text_line
{
clear:both;
}*/
/* MENU */
menu li{
display: inline;
}
/* BODY */
body{
/*color: gray;*/
/*background-color: gray;*/
}
#playground {
float: left;
}
/* FOOTER */
footer{
color: white;
background-color: black;
}
#footNavList li {
display: inline;
list-style-type: none;
/*padding-right: 20px;*/ /* distance between two */
}
#vbar {
color: yellow;
}
#footNavList a:link{ text-decoration: none; color:white; } /* unvisited */
#footNavList a:visited{ color:#FFFFFF; }
#footNavList a:hover{ text-decoration: none; } /* background-color:#B2FF99; */
/*#footNavList a:active{ text-decoration: none; }*/
#underneath li {
display: inline;
list-style-type: none;
}
#underneath a:link{ text-decoration: none; color:white;} /* unvisited */