site/static/css/main.css

59 lines
790 B
CSS
Raw Normal View History

2015-02-01 01:15:41 +00:00
body {
padding-top: 60px;
2015-02-05 20:52:52 +00:00
background: #FFF9FD;
2015-02-03 18:54:57 +00:00
margin-bottom: 60px;
2015-02-01 01:15:41 +00:00
}
.container {
max-width 600px;
2015-02-03 18:54:57 +00:00
padding: 0 15px;
}
.container .text-muted {
margin: 20px 0;
2015-02-01 01:15:41 +00:00
}
2015-02-07 00:50:09 +00:00
.navbar {
background: #FFF9FD;
}
2015-02-01 01:15:41 +00:00
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%;
2015-02-03 18:52:45 +00:00
/* Set the fixed height of the footer here */
height: 60px;
}