fix initial display of solo-model in monitor section
[ardour.git] / manual / css / ardour_manual.css
index 03e04e5790728292cdd89c3e0d7c031e28d534fa..95da19334c08400297b13445d4cdbb63f4f553f6 100644 (file)
@@ -2,8 +2,8 @@
 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;
+       font-family: "Bitstream Vera Sans","Lucida Grande", "Luxi Sans", verdana, "Trebuchet MS", helvetica,verdana,arial,sans-serif;
+       font-size:9pt;
        max-width:55em;
        padding:2em;
        color:#333;
@@ -12,10 +12,13 @@ body {
 
 /* Links */
 
+/* these colors need work */
+
 a:link {
        color:#7f83a4;
 }
 
+/* This is too light */
 a:visited {
        color:#adabc8;
 }
@@ -25,9 +28,138 @@ div.longdesc-link {
        float:right;
 }
 
+/* Lists */
+
+dt {
+       font-weight:bold;
+}
+
+dd {
+       margin:0em;
+       margin-left:2em;
+       padding-top:0em;
+}
+
+/* Images */
+
+img {
+       display:block;
+       margin: 1.5em;
+}
+
+
+.screen {
+       background-color:#d5d1b9;
+       color:#333;
+}
+
+pre,code { 
+       padding:.3em 1em;
+       font-size:0.9em;
+       font-family:"Bitstream vera mono",monospace;
+}
+
+pre {
+       display:block;
+       overflow:auto;
+}
+
+code {
+       white-space:nowrap;
+       background-color:#bbb;
+       color:#222;
+}
+
+.command,
+.filename,
+.literal,
+.option {
+       font-weight:bold;
+}
+
+/* Admonitions */
+div.note,
+div.tip,
+div.important,
+div.caution,
+div.warning {
+       background: #27272b url(images/admon-bg.png) top left repeat;
+       color:white;
+       padding:1.0em;
+       margin-bottom:1.5em;
+}
+
+div.note h2, div.note p,
+div.tip h2,div.tip p,
+div.caution h2,div.caution p,
+div.warning h2,div.warning p,
+div.important h2,div.important p {
+       padding:0em;
+       margin:0em;
+       padding-left:46px;
+}
+
+div.note .title,
+div.tip .title,
+div.important .title,
+div.caution .title,
+div.warning .title {
+       background-color:transparent;
+       background-position:top left;
+       background-repeat:no-repeat;
+       height:42px;
+       font-size:1.3em;
+       color: white;
+}
+
+div.note h2 {
+       background-image:url(images/tango-icons/note.png)
+}
+
+div.tip h2 {
+       background-image:url(images/tango-icons/tip.png)
+}
+
+div.caution h2 {
+       background-image:url(images/tango-icons/caution.png)
+}
+
+div.warning h2 {
+       background-image:url(images/tango-icons/warning.png)
+}
+
+div.important h2 {
+       background-image:url(images/tango-icons/important.png)
+}
+
+/* Tables */
+
+table {
+       width:100%;
+       border-right:1px solid #aaa;
+       border-collapse:collapse;
+       border-top:1px solid #aaa;
+       border-left:1px solid #aaa;
+       border-bottom:1px solid #aaa;
+}
+
+table th {
+       padding:.2em .5em;
+}
+
+table td {
+       padding:.10em .5em;
+}
+
+table,td,th {
+       border-color:#777 !important;
+}
+
 /* Headings */
 
+
 h1,h2,h3,h4,h5,h6 {
+       /* this color is too purpley */
        color:#565690;
        line-height:130%;
        margin-top:0em;
@@ -57,7 +189,20 @@ h5.formalpara {
        margin-top:2em;
 }
 
-/* Element rules*/
-hr{border-collapse: collapse;border-style:none;border-top: 1px dotted #ccc;width:100% !important;}
-sup{color:#999;}
+/* Status */
 
+.ardour-draft {
+       background: white url(./images/watermark-draft.png) top left repeat;
+}
+
+/* remove table border from navigation...ugh */
+
+.navheader table, .navheader table td {
+       border:0px none;
+       border-collapse:collapse;
+}
+
+.navfooter table, .navfooter table td {
+       border:0px none;
+       border-collapse:collapse;
+}