| |
| |
| |
| #header { |
| display: inline-block; |
| padding: 5pt 10pt 5pt 12pt; |
| } |
| |
| .container { |
| background: white; |
| border-radius: 25px; |
| padding: auto 20pt; |
| } |
| |
| |
| img { |
| width: 300px; |
| height: 58px; |
| float: left; |
| margin: 8pt 3pt; |
| padding-right: 10pt; } |
| |
| #title { |
| padding: 12pt 10pt; |
| margin: 10px; |
| color: white; } |
| |
| |
| .warning { |
| color: #F22424; |
| font-weight: bold; |
| margin:5pt auto; |
| } |
| |
| /* Signup form */ |
| form input['text'] { |
| width: 380px; |
| padding: 5px; |
| margin: 10pt; |
| font-size: 1.1em; |
| } |
| form label { |
| margin:10pt auto; |
| } |
| |
| form input#confirm { |
| margin-bottom: 20px; |
| } |
| |
| body { |
| background-color: #A05684; } |
| |
| |
| #sidebar { |
| float: left; |
| border-radius: 25px; |
| } |
| |
| #sidebar a { |
| color: white; } |
| #sidebar a:hover { |
| color: #7f4469; |
| border-radius: 20px; } |
| #sidebar ul li:hover { |
| color: #7f4469; } |
| |
| button { |
| margin:10pt 10pt; |
| } |
| |
| footer { |
| float:right; |
| margin: auto 15pt; |
| } |
| |
| #notification { |
| width: 100%; |
| display: inline-block; |
| background: #f3e9ef; |
| border: 3px solid #b5749c; |
| border-radius: 25px; |
| padding: 4pt 8pt; } |
| |
| .success { |
| color: green; |
| font-weight: bold; } |