-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
87 lines (73 loc) · 1.09 KB
/
styles.css
File metadata and controls
87 lines (73 loc) · 1.09 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
77
78
79
80
81
82
83
84
85
86
87
#container {
background: #21345A;
width: 970px;
margin: 0 auto;
padding: 1px 0 10px 0;
}
#header {
background: #BE3E3D;
border-radius: 20px;
color: #C6D6E9;
padding-left: 20px;
line-height: 80px;
margin: 0 10px;
}
#side-bar {
display: inline-block;
background: #427B8A;
border-radius: 20px;
vertical-align: top;
padding: 10px;
margin: 0 10px;
}
#main-content {
display: inline-block;
background: #101821;
color: #C6D6E3;
border-radius: 20px;
width: 675px;
margin: 0 0 0 5px;
padding: 10px;
}
#footer {
background: #5F6572;
color: #C6D6E3;
border-radius: 20px;
height: 50px;
padding-left: 20px;
margin: 0 10px;
}
#footer p {
line-height: 50px;
}
.blue_text {
color: #8290FD;
}
a {
color: #89DAE4;
}
#no_bullet {
list-style-type: none;
position: relative;
/*left: -20px;*/
left: 20px;
top: 15px;
}
#side-bar ul li {
color: #C6D6E9;
}
#side-bar ul ul li {
color: #7DAABB;
}
#side-bar ul li a span{
color: #89DAE4;
}
#side-bar ul ul li a span {
color: #89DAE4;
}
a {
color: #89DAE4;
}
#nested_list {
list-style: none;
}