improved the help page + added markdown style html formatting processor)

This commit is contained in:
2017-09-05 21:45:12 +02:00
parent 6aa4747d3e
commit d2b2b89593
6 changed files with 382 additions and 242 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ code,
pre
//samp
{
font-family: monospace;
font-family: "DejaVu Sans Mono", "Inconsolata", monospace;
font-size: 1em;
}
+1
View File
@@ -1,6 +1,7 @@
.Box {
display: block;
max-width: 900px;
line-height: 1.35em;
margin-top: dist(0);
padding: dist(-1) dist(0);
+24 -4
View File
@@ -22,6 +22,14 @@
}
}
.page-help {
code {
background: rgba(33, 97, 109, 0.31);
border-radius: 1px;
padding: 0 2px;
}
}
.colorprev {
margin-top: dist(-2);
margin-bottom: dist(-2);
@@ -48,10 +56,6 @@
}
.ansiref {
td:nth-child(1) {
font-family: monospace;
}
&.w100 {
width: 100%;
@@ -60,3 +64,19 @@
}
}
}
.nomen {
width: 100%;
code {
white-space: nowrap;
}
td:last-child {
min-width: 15em;
}
}
.tscroll {
overflow-x: auto;
}