Table Of Contents
diff --git a/sequencer/doc/MANUAL.mu b/sequencer/doc/MANUAL.mu
index e403e58..b3564e4 100644
--- a/sequencer/doc/MANUAL.mu
+++ b/sequencer/doc/MANUAL.mu
@@ -1,9 +1,6 @@
! title The Non Sequencer
! 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
diff --git a/sequencer/doc/mup.css b/sequencer/doc/mup.css
index fd4229a..10aceae 100644
--- a/sequencer/doc/mup.css
+++ b/sequencer/doc/mup.css
@@ -1,8 +1,15 @@
/* 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 {
- color: yellow;
+ color: white;
}
a:visited {
color: olive;
@@ -82,14 +89,17 @@ p:contains("Warning:") {
}
#cover {
position: relative;
- background: #da0;
- color: black;
+/* background: #da0;*/
+ background: #555;
+ color: #aaa;
text-align: center;
margin: 0;
padding: 0.5em;
+ border-top: 4px solid black;
+ border-bottom: 4px solid black;
}
#cover h1, #cover h3 {
- text-shadow: #444 0.2em 0.2em 0.2em;
+ text-shadow: #222 0.2em 0.2em 0.2em;
color: white;
border: none;
letter-spacing: 0.2em;
@@ -98,7 +108,7 @@ p:contains("Warning:") {
margin-right: 2em;
}
#cover h1:before, #cover h1:after {
- content: "::";
+/* content: "::"; */
font-size: 300%;
color: black;
}
@@ -162,26 +172,26 @@ hr {
border-bottom: 0;
}
-body {
- margin: 0;
- background: #222;
- color: white;
- font-family: Arial, sans-serif;
-}
/* */
#body {
position: relative;
- margin: 0.5em;
+ margin: 0 auto;
padding: 0.5em;
+ max-width: 900px;
+ background-color: #1c1c1c;
}
/* ;, : */
h1 {
- color: #ff0;
+ color: #fff;
border-bottom: solid #444 0.1em;
+ text-shadow: 1px 1px 2px #000;
+
}
/* ::, :::, ::::, :::::, :::::: */
h2, h3, h4, h5, h6 {
- color: #dd0;
+ color: #fff;
+ text-shadow: 1px 1px 2px #000;
+
}
/* tables, figures */
@@ -215,12 +225,9 @@ h2, h3, h4, h5, h6 {
/* < */
.fig.image table {
- border: dashed silver 0.2em;
+ border: none;
background: transparent;
- /* Every browser should support border radii */
- -moz-border-radius: 0.5em;
- border-radius: 0.5em;
-
+ max-width: 100%;
}
.fig.image tr, .fig.image td {
border: none;
@@ -228,6 +235,11 @@ h2, h3, h4, h5, h6 {
padding: 0;
}
+.fig.image img
+{
+ max-width: 900px;
+}
+
/* */
p {
margin-right: 2%;
@@ -265,14 +277,14 @@ p {
margin-top: 0;
font-family: Monospace;
padding: 1em;
- border: dashed 0.3em gray;
- background: #111;
+ border: solid 1px black;
+ background: #222;
color: white;
display: block;
overflow: auto;
/* Every browser should support border radii */
- -moz-border-radius: 0.5em;
- border-radius: 0.5em;
+/* -moz-border-radius: 0.5em;
+ border-radius: 0.5em; */
}
/* " */
/*
diff --git a/session-manager/doc/MANUAL.html b/session-manager/doc/MANUAL.html
index 9b3bfb9..4c66890 100644
--- a/session-manager/doc/MANUAL.html
+++ b/session-manager/doc/MANUAL.html
@@ -6,12 +6,13 @@
Non Session Manager User Manual
+
diff --git a/session-manager/doc/MANUAL.mu b/session-manager/doc/MANUAL.mu
index c9cbe1e..e4c2990 100644
--- a/session-manager/doc/MANUAL.mu
+++ b/session-manager/doc/MANUAL.mu
@@ -1,7 +1,6 @@
! title Non Session Manager User Manual
! author Jonathan Moore Liles #(email,male@tuxfamily.org)
-! date February 25, 2012
! extra #(image,logo,icon.png)
-- Table Of Contents
diff --git a/session-manager/doc/mup.css b/session-manager/doc/mup.css
index 3d5a404..10aceae 100644
--- a/session-manager/doc/mup.css
+++ b/session-manager/doc/mup.css
@@ -1,8 +1,15 @@
/* 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 {
- color: yellow;
+ color: white;
}
a:visited {
color: olive;
@@ -82,14 +89,17 @@ p:contains("Warning:") {
}
#cover {
position: relative;
- background: #da0;
- color: black;
+/* background: #da0;*/
+ background: #555;
+ color: #aaa;
text-align: center;
margin: 0;
padding: 0.5em;
+ border-top: 4px solid black;
+ border-bottom: 4px solid black;
}
#cover h1, #cover h3 {
- text-shadow: #444 0.2em 0.2em 0.2em;
+ text-shadow: #222 0.2em 0.2em 0.2em;
color: white;
border: none;
letter-spacing: 0.2em;
@@ -98,7 +108,7 @@ p:contains("Warning:") {
margin-right: 2em;
}
#cover h1:before, #cover h1:after {
- content: "::";
+/* content: "::"; */
font-size: 300%;
color: black;
}
@@ -162,26 +172,26 @@ hr {
border-bottom: 0;
}
-body {
- margin: 0;
- background: #222;
- color: white;
- font-family: Arial, sans-serif;
-}
/* */
#body {
position: relative;
- margin: 0.5em;
+ margin: 0 auto;
padding: 0.5em;
+ max-width: 900px;
+ background-color: #1c1c1c;
}
/* ;, : */
h1 {
- color: #ff0;
+ color: #fff;
border-bottom: solid #444 0.1em;
+ text-shadow: 1px 1px 2px #000;
+
}
/* ::, :::, ::::, :::::, :::::: */
h2, h3, h4, h5, h6 {
- color: #dd0;
+ color: #fff;
+ text-shadow: 1px 1px 2px #000;
+
}
/* tables, figures */
@@ -215,12 +225,9 @@ h2, h3, h4, h5, h6 {
/* < */
.fig.image table {
- border: dashed silver 0.2em;
+ border: none;
background: transparent;
- /* Every browser should support border radii */
- -moz-border-radius: 0.5em;
- border-radius: 0.5em;
-
+ max-width: 100%;
}
.fig.image tr, .fig.image td {
border: none;
@@ -228,6 +235,11 @@ h2, h3, h4, h5, h6 {
padding: 0;
}
+.fig.image img
+{
+ max-width: 900px;
+}
+
/* */
p {
margin-right: 2%;
@@ -265,14 +277,14 @@ p {
margin-top: 0;
font-family: Monospace;
padding: 1em;
- border: dashed 0.3em gray;
- background: #111;
+ border: solid 1px black;
+ background: #222;
color: white;
display: block;
overflow: auto;
/* Every browser should support border radii */
- -moz-border-radius: 0.5em;
- border-radius: 0.5em;
+/* -moz-border-radius: 0.5em;
+ border-radius: 0.5em; */
}
/* " */
/*
@@ -431,7 +443,7 @@ dl {
dt {
background: #181818;
padding: 0.2em;
-/* font-variant: small-caps; */
+ font-variant: small-caps;
font-weight: bold;
color: #f0f;
}
diff --git a/timeline/doc/MANUAL.html b/timeline/doc/MANUAL.html
index 54e79f9..b7b12d2 100644
--- a/timeline/doc/MANUAL.html
+++ b/timeline/doc/MANUAL.html
@@ -12,7 +12,7 @@
Jonathan Moore Liles <male@tuxfamily.org>
-June 20, 2008
+
diff --git a/timeline/doc/MANUAL.mu b/timeline/doc/MANUAL.mu
index e234b56..7e24510 100644
--- a/timeline/doc/MANUAL.mu
+++ b/timeline/doc/MANUAL.mu
@@ -1,7 +1,6 @@
! title Non DAW User Manual
! author Jonathan Moore Liles #(email,male@tuxfamily.org)
-! date June 20, 2008
-- Table Of Contents
diff --git a/timeline/doc/mup.css b/timeline/doc/mup.css
index fd4229a..10aceae 100644
--- a/timeline/doc/mup.css
+++ b/timeline/doc/mup.css
@@ -1,8 +1,15 @@
/* 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 {
- color: yellow;
+ color: white;
}
a:visited {
color: olive;
@@ -82,14 +89,17 @@ p:contains("Warning:") {
}
#cover {
position: relative;
- background: #da0;
- color: black;
+/* background: #da0;*/
+ background: #555;
+ color: #aaa;
text-align: center;
margin: 0;
padding: 0.5em;
+ border-top: 4px solid black;
+ border-bottom: 4px solid black;
}
#cover h1, #cover h3 {
- text-shadow: #444 0.2em 0.2em 0.2em;
+ text-shadow: #222 0.2em 0.2em 0.2em;
color: white;
border: none;
letter-spacing: 0.2em;
@@ -98,7 +108,7 @@ p:contains("Warning:") {
margin-right: 2em;
}
#cover h1:before, #cover h1:after {
- content: "::";
+/* content: "::"; */
font-size: 300%;
color: black;
}
@@ -162,26 +172,26 @@ hr {
border-bottom: 0;
}
-body {
- margin: 0;
- background: #222;
- color: white;
- font-family: Arial, sans-serif;
-}
/* */
#body {
position: relative;
- margin: 0.5em;
+ margin: 0 auto;
padding: 0.5em;
+ max-width: 900px;
+ background-color: #1c1c1c;
}
/* ;, : */
h1 {
- color: #ff0;
+ color: #fff;
border-bottom: solid #444 0.1em;
+ text-shadow: 1px 1px 2px #000;
+
}
/* ::, :::, ::::, :::::, :::::: */
h2, h3, h4, h5, h6 {
- color: #dd0;
+ color: #fff;
+ text-shadow: 1px 1px 2px #000;
+
}
/* tables, figures */
@@ -215,12 +225,9 @@ h2, h3, h4, h5, h6 {
/* < */
.fig.image table {
- border: dashed silver 0.2em;
+ border: none;
background: transparent;
- /* Every browser should support border radii */
- -moz-border-radius: 0.5em;
- border-radius: 0.5em;
-
+ max-width: 100%;
}
.fig.image tr, .fig.image td {
border: none;
@@ -228,6 +235,11 @@ h2, h3, h4, h5, h6 {
padding: 0;
}
+.fig.image img
+{
+ max-width: 900px;
+}
+
/* */
p {
margin-right: 2%;
@@ -265,14 +277,14 @@ p {
margin-top: 0;
font-family: Monospace;
padding: 1em;
- border: dashed 0.3em gray;
- background: #111;
+ border: solid 1px black;
+ background: #222;
color: white;
display: block;
overflow: auto;
/* Every browser should support border radii */
- -moz-border-radius: 0.5em;
- border-radius: 0.5em;
+/* -moz-border-radius: 0.5em;
+ border-radius: 0.5em; */
}
/* " */
/*