forked from c9/cloud9
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.css
More file actions
67 lines (67 loc) · 1.31 KB
/
Copy patherror.css
File metadata and controls
67 lines (67 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
HTML {
/* overflow : hidden;*/
background : #e2f6fd;
height: 100%;
}
BODY {
background: #e2f6fd url(images/main_bg.jpg) repeat-y 0 0;
font-family : "Trebuchet MS";
color : #89b0c0;
margin : 0;
padding : 0 ;
font-size : 12px;
height: 100%;
}
.mainwarper {
width: 100%;
/* margin: 0;*/
min-height: 600px;
/* height: auto;*/
_height: auto !important;
margin-bottom: -40px;
height: 100%;
position: relative;
z-index: 0;
min-width: 1024px;
background: url(images/header_bg.png) no-repeat center top;
}
.maincontent {
margin: 0 auto;
width: 1024px;
padding: 0 10px;
min-height: 500px;
}
.error_logo {
margin: 0 auto;
width: 441px;
height: 470px;
background: url(images/error_logo.png) no-repeat 0 0;
}
.error_msgbox {
}
.error_msg1 {
text-align: center;
color: #195278;
font-family: Arial;
font-size: 20px;
font-weight: bold;
padding: 30px 0 10px 0;
white-space: no-wrap;
}
.error_msg2 {
text-align: center;
color: #195278;
font-family: Arial;
font-size: 12px;
font-weight: bold;
}
.error_msg2 a {
color: #188f36;
text-decoration : none;
}
.error_msg2 a:hover {
text-decoration : underline;
}
.error_msg2 img {
border: none;
}