mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
50x error page template updates. General markup cleanup and updates to error text for better readability.
This commit is contained in:
parent
a44e1d59ce
commit
4d6263bff9
3 changed files with 9 additions and 18 deletions
|
@ -7,23 +7,20 @@
|
||||||
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
|
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
|
||||||
h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
|
h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
|
||||||
h2 {color: #DE6C5D; font-family: arial; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
|
h2 {color: #DE6C5D; font-family: arial; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
|
||||||
p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
|
p {width:375px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
|
||||||
div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
|
div {width:375px; text-align:center; margin-left:auto;margin-right:auto;}
|
||||||
a:link {color: #34536A;}
|
a:link {color: #34536A;}
|
||||||
a:visited {color: #34536A;}
|
a:visited {color: #34536A;}
|
||||||
a:active {color: #34536A;}
|
a:active {color: #34536A;}
|
||||||
a:hover {color: #34536A;}
|
a:hover {color: #34536A;}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><a href="http://%domain%/">%domain%</a></p>
|
<p><a href="http://%domain%/">%domain%</a></p>
|
||||||
|
|
||||||
<h1>500</h1>
|
<h1>500</h1>
|
||||||
<h2>Internal Server Error</h2>
|
<h2>Internal Server Error</h2>
|
||||||
<div>
|
<div>
|
||||||
Sorry, something went wrong :(
|
Something went wrong. Please try your request again.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -7,23 +7,20 @@
|
||||||
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
|
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
|
||||||
h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
|
h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
|
||||||
h2 {color: #DE6C5D; font-family: arial; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
|
h2 {color: #DE6C5D; font-family: arial; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
|
||||||
p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
|
p {width:375px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
|
||||||
div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
|
div {width:375px; text-align:center; margin-left:auto;margin-right:auto;}
|
||||||
a:link {color: #34536A;}
|
a:link {color: #34536A;}
|
||||||
a:visited {color: #34536A;}
|
a:visited {color: #34536A;}
|
||||||
a:active {color: #34536A;}
|
a:active {color: #34536A;}
|
||||||
a:hover {color: #34536A;}
|
a:hover {color: #34536A;}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><a href="http://%domain%/">%domain%</a></p>
|
<p><a href="http://%domain%/">%domain%</a></p>
|
||||||
|
|
||||||
<h1>500</h1>
|
<h1>500</h1>
|
||||||
<h2>Internal Server Error</h2>
|
<h2>Internal Server Error</h2>
|
||||||
<div>
|
<div>
|
||||||
Sorry, something went wrong :(
|
Something went wrong. Please try your request again.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -7,23 +7,20 @@
|
||||||
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
|
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
|
||||||
h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
|
h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
|
||||||
h2 {color: #DE6C5D; font-family: arial; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
|
h2 {color: #DE6C5D; font-family: arial; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
|
||||||
p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
|
p {width:375px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
|
||||||
div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
|
div {width:375px; text-align:center; margin-left:auto;margin-right:auto;}
|
||||||
a:link {color: #34536A;}
|
a:link {color: #34536A;}
|
||||||
a:visited {color: #34536A;}
|
a:visited {color: #34536A;}
|
||||||
a:active {color: #34536A;}
|
a:active {color: #34536A;}
|
||||||
a:hover {color: #34536A;}
|
a:hover {color: #34536A;}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p><a href="http://%domain%/">%domain%</a></p>
|
<p><a href="http://%domain%/">%domain%</a></p>
|
||||||
|
|
||||||
<h1>500</h1>
|
<h1>500</h1>
|
||||||
<h2>Internal Server Error</h2>
|
<h2>Internal Server Error</h2>
|
||||||
<div>
|
<div>
|
||||||
Sorry, something went wrong :(
|
Something went wrong. Please try your request again.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue