Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2805 → Rev 2806

/web/acc/phpsysinfo/templates/aqua.css
21,7 → 21,7
 
html {
height: 100%;
background: url("aqua/aq_background.gif");
background: #EFEFEF;
}
 
body {
47,23 → 47,23
margin: 0 10px;
_margin: 0 15px 0 10px; /* ie6 */
padding: 10px 10px;
border-top: 1px solid #2971a7;
border-bottom: 1px solid #2971a7;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
font-size: 1.67em;
font-weight: normal;
color: #fff;
background: #2971a7;
background: #666666;
}
 
h2 {
padding: 5px 10px;
font-family: "trebuchet ms";
font-family: "DejaVu Sans";
font-size: 1em;
font-weight: bold;
letter-spacing: 0.0em;
text-transform: uppercase;
color: #fff;
background: #2971a7;
background: #666666;
text-align: center;
}
 
103,7 → 103,7
margin: 10px 0 0 8px;
_margin: 10px 4px 0 4px; /* ie6 */
padding: 1px;
border: 2px solid #2971a7;
border: 2px solid #666666;
background: #fff;
}
 
132,7 → 132,7
margin: 10px 0 0 8px;
_margin: 10px 4px 0 4px; /* ie6 */
padding: 1px;
border: 2px solid #2971a7;
border: 2px solid #666666;
background: #fff;
}
 
141,7 → 141,7
}
 
.bar {
background: #2971a7;
background: #666666;
}
 
.barwarn {