Subversion Repositories ALCASAR

Rev

Rev 2770 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2770 Rev 2806
Line 19... Line 19...
19
    display: inline-block;
19
    display: inline-block;
20
}
20
}
21
 
21
 
22
html {
22
html {
23
    height: 100%;
23
    height: 100%;
24
    background: url("aqua/aq_background.gif");
24
    background: #EFEFEF;
25
}
25
}
26
 
26
 
27
body {
27
body {
28
    position: relative;
28
    position: relative;
29
    width: 940px;
29
    width: 940px;
Line 45... Line 45...
45
 
45
 
46
h1 {
46
h1 {
47
    margin: 0 10px;
47
    margin: 0 10px;
48
    _margin: 0 15px 0 10px; /* ie6 */
48
    _margin: 0 15px 0 10px; /* ie6 */
49
    padding: 10px 10px;
49
    padding: 10px 10px;
50
    border-top: 1px solid #2971a7;
50
    border-top: 1px solid #666666;
51
    border-bottom: 1px solid #2971a7;
51
    border-bottom: 1px solid #666666;
52
    font-size: 1.67em;
52
    font-size: 1.67em;
53
    font-weight: normal;
53
    font-weight: normal;
54
    color: #fff;
54
    color: #fff;
55
    background: #2971a7;
55
    background: #666666;
56
}
56
}
57
 
57
 
58
h2 {
58
h2 {
59
    padding: 5px 10px;
59
    padding: 5px 10px;
60
    font-family: "trebuchet ms";
60
    font-family: "DejaVu Sans";
61
    font-size: 1em;
61
    font-size: 1em;
62
    font-weight: bold;
62
    font-weight: bold;
63
    letter-spacing: 0.0em;
63
    letter-spacing: 0.0em;
64
    text-transform: uppercase;
64
    text-transform: uppercase;
65
    color: #fff;
65
    color: #fff;
66
    background: #2971a7;
66
    background: #666666;
67
    text-align: center;
67
    text-align: center;
68
}
68
}
69
 
69
 
70
th, td, h3 {
70
th, td, h3 {
71
    padding: 4px 10px 2px 10px;
71
    padding: 4px 10px 2px 10px;
Line 101... Line 101...
101
    float: left;
101
    float: left;
102
    width: 451px;
102
    width: 451px;
103
    margin: 10px 0 0 8px;
103
    margin: 10px 0 0 8px;
104
    _margin: 10px 4px 0 4px; /* ie6 */
104
    _margin: 10px 4px 0 4px; /* ie6 */
105
    padding: 1px;
105
    padding: 1px;
106
    border: 2px solid #2971a7;
106
    border: 2px solid #666666;
107
    background: #fff;
107
    background: #fff;
108
}
108
}
109
 
109
 
110
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
110
#pciTable, #ideTable, #scsiTable, #nvmeTable, #usbTable, #tbTable, #i2cTable {
111
    padding: 0px 30px;
111
    padding: 0px 30px;
Line 130... Line 130...
130
.plugin {
130
.plugin {
131
    float: left;
131
    float: left;
132
    margin: 10px 0 0 8px;
132
    margin: 10px 0 0 8px;
133
    _margin: 10px 4px 0 4px; /* ie6 */
133
    _margin: 10px 4px 0 4px; /* ie6 */
134
    padding: 1px;
134
    padding: 1px;
135
    border: 2px solid #2971a7;
135
    border: 2px solid #666666;
136
    background: #fff;
136
    background: #fff;
137
}
137
}
138
 
138
 
139
.even {
139
.even {
140
    background: #e4ebf3;
140
    background: #e4ebf3;
141
}
141
}
142
 
142
 
143
.bar {
143
.bar {
144
    background: #2971a7;
144
    background: #666666;
145
}
145
}
146
 
146
 
147
.barwarn {
147
.barwarn {
148
    background: #a72971;
148
    background: #a72971;
149
}
149
}