mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-23 04:52:00 +00:00
Use simple's solarized theme
This commit is contained in:
parent
1228815a02
commit
81e6daf614
3 changed files with 5768 additions and 99 deletions
|
@ -50,7 +50,7 @@ html, body {
|
|||
/*Gather Styles*/
|
||||
|
||||
.lifeform-icon {
|
||||
max-height: 25px;
|
||||
max-height: 20px;
|
||||
}
|
||||
|
||||
.gather-voting {
|
||||
|
@ -67,7 +67,6 @@ html, body {
|
|||
|
||||
#previous_gather {
|
||||
margin-top: 2em;
|
||||
border-top: 1px solid #FAFAFA;
|
||||
}
|
||||
|
||||
.gather-actions {
|
||||
|
@ -76,7 +75,6 @@ html, body {
|
|||
|
||||
#gathers {
|
||||
margin-top: 1em;
|
||||
border-left: 1px solid #FAFAFA;
|
||||
}
|
||||
|
||||
.gatherer {
|
||||
|
|
5769
public/css/bootstrap.min.css
vendored
5769
public/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
body {
|
||||
background-color: #f8f8f8;
|
||||
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
|
@ -15,7 +15,6 @@ body {
|
|||
#page-wrapper {
|
||||
padding: 0 15px;
|
||||
min-height: 568px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@media(min-width:768px) {
|
||||
|
@ -23,7 +22,6 @@ body {
|
|||
position: inherit;
|
||||
margin: 0 0 0 250px;
|
||||
padding: 0 30px;
|
||||
border-left: 1px solid #e7e7e7;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -99,7 +97,7 @@ body {
|
|||
}
|
||||
|
||||
.sidebar ul li a.active {
|
||||
background-color: #eee;
|
||||
|
||||
}
|
||||
|
||||
.sidebar .arrow {
|
||||
|
@ -143,39 +141,9 @@ body {
|
|||
}
|
||||
|
||||
.btn-outline {
|
||||
color: inherit;
|
||||
background-color: transparent;
|
||||
transition: all .5s;
|
||||
}
|
||||
|
||||
.btn-primary.btn-outline {
|
||||
color: #428bca;
|
||||
}
|
||||
|
||||
.btn-success.btn-outline {
|
||||
color: #5cb85c;
|
||||
}
|
||||
|
||||
.btn-info.btn-outline {
|
||||
color: #5bc0de;
|
||||
}
|
||||
|
||||
.btn-warning.btn-outline {
|
||||
color: #f0ad4e;
|
||||
}
|
||||
|
||||
.btn-danger.btn-outline {
|
||||
color: #d9534f;
|
||||
}
|
||||
|
||||
.btn-primary.btn-outline:hover,
|
||||
.btn-success.btn-outline:hover,
|
||||
.btn-info.btn-outline:hover,
|
||||
.btn-warning.btn-outline:hover,
|
||||
.btn-danger.btn-outline:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.chat {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
@ -253,7 +221,7 @@ table.dataTable thead .sorting:after {
|
|||
content: "\f0dc";
|
||||
float: right;
|
||||
font-family: fontawesome;
|
||||
color: rgba(50,50,50,.5);
|
||||
/*color: rgba(50,50,50,.5);*/
|
||||
}
|
||||
|
||||
.btn-circle {
|
||||
|
@ -288,7 +256,7 @@ table.dataTable thead .sorting:after {
|
|||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
border: 1px solid #ddd;
|
||||
background-color: #eee!important;
|
||||
/*background-color: #eee!important;*/
|
||||
}
|
||||
|
||||
.show-grid {
|
||||
|
@ -297,58 +265,4 @@ table.dataTable thead .sorting:after {
|
|||
|
||||
.huge {
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
.panel-green {
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.panel-green .panel-heading {
|
||||
border-color: #5cb85c;
|
||||
color: #fff;
|
||||
background-color: #5cb85c;
|
||||
}
|
||||
|
||||
.panel-green a {
|
||||
color: #5cb85c;
|
||||
}
|
||||
|
||||
.panel-green a:hover {
|
||||
color: #3d8b3d;
|
||||
}
|
||||
|
||||
.panel-red {
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.panel-red .panel-heading {
|
||||
border-color: #d9534f;
|
||||
color: #fff;
|
||||
background-color: #d9534f;
|
||||
}
|
||||
|
||||
.panel-red a {
|
||||
color: #d9534f;
|
||||
}
|
||||
|
||||
.panel-red a:hover {
|
||||
color: #b52b27;
|
||||
}
|
||||
|
||||
.panel-yellow {
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.panel-yellow .panel-heading {
|
||||
border-color: #f0ad4e;
|
||||
color: #fff;
|
||||
background-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.panel-yellow a {
|
||||
color: #f0ad4e;
|
||||
}
|
||||
|
||||
.panel-yellow a:hover {
|
||||
color: #df8a13;
|
||||
}
|
Loading…
Reference in a new issue