SMTP: Do not ignore TLS errors
[trojita.git] / www / print.css
blobfb813b74333d8461364840b33a444bba9b14b39e
1 *{
2 margin:0;
3 padding:0;
4 border:none;
7 html,body{
8 background:#fff;
9 font:12px sans-serif;
10 width:100%;
11 height:100%;
12 color:#000;
15 a, a:link, a:visited{
16 color:#444;
17 text-decoration:underline;
18 font-weight:bold;
22 #wrapper{
23 width:100%;
24 min-width:950px;
25 min-height: 100%;
26 height: auto !important;
27 height: 100%;
28 margin: 0 auto -4em;
31 #header{
32 display:none;
35 ul{
36 list-style-position:inside;
37 list-style-type: square;
41 div#pagecontent{
42 /* width:990px;*/
43 margin:0;
46 h1{
47 color:#000;
48 margin:1em 0 0.5em 0;
49 font-size:2em;
52 h2{
53 color:#222;
54 margin:1em 0 0.5em 0;
55 font-size:1.7em;
58 h3{
59 color:#444;
60 margin:1em 0 0.5em 0;
61 font-size:1.4em;
65 margin-bottom:1em;
68 code{
69 background:#eee;
70 border:1px solid #aaa;
71 padding:0.5em;
72 margin:1em 0 1em 0;
73 color: #000;
74 display:table-cell;
75 font-family:monospace;
78 div.push{
79 height: 4em;
82 div#footer{
83 display:none;