Account portal, download page, non-standard module docs

This ends v1 on the website. Docs archive still available through a
sidebar nav link in the docs.
This commit is contained in:
Matthew Holt 2020-07-16 15:51:46 -06:00
parent 49ed10d267
commit 4f6d355a97
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
37 changed files with 1678 additions and 56 deletions

View file

@ -431,6 +431,39 @@ iframe {
margin: 1em 0 2em;
}
.nonstandard-notice {
font-size: 14px;
max-width: 500px;
margin: 25px auto;
border: 1px solid #ecd200;
background: #fffddf;
border-radius: 5px;
padding: 10px;
color: #886c00;
line-height: 1.4em;
display: none;
}
.nonstandard {
color: rgb(214, 145, 16);
}
.nonstandard-flag {
cursor: help;
font-size: 8px;
line-height: 1em;
padding: 4px 8px;
text-transform: uppercase;
font-weight: bold;
background-color: rgb(238, 167, 34);
color: white;
border-radius: 4px;
white-space: nowrap;
}
@ -515,6 +548,10 @@ article .json a {
padding-bottom: 0;
}
#hovercard .nonstandard-flag {
float: right;
}
#hovercard .module-link {
display: block;
text-decoration: none;