wb-2_10_x/trunk/templates/DefaultTemplate/css/print.css
1 | 2 | Manuela | body,td,th { |
---|---|---|---|
2 | font-family: Verdana, Arial, Helvetica, sans-serif; |
||
3 | font-size: 16px; |
||
4 | color: #000000; |
||
5 | }
|
||
6 | body { |
||
7 | background-color: #FFFFFF; |
||
8 | margin: 0px; |
||
9 | }
|
||
10 | a:link, a:visited, a:active { |
||
11 | color: #660033; |
||
12 | text-decoration: none; |
||
13 | }
|
||
14 | a:hover { |
||
15 | color: #993366; |
||
16 | text-decoration: none; |
||
17 | }
|
||
18 | hr { |
||
19 | margin: 15px 0px 15px 0px; |
||
20 | color: #660033; |
||
21 | height: 1px; |
||
22 | width: 100%; |
||
23 | }
|
||
24 | h1 { |
||
25 | font-size: 15px; |
||
26 | color: #993366; |
||
27 | margin: 5px 0px 5px 0px; |
||
28 | }
|
||
29 | form { |
||
30 | margin: 0; |
||
31 | }
|
||
32 | .main { |
||
33 | width: 100%; |
||
34 | margin: 0; |
||
35 | padding: 0; |
||
36 | }
|
||
37 | header, |
||
38 | .banner { |
||
39 | display: none; |
||
40 | }
|
||
41 | #lang, |
||
42 | .search_box { |
||
43 | display: none; |
||
44 | }
|
||
45 | #left-col, |
||
46 | .teasera, |
||
47 | .menu { |
||
48 | display: none; |
||
49 | }
|
||
50 | .menu ul, .menu li { |
||
51 | display: none; |
||
52 | }
|
||
53 | .login_table { |
||
54 | display: none; |
||
55 | }
|
||
56 | .content { |
||
57 | margin: 0; |
||
58 | text-align: justify; |
||
59 | }
|
||
60 | .footer, |
||
61 | .powered_by { |
||
62 | clear: both; |
||
63 | display: none; |
||
64 | }
|