forked from orbit-oss/flask
Added Persona example
This commit is contained in:
parent
e17024e85a
commit
5f648a8eb8
6 changed files with 198 additions and 0 deletions
39
examples/persona/static/style.css
Normal file
39
examples/persona/static/style.css
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue