Projet

Général

Profil

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

root / drupal7 / sites / all / themes / rubik / css / print.css @ fc457866

1

    
2
/**
3
 * @file
4
 * Contains styles used for printing.
5
 */
6

    
7
#skip-to-nav,
8
#navigation,
9
#toolbar,
10
.region-sidebar-first,
11
.region-sidebar-second,
12
.footer-region,
13
.breadcrumb,
14
div.tabs,
15
.action-links,
16
.links,
17
.book-navigation,
18
.forum-topic-navigation,
19
.pager,
20
.feed-icons {
21
  visibility: hidden;
22
  display: none;
23
}
24
body {
25
  padding-top: 0 !important;
26
  margin: 20px;
27
}
28
table {
29
  border: 1px solid #333;
30
}
31
.field-label-inline .field-label,
32
.field-label-inline .field-items,
33
.field-label-inline .field-items .field-item {
34
  float: none;
35
  display: inline;
36
}