-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
111 lines (89 loc) · 1.31 KB
/
stylesheet.css
File metadata and controls
111 lines (89 loc) · 1.31 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
body{
font-family:"trebuchet ms",verdana,sans-serif;
font-size:12px;
line-height:1.5em;
color:#333;
background:#ffffff;
margin:0;
padding:0;
text-align:center;
width:100%;
}
p{
margin-top:10px;
}
a:link{
text-decoration:none;
color:#000;
}
a:visited{
text-decoration:none;
border-bottom:1px dotted #369;
color:#000;
}
a:hover,a:active{
text-decoration:none;
border-bottom:1px solid #036;
color:#000;
}
img{
border:0;
}
#container{
position:absolute;
top:85px;
left:0px;
background:#ffffff;
margin:0 auto 0 auto;
text-align:left;
width:100%;
height:100%;
}
#menu {
font-family:"trebuchet ms", verdana,sans-serif;
font-size:14px;
font-weight:bold;
position:absolute;
height:27px;
top:60px;
left:0px;
width:100%;
padding:0px;
color:#000000;
background-color:#eee;
}
#header {
position:absolute;
top:0px;
left:0px;
height:60px;
width:100%;
background:#333;
padding-top:8px;
}
#header h1{
font-size:30px;
text-transform:uppercase;
letter-spacing:0.3em;
color:#fff;
}
#main {
margin:15px 15px 15px 15px;
padding:65px 15px 15px 15px;
background:#FFFFFF;
text-align:left;
}
#bar{
float:left;
width:200px;
background:#eee;
z-index:1;
padding:10px;
margin-right:30px;
height:100%;
}
#bar h1{
font-size:12px;
text-transform:uppercase;
letter-spacing:0.3em;
}