Skip to content

Commit

Permalink
Restore Sequencizer User Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
dhemery committed Jul 28, 2024
1 parent f2ecc21 commit 1e52b3a
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 77 deletions.
163 changes: 123 additions & 40 deletions assets/scss/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ main {
$leading: 1.5;
$inter-paragraph-space: 1rem;

$text-font: Helvetica, sans-serif;
$text-font: Helvetica, sans-serif;
$text-size: 100%;
$banner-title-size: 3rem;
$banner-subtitle-size: 2rem;
Expand Down Expand Up @@ -50,25 +50,44 @@ body {
}

main {
p, ul, ol, blockquote {

p,
ul,
ol,
blockquote {
margin: $inter-paragraph-space auto;
}
p, ul, ol {

p,
ul,
ol {
padding: 0;
}
ul, ol {

ul,
ol {
padding-left: $inter-paragraph-space;
}

blockquote {
padding: 0 $inter-paragraph-space;
}
ol { list-style-type: decimal; }
ul { list-style-type: disc; }

ol {
list-style-type: decimal;
}

ul {
list-style-type: disc;
}
}

header {
margin: $inter-paragraph-space 0;
h1 { font-size: $page-title-size; }

h1 {
font-size: $page-title-size;
}
}

footer {
Expand All @@ -80,16 +99,25 @@ footer {
padding: .5em;
margin: 0;

h1, h2, a {
h1,
h2,
a {
font-weight: normal;
color: $light;
}
h1 { font-size: $banner-title-size; }
h2 { font-size: $banner-subtitle-size; }

h1 {
font-size: $banner-title-size;
}

h2 {
font-size: $banner-subtitle-size;
}

}

.boxed, .chrome {
.boxed,
.chrome {
border-color: $medium;
border-width: 1px;
background-color: $light;
Expand All @@ -100,7 +128,9 @@ footer {
border-style: solid;
}

.centered { text-align: center; }
.centered {
text-align: center;
}

.chrome {
border-top-style: solid;
Expand All @@ -116,13 +146,16 @@ footer {
.inline {
margin-left: 0;
display: inline;

li {
display: inline;
margin-left: 0;
}
}

.piped li + li::before { content: ' | '; }
.piped li+li::before {
content: ' | ';
}

.title {
font-weight: bold;
Expand All @@ -131,58 +164,106 @@ footer {

a {
text-decoration: none;
&:hover { text-decoration: underline; }

&:hover {
text-decoration: underline;
}

color: $dark;
}

blockquote {
border: 1px solid $medium;
background-color: $lightest;
color: $dark;
p, em em { font-style: italic; }
em, em em em { font-style: normal; }

p,
em em {
font-style: italic;
}

em,
em em em {
font-style: normal;
}
}

em,
em em em {
font-style: italic;
}

em, em em em { font-style: italic; }
em em { font-style: normal; }
em em {
font-style: normal;
}

h1, h2, h3, h4 {
h1,
h2,
h3,
h4 {
margin: 0;
padding: 0;
color: $dark;
}


section {
h1, h2 {

h1,
h2 {
font-variant: small-caps;
}
h1, h2, h3, h4 {

h1,
h2,
h3,
h4 {
margin-top: $leading*1rem;
}
}

h1 { font-size: $heading-1-size; }
h2 { font-size: $heading-2-size; }
h1 {
font-size: $heading-1-size;
}

h2 {
font-size: $heading-2-size;
}

h3 {
font-size: $heading-3-size;
font-style: italic;
}

hr { margin: 0; }
hr {
margin: 0;
}

img {
border: 0;
max-width: 100%;
}

li { margin: 0; }
li {
margin: 0;
}

ol, ul { list-style: none; }
ol,
ul {
list-style: none;
}

p, li, dt, dd { line-height: $leading; }
p,
li,
dt,
dd {
line-height: $leading;
}

p, ul, ol, blockquote {
p,
ul,
ol,
blockquote {
padding: 0;
margin-top: 2*$inter-paragraph-space;
}
Expand All @@ -204,22 +285,15 @@ img.faceplate {
}

img.controls {
padding-left: 10px;
padding-bottom: 10px;
float: right;
}

img.td-controls {
margin: auto;
text-align: center;
vertical-align: top;
padding-top: 10px;
}

img.envelope {
height: auto;
width: auto;
max-height: 360px;
max-width: 100%;
padding-top: 10px;
}

img.envelope2 {
Expand All @@ -236,11 +310,12 @@ img.xycloid {
max-width: 100%;
}

table.curves {
table.curves,
table.techniques {
td {
vertical-align: middle;
text-align: center;
padding: 0;
padding: 5px;
margin: 0;
}

Expand All @@ -256,6 +331,14 @@ table.curves {
}

img {
height: 80px;
width: 40px;
}
}

table.techniques {
border-collapse: collapse;

td {
border: 1px solid black;
}
}
File renamed without changes.
Binary file modified content/modules/sequencizer/user-guide/anchors-constant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1e52b3a

Please # to comment.