Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
/* Cubic Bezier Transition */
2
/***
3
Error Pages
4
***/
5
/* 404 page option #1 */
6
.page-404 {
7
  text-align: center; }
8
 
9
.page-404 .number {
10
  position: relative;
11
  top: 35px;
12
  display: inline-block;
13
  letter-spacing: -10px;
14
  margin-top: 0px;
15
  margin-bottom: 10px;
16
  line-height: 128px;
17
  font-size: 128px;
18
  font-weight: 300;
19
  color: #7bbbd6;
20
  text-align: right; }
21
 
22
.page-404 .details {
23
  margin-left: 40px;
24
  display: inline-block;
25
  padding-top: 0px;
26
  text-align: left; }
27
 
28
/* 500 page option #1 */
29
.page-500 {
30
  text-align: center; }
31
 
32
.page-500 .number {
33
  display: inline-block;
34
  letter-spacing: -10px;
35
  line-height: 128px;
36
  font-size: 128px;
37
  font-weight: 300;
38
  color: #ec8c8c;
39
  text-align: right; }
40
 
41
.page-500 .details {
42
  margin-left: 40px;
43
  display: inline-block;
44
  text-align: left; }
45
 
46
/* 404 page option #2*/
47
.page-404-full-page {
48
  overflow-x: hidden;
49
  padding: 20px;
50
  margin-bottom: 20px;
51
  background-color: #fafafa !important; }
52
 
53
.page-404-full-page .details input {
54
  background-color: #ffffff; }
55
 
56
.page-404-full-page .page-404 {
57
  margin-top: 100px; }
58
 
59
/* 500 page option #2*/
60
.page-500-full-page {
61
  overflow-x: hidden;
62
  padding: 20px;
63
  background-color: #fafafa !important; }
64
 
65
.page-500-full-page .details input {
66
  background-color: #ffffff; }
67
 
68
.page-500-full-page .page-500 {
69
  margin-top: 100px; }
70
 
71
/* 404 page option #3*/
72
.page-404-3 {
73
  background: #000 !important; }
74
 
75
.page-404-3 .page-inner img {
76
  right: 0;
77
  bottom: 0;
78
  z-index: -1;
79
  position: absolute; }
80
 
81
.page-404-3 .error-404 {
82
  color: #fff;
83
  text-align: left;
84
  padding: 70px 20px 0; }
85
 
86
.page-404-3 h1 {
87
  color: #fff;
88
  font-size: 130px;
89
  line-height: 160px; }
90
 
91
.page-404-3 h2 {
92
  color: #fff;
93
  font-size: 30px;
94
  margin-bottom: 30px; }
95
 
96
.page-404-3 p {
97
  color: #fff;
98
  font-size: 16px; }
99
 
100
@media (max-width: 480px) {
101
  .page-404 .number,
102
  .page-500 .number,
103
  .page-404 .details,
104
  .page-500 .details {
105
    text-align: center;
106
    margin-left: 0px; }
107
  .page-404-full-page .page-404 {
108
    margin-top: 30px; }
109
  .page-404-3 .error-404 {
110
    text-align: left;
111
    padding-top: 10px; }
112
  .page-404-3 .page-inner img {
113
    right: 0;
114
    bottom: 0;
115
    z-index: -1;
116
    position: fixed; } }