site/static/css/main.css

50 lines
698 B
CSS
Raw Normal View History

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%;
}
.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;
}
2015-02-03 18:52:45 +00:00
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
2015-02-03 18:56:42 +00:00
background-color: #E5B7CE;
2015-02-03 18:52:45 +00:00
}