Modify manual css to pad the images and make the code/screen sections
[ardour.git] / manual / css / ardour_manual.css
1
2 body {
3         background-color: white;
4         margin:0 auto;
5         font-family: "Bitstream Vera Sans","Lucida Grande", verdana, "Luxi Sans","Trebuchet MS", helvetica,verdana,arial,sans-serif;
6         font-size:12px;
7         max-width:55em;
8         padding:2em;
9         color:#333;
10         line-height:150%;
11 }
12
13 /* Links */
14
15 a:link {
16         color:#7f83a4;
17 }
18
19 a:visited {
20         color:#adabc8;
21 }
22
23 div.longdesc-link {
24         color:#999;
25         float:right;
26 }
27
28 /* Images */
29
30 img {
31         display:block;
32         margin: 1.5em;
33 }
34
35
36 .screen {
37         background-color:#dddddd;
38         color:#333333;
39 }
40
41 pre,code{ 
42         padding:.3em 1em;
43         font-size:0.9em;
44         font-family:"Bitstream vera mono",monospace;
45 }
46
47 /* Headings */
48
49 h1,h2,h3,h4,h5,h6 {
50         color:#565690;
51         line-height:130%;
52         margin-top:0em;
53         font-family:"Luxi Sans","Bitstream Vera Sans","Lucida Grande","Trebuchet MS",helvetica,verdana,arial,sans-serif;
54         background-color:transparent;
55         }
56
57 h1 {
58         background: #555555 url(images/title-bg.png) top left repeat;
59         line-height:1.6em;
60         color:#eff3f0;
61         font-size:2em;
62         padding:1.5em;
63 }
64
65 h2 {
66         font-size:1.6em;
67 }
68
69 h3 {
70         font-size:1.1em;
71         padding-top:1em;
72 }
73
74 h5.formalpara {
75         font-size:1em;
76         margin-top:2em;
77 }
78
79 /* Element rules*/
80 hr{border-collapse: collapse;border-style:none;border-top: 1px dotted #ccc;width:100% !important;}
81 sup{color:#999;}
82