Revision 3488
Added by ben leinfelder about 17 years ago
lib/style/skins/sanparks/sanparks.css | ||
---|---|---|
45 | 45 |
* container frame, *NOT* to the document within it! |
46 | 46 |
*/ |
47 | 47 |
.iframeheaderclass { |
48 |
height: 112px;
|
|
48 |
height: 113px;
|
|
49 | 49 |
width: 100%; |
50 |
background: #7BB865; |
|
50 | 51 |
/* |
51 | 52 |
min-width:775px; |
52 | 53 |
width:expression(document.body.clientWidth < 775? "775px": "auto" ); |
... | ... | |
129 | 130 |
font-family: "Verdana", "Trebuchet MS", "Helvetica", "Arial", sans-serif; |
130 | 131 |
} |
131 | 132 |
|
133 |
#main_wrapper { |
|
134 |
padding-left: 20px; |
|
135 |
padding-right: 20px; |
|
136 |
} |
|
137 |
|
|
138 |
#content_wrapper { |
|
139 |
background: #FFFFFF; |
|
140 |
} |
|
141 |
|
|
132 | 142 |
.headertitle { |
133 | 143 |
font-weight: bold; |
134 | 144 |
font-family: Helvetica, Verdana, Arial, sans-serif; |
... | ... | |
145 | 155 |
font-weight: bold; |
146 | 156 |
text-align: center; |
147 | 157 |
padding-left: 10px; |
148 |
}
|
|
158 |
} |
|
149 | 159 |
|
160 |
td.login { |
|
161 |
padding-left: 5px; |
|
162 |
padding-right: 5px; |
|
163 |
padding-top: 5px; |
|
164 |
} |
|
165 |
a.login { |
|
166 |
font-weight: normal; |
|
167 |
} |
|
168 |
input.login, select.login { |
|
169 |
border: 0; |
|
170 |
width: 100px; |
|
171 |
color: #124325; |
|
172 |
|
|
173 |
} |
|
174 |
|
|
150 | 175 |
.leftnav { |
151 | 176 |
width: 175px; |
152 | 177 |
margin: 0px auto; |
... | ... | |
188 | 213 |
/*****BEGIN SANPARKS NAV*******/ |
189 | 214 |
#nav { |
190 | 215 |
float: left; |
191 |
width: 175px;
|
|
216 |
/**width: 175px;*/
|
|
192 | 217 |
color: #fff; |
193 | 218 |
clear: both; |
194 | 219 |
} |
... | ... | |
315 | 340 |
* the iframe within it! |
316 | 341 |
*/ |
317 | 342 |
.templateheaderrowclass { |
318 |
height: 112px;
|
|
343 |
height: 113px;
|
|
319 | 344 |
/* |
320 | 345 |
no width allowed - uses same width as table class |
321 | 346 |
*/ |
... | ... | |
465 | 490 |
} |
466 | 491 |
|
467 | 492 |
.searchresultsdivider { |
468 |
background-color: #dddddd; |
|
493 |
background-color: #FFFFFF; |
|
494 |
border-top: thin dashed; |
|
495 |
color: #DDDDDD; |
|
469 | 496 |
} |
470 | 497 |
|
471 | 498 |
/** |
... | ... | |
501 | 528 |
.required { |
502 | 529 |
font-weight: normal; |
503 | 530 |
font-style: italic; |
504 |
color: #b00000; |
|
531 |
/*color: #b00000;*/ |
|
532 |
color: #124325; |
|
505 | 533 |
} |
506 | 534 |
|
507 | 535 |
.label { |
... | ... | |
621 | 649 |
} |
622 | 650 |
|
623 | 651 |
.footerContent { |
624 |
margin-left: 0px; |
|
625 |
margin-right: 15px; |
|
626 |
margin-top: 15px; |
|
627 | 652 |
background: #124325; |
628 | 653 |
color: #FFFFFF; |
629 | 654 |
} |
Also available in: Unified diff
changes used when experimenting with the no-iframe method of skinning (does not conflict with the previous method if skinning that uses iframes)