diaspora/app/assets/stylesheets/error_pages.scss
Steffen van Bergerem 06e2a445ab Remove Roboto
2015-09-25 21:25:20 +02:00

110 lines
1.9 KiB
SCSS

@import 'colors';
@import 'mixins';
html { min-height: 100%; }
#big-number {
color: $light-grey;
font-family: Helvetica, Arial, sans-serif;
font-size: 250px;
line-height: 1em;
padding-top: 80px;
text-align: center;
text-shadow: 0 2px 0 #fff, 0 -1px 0 #999;
}
.transparent {
opacity: 0.8;
}
#content {
color: $text-dark-grey;
font-family: Helvetica, Arial, sans-serif;
font-size: 1.25em;
left: 0;
line-height: 1.5em;
position: absolute;
right: 0;
text-align: center;
text-shadow: 0 1px 0 $white;
}
#error_404 {
width: 100%;
height: 100%;
bottom:0px;
margin: 0px;
font-family: Helvetica, Arial, sans-serif;
text-align: center;
text-shadow: 0 1px 0 #fff;
color: #666;
background: image-url("peeping-tom.png") no-repeat bottom;
background-attachment: fixed;
#big-number {
color: $light-grey;
font-family: Helvetica, Arial, sans-serif;
font-size: 250px;
text-shadow: 0 2px 0 #fff, 0 -1px 0 #999;
}
a {
text-decoration : none;
color : rgb(42,156,235);
}
a:hover {
text-decoration : underline;
}
.transparent {
filter: alpha(opacity=80);
opacity: 0.6;
}
}
#error_422 {
background-color: #fff;
color: #666;
text-align: center;
font-family: arial, sans-serif;
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;
border: 1px solid #ccc;
border-right-color: #999;
border-bottom-color: #999;
}
h1 {
font-size: 100%;
color: #f00;
line-height: 1.5em;
}
}
#error_500 {
text-align: center;
background-color: rgb(252,252,252);
color: #444;
font-family: 'helvetica neue', 'helvetica', 'arial', sans-serif;
margin: 0;
padding: 1em;
header {
height: 100px;
background-color: #333;
position:relative;
}
#diaspora_logo {
position: relative;
margin-top: 50px;
}
h1 {
font-size: 100%;
color: #444;
line-height: 1.5em;
}
}