-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTRIALessance.css
253 lines (202 loc) · 4.4 KB
/
TRIALessance.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
/*********************************** body ***************************************/
* { margin:0px; padding:0px; }
html {
/* http://www.splintered.co.uk/experiments/49/ */
min-height: 100%;
margin-bottom: 1px;
color: #2F0834;
background: #B4C02B url(images/background.gif) top left repeat-x;
font-size: 14px;
line-height: 22px;
font-family: "Lucida Sans Unicode", "Century Gothic", "Trebuchet MS", "Verdana", sans-serif;
}
#wrapper {
padding: 0px 0px 10px 0px;
margin: 0px auto;
width: 760px;
background: url(images/container02.gif) top left repeat-y;
}
#container {
margin: 0px auto;
padding: 0px;
width: 760px;
background: url(images/header02.gif) top left no-repeat;
}
/********************************* top elements *********************************/
#navigation {
padding: 60px 57px 0px 425px;
}
#content {
width: 390px;
text-align: justify;
}
#right {
display: inline;
margin: 0px 58px 0px 0px;
position: relative;
float: right;
width: 276px;
text-align: center;
}
/******************************** content sections ****************************/
p {
margin-bottom: 15px;
}
form{
/* so that submit button is centered */
text-align: center;
}
fieldset {
border: 0px;
width: 100%;
padding: 0px 0px 20px 0px;
}
.clear { clear: left; }
fieldset legend {
font-size: 18px;
color: #2F0834;
margin: 0px 0px 6px 0px;
}
fieldset label {
float: left;
width: 150px;
text-align: right;
clear: both;
}
fieldset input, fieldset textarea {
width: 220px;
margin: 10px 0px 0px 10px;
}
#submit {
width: 80px;
}
/********************************* links ********************************/
#navigation a {
position: relative;
width: 100%;
display: block;
color: #2F0834;
text-decoration: none;
font-size: 24px;
font-weight: bold;
font-family: "Trebuchet MS", "Century Gothic", "Lucida Sans Unicode", "Helvetica", sans-serif;
}
#navigation a:hover, #navigation a.location {
color: #E5E7D0;
background: #2F0834;
}
#content a {
color: #FFFFFF;
text-decoration: none;
}
#content a:hover {
color: #2F0834;
text-decoration: underline;
}
#footer a, #footer .left a {
color: #FFFFFF;
background: #2F0834;
text-decoration: none;
}
#footer .left a:hover {
color: #B4C02B;
}
#final a, #right a {
color: #2F0834;
background: #E5E7D0;
text-decoration: underline;
}
#final a:hover, #right a:hover {
text-decoration: none;
}
/********************************* lists ********************************/
ul {
list-style: none;
}
#navigation {
height: 235px;
text-align: center;
}
#navigation li {
position: relative;
margin: 0px 0px 10px 0px;
line-height: 28px;
}
dt, .orgname, .org {
font-weight: bold;
font-size: 18px;
margin-top: 10px;
}
#content dt {
font-size: 16px;
margin-top: 10px;
border-bottom: 1px solid #2F0834;
}
#content dd {
padding: 0px 0px 0px 50px;
}
/********************************* lists ********************************/
#footer {
background: #2F0834;
height: 150px;
padding: 0px 40px;
text-align: left;
color: #2F0834;
font-size: 16px;
}
#validate{
text-align: right;
height:150px;
width:760px;
margin: 0px auto;
background: url(images/footer.gif) top left repeat-y;
}
#final { padding: 15px 125px 0px 0px; }
#footer .left { float: left; }
/************************** header typestyles ***************************/
h1
{
display: none;
}
h2
{
margin: 0px 0px 35px 0px;
color: #FFFFFF;
text-align: left;
font-size: 30px;
font-weight: normal;
font-family: "Century Gothic", "Trebuchet MS", "Lucida Sans Unicode", "Helvetica", sans-serif;
}
#right h2 { height: 1%; background: #B4C20B; margin: 25px 0px 15px 0px; padding: 14px 0px; text-align: center; font-size: 24px; }
h3
{
margin: 0px 0px 20px 0px;
padding: 0px 8px 0px 0px;
color: #E5E7D0;
background: #2F0834;
text-align: right;
font-size: 42px;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Helvetica", "Century Gothic", sans-serif;
border-right: 8px solid #FFFFFF;
}
h5
{
margin: 0px 15px 4px 15px;
color: #AEC8CF;
background: inherit;
text-align: left;
font-size: 10px;
font-weight: bold;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Helvetica", "Century Gothic", sans-serif;
}
h6
{
margin: 0px 15px 0px 15px;
padding: 0px 0px 0px 0px;
color: #AEC8CF;
background: inherit;
text-align: right;
font-size: 10px;
font-weight: bold;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Helvetica", "Century Gothic", sans-serif;
}