summaryrefslogtreecommitdiff
path: root/static/css/style.css
blob: 28e745e36b7d7dc13850fc34a8d72cfb2fa5e6cb (plain)
1
2
3
4
5
6
7
8
9
10
11
.spinner { vertical-align: bottom; margin-left: 8px; }
.error-page {
    margin-top:50px;
    height: 480px;
    background-repeat:no-repeat;
    background-image: url('http://openclipart.org/people/hatso1/cartoon_crab.svg');
    background-position: right bottom;
}
.error-page h1 { font-size: 70px; }
.error-page p { font-size: large; font-weight: bold;}
.error-retry p { font-size: large; font-weight: bold;}