Projet

Général

Profil

Paste
Télécharger (1,69 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / busy / css / print.css @ 87dbc3bf

1
-----------------------------------------------------------------------
2
  
3
 Hartija Css Print  Framework
4
   * Version:   0.8 (2008-03-10)
5
   * In use by BlueTripCSS
6
   
7
   Adapted to Drupal by CouzinHub
8
         
9
-------------------------------------------------------------- */
10

    
11
body { 
12
width:100% !important;
13
margin:0 !important;
14
padding:0 !important;
15
line-height: 1.4;
16
word-spacing:1.1pt;
17
letter-spacing:0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
18

    
19
/*Headings */
20
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
21
h1{font-size:19pt;}
22
h2{font-size:17pt;}
23
h3{font-size:15pt;}
24
h4,h5,h6{font-size:12pt;}
25

    
26
code { font: 10pt Courier, monospace; } 
27
blockquote { margin: 1.3em; padding: 1em;  font-size: 10pt; }
28
hr { background-color: #ccc; }
29

    
30
/* Images */
31
img { float: left; margin: 1em 1.5em 1.5em 0; }
32
a img { border: none; }
33

    
34
/* Links */
35
a:link, a:visited { background: transparent; font-weight: 700; text-decoration: underline;color:#333; }
36
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
37
a[href^="http://"] {color:#000; }
38

    
39
/* Table */
40
table { margin: 1px; text-align:left; }
41
th { border-bottom: 1px solid #333;  font-weight: bold; }
42
td { border-bottom: 1px solid #333; }
43
th,td { padding: 4px 10px 4px 0; }
44
tfoot { font-style: italic; }
45
caption { background: #fff; margin-bottom:2em; text-align:left; }
46
thead {display: table-header-group;}
47
tr {page-break-inside: avoid;} 
48

    
49
/*hide various parts from the site*/
50

    
51
#header, #footer, #navigation, #sidebar-left, #sidebar-right, #switchgrid, .tabs, .links, #skip-nav, .breadcrumb
52
{display:none;}
53

    
54
.container a.button, .container button {
55
  display:none;
56
}