2015-02-01 01:15:41 +00:00
|
|
|
body {
|
|
|
|
padding-top: 60px;
|
2015-02-01 07:27:46 +00:00
|
|
|
background: #FDCCED;
|
2015-02-01 01:15:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
max-width 600px;
|
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
|
|
|
position: relative;
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
padding-top: 10px;
|
|
|
|
width: 100%;
|
|
|
|
height: 50px;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flash {
|
|
|
|
background: #cee5F5;
|
|
|
|
padding: 0.5em;
|
|
|
|
border: 1px solid #aacbe2;
|
|
|
|
}
|
|
|
|
.error {
|
|
|
|
background: #f0d6d6;
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
align: center;
|
|
|
|
border-width: 1px;
|
|
|
|
border-spacing: 2px;
|
|
|
|
border-style: outset;
|
|
|
|
border-color: gray;
|
|
|
|
border-collapse: collapse;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
table td {
|
|
|
|
border-width: 1px;
|
|
|
|
padding: 4px;
|
|
|
|
border-style: inset;
|
|
|
|
border-color: gray;
|
|
|
|
background-color: white;
|
|
|
|
}
|