Project

General

Profile

« Previous | Next » 

Revision 3426

save point before refactoring iframes/index page

View differences:

sanparks.css
45 45
 *  container frame, *NOT* to the document within it!
46 46
 */  
47 47
.iframeheaderclass {
48
  height:   112px; 
48
  height:   112px;
49
  width:	100%; 
50
  /*
49 51
  min-width:775px;
50 52
  width:expression(document.body.clientWidth < 775? "775px": "auto" );
53
  */
51 54
  border:   0px;
52 55
  margin-top:	0px;
53 56
}
......
63 66
}
64 67

  
65 68

  
66
.iframesearchboxclass { /* not used */ }
69
.iframesearchboxclass { 
70
	height:   712px;
71
    /*width:600px;*/
72
    min-width:600px;
73
  	width:expression(document.body.clientWidth < 600? "600px": "auto" );
74
    border:   0px;
75
	vertical-align: top;
76
	text-align: left; 
77
}
67 78

  
68 79
.iframeleftcolclass  { 
69 80
    height:	712px;
......
171 182
	margin:10px 0 10px 0;
172 183
}
173 184

  
185
/*****BEGIN SANPARKS NAV*******/
186
#nav {
187
	float: left;
188
	width: 175px;
189
	color: #fff;
190
	clear: both;
191
}
192
#nav ul.level-1 {
193
	font-weight: bold;
194
	list-style: none;
195
	padding: 6px;
196
	margin: 0;
197
	line-height: 1.1;
198
}
199

  
200
#nav ul.level-1 li {
201
	font-size: 1.1em;
202
	/*margin: 0px 0px 5px 0px;*/
203
	margin: 0px 0px 12px 0px;
204
	padding: 0px 0px 0px 0px;
205
	background: none;
206
}
207

  
208
#nav ul.level-2 {
209
	font-weight: normal;
210
	list-style: none;
211
	padding: 0;
212
	font-size: 0.9em;
213
	margin: 5px 0px 0px 0px;
214
}
215
#nav ul.level-3 {
216
	font-weight: normal;
217
	list-style: none;
218
	padding: 0;
219
	font-size: 0.9em;
220
	margin: 0px 0px 0px 0px;
221
}
222
#nav ul.level-2 li {
223
	background: transparent url("images/horns.png") left 1px no-repeat !important;
224
	padding: 0;
225
	margin: 0;
226
	margin: 0px 0px 2px 0px;
227
}
228
#nav ul.level-3 li {
229
	background: transparent  left 1px no-repeat !important;
230
	padding: 0;
231
	margin: 0;
232
}
233

  
234
#nav ul.level-1 li a {
235
	color: #fff;
236
	text-decoration: none;
237
	display: block;
238
	/*height: 1.6em;*/
239
}
240

  
241
#nav ul.level-2 li a {
242
	color: #fff;
243
	text-decoration: none;
244
	display: block;
245
	padding-left: 18px;
246
	height: auto;
247
}
248

  
249
#nav ul.level-2 li a:hover, ul.level-2 li a:active {
250
	background: transparent url(images/nav_bullets_orange.gif) no-repeat left 1px !important;
251
}
252

  
253
#nav  ul.level-1 li a:hover, ul.level-1 li a:active, ul.level-2 li a:hover, ul.level-2 li a:active {
254
/* #nav li a:hover, li a:active { */
255
	color: #F76501;
256
	text-decoration: underline;
257
}
258

  
259
#nav ul li a.current {
260
	background: transparent url(images/nav_bullets_orange.gif) no-repeat left 1px !important;
261
}
262

  
263
#nav ul li.current_cat, #nav ul li a.current_cat {
264
	color: #f30;
265
}
266

  
267
#nav .current_home {
268
	color: #f30;
269
	padding-bottom: 5px;
270
	display: block;
271
	border-bottom: 1px solid #0E321D;
272
	text-decoration: none;
273
	font-size: 1.1em;
274
	font-weight: bold;
275
	margin-bottom: 0px;
276
	margin-left: 5px;
277
	margin-top: 7px;
278
	margin-right: 5px; 
279
}
280
/*****END SANPARKS NAV*******/
281

  
174 282
/**
175 283
 *  set the size and alignment etc of the top-level layout table
176 284
 */  
......
346 454

  
347 455
p.emphasis {
348 456

  
349
  font-size: 18px;
457
  font-size: 14px;
350 458
  color: #dd7744; 
351 459
  font-weight: bold;
352 460
  font-style:  normal;

Also available in: Unified diff