259 lines
4.1 KiB
CSS
259 lines
4.1 KiB
CSS
/*
|
|
* General elements
|
|
*/
|
|
html, body {
|
|
height: 100%;
|
|
}
|
|
|
|
thead input {
|
|
width: 100%;
|
|
padding: 3px;
|
|
}
|
|
|
|
/*
|
|
* Specific areas
|
|
*/
|
|
|
|
/*
|
|
* Whole Page
|
|
*/
|
|
#page {
|
|
position: relative;
|
|
min-height: 100%;
|
|
height: auto !important;
|
|
height: 100%;
|
|
}
|
|
|
|
/*
|
|
* Page Header
|
|
*/
|
|
#page-header {
|
|
/* position: relative; */
|
|
padding-top: 0.6rem;
|
|
padding-left: 0.6rem;
|
|
padding-right: 0.6rem;
|
|
padding-bottom: 0.6rem;
|
|
/* border-bottom: 2px solid #646464; */
|
|
background-color: #58ab27;
|
|
color: #e3e3e3;
|
|
margin-bottom: 1.2rem;
|
|
}
|
|
|
|
#page-header h2 {
|
|
display: inline;
|
|
font-size: 2rem;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
#page-header h2 img {
|
|
margin-right: 1.2rem;
|
|
}
|
|
|
|
#page-header h2 a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
#page-header h2 a:hover {
|
|
color: #e3e3e3;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#page-header #login-widget {
|
|
float: right;
|
|
}
|
|
|
|
/*
|
|
* Messages
|
|
*/
|
|
#messages div.alert {
|
|
margin-bottom: 1.2rem;
|
|
}
|
|
|
|
/*
|
|
* Page Body
|
|
*/
|
|
#page-body {
|
|
padding-bottom: 4.8rem;
|
|
}
|
|
|
|
#page-body h5, #page-body h6 {
|
|
font-weight: bold;
|
|
}
|
|
|
|
/*
|
|
* Page footer
|
|
*/
|
|
#page-footer {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
height: 4rem;
|
|
width: 100%;
|
|
padding-top: 1rem;
|
|
padding-left: 1rem;
|
|
padding-right: 1rem;
|
|
/* border-top: 2px solid #646464; */
|
|
background-color: #58ab27;
|
|
color: #ffffff;
|
|
}
|
|
#page-footer .signum {
|
|
float: right;
|
|
padding-top: 2px;
|
|
/* font-family: serif; */
|
|
/* font-style: italic; */
|
|
}
|
|
|
|
#page-footer a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
#page-footer a:hover {
|
|
color: #e3e3e3;
|
|
}
|
|
|
|
/*
|
|
* Misc
|
|
*/
|
|
.top-most {
|
|
margin-top: 1.2rem;
|
|
}
|
|
|
|
.jumbotron {
|
|
padding-top: 34px;
|
|
padding-bottom: 34px;
|
|
}
|
|
|
|
.action-tabs {
|
|
margin-bottom: 1.2rem;
|
|
}
|
|
|
|
.panel-heading h3, .panel-heading h4 {
|
|
font-wight: inherit;
|
|
line-height: inherit;
|
|
}
|
|
|
|
.panel-group .panel-footer {
|
|
border-top: 1px solid #ddd;
|
|
}
|
|
|
|
/*
|
|
.form-group.required .control-label:after {
|
|
content:"*";
|
|
color: red;
|
|
}
|
|
*/
|
|
|
|
/*
|
|
* Used to remove the space around link like buttons (<button class="btn btn-link no-padding">).
|
|
*/
|
|
.no-padding {
|
|
padding: 0px;
|
|
}
|
|
|
|
/*
|
|
* We need more text colors (for event stati)
|
|
*/
|
|
.text-dav-purple {
|
|
color: #866dac;
|
|
}
|
|
.text-dav-lime {
|
|
color: #859201;
|
|
}
|
|
.text-dav-cyan {
|
|
color: #54bbd9;
|
|
}
|
|
.text-dav-caramel {
|
|
color: #9c5b22;
|
|
}
|
|
.text-dav-mandarin {
|
|
color: #b43a12;
|
|
}
|
|
|
|
/*
|
|
* We need more label colors (for event stati)
|
|
*/
|
|
.label-black {
|
|
background-color: #333;
|
|
}
|
|
.label-dav-purple {
|
|
background-color: #a694c2;
|
|
}
|
|
.label-dav-lime {
|
|
background-color: #bccf07;
|
|
}
|
|
.label-dav-cyan {
|
|
background-color: #86cfe4;
|
|
}
|
|
.label-dav-caramel {
|
|
background-color: #ce792d;
|
|
}
|
|
.label-dav-mandarin {
|
|
background-color: #e84e1b;
|
|
}
|
|
.label-dav-brown {
|
|
background-color: #925f36;
|
|
}
|
|
|
|
/*
|
|
* We need more button colors (for event stati)
|
|
*/
|
|
.btn-black {
|
|
background-color: #333;
|
|
border-color: #ccc;
|
|
color: #fff;
|
|
}
|
|
.btn-black.focus, .btn-black:focus, .btn-black:hover {
|
|
background-color: #555;
|
|
border-color: #ccc;
|
|
color: #fff;
|
|
}
|
|
.btn-dav-purple {
|
|
background-color: #a694c2;
|
|
border-color: #8067a8;
|
|
color: #fff;
|
|
}
|
|
.btn-dav-purple.focus, .btn-dav-purple:focus, .btn-dav-purple:hover {
|
|
background-color: #866dac;
|
|
border-color: #8067a8;
|
|
color: #fff;
|
|
}
|
|
.btn-dav-lime {
|
|
background-color: #bccf07;
|
|
border-color: #7c8801;
|
|
color: #fff;
|
|
}
|
|
.btn-dav-lime.focus, .btn-dav-lime:focus, .btn-dav-lime:hover {
|
|
background-color: #859201;
|
|
border-color: #7c8801;
|
|
color: #fff;
|
|
}
|
|
.btn-dav-cyan {
|
|
background-color: #86cfe4;
|
|
border-color: #4cb8d7;
|
|
color: #fff;
|
|
}
|
|
.btn-dav-cyan.focus, .btn-dav-cyan:focus, .btn-dav-cyan:hover {
|
|
background-color: #54bbd9;
|
|
border-color: #4cb8d7;
|
|
color: #fff;
|
|
}
|
|
.btn-dav-caramel {
|
|
background-color: #ce792d;
|
|
border-color: #935720;
|
|
color: #fff;
|
|
}
|
|
.btn-dav-caramel.focus, .btn-dav-caramel:focus, .btn-dav-caramel:hover {
|
|
background-color: #9c5b22;
|
|
border-color: #935720;
|
|
color: #fff;
|
|
}
|
|
.btn-dav-mandarin {
|
|
background-color: #e84e1b;
|
|
border-color: #aa3711;
|
|
color: #fff;
|
|
}
|
|
.btn-dav-mandarin.focus, .btn-dav-mandarin:focus, .btn-dav-mandarin:hover {
|
|
background-color: #b43a12;
|
|
border-color: #aa3711;
|
|
color: #fff;
|
|
}
|