Warning, /pim/trojita/www/screen.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:#222;
0013 }
0014 
0015 a, a:link, a:visited{
0016     color:#189ee4;
0017     text-decoration:none;
0018     font-weight:bold;
0019     }
0020 
0021 a:hover{
0022     color:#45bcf6;
0023     }
0024 
0025 #wrapper{
0026   width:100%;
0027   min-width:950px;
0028   min-height: 100%;
0029   height: auto !important;
0030   height: 100%;
0031   margin: 0 auto -4em;
0032 }
0033 
0034 #wrapper-welcome{
0035   width:100%;
0036   min-width:450px;
0037   margin: 0 auto -4em;
0038   font: 14px sans-serif;
0039 }
0040 
0041 #header{
0042   background:#bae9ff;
0043   width:100%;
0044   height:100px;
0045   border-bottom:5px solid #e5f7ff;
0046 }
0047 
0048 #header h1{
0049   text-indent:-9999px;
0050   float:left;
0051   display:block;
0052   width:267px;
0053   height:86px;
0054   margin:14px 0 0 20px;
0055   background-image:url("img/logo.png");
0056 }
0057 
0058 #header h2{
0059   display:none;
0060 }
0061 
0062 ul{
0063   list-style-position:inside;
0064   list-style-image: url("img/li.png");
0065 }
0066 
0067 ul#menu{
0068   display:block;
0069   float:right;
0070   list-style:none;
0071   height:16px;
0072   margin:73px 37px 0 0;
0073 }
0074 
0075 ul#menu li{
0076   float:left;
0077   font-size:16px;
0078   margin:0;
0079   text-transform:lowercase;
0080   letter-spacing:2px;
0081   font-weight:bold;
0082 }
0083 
0084 ul#menu li a, ul#menu li a:link, ul#menu li a:visited{
0085   text-decoration:none;
0086   color:#1da2e8;
0087   padding:0.2em 0.5em 0 0.5em;
0088   border-bottom:7px solid #bae9ff;
0089 
0090 }
0091 
0092 ul#menu li a:hover{
0093   color:#33b5f5;
0094   border-bottom:7px solid #1da2e8;
0095 }
0096 
0097 ul#menu li.active a{
0098   border-bottom:12px solid #e5f7ff;
0099   border-top:5px solid #33b5f5;
0100   background:#e5f7ff;
0101   color:#33b5f5;
0102 }
0103 
0104 div#pagecontent{
0105  /*   width:990px;*/
0106     margin:3em;
0107 }
0108 
0109 h1{
0110     color:#1ea3e9;
0111     margin:1em 0 0.5em 0;
0112     font-size:2em;
0113 }
0114 
0115 h2{
0116     color:#55afe1;
0117     margin:1em 0 0.5em 0;
0118     font-size:1.7em;
0119 }
0120 
0121 h3{
0122     color:#69caf9;
0123     margin:1em 0 0.5em 0;
0124     font-size:1.4em;
0125 }
0126 
0127 p{
0128     margin-bottom:1em;
0129 }
0130 
0131 code{
0132     background:#e2f6ff;
0133     border:1px solid #a2e1ff;
0134     padding:0.5em;
0135     margin:1em 0 1em 0;
0136     color: #226688;
0137     display:table-cell;
0138     font-family:monospace;
0139 }
0140 
0141 div.push{
0142     height: 4em;
0143     }
0144 
0145 div#footer{
0146     height: 2.8em;
0147     margin:2em 0 0 0;
0148     background:#bae9ff;
0149     border-top:5px solid #e5f7ff;
0150     line-height:2.8em;
0151     padding:0 2em 0 2em;
0152     font-size:9px;
0153     }
0154 
0155 div#sf-donate-button{
0156     float: right;
0157     padding: 0 5em 0 0;
0158     }