Updated error pages will self-contained css

This commit is contained in:
Edgar P. Burkhart 2020-12-22 16:18:58 +01:00
parent 52594f4036
commit 0bc8394d1d
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
6 changed files with 284 additions and 126 deletions

View file

@ -1,36 +0,0 @@
html {
text-align: center;
}
h1,h2 {
display: inline-block;
padding: 0 .2em;
}
h1 {
color: #d50000;
}
h2 {
text-align: left;
font-weight: 400;
}
figure {
display: block;
border-top: 5px #dedede solid;
text-align: left;
}
blockquote::after, blockquote::before {
font-weight: 800;
color: #dedede;
}
blockquote::before {
content: "«";
}
blockquote::after {
content: "»";
}
figcaption {
text-align: right;
}