mirror of https://github.com/mitsuhiko/flask.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
593 B
40 lines
593 B
12 years ago
|
html {
|
||
|
background: #eee;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
font-family: 'Verdana', sans-serif;
|
||
|
font-size: 15px;
|
||
|
margin: 30px auto;
|
||
|
width: 720px;
|
||
|
background: white;
|
||
|
padding: 30px;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
h1, h2, a {
|
||
|
color: #d00;
|
||
|
}
|
||
|
|
||
|
div.authbar {
|
||
|
background: #eee;
|
||
|
padding: 0 15px;
|
||
|
margin: 10px -15px;
|
||
|
line-height: 25px;
|
||
|
height: 25px;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
div.signinprogress {
|
||
|
position: fixed;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
background: rgba(255, 255, 255, 0.8) url(spinner.png) center center no-repeat;
|
||
|
font-size: 0;
|
||
|
}
|