Project

General

Profile

Download (1.16 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * Customizations for your portal theme overriding the
3
 * Garland_cichorieae theme css.
4
 *
5
 * Put css overrides for your custom theme below.
6
 * For the Drupal CSS coding standard, see: http://drupal.org/node/302199.
7
 *
8
 * Note: To inherit the parent theme stylesheets, the child theme should have
9
 * at least one own stylesheet defined, and it should be named differently
10
 * from the stylesheets in the parent theme, otherwise it will override
11
 * the parent stylesheet. See also: http://drupal.org/node/225125.
12
 */
13

    
14
 /**
15
 * Overrides for Garland_cichorieae style.css
16
 */
17
 #test{
18
  color: inherit;
19
}
20

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

    
29
#splash {
30
  background: #eaeae2 url(images/flora-malesiana-header2.jpg) no-repeat scroll 0 0;
31
  float: right;
32
  height: 92px;
33
  overflow: hidden;
34
  width: 570px;
35
  z-index: 2;
36
}
37

    
38
#wrapper #container #header #logo-floater {
39
  background: url("images/flora-malesiana-logo-floater-bg-1.jpg") repeat-x scroll 0 0 #ff7800;
40
  z-index: 4;
41
}
42

    
43
#page-toc{
44
  float: left;
45
}
(2-2/5)