Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
67ea7f0a
Commit
67ea7f0a
authored
Jan 22, 2014
by
Matija Obreza
Browse files
50x.html error message template
parent
fe28811d
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/errors/50x.html
0 → 100644
View file @
67ea7f0a
<!DOCTYPE html>
<html>
<head>
<title>
Error
</title>
<style
type=
"text/css"
>
*
{
margin
:
0
;
padding
:
0
;
outline
:
none
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
font-size
:
16px
;}
body
{
background
:
#e7e5df
;}
.container
{
margin
:
0
auto
;
width
:
1170px
;}
.header
{
background
:
#4d4c46
;
height
:
70px
;}
.header
.logo
{
display
:
block
;
padding
:
0
0
5px
0
;}
.menu
{
background
:
#2b2924
;
border-bottom
:
10px
solid
#fff
;}
.menu
a
{
background
:
#2b2924
;
color
:
#fff
;
display
:
block
;
font-weight
:
bold
;
padding
:
10px
50px
;
text-decoration
:
none
;
text-transform
:
uppercase
;}
.content
{
background
:
url('/html/images/bg_error.jpg')
no-repeat
;
min-height
:
500px
;
margin-top
:
20px
;
position
:
relative
;
width
:
990px
;}
.content
.error-title
{
color
:
#88ba42
;
font-size
:
50px
;
font-weight
:
bold
;
line-height
:
130%
;
padding-top
:
50px
;
position
:
absolute
;
top
:
57px
;
left
:
50px
;
text-align
:
center
;
height
:
235px
;
width
:
235px
;
}
.content
.error-title
span
{
display
:
block
;
font-size
:
90px
;}
.content
.error-msg
{
float
:
right
;
margin
:
60px
40px
0
0
;
width
:
560px
;}
.content
.error-msg
h1
{
color
:
#fff
;
font-size
:
48px
;
padding
:
0
0
30px
0
;}
.content
.error-msg
p
{
color
:
#fff
;
font-size
:
20px
;
padding
:
0
0
15px
0
;}
.content
.error-msg
p
small
{
font-size
:
16px
;}
.content
.error-msg
ul
{
background
:
rgba
(
255
,
255
,
255
,
0.2
);
padding
:
10px
0
10px
30px
;
width
:
300px
;}
.content
.error-msg
ul
li
{
color
:
#fff
;
font-style
:
italic
;
padding
:
3px
0
;}
</style>
</head>
<body>
<div
class=
"header"
>
<div
class=
"container"
>
<a
href=
"/"
class=
"logo"
><img
src=
"/html/images/logo_genesys.png"
alt=
"Genesys - Gateway to Genetic Resources"
/></a>
</div>
</div>
<div
class=
"menu"
>
<div
class=
"container"
>
<a
href=
"/"
>
Home
</a>
</div>
</div>
<div
class=
"container"
>
<div
class=
"content"
>
<div
class=
"error-title"
><span>
50x
</span>
error
</div>
<div
class=
"error-msg"
>
<h1>
50x Genesys is down
</h1>
<p>
Sorry, but we could not access any functioning Genesys worker nodes.
</p>
<p>
In the best case scenario, we're working on it. In the worst case scenario, we don't know what is going on.
</p>
<p>
Try again in a few minutes.
</p>
</div>
</div>
</div>
</body>
</html>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment