not bold h3, hide generic favicon, white bg instead off offwhite

master
Thomas Lynch 1 year ago
parent 5b98b5b15c
commit 521e4ab335
Signed by: fatchan
GPG Key ID: A7E5E8B7E11EE92D
  1. 4
      haproxy/errors/400.http
  2. 4
      haproxy/errors/403.http
  3. 4
      haproxy/errors/408.http
  4. 4
      haproxy/errors/429.http
  5. 4
      haproxy/errors/500.http
  6. 4
      haproxy/errors/502.http
  7. 4
      haproxy/errors/503.http
  8. 4
      haproxy/errors/504.http
  9. 4
      haproxy/template/maintenance.html
  10. 6
      src/lua/scripts/templates.lua

@ -10,13 +10,13 @@ Content-Type: text/html
<title>403</title>
<style type="text/css">
:root{--text-color:#c5c8c6;--bg-color:#1d1f21}
@media (prefers-color-scheme:light){:root{--text-color:#333;--bg-color:#EEE}}
@media (prefers-color-scheme:light){:root{--text-color:#333;--bg-color:#fff}}
a,a:visited{color:var(--text-color)}
body,html{height:100%%;text-align:center}
body{display:flex;flex-direction:column;background-color:var(--bg-color);color:var(--text-color);font-family:Helvetica,Arial,sans-serif;max-width:60em;margin:0 auto;padding: 0 20px}
code{background-color:#dfdfdf30;border-radius:4px;padding:0 3px;color:#ff6590}
.pt{padding-top:30vh;display:flex;align-items:center;word-break:break-all;justify-content: center;}
img,h3{margin:0 0 5px 0}
img,h3{margin:0 0 5px 0;font-weight:normal}
footer{font-size:x-small;margin-top:auto;padding:10px;text-align:center;border-top:1px solid #80808040;padding:10px}
</style>
</head>

@ -5,13 +5,13 @@
<title>403</title>
<style type="text/css">
:root{--text-color:#c5c8c6;--bg-color:#1d1f21}
@media (prefers-color-scheme:light){:root{--text-color:#333;--bg-color:#EEE}}
@media (prefers-color-scheme:light){:root{--text-color:#333;--bg-color:#fff}}
a,a:visited{color:var(--text-color)}
body,html{height:100%%;text-align:center}
body{display:flex;flex-direction:column;background-color:var(--bg-color);color:var(--text-color);font-family:Helvetica,Arial,sans-serif;max-width:60em;margin:0 auto;padding: 0 20px}
code{background-color:#dfdfdf30;border-radius:4px;padding:0 3px;color:#ff6590}
.pt{padding-top:30vh;display:flex;align-items:center;word-break:break-all;justify-content: center;}
img,h3{margin:0 0 5px 0}
img,h3{margin:0 0 5px 0;font-weight:normal}
footer{font-size:x-small;margin-top:auto;padding:10px;text-align:center;border-top:1px solid #80808040;padding:10px}
</style>
</head>

@ -5,13 +5,13 @@
<title>408</title>
<style type="text/css">
:root{--text-color:#c5c8c6;--bg-color:#1d1f21}
@media (prefers-color-scheme:light){:root{--text-color:#333;--bg-color:#EEE}}
@media (prefers-color-scheme:light){:root{--text-color:#333;--bg-color:#fff}}
a,a:visited{color:var(--text-color)}
body,html{height:100%%;text-align:center}
body{display:flex;flex-direction:column;background-color:var(--bg-color);color:var(--text-color);font-family:Helvetica,Arial,sans-serif;max-width:60em;margin:0 auto;padding: 0 20px}
code{background-color:#dfdfdf30;border-radius:4px;padding:0 3px;color:#ff6590}
.pt{padding-top:30vh;display:flex;align-items:center;word-break:break-all;justify-content: center;}
img,h3{margin:0 0 5px 0}
img,h3{margin:0 0 5px 0;font-weight:normal}
footer{font-size:x-small;margin-top:auto;padding:10px;text-align:center;border-top:1px solid #80808040;padding:10px}
</style>
</head>

@ -5,13 +5,13 @@
<title>429</title>
<style type="text/css">
:root{--text-color:#c5c8c6;--bg-color:#1d1f21}
@media (prefers-color-scheme:light){:root{--text-color:#333;--bg-color:#EEE}}
@media (prefers-color-scheme:light){:root{--text-color:#333;--bg-color:#fff}}
a,a:visited{color:var(--text-color)}
body,html{height:100%%;text-align:center}
body{display:flex;flex-direction:column;background-color:var(--bg-color);color:var(--text-color);font-family:Helvetica,Arial,sans-serif;max-width:60em;margin:0 auto;padding: 0 20px}
code{background-color:#dfdfdf30;border-radius:4px;padding:0 3px;color:#ff6590}
.pt{padding-top:30vh;display:flex;align-items:center;word-break:break-all;justify-content: center;}
img,h3{margin:0 0 5px 0}
img,h3{margin:0 0 5px 0;font-weight:normal}
footer{font-size:x-small;margin-top:auto;padding:10px;text-align:center;border-top:1px solid #80808040;padding:10px}
</style>
</head>

@ -5,13 +5,13 @@
<title>500</title>
<style type="text/css">
:root{--text-color:#c5c8c6;--bg-color:#1d1f21}
@media (prefers-color-scheme:light){:root{--text-color:#333;--bg-color:#EEE}}
@media (prefers-color-scheme:light){:root{--text-color:#333;--bg-color:#fff}}
a,a:visited{color:var(--text-color)}
body,html{height:100%%;text-align:center}
body{display:flex;flex-direction:column;background-color:var(--bg-color);color:var(--text-color);font-family:Helvetica,Arial,sans-serif;max-width:60em;margin:0 auto;padding: 0 20px}
code{background-color:#dfdfdf30;border-radius:4px;padding:0 3px;color:#ff6590}
.pt{padding-top:30vh;display:flex;align-items:center;word-break:break-all;justify-content: center;}
img,h3{margin:0 0 5px 0}
img,h3{margin:0 0 5px 0;font-weight:normal}
footer{font-size:x-small;margin-top:auto;padding:10px;text-align:center;border-top:1px solid #80808040;padding:10px}
</style>
</head>

@ -5,13 +5,13 @@
<title>502</title>
<style type="text/css">
:root{--text-color:#c5c8c6;--bg-color:#1d1f21}
@media (prefers-color-scheme:light){:root{--text-color:#333;--bg-color:#EEE}}
@media (prefers-color-scheme:light){:root{--text-color:#333;--bg-color:#fff}}
a,a:visited{color:var(--text-color)}
body,html{height:100%%;text-align:center}
body{display:flex;flex-direction:column;background-color:var(--bg-color);color:var(--text-color);font-family:Helvetica,Arial,sans-serif;max-width:60em;margin:0 auto;padding: 0 20px}
code{background-color:#dfdfdf30;border-radius:4px;padding:0 3px;color:#ff6590}
.pt{padding-top:30vh;display:flex;align-items:center;word-break:break-all;justify-content: center;}
img,h3{margin:0 0 5px 0}
img,h3{margin:0 0 5px 0;font-weight:normal}
footer{font-size:x-small;margin-top:auto;padding:10px;text-align:center;border-top:1px solid #80808040;padding:10px}
</style>
</head>

@ -5,13 +5,13 @@
<title>503</title>
<style type="text/css">
:root{--text-color:#c5c8c6;--bg-color:#1d1f21}
@media (prefers-color-scheme:light){:root{--text-color:#333;--bg-color:#EEE}}
@media (prefers-color-scheme:light){:root{--text-color:#333;--bg-color:#fff}}
a,a:visited{color:var(--text-color)}
body,html{height:100%%;text-align:center}
body{display:flex;flex-direction:column;background-color:var(--bg-color);color:var(--text-color);font-family:Helvetica,Arial,sans-serif;max-width:60em;margin:0 auto;padding: 0 20px}
code{background-color:#dfdfdf30;border-radius:4px;padding:0 3px;color:#ff6590}
.pt{padding-top:30vh;display:flex;align-items:center;word-break:break-all;justify-content: center;}
img,h3{margin:0 0 5px 0}
img,h3{margin:0 0 5px 0;font-weight:normal}
footer{font-size:x-small;margin-top:auto;padding:10px;text-align:center;border-top:1px solid #80808040;padding:10px}
</style>
</head>

@ -5,13 +5,13 @@
<title>503</title>
<style type="text/css">
:root{--text-color:#c5c8c6;--bg-color:#1d1f21}
@media (prefers-color-scheme:light){:root{--text-color:#333;--bg-color:#EEE}}
@media (prefers-color-scheme:light){:root{--text-color:#333;--bg-color:#fff}}
a,a:visited{color:var(--text-color)}
body,html{height:100%%;text-align:center}
body{display:flex;flex-direction:column;background-color:var(--bg-color);color:var(--text-color);font-family:Helvetica,Arial,sans-serif;max-width:60em;margin:0 auto;padding: 0 20px}
code{background-color:#dfdfdf30;border-radius:4px;padding:0 3px;color:#ff6590}
.pt{padding-top:30vh;display:flex;align-items:center;word-break:break-all;justify-content: center;}
img,h3{margin:0 0 5px 0}
img,h3{margin:0 0 5px 0;font-weight:normal}
footer{font-size:x-small;margin-top:auto;padding:10px;text-align:center;border-top:1px solid #80808040;padding:10px}
</style>
</head>

@ -5,13 +5,13 @@
<title>Maintenance Mode</title>
<style type="text/css">
:root{--text-color:#c5c8c6;--bg-color:#1d1f21}
@media (prefers-color-scheme:light){:root{--text-color:#333;--bg-color:#EEE}}
@media (prefers-color-scheme:light){:root{--text-color:#333;--bg-color:#fff}}
a,a:visited{color:var(--text-color)}
body,html{height:100%%}
body{display:flex;flex-direction:column;background-color:var(--bg-color);color:var(--text-color);font-family:Helvetica,Arial,sans-serif;max-width:60em;margin:0 auto;padding: 0 20px}
code{background-color:#dfdfdf30;border-radius:4px;padding:0 3px;color:#ff6590}
.pt{padding-top:30vh;display:flex;align-items:center;word-break:break-all;justify-content: center;}
img,h3{margin:0 0 5px 0}
img,h3{margin:0 0 5px 0;font-weight:normal}
footer{font-size:x-small;margin-top:auto;padding:10px;text-align:center;border-top:1px solid #80808040;padding:10px}
</style>
</head>

@ -9,7 +9,7 @@ _M.body = [[
<title>Hold on...</title>
<style>
:root{--text-color:#c5c8c6;--bg-color:#1d1f21}
@media (prefers-color-scheme:light){:root{--text-color:#333;--bg-color:#EEE}}
@media (prefers-color-scheme:light){:root{--text-color:#333;--bg-color:#fff}}
.h-captcha,.g-recaptcha{min-height:85px;display:block}
.red{color:red;font-weight:bold}
.left{text-align:left}
@ -19,7 +19,7 @@ _M.body = [[
body{display:flex;flex-direction:column;background-color:var(--bg-color);color:var(--text-color);font-family:Helvetica,Arial,sans-serif;max-width:60em;margin:0 auto;padding: 0 20px}
details{transition: border-left-color 0.5s;max-width:1200px;text-align:left;border-left: 2px solid var(--text-color);padding:10px}
code{background-color:#dfdfdf30;border-radius:4px;padding:0 3px;color:#ff6590}
img,h3{margin:0 0 5px 0}
img,h3{margin:0 0 5px 0;font-weight:normal}
li{margin-bottom: 1em}
footer{font-size:x-small;margin-top:auto;padding:10px;text-align:center;border-top:1px solid #80808040;padding:10px}
img{display:inline}
@ -96,7 +96,7 @@ _M.noscript_extra_sha256 = [[
-- title with favicon and hostname
_M.site_name_section = [[
<h3 class="pt">
<img src="/favicon.ico" width="32" height="32" alt=" ">
<!-- img src="/favicon.ico" width="32" height="32" alt=" "> -->
%s
</h3>
]]

Loading…
Cancel
Save