]> git.mxchange.org Git - mailer.git/blob - theme/business/css/politician-stop.css
Updated ext-politician-stop which is satire on politicians that doesn't really know...
[mailer.git] / theme / business / css / politician-stop.css
1 #print {
2         display : none;
3 }
4
5 @media print {
6         body {
7                 background-color : #ffffff;
8                 font-size : 1px;
9                 color : #ffffff;
10         }
11
12         a, abbr, acronym, address, applet, area, b, base, basefont, bdo, big, blockquote, br, button, caption, center, cite, code, col, colgroup, dd, del, dfn, dir, div, dl, dt, em, fieldset, font, form, frame, frameset, h1, h2, h3, h4, h5, h6, hr, i, iframe, img, input, ins, isindex, kbd, label, legend, li, link, map, menu, meta, noframes, noscript, object, ol, optgroup, option, p, param, pre, q, s, samp, select, small, span, strike, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, title, tr, tt, u, ul, var {
13                 display : none;
14         }
15
16         #print p
17                 {display : block;
18         }
19
20         #print p a {
21                 display : inline;
22         }
23
24         #print {
25                 left : 0;
26                 top : 0;
27                 padding : 0;
28                 margin : 0;
29                 height : 220mm;
30                 width : 170mm;
31                 font-size : 12pt;
32                 font-family : sans-serif;
33                 line-height : 16pt;
34                 color : #000000;
35                 background-color : #ffffff;
36                 display : block !important;
37                 text-align : center;
38         }
39
40         #print img {
41                 width : 100mm;
42                 height : 105mm;
43                 margin : auto;
44                 display : block;
45         }
46 }