-
Notifications
You must be signed in to change notification settings - Fork 0
/
master.css
114 lines (96 loc) · 1.63 KB
/
master.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
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
112
113
114
@charset "UTF-8";
/* CSS Document */
/* default link colours */
a, a:link, a:visited, a:active { color: #74240f; }
a:hover { color: #888800; }
body {
color: #202020;
background-image:url('images/bgGradient.png');
background-repeat: repeat-x;
background-color: #1f3d0d;
}
body, td {
font-size: 90%;
line-height: 125%;
font-family: Arial, Geneva, Helvetica, sans-serif;
}
h1, h2, h3, h4 {
color: #060;
}
h3 { margin-bottom: 0.4em; }
#content{
box-shadow: 0px 0px 10px #030;
height: 100 %;
margin:0 auto;
width: 960px;
background-image:url(images/bgBody.png);
background-repeat: repeat-x;
background-color:#fff;
background-position:bottom;
}
#header{
height: 165px;
margin: 0px auto 0px auto;
padding: 0;
background-image:url(images/header.jpg)
}
#menu{
position:relative;
width:650px;
top:135px;
left:280px;
font-size: 14pt;
}
#menu ul li{
display:inline;
}
#menu ul{
margin:0;
padding:0;
float:left;
}
#menu ul li{
display: inline;}
#menu ul li a{
float: left; text-decoration: none;
color: white;
margin-right:20px;
}
#menu ul li a:visited{
color: white;}
#menu ul li a:hover, #menu ul li .current{
color: #fff;
}
#left{
margin-left:40px;
margin-top:20px;
margin-bottom:20px;
float:left;
width:50%;
font-size:12px;
}
#right{
float:left;
margin-left:80px;
margin-top:40px;
margin-bottom:80px;
width:20%;
}
#footer{
clear:both;
text-align:center;
border-top:1px solid #336600;
width:95%;
height:30px;
margin:0 auto;
font-size: 70%;
}
#content #header #menu a {
color: #FFF;
font-size:16px;
font-weight: bold;
text-decoration:none;
}
dt {
margin-top: 1em;
}