Project

General

Profile

Download (1.98 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * Customizations for the Flore Afrique Centrale portal theme overriding the
3
 * Garland_cichorieae theme css.
4
 *
5
 * Note: To inherit the parent theme stylesheets, the child theme should have
6
 * at least one own stylesheet defined, and it should be named differently
7
 * from the stylesheets in the parent theme, otherwise it will override
8
 * the parent stylesheet. See also: http://drupal.org/node/225125.
9
 */
10

    
11
 /**
12
 * Overrides for Garland_cichorieae style.css
13
 */
14
 #test{
15
  color: inherit;
16
}
17

    
18
#wrapper #container #header h1,
19
#wrapper #container #header h1 a:link,
20
wrapper #container #header h1 a:visited {
21
  position: inherit;
22
}
23

    
24
/********************************************************************/
25
/**
26
 * Overrides for Garland_cichorieae styleOverride.css
27
 */
28
#edit-logo {
29
  background: url("images/edit-logo.png") no-repeat scroll 0 0 #fff;
30
}
31

    
32
#splash {
33
  background: #eaeae2 url(images/banner_website_Ericaceae2.jpg) no-repeat scroll 0 0;
34
  height: 92px;
35
  /*float:left;*/
36
  width: 880px;
37
  overflow: hidden;
38
  /*float: right;*/
39
  margin-top: -92px;
40
  z-index: 2;
41
}
42

    
43
#wrapper #container #header #logo-floater {
44
  /*background:url("images/flora-malesiana-logo-floater-bg-1.jpg") repeat-x scroll 0 0 #FF7800;*/
45
  /*border-right:7px solid white;*/
46
  background-color: transparent;
47
  background-image: none;
48
  width: 328px;
49
  z-index: 10;
50
  /* position: static; */
51
  float: right;
52
  margin: 0 0 0 0;
53
  padding: 0 0 0 0;
54
}
55

    
56
#page-toc {
57
  float: left;
58
}
59

    
60
.page-node #block-system-main div.content {
61
  margin-top: 0;
62
}
63

    
64
#general {
65
  margin-top: 20px;
66
}
67

    
68
#wrapper #container #header h1,
69
#wrapper #container #header h1 a:link,
70
#wrapper #container #header h1 a:visited {
71
  font-family: Georgia, Times, serif;
72
  font-weight: normal;
73
  font-size: 135%;
74
  /*color: #6db8d8;*/
75
  color: #7fbde0;
76
  margin-left: 16px;
77
  margin-top: 15px;
78
  z-index: 20;
79
}
80

    
81
#edit-logo-small {
82
  float: right;
83
  margin-top: -51px;
84
}
85

    
86
#bel-logo-small {
87
  float: right;
88
  margin-top: -2px;
89
  margin-right: 55px;
90
}
91

    
92
#header-region .block {
93
  margin-right: 0;
94
}
(2-2/4)