Projet

Général

Profil

Paste
Télécharger (656 octets) Statistiques
| Branche: | Révision:

root / drupal7 / themes / bartik / css / print.css @ 01dfd3b5

1

    
2
/* ---------- General Layout ---------- */
3

    
4
body,
5
input,
6
textarea,
7
select {
8
  color: #000;
9
  background: none;
10
}
11
body.two-sidebars,
12
body.sidebar-first,
13
body.sidebar-second,
14
body {
15
  width: 640px;
16
}
17
#sidebar-first,
18
#sidebar-second,
19
.navigation,
20
#toolbar,
21
#footer-wrapper,
22
.tabs,
23
.add-or-remove-shortcuts {
24
  display: none;
25
}
26
.one-sidebar #content,
27
.two-sidebars #content {
28
  width: 100%;
29
}
30
#triptych-wrapper {
31
  width: 960px;
32
  margin: 0;
33
  padding: 0;
34
  border: none;
35
}
36
#triptych-first, #triptych-middle, #triptych-last {
37
  width: 250px;
38
}
39

    
40
/* ---------- Node Pages ---------- */
41

    
42
#comments .title,
43
#comments form,
44
.comment_forbidden {
45
  display: none;
46
}