-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgg.css
134 lines (134 loc) · 2.18 KB
/
gg.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
body {
font-family : Verdana, Arial, Helvetica, sans-serif;
background: #000;
margin: 0;
padding:0;
font-size : 13px;
color : #fff;
}
#header {
background: url(images/b_bg.jpg) repeat-x;
width: 700px;
height: 100px;
color: #fff;
}
.headerText {
background: none;
font-size: 40px;
text-align: center;
padding-top: 25px;
padding-right: 25px;
padding-left: 25px;
padding-bottom: 25px;
color: #fff;
font-weight: bold;
}
DIV.center {
text-align: center;
}
.menu {
display: block;
background: #84D02E;
width: 700px;
color: #fff;
font-weight: bold;
padding-top: 8px;
border-top: 2px dotted #fff;
}
.menu a {
background: #84D02E;
color: #fff;
padding-left: 3px;
padding-right: 3px;
font-weight: bold;
text-decoration: none;
}
.menu a:active {
background: #84D02E;
color: #fff;
padding: 3px;
font-weight: bold;
text-decoration: none;
}
.menu a:hover {
background: #fff;
color: #84D02E;
padding-top: 3px;
padding-bottom: 13px;
padding-left: 3px;
padding-right: 3px;
font-weight: bold;
text-decoration: underline;
}
#container {
background: #fff;
color : #000;
width: 700px;
margin-right : auto;
margin-left : auto;
text-align : left;
}
#content {
background: #84D02E;
color: #000;
padding-top: 35px;
padding-right: 25px;
padding-left: 25px;
}
#columnR {
float: right;
width: 200px;
margin:0;
margin-right:0;
padding:25px;
background: #fff;
color: #000;
}
b.black {
background: none;
color: #000;
font-size: 16px;
}
h2.headline {
background: #fff;
text-decoration: underline;
color: #84D02E;
}
h1.title {
font-weight: bold;
}
#bodytext {
background: #fff;
font-family : Verdana, Arial, Helvetica, sans-serif;
padding-left : 25px;
padding-right : 25px;
text-align : left;
color: #000;
padding-top : 5px;
padding-bottom : 30px;
margin-bottom: 0;
}
.imageobject {
float: left;
background: url(images/jdave.png) no-repeat;
color: #fff;
height: 239px;
width: 300px;
}
.footer {
background: url(images/b_bg2.jpg) repeat-x;
height: 100px;
width: 700px;
margin-right : auto;
margin-left : auto;
color : #fff;
padding-top : 5px;
font-size: 9px;
text-align : center;
}
.footer a {
background: none;
color : #fff;
padding-left: 2px;
padding-right: 2px;
}