Browse Source

Remove dates from documentation. Update CSS.

tags/non-daw-v1.2.0
Jonathan Moore Liles 12 years ago
parent
commit
03fdc46f3c
12 changed files with 149 additions and 104 deletions
  1. +2
    -1
      mixer/doc/MANUAL.html
  2. +0
    -1
      mixer/doc/MANUAL.mu
  3. +35
    -23
      mixer/doc/mup.css
  4. +3
    -2
      sequencer/doc/MANUAL.html
  5. +0
    -3
      sequencer/doc/MANUAL.mu
  6. +35
    -23
      sequencer/doc/mup.css
  7. +2
    -1
      session-manager/doc/MANUAL.html
  8. +0
    -1
      session-manager/doc/MANUAL.mu
  9. +36
    -24
      session-manager/doc/mup.css
  10. +1
    -1
      timeline/doc/MANUAL.html
  11. +0
    -1
      timeline/doc/MANUAL.mu
  12. +35
    -23
      timeline/doc/mup.css

+ 2
- 1
mixer/doc/MANUAL.html View File

@@ -6,12 +6,13 @@
<title>Non Mixer User Manual</title>
</head>
<body>

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

</address><hr></div>
<div id=body>


+ 0
- 1
mixer/doc/MANUAL.mu View File

@@ -1,7 +1,6 @@

! title Non Mixer User Manual
! author Jonathan Moore Liles #(email,male@tuxfamily.org)
! date January 21, 2010

-- Table Of Contents



+ 35
- 23
mixer/doc/mup.css View File

@@ -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; */
}
/* " */
/*


+ 3
- 2
sequencer/doc/MANUAL.html View File

@@ -6,14 +6,15 @@
<title>The Non Sequencer</title>
</head>
<body>

<div id=cover>
<h1>The Non Sequencer</h1>
<h3></h3>
<address>
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=toc>
<h1 id=toc>Table Of Contents</h1>


+ 0
- 3
sequencer/doc/MANUAL.mu View File

@@ -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



+ 35
- 23
sequencer/doc/mup.css View File

@@ -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; */
}
/* " */
/*


+ 2
- 1
session-manager/doc/MANUAL.html View File

@@ -6,12 +6,13 @@
<title>Non Session Manager User Manual</title>
</head>
<body>

<div id=cover>
<h1>Non Session Manager User Manual</h1>
<h3></h3>
<address>
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>
<div id=body>


+ 0
- 1
session-manager/doc/MANUAL.mu View File

@@ -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


+ 36
- 24
session-manager/doc/mup.css View File

@@ -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;
}


+ 1
- 1
timeline/doc/MANUAL.html View File

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

</address><hr></div>
<div id=body>


+ 0
- 1
timeline/doc/MANUAL.mu View File

@@ -1,7 +1,6 @@

! title Non DAW User Manual
! author Jonathan Moore Liles #(email,male@tuxfamily.org)
! date June 20, 2008

-- Table Of Contents



+ 35
- 23
timeline/doc/mup.css View File

@@ -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; */
}
/* " */
/*


Loading…
Cancel
Save