]> sourceware.org Git - lvm2.git/blame - reports/stylesheet.css
man: document allocation process in lvm.8
[lvm2.git] / reports / stylesheet.css
CommitLineData
1033d120 1/* Styles for main page */
1033d120
JT
2#banner {
3 background: #9c9;
4 padding-top: 5px;
5 padding-bottom: 5px;
6 border-bottom: 2px solid;
7 font: small-caps 20px/20px "Times New Roman", serif;
8 color: #282;
9 text-align: center;
10}
11
12#banner img {
13 float: left;
14}
15
16#main {
17 margin-left: 0em;
18 padding-top: 4ex;
19 padding-left: 2em;
20 background: white;
21}
22
23h1 {
24 font: 150% sans-serif;
25 color: #226;
26 border-bottom: 3px dotted #77d;
27}
28
1033d120
JT
29body {
30 font: normal 75% verdana,arial,helvetica;
31 color:#000000;
32}
33
34table tr td, table tr th {
35 font-size: 75%;
36}
37
38table.stripes tr th {
39 font-weight: bold;
40 text-align: left;
41 background: #a0a0a0;
42}
43
44table.stripes tr td {
45 background: #ccccc0;
46}
47
48td.pass {
49 color: green;
50}
51
52td.fail {
53 color: red;
54 font-weight: bold;
55}
56
57#main {
58 padding-left: 0em;
59}
60
61#controls {
62 float: left;
63 padding-top: 1em;
64 padding-left: 1em;
65 padding-right: 1em;
66 padding-bottom: 1em;
67 width: 14em;
68 border-right: 2px solid;
69}
70
71#body {
72 margin-left: 16em;
73 padding-top: 4ex;
74 padding-left: 2em;
75 background: white;
76 border-left: 2px solid;
77}
This page took 0.046265 seconds and 5 git commands to generate.