diaspora/app/assets/stylesheets/error_pages.css.scss
Florian Staudacher 8ca39f5936 show a "post is not public" message when visitor is not logged in
and tries to access a show page of a non-public post
2012-06-07 22:16:37 +02:00

24 lines
505 B
SCSS

@import 'mixins';
#big-number {
font-family: Roboto-BoldCondensed, Helvetica, Arial, sans-serif;
font-size: 250px;
line-height: 1em;
text-align: center;
padding-top: 100px;
text-shadow: 0 2px 0 #fff, 0 -1px 0 #999;
color: #ddd;
}
.transparent {
@include opacity(0.8);
}
#content {
font-family: Roboto, Helvetica, Arial, sans-serif;
text-align: center;
text-shadow: 0 1px 0 #fff;
font-size: 1.25em;
line-height: 1.5em;
color: #666;
position: absolute;
left: 0; right: 0;
}