Updated help page

This commit is contained in:
2017-09-03 21:54:37 +02:00
parent 6f32a6ef1a
commit 65e34a1634
11 changed files with 690 additions and 367 deletions
+14
View File
@@ -29,6 +29,20 @@ form { @include naked(); }
margin-bottom: 0;
}
&.v {
display: block;
}
.aside {
float: right;
margin-left: 5px;
margin-bottom: 5px;
@include media($phone) {
margin: 0; float: none;
}
}
.spacer {
width: $form-label-w;
+7 -2
View File
@@ -31,6 +31,11 @@ a:hover {
}
ul > * {
padding-top: .2em;
padding-bottom: .2em;
padding-top: .3em;
padding-bottom: .3em;
}
ul {
margin-top: 0;
margin-bottom: 0;
}
+47 -22
View File
@@ -103,44 +103,69 @@
}
}
@mixin mobcol-base {
h2 {
position: relative;
cursor: pointer;
padding: 2px 1.3rem 2px 5px;
margin: 0 -5px 0 -5px;
&::after {
position: absolute;
right: 4px;
content: '';
top:50%;
font-size: 120%;
font-weight: bold;
transform: translate(0,-50%) rotate(90deg);
}
}
&.expanded h2::after {
transform: translate(-25%,-50%) rotate(-90deg);
margin-bottom: dist(0);
}
.Row {
display: none;
}
&.expanded {
.Row {
display: flex;
&.v {
display: block;
}
}
}
}
.Box.fold {
@include mobcol-base;
}
@include media($phone) {
.Box.mobcol {
.Box.fold, .Box.mobcol {
h2 {
position: relative;
cursor: pointer;
padding: 2px 1.3rem 2px 5px;
margin: 0 -5px 0 -5px;
&::after {
position: absolute;
right: 4px;
content: '';
top:50%;
font-size: 120%;
font-weight: bold;
transform: translate(0,-50%) rotate(90deg);
}
}
&.expanded h2::after {
transform: translate(-25%,-50%) rotate(-90deg);
margin-bottom: dist(0);
}
}
.Row {
display: none;
}
.Box.mobcol {
@include mobcol-base;
#ap-box {
display: none;
}
&.expanded {
.Row {
display: flex;
}
#ap-box {
display: block;
}
+4 -6
View File
@@ -33,7 +33,7 @@
}
}
.ansiref {
.Row table {
&,td,th{
border: 1px solid #666;
}
@@ -45,7 +45,9 @@
th {
background-color: rgba(255,255,255,.1);
}
}
.ansiref {
td:nth-child(1) {
font-family: monospace;
}
@@ -54,11 +56,7 @@
width: 100%;
td:nth-child(1) {
width: 9em;
}
td:nth-child(2) {
width: 8em;
width: 6em;
}
}
}