summaryrefslogtreecommitdiff
path: root/manual/css
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-02-03 01:05:03 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-02-03 01:05:03 +0000
commitb050d971e109da7fa5e0d19917d96bde4a9e5069 (patch)
tree0e8f2b7bac42454b1149e47fe46e6dc1c515ed6a /manual/css
parentdfc75e0561c4994c65d4893d107355a8d1db05b9 (diff)
Add a css file so that the manual looks a bit better.
git-svn-id: svn://localhost/ardour2/trunk@1411 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'manual/css')
-rw-r--r--manual/css/ardour_manual.css63
1 files changed, 63 insertions, 0 deletions
diff --git a/manual/css/ardour_manual.css b/manual/css/ardour_manual.css
new file mode 100644
index 0000000000..03e04e5790
--- /dev/null
+++ b/manual/css/ardour_manual.css
@@ -0,0 +1,63 @@
+
+body {
+ background-color: white;
+ margin:0 auto;
+ font-family: "Bitstream Vera Sans","Lucida Grande", verdana, "Luxi Sans","Trebuchet MS", helvetica,verdana,arial,sans-serif;
+ font-size:12px;
+ max-width:55em;
+ padding:2em;
+ color:#333;
+ line-height:150%;
+}
+
+/* Links */
+
+a:link {
+ color:#7f83a4;
+}
+
+a:visited {
+ color:#adabc8;
+}
+
+div.longdesc-link {
+ color:#999;
+ float:right;
+}
+
+/* Headings */
+
+h1,h2,h3,h4,h5,h6 {
+ color:#565690;
+ line-height:130%;
+ margin-top:0em;
+ font-family:"Luxi Sans","Bitstream Vera Sans","Lucida Grande","Trebuchet MS",helvetica,verdana,arial,sans-serif;
+ background-color:transparent;
+ }
+
+h1 {
+ background: #555555 url(images/title-bg.png) top left repeat;
+ line-height:1.6em;
+ color:#eff3f0;
+ font-size:2em;
+ padding:1.5em;
+}
+
+h2 {
+ font-size:1.6em;
+}
+
+h3 {
+ font-size:1.1em;
+ padding-top:1em;
+}
+
+h5.formalpara {
+ font-size:1em;
+ margin-top:2em;
+}
+
+/* Element rules*/
+hr{border-collapse: collapse;border-style:none;border-top: 1px dotted #ccc;width:100% !important;}
+sup{color:#999;}
+