Project

General

Profile

« Previous | Next » 

Revision 3444

Updated the NCEAS skin to reflect the new structure of the NCEAS web site. There is now a new nceas.xsl file that handles the XSLT transforms for both metacat resultsets and for EML documents. This file imports xsl templates from the style/common dir in order to render the results table and EML document within an HTML document that follows the style of the NCEAS website. This required refactoring the original resultset.xsl and eml.xsl files in style/common so that the use of iframes can be easily eliminated.

Items still TODO:
test visual layout fully -- make sure wide tables work
refactor the PERL templates to also use and reflect these style changes

View differences:

nceas.css
34 34
 */
35 35

  
36 36
@import url(@style-common-path@/@eml-css@);
37
@import url(@style-skins-path@/nceas/midnight.css);
37 38

  
38 39
/**
39 40
 *  set the correct iframe sizes to accomodate the 
......
46 47
  width:    98%;
47 48
  border:   0px;
48 49
  margin:   0px;
49
  margin-left: 10px;
50
  /*margin-left: 10px;*/
50 51
}
51 52

  
52 53
.iframesearchboxclass { /* not used */ }
......
126 127
 *  these override styles imported from eml css 
127 128
 */
128 129

  
130
/*
129 131
body {
130 132
    padding: 0px;
131 133
    margin: 0px;
132 134
    margin-top: 5px;
133 135
    background-color: #ffffff;
134
    /*background-image: url(http://www.nceas.ucsb.edu/gifs/toolbar/bg-gradient.gif);*/
135 136
    font-weight: normal;
136 137
    font-size: 12px; 
137 138
    font-family: Verdana,Arial,Helvetica,sans-serif; 
138 139
}
140
*/
139 141
.sectionnames{
140 142
    font-weight: bold;
141 143
    font-size: 16px;
......
145 147
    font-family: Georgia, Times New Roman, Times, serif;
146 148
    color:      black;
147 149
    background: white;
148
    /*background-image: url(http://www.nceas.ucsb.edu/gifs/toolbar/bg-gradient.gif);*/
149 150
    font-size: 24px; 
150 151
    font-weight: bold;
151 152
}
......
198 199
    height:  21px;
199 200
}    
200 201

  
202
/*
201 203
a {
202 204
    color: #0040A1;
203 205
    font-weight: bold;
......
207 209
a:hover {
208 210
    color: #ff9933;
209 211
    text-decoration: underline; }
212
*/
210 213

  
211 214
/**
212 215
 *  these are used only in the metacat pages

Also available in: Unified diff