mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 20:46:15 -04:00
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:
parent
49ed10d267
commit
4f6d355a97
37 changed files with 1678 additions and 56 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue