Project

General

Profile

Download (4.5 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * Customizations for the Flore Gabon 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
ul li, ul.menu li,
15
.item-list ul li,
16
li.leaf {
17
  background: none;
18
  /* background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; */
19
}
20
ul li.expanded {
21
  background: none;
22
  /* background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; */
23
}
24
ul li.collapsed {
25
  background: none;
26
  /* background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; */
27
}
28
.description {
29
  line-height: 150%;
30
}
31

    
32
/**
33
 * Layout
34
 */
35
#header-region {
36
  background: #d2e6f3;
37
  /* background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%; */
38
}
39
#wrapper {
40
    background: #edf5fa;
41
  /* background: #edf5fa url(images/body.png) repeat-x 50% 0; */
42
}
43

    
44
/**
45
 * Primary navigation
46
 */
47
ul.primary-links li a, 
48
ul.primary-links li a:link, 
49
ul.primary-links li a:visited {
50
  background: none;
51
  /* background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0; */
52
}
53
ul.primary-links li a:hover, 
54
ul.primary-links li a.active {
55
  background: none;
56
  /* background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0; */
57
}
58

    
59
/**
60
 * Nodes & comments
61
 */
62
#comments h2.comments {
63
  background: #fff;
64
  /* background: #fff url(images/gradient-inner.png) repeat-x 0 0; */
65
}
66
.node .content, .comment .content {
67
  line-height: 1.3em;
68
}
69

    
70
/**
71
 * Color.module
72
 */
73
#palette .item-selected {
74
  background: #fff;
75
  /* background: #fff url(images/gradient-inner.png) repeat-x 0 0; */
76
}
77

    
78
/**
79
 * Poll.module
80
 */
81
.poll .bar {
82
  background: #fff;
83
  /* background: #fff url(images/bg-bar-white.png) repeat-x 0 0; */
84
}
85
.poll .bar .foreground {
86
  background: #71a7cc;
87
  /* background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%; */
88
}
89

    
90
/**
91
 * Collapsible fieldsets
92
 */
93
fieldset {
94
  background: #fff;
95
  /* background: #fff url(images/gradient-inner.png) repeat-x 0 0; */
96
}
97
html.js fieldset.collapsible legend a {
98
  background: none;
99
  /* background: url(images/menu-expanded.gif) no-repeat 0% 50%; */
100
}
101
html.js fieldset.collapsed legend a {
102
  background: none;
103
  /* background: url(images/menu-collapsed.gif) no-repeat 0% 50%; */
104
}
105

    
106
/**
107
 * Admin Styles
108
 */
109
div.admin-panel {
110
  background: #fff;
111
  /* background: #fff url(images/gradient-inner.png) repeat-x 0 0; */
112
}
113

    
114
/********************************************************************/
115
/**
116
 * Overrides for Garland_cichorieae styleOverride.css
117
 */
118
body {
119
  background: #f9f9f7;
120
  /* background:#F9F9F7 url(images/a1.gif) repeat-x scroll 0 0; */
121
}
122

    
123
#edit-logo {
124
  background: url(images/title_flower_logo.jpg);
125
  margin-right: 7px;
126
}
127

    
128
#splash {
129
  /*
130
  background:#EAEAE2 url(images/splashChichorium_wide.jpg) no-repeat scroll 0 0;
131
  */
132
  background: #eaeae2 url(images/test3_Vicia_lunata_CSC_6051.jpg) no-repeat scroll 0 0;
133
  float: none;
134
  /* float:left; */
135
  width: 780px;
136
  height: 92px;
137
}
138

    
139
#wrapper #container #header #logo-floater {
140
  background: #663350;
141
  /* background:#663350 url(images/a8.gif) repeat-x scroll 0 0; */
142
  color: #fff;
143
  height: 40px;
144
  padding-left:0;
145
  margin-left:0;
146
  float: left;
147
  margin-top: 5px;
148
  width: 100%;
149
  z-index: 10;
150
}
151

    
152
#wrapper #container #header #logo-floater h1 {
153
  margin-left: 15px;
154
  padding-top: 5px;
155
}
156

    
157
#wrapper {
158
  background: #fff;
159
  /* background:#FFFFFF url(images/abg-left.gif) repeat-y scroll left top; */
160
}
161

    
162
#wrapper #contento {
163
  margin-top: -5px;
164
}
165

    
166
#container {
167
  background: none;
168
  /*background:transparent url(images/abg-right.gif) repeat-y scroll right top;*/
169
}
170

    
171
.page-node #block-system-main div.content {
172
  margin-top: 0.3em;
173
}
174

    
175
#menu{
176
  /*margin-top: 40px;*/
177
}
178

    
179
ul.primary-links {
180
  background: #663350;
181
  /* background:#663350 url(images/a16.gif) repeat-x scroll 0 0; */
182
  margin:0;
183
  height: 40px;
184
}
185

    
186
ul.primary-links li a:hover, 
187
ul.primary-links li a.active {
188
  background: #fff;
189
  /* background:#FFFFFF url(images/a18.gif) repeat-x scroll center top; */
190
}
191

    
192
.heterotypicSynonymyGroup li.footnotes,
193
.homotypicSynonymyGroup li.footnotes,
194
.homotypicSynonyms li.footnotes,
195
.misapplied li.footnotes,
196
.content li.descriptionText {
197
  background-image: none;
198
  list-style-image: none;
199
  list-style-position: outside;
200
  list-style-type: none;
201
  margin-left: 0px;
202
  margin-top: 10px;
203
  padding-left: 0px;
204
}
(2-2/3)