Remove dates from documentation. Update CSS.

pull/3/head
Jonathan Moore Liles 2012-10-23 23:20:13 -07:00
parent a7d2f2f213
commit 03fdc46f3c
12 changed files with 149 additions and 104 deletions

View File

@ -6,12 +6,13 @@
<title>Non Mixer User Manual</title> <title>Non Mixer User Manual</title>
</head> </head>
<body> <body>
<div id=cover> <div id=cover>
<h1>Non Mixer User Manual</h1> <h1>Non Mixer User Manual</h1>
<h3></h3> <h3></h3>
<address> <address>
Jonathan Moore Liles <a href="mailto:male@tuxfamily.org">&lt;male@tuxfamily.org&gt;</a><br> Jonathan Moore Liles <a href="mailto:male@tuxfamily.org">&lt;male@tuxfamily.org&gt;</a><br>
January 21, 2010<br> <br>
</address><hr></div> </address><hr></div>
<div id=body> <div id=body>

View File

@ -1,7 +1,6 @@
! title Non Mixer User Manual ! title Non Mixer User Manual
! author Jonathan Moore Liles #(email,male@tuxfamily.org) ! author Jonathan Moore Liles #(email,male@tuxfamily.org)
! date January 21, 2010
-- Table Of Contents -- Table Of Contents

View File

@ -1,8 +1,15 @@
/* Example CSS Style for MUP */ /* Example CSS Style for MUP */
body
{
font: normal normal 14pt "Helvetica", sans-serif;
/* background: url("http://non.tuxfamily.org/background-pattern.png") fixed; */
background-color: #121212; color: lightgray; padding: 0; margin: 0;
}
a:link { a:link {
color: yellow; color: white;
} }
a:visited { a:visited {
color: olive; color: olive;
@ -82,14 +89,17 @@ p:contains("Warning:") {
} }
#cover { #cover {
position: relative; position: relative;
background: #da0; /* background: #da0;*/
color: black; background: #555;
color: #aaa;
text-align: center; text-align: center;
margin: 0; margin: 0;
padding: 0.5em; padding: 0.5em;
border-top: 4px solid black;
border-bottom: 4px solid black;
} }
#cover h1, #cover h3 { #cover h1, #cover h3 {
text-shadow: #444 0.2em 0.2em 0.2em; text-shadow: #222 0.2em 0.2em 0.2em;
color: white; color: white;
border: none; border: none;
letter-spacing: 0.2em; letter-spacing: 0.2em;
@ -98,7 +108,7 @@ p:contains("Warning:") {
margin-right: 2em; margin-right: 2em;
} }
#cover h1:before, #cover h1:after { #cover h1:before, #cover h1:after {
content: "::"; /* content: "::"; */
font-size: 300%; font-size: 300%;
color: black; color: black;
} }
@ -162,26 +172,26 @@ hr {
border-bottom: 0; border-bottom: 0;
} }
body {
margin: 0;
background: #222;
color: white;
font-family: Arial, sans-serif;
}
/* */ /* */
#body { #body {
position: relative; position: relative;
margin: 0.5em; margin: 0 auto;
padding: 0.5em; padding: 0.5em;
max-width: 900px;
background-color: #1c1c1c;
} }
/* ;, : */ /* ;, : */
h1 { h1 {
color: #ff0; color: #fff;
border-bottom: solid #444 0.1em; border-bottom: solid #444 0.1em;
text-shadow: 1px 1px 2px #000;
} }
/* ::, :::, ::::, :::::, :::::: */ /* ::, :::, ::::, :::::, :::::: */
h2, h3, h4, h5, h6 { h2, h3, h4, h5, h6 {
color: #dd0; color: #fff;
text-shadow: 1px 1px 2px #000;
} }
/* tables, figures */ /* tables, figures */
@ -215,12 +225,9 @@ h2, h3, h4, h5, h6 {
/* < */ /* < */
.fig.image table { .fig.image table {
border: dashed silver 0.2em; border: none;
background: transparent; background: transparent;
/* Every browser should support border radii */ max-width: 100%;
-moz-border-radius: 0.5em;
border-radius: 0.5em;
} }
.fig.image tr, .fig.image td { .fig.image tr, .fig.image td {
border: none; border: none;
@ -228,6 +235,11 @@ h2, h3, h4, h5, h6 {
padding: 0; padding: 0;
} }
.fig.image img
{
max-width: 900px;
}
/* */ /* */
p { p {
margin-right: 2%; margin-right: 2%;
@ -265,14 +277,14 @@ p {
margin-top: 0; margin-top: 0;
font-family: Monospace; font-family: Monospace;
padding: 1em; padding: 1em;
border: dashed 0.3em gray; border: solid 1px black;
background: #111; background: #222;
color: white; color: white;
display: block; display: block;
overflow: auto; overflow: auto;
/* Every browser should support border radii */ /* Every browser should support border radii */
-moz-border-radius: 0.5em; /* -moz-border-radius: 0.5em;
border-radius: 0.5em; border-radius: 0.5em; */
} }
/* " */ /* " */
/* /*

View File

@ -6,14 +6,15 @@
<title>The Non Sequencer</title> <title>The Non Sequencer</title>
</head> </head>
<body> <body>
<div id=cover> <div id=cover>
<h1>The Non Sequencer</h1> <h1>The Non Sequencer</h1>
<h3></h3> <h3></h3>
<address> <address>
Jonathan Moore Liles <a href="mailto:male@tuxfamily.org">&lt;male@tuxfamily.org&gt;</a><br> Jonathan Moore Liles <a href="mailto:male@tuxfamily.org">&lt;male@tuxfamily.org&gt;</a><br>
Oct 13 2007<br> <br>
</address><a class=ext href="http://non.tuxfamily.org">Home</a><hr></div> </address><hr></div>
<div id=body> <div id=body>
<div id=toc> <div id=toc>
<h1 id=toc>Table Of Contents</h1> <h1 id=toc>Table Of Contents</h1>

View File

@ -1,9 +1,6 @@
! title The Non Sequencer ! title The Non Sequencer
! author Jonathan Moore Liles #(email,male@tuxfamily.org) ! author Jonathan Moore Liles #(email,male@tuxfamily.org)
! date Oct 13 2007
! keywords Non Jack ALSA FLTK
! extra #(url,http://non.tuxfamily.org,Home)
-- Table Of Contents -- Table Of Contents

View File

@ -1,8 +1,15 @@
/* Example CSS Style for MUP */ /* Example CSS Style for MUP */
body
{
font: normal normal 14pt "Helvetica", sans-serif;
/* background: url("http://non.tuxfamily.org/background-pattern.png") fixed; */
background-color: #121212; color: lightgray; padding: 0; margin: 0;
}
a:link { a:link {
color: yellow; color: white;
} }
a:visited { a:visited {
color: olive; color: olive;
@ -82,14 +89,17 @@ p:contains("Warning:") {
} }
#cover { #cover {
position: relative; position: relative;
background: #da0; /* background: #da0;*/
color: black; background: #555;
color: #aaa;
text-align: center; text-align: center;
margin: 0; margin: 0;
padding: 0.5em; padding: 0.5em;
border-top: 4px solid black;
border-bottom: 4px solid black;
} }
#cover h1, #cover h3 { #cover h1, #cover h3 {
text-shadow: #444 0.2em 0.2em 0.2em; text-shadow: #222 0.2em 0.2em 0.2em;
color: white; color: white;
border: none; border: none;
letter-spacing: 0.2em; letter-spacing: 0.2em;
@ -98,7 +108,7 @@ p:contains("Warning:") {
margin-right: 2em; margin-right: 2em;
} }
#cover h1:before, #cover h1:after { #cover h1:before, #cover h1:after {
content: "::"; /* content: "::"; */
font-size: 300%; font-size: 300%;
color: black; color: black;
} }
@ -162,26 +172,26 @@ hr {
border-bottom: 0; border-bottom: 0;
} }
body {
margin: 0;
background: #222;
color: white;
font-family: Arial, sans-serif;
}
/* */ /* */
#body { #body {
position: relative; position: relative;
margin: 0.5em; margin: 0 auto;
padding: 0.5em; padding: 0.5em;
max-width: 900px;
background-color: #1c1c1c;
} }
/* ;, : */ /* ;, : */
h1 { h1 {
color: #ff0; color: #fff;
border-bottom: solid #444 0.1em; border-bottom: solid #444 0.1em;
text-shadow: 1px 1px 2px #000;
} }
/* ::, :::, ::::, :::::, :::::: */ /* ::, :::, ::::, :::::, :::::: */
h2, h3, h4, h5, h6 { h2, h3, h4, h5, h6 {
color: #dd0; color: #fff;
text-shadow: 1px 1px 2px #000;
} }
/* tables, figures */ /* tables, figures */
@ -215,12 +225,9 @@ h2, h3, h4, h5, h6 {
/* < */ /* < */
.fig.image table { .fig.image table {
border: dashed silver 0.2em; border: none;
background: transparent; background: transparent;
/* Every browser should support border radii */ max-width: 100%;
-moz-border-radius: 0.5em;
border-radius: 0.5em;
} }
.fig.image tr, .fig.image td { .fig.image tr, .fig.image td {
border: none; border: none;
@ -228,6 +235,11 @@ h2, h3, h4, h5, h6 {
padding: 0; padding: 0;
} }
.fig.image img
{
max-width: 900px;
}
/* */ /* */
p { p {
margin-right: 2%; margin-right: 2%;
@ -265,14 +277,14 @@ p {
margin-top: 0; margin-top: 0;
font-family: Monospace; font-family: Monospace;
padding: 1em; padding: 1em;
border: dashed 0.3em gray; border: solid 1px black;
background: #111; background: #222;
color: white; color: white;
display: block; display: block;
overflow: auto; overflow: auto;
/* Every browser should support border radii */ /* Every browser should support border radii */
-moz-border-radius: 0.5em; /* -moz-border-radius: 0.5em;
border-radius: 0.5em; border-radius: 0.5em; */
} }
/* " */ /* " */
/* /*

View File

@ -6,12 +6,13 @@
<title>Non Session Manager User Manual</title> <title>Non Session Manager User Manual</title>
</head> </head>
<body> <body>
<div id=cover> <div id=cover>
<h1>Non Session Manager User Manual</h1> <h1>Non Session Manager User Manual</h1>
<h3></h3> <h3></h3>
<address> <address>
Jonathan Moore Liles <a href="mailto:male@tuxfamily.org">&lt;male@tuxfamily.org&gt;</a><br> Jonathan Moore Liles <a href="mailto:male@tuxfamily.org">&lt;male@tuxfamily.org&gt;</a><br>
February 25, 2012<br> <br>
</address><img src="icon.png" alt="logo"><hr></div> </address><img src="icon.png" alt="logo"><hr></div>
<div id=body> <div id=body>

View File

@ -1,7 +1,6 @@
! title Non Session Manager User Manual ! title Non Session Manager User Manual
! author Jonathan Moore Liles #(email,male@tuxfamily.org) ! author Jonathan Moore Liles #(email,male@tuxfamily.org)
! date February 25, 2012
! extra #(image,logo,icon.png) ! extra #(image,logo,icon.png)
-- Table Of Contents -- Table Of Contents

View File

@ -1,8 +1,15 @@
/* Example CSS Style for MUP */ /* Example CSS Style for MUP */
body
{
font: normal normal 14pt "Helvetica", sans-serif;
/* background: url("http://non.tuxfamily.org/background-pattern.png") fixed; */
background-color: #121212; color: lightgray; padding: 0; margin: 0;
}
a:link { a:link {
color: yellow; color: white;
} }
a:visited { a:visited {
color: olive; color: olive;
@ -82,14 +89,17 @@ p:contains("Warning:") {
} }
#cover { #cover {
position: relative; position: relative;
background: #da0; /* background: #da0;*/
color: black; background: #555;
color: #aaa;
text-align: center; text-align: center;
margin: 0; margin: 0;
padding: 0.5em; padding: 0.5em;
border-top: 4px solid black;
border-bottom: 4px solid black;
} }
#cover h1, #cover h3 { #cover h1, #cover h3 {
text-shadow: #444 0.2em 0.2em 0.2em; text-shadow: #222 0.2em 0.2em 0.2em;
color: white; color: white;
border: none; border: none;
letter-spacing: 0.2em; letter-spacing: 0.2em;
@ -98,7 +108,7 @@ p:contains("Warning:") {
margin-right: 2em; margin-right: 2em;
} }
#cover h1:before, #cover h1:after { #cover h1:before, #cover h1:after {
content: "::"; /* content: "::"; */
font-size: 300%; font-size: 300%;
color: black; color: black;
} }
@ -162,26 +172,26 @@ hr {
border-bottom: 0; border-bottom: 0;
} }
body {
margin: 0;
background: #222;
color: white;
font-family: Arial, sans-serif;
}
/* */ /* */
#body { #body {
position: relative; position: relative;
margin: 0.5em; margin: 0 auto;
padding: 0.5em; padding: 0.5em;
max-width: 900px;
background-color: #1c1c1c;
} }
/* ;, : */ /* ;, : */
h1 { h1 {
color: #ff0; color: #fff;
border-bottom: solid #444 0.1em; border-bottom: solid #444 0.1em;
text-shadow: 1px 1px 2px #000;
} }
/* ::, :::, ::::, :::::, :::::: */ /* ::, :::, ::::, :::::, :::::: */
h2, h3, h4, h5, h6 { h2, h3, h4, h5, h6 {
color: #dd0; color: #fff;
text-shadow: 1px 1px 2px #000;
} }
/* tables, figures */ /* tables, figures */
@ -215,12 +225,9 @@ h2, h3, h4, h5, h6 {
/* < */ /* < */
.fig.image table { .fig.image table {
border: dashed silver 0.2em; border: none;
background: transparent; background: transparent;
/* Every browser should support border radii */ max-width: 100%;
-moz-border-radius: 0.5em;
border-radius: 0.5em;
} }
.fig.image tr, .fig.image td { .fig.image tr, .fig.image td {
border: none; border: none;
@ -228,6 +235,11 @@ h2, h3, h4, h5, h6 {
padding: 0; padding: 0;
} }
.fig.image img
{
max-width: 900px;
}
/* */ /* */
p { p {
margin-right: 2%; margin-right: 2%;
@ -265,14 +277,14 @@ p {
margin-top: 0; margin-top: 0;
font-family: Monospace; font-family: Monospace;
padding: 1em; padding: 1em;
border: dashed 0.3em gray; border: solid 1px black;
background: #111; background: #222;
color: white; color: white;
display: block; display: block;
overflow: auto; overflow: auto;
/* Every browser should support border radii */ /* Every browser should support border radii */
-moz-border-radius: 0.5em; /* -moz-border-radius: 0.5em;
border-radius: 0.5em; border-radius: 0.5em; */
} }
/* " */ /* " */
/* /*
@ -431,7 +443,7 @@ dl {
dt { dt {
background: #181818; background: #181818;
padding: 0.2em; padding: 0.2em;
/* font-variant: small-caps; */ font-variant: small-caps;
font-weight: bold; font-weight: bold;
color: #f0f; color: #f0f;
} }

View File

@ -12,7 +12,7 @@
<h3></h3> <h3></h3>
<address> <address>
Jonathan Moore Liles <a href="mailto:male@tuxfamily.org">&lt;male@tuxfamily.org&gt;</a><br> Jonathan Moore Liles <a href="mailto:male@tuxfamily.org">&lt;male@tuxfamily.org&gt;</a><br>
June 20, 2008<br> <br>
</address><hr></div> </address><hr></div>
<div id=body> <div id=body>

View File

@ -1,7 +1,6 @@
! title Non DAW User Manual ! title Non DAW User Manual
! author Jonathan Moore Liles #(email,male@tuxfamily.org) ! author Jonathan Moore Liles #(email,male@tuxfamily.org)
! date June 20, 2008
-- Table Of Contents -- Table Of Contents

View File

@ -1,8 +1,15 @@
/* Example CSS Style for MUP */ /* Example CSS Style for MUP */
body
{
font: normal normal 14pt "Helvetica", sans-serif;
/* background: url("http://non.tuxfamily.org/background-pattern.png") fixed; */
background-color: #121212; color: lightgray; padding: 0; margin: 0;
}
a:link { a:link {
color: yellow; color: white;
} }
a:visited { a:visited {
color: olive; color: olive;
@ -82,14 +89,17 @@ p:contains("Warning:") {
} }
#cover { #cover {
position: relative; position: relative;
background: #da0; /* background: #da0;*/
color: black; background: #555;
color: #aaa;
text-align: center; text-align: center;
margin: 0; margin: 0;
padding: 0.5em; padding: 0.5em;
border-top: 4px solid black;
border-bottom: 4px solid black;
} }
#cover h1, #cover h3 { #cover h1, #cover h3 {
text-shadow: #444 0.2em 0.2em 0.2em; text-shadow: #222 0.2em 0.2em 0.2em;
color: white; color: white;
border: none; border: none;
letter-spacing: 0.2em; letter-spacing: 0.2em;
@ -98,7 +108,7 @@ p:contains("Warning:") {
margin-right: 2em; margin-right: 2em;
} }
#cover h1:before, #cover h1:after { #cover h1:before, #cover h1:after {
content: "::"; /* content: "::"; */
font-size: 300%; font-size: 300%;
color: black; color: black;
} }
@ -162,26 +172,26 @@ hr {
border-bottom: 0; border-bottom: 0;
} }
body {
margin: 0;
background: #222;
color: white;
font-family: Arial, sans-serif;
}
/* */ /* */
#body { #body {
position: relative; position: relative;
margin: 0.5em; margin: 0 auto;
padding: 0.5em; padding: 0.5em;
max-width: 900px;
background-color: #1c1c1c;
} }
/* ;, : */ /* ;, : */
h1 { h1 {
color: #ff0; color: #fff;
border-bottom: solid #444 0.1em; border-bottom: solid #444 0.1em;
text-shadow: 1px 1px 2px #000;
} }
/* ::, :::, ::::, :::::, :::::: */ /* ::, :::, ::::, :::::, :::::: */
h2, h3, h4, h5, h6 { h2, h3, h4, h5, h6 {
color: #dd0; color: #fff;
text-shadow: 1px 1px 2px #000;
} }
/* tables, figures */ /* tables, figures */
@ -215,12 +225,9 @@ h2, h3, h4, h5, h6 {
/* < */ /* < */
.fig.image table { .fig.image table {
border: dashed silver 0.2em; border: none;
background: transparent; background: transparent;
/* Every browser should support border radii */ max-width: 100%;
-moz-border-radius: 0.5em;
border-radius: 0.5em;
} }
.fig.image tr, .fig.image td { .fig.image tr, .fig.image td {
border: none; border: none;
@ -228,6 +235,11 @@ h2, h3, h4, h5, h6 {
padding: 0; padding: 0;
} }
.fig.image img
{
max-width: 900px;
}
/* */ /* */
p { p {
margin-right: 2%; margin-right: 2%;
@ -265,14 +277,14 @@ p {
margin-top: 0; margin-top: 0;
font-family: Monospace; font-family: Monospace;
padding: 1em; padding: 1em;
border: dashed 0.3em gray; border: solid 1px black;
background: #111; background: #222;
color: white; color: white;
display: block; display: block;
overflow: auto; overflow: auto;
/* Every browser should support border radii */ /* Every browser should support border radii */
-moz-border-radius: 0.5em; /* -moz-border-radius: 0.5em;
border-radius: 0.5em; border-radius: 0.5em; */
} }
/* " */ /* " */
/* /*