Project

General

Profile

« Previous | Next » 

Revision 3498

make css work in IE. found an errant quotation mark that was throwing IE off and making super-ugly pages.
then it was smoothing out the details one by one...

View differences:

lib/style/skins/sanparks/sanparks.css
45 45
 *  container frame, *NOT* to the document within it!
46 46
 */  
47 47
.iframeheaderclass {
48
  height:   113px;
48
  height:   112px;
49 49
  width:	100%; 
50 50
  background: #7BB865;
51 51
  /*
......
78 78
}
79 79

  
80 80
.iframeleftcolclass  { 
81
    /*height:	712px;*/
81
    /*height:  100%;*/
82
    height:	780px;  	
83
	width:	175px;
84
}
85

  
86
/**IE hack**/
87
html>body .iframeleftcolclass  { 
82 88
    height:	100%;
83 89
    min-height:	712px;
84
  	/*height:	expression(document.body.clientWidth < 712? "712px": "auto" );*/
85
	width:	175px;
86 90
}
87 91

  
88 92
.iframefooterclass   {
......
109 113
	background: #FFFFFF;
110 114
}
111 115

  
112
body > table td #mapFrame {
116
/*body > table td #mapFrame {
113 117
	/* used by Netscape6+/Mozilla, Opera 5+, Konqueror, Safari, OmniWeb 4.5+, ICEbrowser */
114 118
    /*width: 290px;*/
115
}
119
/*}*/
116 120

  
117 121
/**
118 122
 *  create a left margin for the document
......
142 146
.headertitle {
143 147
	font-weight: bold; 
144 148
	font-family: Helvetica, Verdana, Arial, sans-serif; 
145
	font-size: 1.6em; 
146
	color: #124326;"
149
	font-size: 1.4em; 
150
	color: #124326;
147 151
	padding-left: 10px;
148 152
}
149 153
 
......
153 157
	color: #FFFFFF;
154 158
	text-decoration: none;
155 159
	font-weight: bold;
160
	font-size: 12px;
156 161
	text-align: center;
157 162
	padding-left: 10px;
158 163
}
......
176 181
	width: 175px;
177 182
	margin: 0px auto;
178 183
	text-align: center;
179
	background: #fff url("images/navstrip.jpg") left 0px repeat-y;
184
	background: transparent url("images/navstrip.jpg") left 0px repeat-y;
180 185
	color: #FFFFFF;
181 186
}
182 187

  
......
203 208
	text-align:	left;
204 209
	color: #124325;
205 210
	background: #CFE2CF;
206
	font-size: 1.2em;
211
	font-family: "Verdana", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
212
	font-size: 1.1em;
207 213
	border: 1px solid #124325;
208 214
	display: block;
209 215
	padding: 3px 10px;
......
222 228
	list-style: none;
223 229
	padding: 6px;
224 230
	margin: 0;
225
	line-height: 1.1;
231
	line-height: 1;
226 232
}
227 233

  
228 234
#nav ul.level-1 li {
......
272 278
	text-decoration: none;
273 279
	display: block;
274 280
	padding-left: 18px;
275
	height: auto;
281
	height: 100%;
276 282
}
277 283

  
278 284
#nav ul.level-2 li a:hover, ul.level-2 li a:active {
......
306 312
	margin-top: 7px;
307 313
	margin-right: 5px; 
308 314
}
315

  
316
.home a:link, .home a:visited {
317
	border-bottom: 1px solid #0E321D;
318
	color: #FFFFFF;
319
	display: block;
320
	/*font-size: 1.1em;*/
321
	font-weight: bold;
322
	margin: 7px 5px 0px;
323
	padding-bottom: 5px;
324
	text-decoration: none;
325
}
326
.home a:hover {
327
	color: #FF3300;
328
	text-decoration: underline;
329
}
309 330
/*****END SANPARKS NAV*******/
310 331

  
311 332
/**
......
340 361
 *  the iframe within it!
341 362
 */  
342 363
.templateheaderrowclass {
343
  height:   113px; 
364
  height:   112px; 
344 365
/*
345 366
  no width allowed - uses same width as table class
346 367
*/
......
528 549
.required {
529 550
    font-weight: normal;
530 551
    font-style: italic;
552
    font-size: 11px;
531 553
    /*color: #b00000;*/
532 554
    color: #124325;
533 555
}

Also available in: Unified diff