-
Notifications
You must be signed in to change notification settings - Fork 1
/
index_layout.css
60 lines (54 loc) · 909 Bytes
/
index_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
body {
margin:0px;
padding:0px;
font-family:verdana, arial, helvetica, sans-serif;
color:#333;
background-color:#eee;
}
h1 {
margin:0px 0px 15px 0px;
padding:0px;
font-size:28px;
line-height:28px;
font-weight:900;
color:#000;
}
h2 {
margin:0px 0px 15px 0px;
padding:0px;
font-size:12px;
line-height:12px;
font-weight:900;
color:#aaa;
}
p {
font:14px/20px verdana, arial, helvetica, sans-serif;
margin:0px 0px 16px 0px;
padding:0px;
}
a {
color:#09c;
font-size:14px;
text-decoration:none;
font-weight:600;
font-family:verdana, arial, helvetica, sans-serif;
}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}
#Content {
position:absolute;
top: 10px;
left: 220px;
margin:10px 10px 50px 10px;
padding:10px;
}
#Menu {
position:absolute;
top:10px;
left:20px;
width:192px;
padding:10px;
background-color:#eee;
line-height:17px;
}