Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 93 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
317 mathias 1
/* $Id: print.css,v 1.3 2007/09/06 21:23:32 goba Exp $ */
2
 
3
/**
4
 * Garland, for Drupal 5.0
5
 * Stefan Nagtegaal, iStyledThis [dot] nl
6
 * Steven Wittens, acko [dot] net`
7
 *
8
 * If you use a customized color scheme, you must regenerate it after
9
 * modifying this file.
10
 */
11
 
12
body, input, textarea, select {
13
  color: #000;
14
  background: none;
15
}
16
 
17
ul.primary-links, ul.secondary-links,
18
#header-region, .sidebar {
19
  display: none;
20
}
21
 
22
body.sidebars, body.sideber-left, body.sidebar-right, body {
23
  width: 640px;
24
}
25
 
26
body.sidebar-left #center, body.sidebar-right #center, body.sidebars #center,
27
body.sidebar-left #squeeze, body.sidebar-right #squeeze, body.sidebars #squeeze {
28
  margin: 0;
29
}
30
 
31
#wrapper,
32
#wrapper #container .breadcrumb,
33
#wrapper #container #center,
34
#wrapper #container #center .right-corner,
35
#wrapper #container #center .right-corner .left-corner,
36
#wrapper #container #footer,
37
#wrapper #container #center #squeeze {
38
  position: static;
39
  left: 0;
40
  padding: 0;
41
  margin: 0;
42
  width: auto;
43
  float: none;
44
  clear: both;
45
  background: none;
46
}
47
 
48
#wrapper #container #header {
49
  height: 130px;
50
}
51
 
52
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
53
  text-shadow: none;
54
  color: #000;
55
}