2007-02-02 20:05:03 -05:00
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: white;
|
|
|
|
margin:0 auto;
|
2007-02-03 05:55:10 -05:00
|
|
|
font-family: "Bitstream Vera Sans","Lucida Grande", "Luxi Sans", verdana, "Trebuchet MS", helvetica,verdana,arial,sans-serif;
|
|
|
|
font-size:9pt;
|
2007-02-02 20:05:03 -05:00
|
|
|
max-width:55em;
|
|
|
|
padding:2em;
|
|
|
|
color:#333;
|
|
|
|
line-height:150%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Links */
|
|
|
|
|
2007-02-03 05:55:10 -05:00
|
|
|
/* these colors need work */
|
|
|
|
|
2007-02-02 20:05:03 -05:00
|
|
|
a:link {
|
|
|
|
color:#7f83a4;
|
|
|
|
}
|
|
|
|
|
2007-02-03 05:55:10 -05:00
|
|
|
/* This is too light */
|
2007-02-02 20:05:03 -05:00
|
|
|
a:visited {
|
|
|
|
color:#adabc8;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.longdesc-link {
|
|
|
|
color:#999;
|
|
|
|
float:right;
|
|
|
|
}
|
|
|
|
|
2007-02-14 06:23:38 -05:00
|
|
|
/* Lists */
|
|
|
|
|
|
|
|
dt {
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
dd {
|
|
|
|
margin:0em;
|
|
|
|
margin-left:2em;
|
|
|
|
padding-top:0em;
|
|
|
|
}
|
|
|
|
|
2007-02-02 21:25:12 -05:00
|
|
|
/* Images */
|
|
|
|
|
|
|
|
img {
|
|
|
|
display:block;
|
|
|
|
margin: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.screen {
|
2007-02-03 05:55:10 -05:00
|
|
|
background-color:#d5d1b9;
|
|
|
|
color:#333;
|
2007-02-02 21:25:12 -05:00
|
|
|
}
|
|
|
|
|
2007-02-03 05:55:10 -05:00
|
|
|
pre,code {
|
2007-02-02 21:25:12 -05:00
|
|
|
padding:.3em 1em;
|
|
|
|
font-size:0.9em;
|
|
|
|
font-family:"Bitstream vera mono",monospace;
|
|
|
|
}
|
|
|
|
|
2007-02-03 05:55:10 -05:00
|
|
|
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;
|
2007-02-14 08:41:30 -05:00
|
|
|
padding:1.0em;
|
2007-02-03 05:55:10 -05:00
|
|
|
margin-bottom:1.5em;
|
|
|
|
}
|
|
|
|
|
2007-02-14 08:41:30 -05:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2007-02-03 05:55:10 -05:00
|
|
|
div.note .title,
|
|
|
|
div.tip .title,
|
|
|
|
div.important .title,
|
|
|
|
div.caution .title,
|
|
|
|
div.warning .title {
|
2007-02-14 08:41:30 -05:00
|
|
|
background-color:transparent;
|
|
|
|
background-position:top left;
|
|
|
|
background-repeat:no-repeat;
|
|
|
|
height:42px;
|
2007-02-03 05:55:10 -05:00
|
|
|
font-size:1.3em;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2007-02-14 08:41:30 -05:00
|
|
|
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)
|
2007-02-03 05:55:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* 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;
|
|
|
|
}
|
|
|
|
|
2007-02-02 20:05:03 -05:00
|
|
|
/* Headings */
|
|
|
|
|
2007-02-03 05:55:10 -05:00
|
|
|
|
2007-02-02 20:05:03 -05:00
|
|
|
h1,h2,h3,h4,h5,h6 {
|
2007-02-03 05:55:10 -05:00
|
|
|
/* this color is too purpley */
|
2007-02-02 20:05:03 -05:00
|
|
|
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;
|
|
|
|
}
|
2007-02-14 06:23:38 -05:00
|
|
|
|
|
|
|
/* Status */
|
|
|
|
|
|
|
|
.ardour-draft {
|
|
|
|
background: white url(./images/watermark-draft.png) top left repeat;
|
|
|
|
}
|
|
|
|
|
2007-02-14 08:41:30 -05:00
|
|
|
/* 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;
|
|
|
|
}
|