]> code.delx.au - refind/blob - docs/Styles/styles.css
New Yosemite documentation file.
[refind] / docs / Styles / styles.css
1 body {
2 color:black;
3 background-color:white;
4 text-align:left;
5 /* font-family:"Georgia",serif; */
6 }
7
8 p {
9 /* text-indent:50px; */
10 }
11
12 li {
13 margin-top: 1em;
14 margin-bottom: 1em;
15 }
16
17 h1,h2,h3,h4 {
18 text-align:center;
19 font-family:"Bitstream Vera Sans", "Verdana", "Helvetica", "Arial", sans-serif;
20 }
21
22 .userinput {
23 font-weight:bold;
24 font-family:monospace;
25 }
26
27 .variable {
28 font-style: italic;
29 }
30
31 .listing {
32 font-family:monospace;
33 margin: 0px;
34 padding: 6px;
35 border: 1px solid;
36 max-width:100%;
37 width: 50em;
38 overflow-x:auto;
39 text-align: left;
40 background-color:#EEE;
41 white-space:pre;
42 }
43
44 .quote {
45 width: 90%;
46 float: center;
47 padding: 2px;
48 margin: 10px;
49 background-color: #EEEEEE;
50 }
51
52 .highlight {
53 background: #888888;
54 }
55
56 .sidebar {
57 width: 45%;
58 float: right;
59 padding: 5px;
60 border:5px solid gray;
61 margin:10px;
62 background-color:#EEE;
63 }
64
65 .navbar {
66 width: 40%;
67 float: none;
68 padding: 5px;
69 border: 5px solid gray;
70 margin: 10px;
71 background-color:#EEE;
72 }
73
74 .subhead {
75 font-family:"Verdana", "Trebuchet", "Helvetica", sans-serif;
76 font-size:150%;
77 font-weight:bold;
78 text-align:center;
79 }
80
81 .left {
82 text-align:left;
83 }
84
85 .tight {
86 margin-top: 0.25em;
87 margin-bottom: 0.5em;
88 }