Warning, /pim/trojita/www/print.css is written in an unsupported language. File is not indexed.

0001 *{
0002   margin:0;
0003   padding:0;
0004   border:none;
0005 }
0006 
0007 html,body{
0008   background:#fff;
0009   font:12px sans-serif;
0010   width:100%;
0011   height:100%;
0012   color:#000;
0013 }
0014 
0015 a, a:link, a:visited{
0016     color:#444;
0017     text-decoration:underline;
0018     font-weight:bold;
0019     }
0020 
0021 
0022 #wrapper{
0023   width:100%;
0024   min-width:950px;
0025   min-height: 100%;
0026   height: auto !important;
0027   height: 100%;
0028   margin: 0 auto -4em;
0029 }
0030 
0031 #header{
0032 display:none;
0033 }
0034 
0035 ul{
0036   list-style-position:inside;
0037   list-style-type: square;
0038 }
0039 
0040 
0041 div#pagecontent{
0042  /*   width:990px;*/
0043     margin:0;
0044 }
0045 
0046 h1{
0047     color:#000;
0048     margin:1em 0 0.5em 0;
0049     font-size:2em;
0050 }
0051 
0052 h2{
0053     color:#222;
0054     margin:1em 0 0.5em 0;
0055     font-size:1.7em;
0056 }
0057 
0058 h3{
0059     color:#444;
0060     margin:1em 0 0.5em 0;
0061     font-size:1.4em;
0062 }
0063 
0064 p{
0065     margin-bottom:1em;
0066 }
0067 
0068 code{
0069     background:#eee;
0070     border:1px solid #aaa;
0071     padding:0.5em;
0072     margin:1em 0 1em 0;
0073     color: #000;
0074     display:table-cell;
0075     font-family:monospace;
0076 }
0077 
0078 div.push{
0079     height: 4em;
0080     }
0081 
0082 div#footer{
0083     display:none;
0084     }