34 lines
992 B
CSS
Executable File
34 lines
992 B
CSS
Executable File
body {
|
|
color: #333333;
|
|
font-size: 1.4em; }
|
|
|
|
.alert.alert-success {
|
|
background-color: #8DCD8D;
|
|
border-color: #4cae4c;
|
|
color: white; }
|
|
.alert.alert-info {
|
|
background: #8CD3E8;
|
|
border-color: #46b8da;
|
|
color: #FFF; }
|
|
.alert.alert-danger {
|
|
background: #D91E18;
|
|
border-color: #CF000F;
|
|
color: #FFF; }
|
|
|
|
.list-group {
|
|
margin-bottom: 20px;
|
|
padding-left: 0; }
|
|
.list-group .list-group-item {
|
|
padding: 10px 15px;
|
|
background-color: #ffffff;
|
|
border: 1px solid #BDC3C7; }
|
|
.list-group .list-group-item h1.list-group-item-heading, .list-group .list-group-item h2.list-group-item-heading, .list-group .list-group-item h3.list-group-item-heading, .list-group .list-group-item h4.list-group-item-heading {
|
|
margin-top: 5px;
|
|
margin-bottom: 5px; }
|
|
.list-group .list-group-item p, .list-group .list-group-item time {
|
|
margin-bottom: 0;
|
|
line-height: 1.3em; }
|
|
.list-group .list-group-item time {
|
|
color: #6C7A89;
|
|
font-weight: bold; }
|