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
571 B
40 lines
571 B
15 years ago
|
body {
|
||
|
font-family: 'Georgia', serif;
|
||
|
font-size: 16px;
|
||
|
margin: 30px;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: #335E79;
|
||
|
}
|
||
|
|
||
|
p.message {
|
||
|
color: #335E79;
|
||
|
padding: 10px;
|
||
|
background: #CADEEB;
|
||
|
}
|
||
|
|
||
|
input {
|
||
|
font-family: 'Georgia', serif;
|
||
|
font-size: 16px;
|
||
|
border: 1px solid black;
|
||
|
color: #335E79;
|
||
|
padding: 2px;
|
||
|
}
|
||
|
|
||
|
input[type="submit"] {
|
||
|
background: #CADEEB;
|
||
|
color: #335E79;
|
||
|
border-color: #335E79;
|
||
|
}
|
||
|
|
||
|
input[name="openid"] {
|
||
|
background: url(openid.png) 4px no-repeat;
|
||
|
padding-left: 24px;
|
||
|
}
|
||
|
|
||
|
h1, h2 {
|
||
|
font-weight: normal;
|
||
|
}
|