Project

General

Profile

Download (1.16 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * Themetastic, for Drupal 5.0
3
 * Stefan Nagtegaal, iStyledThis [dot] nl
4
 * Steven Wittens, acko [dot] net`
5
 *
6
 * If you use a customized color scheme, you must regenerate it after
7
 * modifying this file.
8
 */
9

    
10
body, input, textarea, select {
11
  color: #000;
12
  background: none;
13
}
14

    
15
ul.primary-links, ul.secondary-links,
16
#header-region, .sidebar {
17
  display: none;
18
}
19

    
20
body.sidebars, body.sideber-left, body.sidebar-right, body {
21
  width: 640px;
22
}
23

    
24
body.sidebar-left #center, body.sidebar-right #center, body.sidebars #center,
25
body.sidebar-left #squeeze, body.sidebar-right #squeeze, body.sidebars #squeeze {
26
  margin: 0;
27
}
28

    
29
#wrapper,
30
#wrapper #container .breadcrumb,
31
#wrapper #container #center,
32
#wrapper #container #center .right-corner,
33
#wrapper #container #center .right-corner .left-corner,
34
#wrapper #container #footer,
35
#wrapper #container #center #squeeze {
36
  position: static;
37
  left: 0;
38
  padding: 0;
39
  margin: 0;
40
  width: auto;
41
  float: none;
42
  clear: both;
43
  background: none;
44
}
45

    
46
#wrapper #container #header {
47
  height: 130px;
48
}
49

    
50
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
51
  text-shadow: none;
52
  color: #000;
53
}
(11-11/14)