nut/docs/website/css/web-layout.css

223 lines
3.8 KiB
CSS
Raw Normal View History

2011-01-26 09:35:08 +00:00
body {
margin: 0;
font-size: 0.9em;
background-color: #f4f4f4;
}
#layout-banner-box {
width: 100%;
height: 110px;
z-index: 2;
background-color: #0067cd;
}
#layout-menu-box {
float: left;
height: 100%;
z-index: 1;
}
#layout-content-box {
border-left: 3px solid #eeeeee;
background-color: white;
overflow-y: auto;
}
h1 {
margin-top: 0.5em;
}
#layout-banner {
color: white;
font-family: sans-serif;
text-align: left;
padding: 0.8em 20px;
}
2012-01-24 10:22:33 +00:00
#layout-logo {
float: left;
padding: 5px 20px 5px 10px;
}
2011-01-26 09:35:08 +00:00
#layout-title {
font-family: monospace;
font-size: 3.5em;
font-weight: bold;
letter-spacing: 0.2em;
margin: 0;
}
#layout-description {
font-size: 1.2em;
letter-spacing: 0.1em;
}
#sponsor {
clear: both;
font-size: small;
margin-top: 50px;
margin-bottom: 10px;
color:#0067CD;
font-weight:bold;
}
#sponsor span { margin-left: 10px; }
#sponsor img { border: 0; }
#layout-menu {
padding-top: 0.8em;
padding-left: 20px;
margin-left: 0;
font-size: 1.0em;
font-family: sans-serif;
font-weight: bold;
list-style: none;
list-style-image: url(../images/blue-arrow.png)
}
#layout-menu li { margin-left: 10px; }
#layout-menu a {
line-height: 2em;
margin-left: 0.5em;
}
#layout-menu a:link, #layout-menu a:visited, #layout-menu a:hover {
color: #0067cd;
text-decoration: none;
}
#layout-menu a:hover {
color: navy;
text-decoration: none;
}
#layout-menu #page-source {
border-top: 2px solid silver;
margin-top: 0.2em;
}
#layout-content {
padding-top: 0.2em;
padding-left: 1.0em;
padding-right: 0.4em;
}
@media print {
#layout-banner-box { display: none; }
#layout-menu-box { display: none; }
#layout-content-box { margin-top: 0; margin-left: 0; }
}
#ups_list
{
margin: 20px 0 0 0; width: 100%;
border-collapse: collapse;
}
#ups_list td { border: 1px solid silver; }
#ups_list thead { font-weight: bold; background: #bbb; }
#ups_list .odd { background: #eee; }
#ups_list .even { background: #ddd; }
.filter { min-width: 100px; }
td#manufacturer-col { width: 20%; }
td#model-col { width: 50%; }
td#driver-col { width: 30%; }
.blue { background-color: #cfd9fe; }
.green { background-color: #b1fea7; }
.yellow { background-color: #fdf88e; }
.orange { background-color: #fccb81; }
.red { background-color: #ffa4a4; }
.hidden { display: none; }
2013-11-24 15:00:12 +00:00
/* HCL Chooser/Legend */
#filters-set {
display: none;
border: 1px solid silver;
padding: 10px;
}
#filters-set legend, #support-level-legend legend {
font-weight: bold;
}
#filters-set td {
border: 0;
}
#filters-set select {
max-width: 200px;
}
/* Clear HCL Legend */
#filters-set + * {
clear: both;
}
#support-level-legend {
width: 31.25em;
float: right;
margin: 0 0 1em 1em;
padding: 10px;
border: 1px solid silver;
}
#support-level-legend dt {
margin: 0;
padding: 0;
width: 15%;
float: left;
}
.hcl-legend-level {
visibility: hidden;
position: relative;
}
.red.hcl-legend-level:after {
content: '*';
position: absolute;
visibility: visible;
background-color: #ffa4a4;
}
.orange.hcl-legend-level:after {
content: '**';
position: absolute;
visibility: visible;
background-color: #fccb81;
}
.yellow.hcl-legend-level:after {
content: '***';
position: absolute;
visibility: visible;
background-color: #fdf88e;
}
.blue.hcl-legend-level:after {
content: '****';
position: absolute;
visibility: visible;
background-color: #cfd9fe;
}
.green.hcl-legend-level:after {
content: '*****';
position: absolute;
visibility: visible;
background-color: #b1fea7;
}
#support-level-legend dd {
margin: 0;
padding: 0;
width: 85%;
float: left;
}
2011-01-26 09:35:08 +00:00
/*.support-level-descr { margin-left: 20px; float: right; }*/
2012-08-12 21:39:31 +00:00
/* Remove text underscores on href */
div#footer-badges a:link, #layout-menu a:visited, #layout-menu a:hover {
text-decoration: none;
}