Revision 5979
Added by ben leinfelder almost 14 years ago
lib/style/skins/nceas/nceas.css | ||
---|---|---|
36 | 36 |
@import url(../../../style/common/eml_xsl.css); |
37 | 37 |
@import url(./midnight.css); |
38 | 38 |
|
39 |
html > body #header { |
|
40 |
height: 164px; |
|
41 |
} |
|
42 |
.group_border { |
|
43 |
border: none; |
|
44 |
} |
|
45 |
h3 { |
|
46 |
background-color: inherit; |
|
47 |
text-align: left; |
|
48 |
padding-left: 5px; |
|
49 |
} |
|
50 |
#content_wrapper { |
|
51 |
text-align: left; |
|
52 |
} |
|
53 |
|
|
39 | 54 |
/** |
40 | 55 |
* set the correct iframe sizes to accomodate the |
41 | 56 |
* header, footer, left and right areas. |
lib/style/skins/nceas/nceas-common.xsl | ||
---|---|---|
1 |
<?xml version="1.0"?> |
|
1 |
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2 | 2 |
<!-- |
3 | 3 |
* '$RCSfile$' |
4 | 4 |
* Authors: Matt Jones, Chad Berkley |
... | ... | |
32 | 32 |
xmlns:eml="eml://ecoinformatics.org/eml-2.0.1" |
33 | 33 |
version="1.0"> |
34 | 34 |
|
35 |
<xsl:output method="html" /> |
|
35 |
<xsl:output method="html" encoding="UTF-8"/>
|
|
36 | 36 |
<xsl:param name="sessid" /> |
37 | 37 |
<xsl:param name="qformat">default</xsl:param> |
38 | 38 |
<xsl:param name="enableediting">false</xsl:param> |
... | ... | |
111 | 111 |
<xsl:template name="emldocument"> |
112 | 112 |
<table xsl:use-attribute-sets="cellspacing" width="100%" |
113 | 113 |
class="{$mainContainerTableStyle}"> |
114 |
<xsl:apply-templates select="*[local-name()='eml']"/> |
|
114 |
<tr> |
|
115 |
<td> |
|
116 |
<xsl:apply-templates select="*[local-name()='eml']"/> |
|
117 |
</td> |
|
118 |
</tr> |
|
115 | 119 |
</table> |
116 | 120 |
</xsl:template> |
117 | 121 |
|
... | ... | |
141 | 145 |
Barbara, CA 93101 |
142 | 146 |
</span> |
143 | 147 |
<span class="copyright"> |
144 |
Copyright © 2007 The Regents of
|
|
148 |
Copyright © 2007 The Regents of
|
|
145 | 149 |
the University of California, All |
146 | 150 |
Rights Reserved |
147 | 151 |
</span> |
... | ... | |
151 | 155 |
UCSB website"> |
152 | 156 |
UC Santa Barbara |
153 | 157 |
</a> |
154 |
, Santa Barbara CA 93106 •
|
|
158 |
, Santa Barbara CA 93106 •
|
|
155 | 159 |
(805) 893-8000 |
156 | 160 |
</span> |
157 | 161 |
<span class="copyright"> |
... | ... | |
160 | 164 |
title="E-mail the NCEAS webmaster"> |
161 | 165 |
Contact |
162 | 166 |
</a> |
163 |
•
|
|
167 |
•
|
|
164 | 168 |
<a |
165 | 169 |
href="http://www.ucsb.edu/policies/terms-of-use.shtml"> |
166 | 170 |
Terms of Use |
167 | 171 |
</a> |
168 |
•
|
|
172 |
•
|
|
169 | 173 |
<a href="http://www.nceas.ucsb.edu/accessibility" |
170 | 174 |
title="NCEAS is committed to the accessibility of its products for all users"> |
171 | 175 |
Accessibility</a> |
Also available in: Unified diff
adjust stylesheets to accommodate new default eml rendering