Rev 6236 | Rev 7671 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4760 | obado | 1 | /* ************ PRINTER FRIENDLY ********* */ |
2 | @media print { |
||
6236 | bpr | 3 | .body { |
4 | background-color:white; |
||
5 | font-size: 12pt; |
||
6 | font-family:"Times New Roman", serif; |
||
7 | margin-left: auto; |
||
8 | margin-right:auto; |
||
9 | } |
||
10 | div.wimsbody { |
||
11 | background-color:white; |
||
12 | font-family:"Times New Roman", serif; |
||
13 | margin-right:auto; |
||
7591 | obado | 14 | padding:0; |
15 | /*padding-left : 10%; |
||
16 | padding-right : 10%;*/ |
||
17 | margin-left : 0px !important; |
||
6236 | bpr | 18 | |
19 | } |
||
20 | |||
7591 | obado | 21 | /* Sets background-colors to white, saving ink */ |
22 | body.main_body, |
||
23 | #wimsdoc, |
||
24 | #wimsbodybox { |
||
6236 | bpr | 25 | background-color:white; |
26 | } |
||
27 | |||
28 | .wims_search_engine{ |
||
29 | display:none; |
||
30 | } |
||
7591 | obado | 31 | |
32 | /* Hide all Menus */ |
||
33 | #wimstopbox, |
||
34 | #wimsmenubox, |
||
35 | #wimsmenumodubox, |
||
36 | .wimsmenu, |
||
37 | .menuitem, |
||
38 | .wimstail { |
||
6236 | bpr | 39 | visibility: hidden; |
40 | display:none; |
||
41 | } |
||
42 | |||
43 | table.wimstable th,table.wimstable a { |
||
44 | color: #000000; |
||
45 | background-color:white; |
||
46 | } |
||
47 | #oef_actions, #oef_endhook , p.send_answer{ |
||
48 | visibility: hidden; |
||
4766 | bpr | 49 | display:none; |
50 | } |
||
4760 | obado | 51 | } |
4766 | bpr | 52 | /*** End Printer Friendly style ***/ |