fix import/embed with "sequence files" option
[ardour2.git] / manual / css / ardour_manual.css
blob95da19334c08400297b13445d4cdbb63f4f553f6
2 body {
3 background-color: white;
4 margin:0 auto;
5 font-family: "Bitstream Vera Sans","Lucida Grande", "Luxi Sans", verdana, "Trebuchet MS", helvetica,verdana,arial,sans-serif;
6 font-size:9pt;
7 max-width:55em;
8 padding:2em;
9 color:#333;
10 line-height:150%;
13 /* Links */
15 /* these colors need work */
17 a:link {
18 color:#7f83a4;
21 /* This is too light */
22 a:visited {
23 color:#adabc8;
26 div.longdesc-link {
27 color:#999;
28 float:right;
31 /* Lists */
33 dt {
34 font-weight:bold;
37 dd {
38 margin:0em;
39 margin-left:2em;
40 padding-top:0em;
43 /* Images */
45 img {
46 display:block;
47 margin: 1.5em;
51 .screen {
52 background-color:#d5d1b9;
53 color:#333;
56 pre,code {
57 padding:.3em 1em;
58 font-size:0.9em;
59 font-family:"Bitstream vera mono",monospace;
62 pre {
63 display:block;
64 overflow:auto;
67 code {
68 white-space:nowrap;
69 background-color:#bbb;
70 color:#222;
73 .command,
74 .filename,
75 .literal,
76 .option {
77 font-weight:bold;
80 /* Admonitions */
81 div.note,
82 div.tip,
83 div.important,
84 div.caution,
85 div.warning {
86 background: #27272b url(images/admon-bg.png) top left repeat;
87 color:white;
88 padding:1.0em;
89 margin-bottom:1.5em;
92 div.note h2, div.note p,
93 div.tip h2,div.tip p,
94 div.caution h2,div.caution p,
95 div.warning h2,div.warning p,
96 div.important h2,div.important p {
97 padding:0em;
98 margin:0em;
99 padding-left:46px;
102 div.note .title,
103 div.tip .title,
104 div.important .title,
105 div.caution .title,
106 div.warning .title {
107 background-color:transparent;
108 background-position:top left;
109 background-repeat:no-repeat;
110 height:42px;
111 font-size:1.3em;
112 color: white;
115 div.note h2 {
116 background-image:url(images/tango-icons/note.png)
119 div.tip h2 {
120 background-image:url(images/tango-icons/tip.png)
123 div.caution h2 {
124 background-image:url(images/tango-icons/caution.png)
127 div.warning h2 {
128 background-image:url(images/tango-icons/warning.png)
131 div.important h2 {
132 background-image:url(images/tango-icons/important.png)
135 /* Tables */
137 table {
138 width:100%;
139 border-right:1px solid #aaa;
140 border-collapse:collapse;
141 border-top:1px solid #aaa;
142 border-left:1px solid #aaa;
143 border-bottom:1px solid #aaa;
146 table th {
147 padding:.2em .5em;
150 table td {
151 padding:.10em .5em;
154 table,td,th {
155 border-color:#777 !important;
158 /* Headings */
161 h1,h2,h3,h4,h5,h6 {
162 /* this color is too purpley */
163 color:#565690;
164 line-height:130%;
165 margin-top:0em;
166 font-family:"Luxi Sans","Bitstream Vera Sans","Lucida Grande","Trebuchet MS",helvetica,verdana,arial,sans-serif;
167 background-color:transparent;
170 h1 {
171 background: #555555 url(images/title-bg.png) top left repeat;
172 line-height:1.6em;
173 color:#eff3f0;
174 font-size:2em;
175 padding:1.5em;
178 h2 {
179 font-size:1.6em;
182 h3 {
183 font-size:1.1em;
184 padding-top:1em;
187 h5.formalpara {
188 font-size:1em;
189 margin-top:2em;
192 /* Status */
194 .ardour-draft {
195 background: white url(./images/watermark-draft.png) top left repeat;
198 /* remove table border from navigation...ugh */
200 .navheader table, .navheader table td {
201 border:0px none;
202 border-collapse:collapse;
205 .navfooter table, .navfooter table td {
206 border:0px none;
207 border-collapse:collapse;