From 03fdc46f3c7199c9c55eb44d9f1788cbc960bb4c Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Tue, 23 Oct 2012 23:20:13 -0700 Subject: [PATCH] Remove dates from documentation. Update CSS. --- mixer/doc/MANUAL.html | 3 +- mixer/doc/MANUAL.mu | 1 - mixer/doc/mup.css | 58 ++++++++++++++++++------------- sequencer/doc/MANUAL.html | 5 +-- sequencer/doc/MANUAL.mu | 3 -- sequencer/doc/mup.css | 58 ++++++++++++++++++------------- session-manager/doc/MANUAL.html | 3 +- session-manager/doc/MANUAL.mu | 1 - session-manager/doc/mup.css | 60 ++++++++++++++++++++------------- timeline/doc/MANUAL.html | 2 +- timeline/doc/MANUAL.mu | 1 - timeline/doc/mup.css | 58 ++++++++++++++++++------------- 12 files changed, 149 insertions(+), 104 deletions(-) diff --git a/mixer/doc/MANUAL.html b/mixer/doc/MANUAL.html index cc172ef..19b924e 100644 --- a/mixer/doc/MANUAL.html +++ b/mixer/doc/MANUAL.html @@ -6,12 +6,13 @@ Non Mixer User Manual +

Non Mixer User Manual

Jonathan Moore Liles <male@tuxfamily.org>
-January 21, 2010
+

diff --git a/mixer/doc/MANUAL.mu b/mixer/doc/MANUAL.mu index b19cb8c..77e1144 100644 --- a/mixer/doc/MANUAL.mu +++ b/mixer/doc/MANUAL.mu @@ -1,7 +1,6 @@ ! title Non Mixer User Manual ! author Jonathan Moore Liles #(email,male@tuxfamily.org) -! date January 21, 2010 -- Table Of Contents diff --git a/mixer/doc/mup.css b/mixer/doc/mup.css index fd4229a..10aceae 100644 --- a/mixer/doc/mup.css +++ b/mixer/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/sequencer/doc/MANUAL.html b/sequencer/doc/MANUAL.html index 26cd2e4..7cddb0c 100644 --- a/sequencer/doc/MANUAL.html +++ b/sequencer/doc/MANUAL.html @@ -6,14 +6,15 @@ The Non Sequencer +

The Non Sequencer

Jonathan Moore Liles <male@tuxfamily.org>
-Oct 13 2007
+
-
Home
+

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 +

Non Session Manager User Manual

Jonathan Moore Liles <male@tuxfamily.org>
-February 25, 2012
+
logo
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; */ } /* " */ /*