Project

General

Profile

Download (1.23 KB) Statistics
| Branch: | Tag: | Revision:
1

    
2
@IMPORT url("../styleOverride.css");
3

    
4
#edit-logo {
5
background:url("images/edit-logo.png") no-repeat scroll 0 0 #FFFFFF;
6
}
7

    
8
#splash {
9
  background:#EAEAE2 url(images/banner_website_Ericaceae2.jpg) no-repeat scroll 0 0;
10
  height:92px;
11
  /*float:left;*/
12
  width:880px;
13
  overflow:hidden;
14
  /*float: right;*/
15
  margin-top: -92px;
16
  z-index: 2;
17
}
18

    
19
#wrapper #container #header #logo-floater {
20
	/*background:url("images/flora-malesiana-logo-floater-bg-1.jpg") repeat-x scroll 0 0 #FF7800;*/
21
	/*border-right:7px solid white;*/
22
	background-color: transparent;
23
	background-image: none;
24
	width: 328px;
25
	z-index: 10;
26
	/* position: static; */
27
	float: right;
28
	margin: 0 0 0 0;
29
	padding: 0 0 0 0;
30
}
31

    
32
#featureTOC{
33
	float: left;
34
}
35

    
36
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited
37
{
38
	font-family: Georgia, Times, serif;
39
	font-weight: normal;
40
	font-size: 135%;
41
	/*color: #6db8d8;*/
42
	color: #7fbde0;
43
	margin-left: 16px;
44
	margin-top: 15px;
45
	z-index: 20;
46
}
47

    
48
#edit-logo-small {
49
    float: right;
50
    margin-top: -51px;
51
}
52

    
53
#bel-logo-small {
54
    float: right;
55
    margin-top: -2px;
56
    margin-right: 55px;
57
}
58

    
59
#header-region .block {
60
    margin-right: 0;
61
}
(4-4/4)