libvirt.css 6.4 KB
Newer Older
1
h1, h2, h3, h4, h5, h6 {
2 3 4 5 6 7 8 9 10 11 12 13
    color: #3c857c;
}

#header {
    margin: 0px;
    height: 104px;
    width: 100%;
    background: url(libvirt-header-bg.png);
    border: 0px;
}

#body {
14 15
    float: left;
    width: 100%;
16 17 18 19 20 21
    border: 0px;
    left: 0px;
    margin: 0px;
}

#content {
22
    margin-left: 230px;
M
Matthias Bolte 已提交
23
    margin-right: 1em;
24 25 26 27 28
    padding: 0px;
    padding-bottom: 1em;
}

#menu {
29
    float: left;
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
    width: 220px;
    margin-bottom: 1em;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    margin-left: 40px;
}

#menu li ul {
    margin-left: 0px;
}

#menu ul li {
    list-style: none;
    color: black;
    padding: 0px;
48 49
    margin: 0px;
    border: 0px;
50 51 52 53 54
}

#menu ul li a, #menu ul li span {
    text-decoration: inherit;
    color: inherit;
55
    display: block;
56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
    padding: 6px;
    margin: 2px;
}

#menu ul li .active {
    background: #a4c6c2;
}

#menu ul.l0 li .inactive {
    background: #c5dbd8;
}


#menu ul.l1 li .inactive,
#menu ul.l2 li .inactive {
    background: #dfebea;
    border-left: 8px solid #dfebea;
}

#menu ul.l1 li .inactive,
#menu ul.l1 li .active {
    padding-left: 1em;
}

#menu ul.l1 li .inactive {
    border-left: 6px solid #dfebea;
}
83

84 85 86 87 88 89 90 91 92 93
#menu ul.l1 li .active {
    border-left: 6px solid #a5c6c2;
}

#menu ul.l2 li .inactive,
#menu ul.l2 li .active {
    padding-left: 2em;
    border-left: 8px solid #c5dbd8;
}

94 95 96 97 98
#menu ul.l3 li .inactive,
#menu ul.l3 li .active {
    padding-left: 3em;
}

99
#headerLogo {
100
    position: absolute;
101 102 103 104 105 106
    top: 0px;
    left: 0px;
    height: 104px;
    width: 400px;
    background: url(libvirt-header-logo.png);
}
107

108 109 110 111 112
#headerSearch {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 2em;
D
Daniel Veillard 已提交
113
    z-index: 10;
114 115 116 117
}

#headerSearch input {
    border: 1px solid #999999;
118
    color: #999999;
119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
    background: white;
    padding: 3px;
    font-size: 1em;
}

#headerSearch #submit {
    border: 1px solid #999999;
    background: #eeeeee;
    color: black;
    padding: 3px;
    font-size: 1em;
}

#sitemap ul li {
    list-style: none;
}

#sitemap ul {
    margin: 1em;
    padding: 0em;
}

#sitemap ul ul {
    padding-left: 2em;
}

#sitemap li {
    margin: 0.5em;
}

#sitemap a {
    color: inherit;
    text-decoration: underline;
    font-weight: bold;
}
154

155
pre {
156 157 158 159 160 161 162 163 164 165 166 167 168 169
    border: 1px solid #999999;
    background: #eeeeee;
    color: black;
    padding: 1em;
}

a {
    color: #566866;
}

div.api {
    border: 1px solid #999999;
    background: #eeeeee;
    color: black;
170
    padding: 3px;
171 172 173 174 175 176
}

div.api pre {
    margin: 0px;
    border: 0px;
    background: inherit;
177
    padding: inherit;
178 179 180 181 182
}

div.api table {
    margin: 0px;
    padding-left: 2em;
183
    border-spacing: 0px;
184 185
}

P
Philipp Hahn 已提交
186 187
div.api table td, div.variablelist table td {
    vertical-align: top;
188
    padding-left: 1em;
P
Philipp Hahn 已提交
189 190
}

191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270
h1 a, h2 a, h3 a, h4 a, h5 a {
    color: inherit;
    text-decoration: inherit;
}

#changelog .author {
    color: #3c857c;
    font-weight: bold;
}

p.image {
    text-align: center;
}

.top_table {
    border-collapse: collapse;
}

.top_table th {
    background: #a4c6c2;
}

.top_table th a {
    color: inherit;
    text-decoration: inherit;
}

.top_table td, .top_table th {
    border: 1px solid #999999;
}

.top_table tr:hover td, .top_table col:hover td {
    background: #eeeeee;
}

.top_table tr td:hover {
    background: #c5dbd8;
}

#projects {
    margin: 0px;
    border: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

#projects dl {
    margin: 0px;
    border: 0px solid white;
    height: 180px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#projects #p1 {
    margin-left: 25%;
    width: 75%;
}

#projects #p2 {
    margin-left: 50%;
    width: 50%;
}

#projects #p3 {
    margin-left: 75%;
    width: 25%;
}

#projects dt, #projects dd {
    padding: 0px;
    margin: 0px;
}

#projects #p1 dt, #projects #p1 dd {
    width: 33%;
}
271

272 273 274
#projects #p2 dt, #projects #p2 dd {
    width: 50%;
}
275

276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291
#projects #p3 dt, #projects #p3 dd {
    width: 99%;
}

#projects span {
    font-size: 0.8em;
    display: block;
    padding-left: 1em;
    padding-top: 0.5em;
}

#projects a {
    font-size: 0.8em;
    display: block;
    padding-left: 0.8em;
    padding-top: 1em;
292 293
}

294 295 296
#projects a {
    color: white;
    text-decoration: inherit;
297 298
}

299 300
#projects span {
    color: #ccc;
301
}
D
Daniel Veillard 已提交
302

303 304 305 306 307
span.since {
    color: #3c857c;
    font-style: italic;
    font-weight: bold;
}
308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347

img.diagram {
    background: rgb(230,230,230);
    border: 2px dotted rgb(178,178,178);
    padding: 1em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

table.data th, table.data td {
    padding: 0.3em;
}

table.data {
    border-spacing: 0px;
}

table.data thead th {
    background: rgb(178,178,178);
    text-align: center;
}

table.data {
    border: 1px solid black;
    border-collapse: collapse;
}

table.data thead tr th {
    border: 1px solid black;
}

table.data tr.head th {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

table.data tbody td {
    background: rgb(240,240,240);
}
348

349 350 351 352 353 354 355 356
table.data tbody td.y {
    background: rgb(220,255,220);
    text-align: center;
}
table.data tbody td.n {
    background: rgb(255,220,220);
    text-align: center;
}
357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389

.api {
    font-family: monospace;
}

.api .type {
    font-weight: bold;
    white-space: nowrap;
    color: darkslateblue;
}

.api .keyword {
    font-weight: bold;
    color: #A2F;
}

.api .comment {
    color: #080;
    margin-left: 2em;
    position: relative;
}

.api .comment:before {
    content: ": ";
    position: absolute;
    left: -1.3em;
}

.api .undisclosed {
    font-style: italic;
    letter-spacing: .3ex;
    font-weight: bolder;
    text-transform: uppercase;
390
    margin-left: 2em;
391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419
}

.api .directive {
    color: teal;
}

.api :link:hover, .api :link:focus {
    color: blue;
    border-color: blue;
}

.api :link {
    text-decoration: none;
}

dl.variablelist > dt {
    display: block;
    float: left;
    font-style: italic;
    font-weight: inherit;
}

.variablelist dd {
    padding-left: 10em;
}

dl.variablelist > dt:after {
    content: ": ";
}
420 421 422 423 424 425 426 427 428 429 430 431 432 433

table.acl {
    margin: 1em;
    border-spacing: 0px;
    border: 1px solid #ccc;
}

table.acl tr, table.acl td {
    padding: 0.3em;
}

table.acl thead {
    background: #ddd;
}
434 435 436 437 438 439 440

div.description pre.code {
    border: 1px dashed grey;
    background-color: inherit;
    padding: 5px 10px 5px 10px;
    margin-left: 2.5em;
}
441 442 443 444 445 446 447 448 449 450 451 452 453

a.headerlink {
    text-decoration: none!important;
    visibility: hidden;
}

h2:hover > a.headerlink,
h3:hover > a.headerlink,
h4:hover > a.headerlink,
h5:hover > a.headerlink,
h6:hover > a.headerlink {
    visibility: visible;
}