Project

General

Profile

« Previous | Next » 

Revision 3469

Added by walbridge over 16 years ago

NCEAS skin changes: moved images into subfolder for organization, moved search javascript into sea
rch.js to cut down on replication. Modifications to nceas.css and midnight.css to clean up integration of Drupal theme.

View differences:

midnight.css
101 101

  
102 102
a[href ^="mailto:"] {
103 103
   padding-right: 20px;
104
   background: transparent url(icon_mailto.gif) no-repeat center right;
104
   background: transparent url(images/icon_mailto.gif) no-repeat center right;
105 105
}
106 106

  
107 107
a[href $='.pdf'] { 
108 108
   padding-right: 18px;
109
   background: transparent url(icon_pdf.gif) no-repeat center right;
109
   background: transparent url(images/icon_pdf.gif) no-repeat center right;
110 110
}
111 111

  
112 112
a[href $='.doc'] {
113 113
   padding-right: 18px;
114
   background: transparent url(icon_doc.gif) no-repeat center right;
114
   background: transparent url(images/icon_doc.gif) no-repeat center right;
115 115
}
116 116

  
117 117
a[href $='.dot'] {
118 118
   padding-right: 18px;
119
   background: transparent url(icon_doc.gif) no-repeat center right;
119
   background: transparent url(images/icon_doc.gif) no-repeat center right;
120 120
}
121 121

  
122 122
h2.title a, h2.title a:hover {
......
216 216
	width: 878px;
217 217
	margin: 0 5px;
218 218
	clear: both;
219
	background: #fff url(content_background.jpg) repeat-y;
219
	background: #fff url(images/content_background.jpg) repeat-y;
220 220
}
221 221

  
222 222
#main_content {
......
252 252
	word-spacing: 0;
253 253
	float:left;
254 254
	text-align: center;
255
	background: #254462 url(navigation_background.jpg) bottom no-repeat;
256
	padding: 0 5px 25px;
255
	background: #254462 url(images/navigation_background.jpg) bottom no-repeat;
256
	padding: 0 0px 25px;
257 257
	width: 878px;
258 258
	line-height: 1.0;
259
  margin: 0px 0px 0px 5px;
259 260
}
260 261

  
261 262
#navigation ul {
......
298 299
}
299 300

  
300 301
#main_nav li.expanded {
301
	background: #336 url(midnight_images/nav_downarrow.png) right center no-repeat;
302
	background: #336 url(images/nav_downarrow.png) right center no-repeat;
302 303
	text-align: left;
303 304
}
304 305

  
......
307 308
}
308 309

  
309 310
#main_nav li.expanded a:hover {
310
	background: #cc9 url(midnight_images/nav_downarrow_hover.png) right center no-repeat;
311
	background: #cc9 url(images/nav_downarrow_hover.png) right center no-repeat;
311 312
}
312 313

  
313 314
#main_nav li.expanded ul a:hover {
......
358 359
}
359 360

  
360 361
#header h1 span {
361
	background: url(banner_background.jpg) no-repeat;
362
	background: url(images/banner_background.jpg) no-repeat;
362 363
	position: absolute;
363 364
	top: 0;
364 365
	left: 0;
......
370 371

  
371 372
#footer {
372 373
	text-align: center;
373
	background: #fff url(footer_background.jpg) top center no-repeat;
374
	background: #fff url(images/footer_background.jpg) top center no-repeat;
374 375
	padding: 10px 0 5px;
375 376
	margin: 0;
376 377
}

Also available in: Unified diff