Add Bootstrap theme using Pangea color palette.
This commit is contained in:
parent
330316f0f3
commit
f8808ed087
|
@ -33,15 +33,6 @@ a:hover {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
#sidebar ul li a:hover {
|
|
||||||
color: #777;
|
|
||||||
background: #efefef;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*#sidebar ul li.active > a, a[aria-expanded="true"] {
|
|
||||||
color: #fff;
|
|
||||||
background: #6d7fcc;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
.vertical-center {
|
.vertical-center {
|
||||||
min-height: 100%; /* Fallback for browsers do NOT support vh unit */
|
min-height: 100%; /* Fallback for browsers do NOT support vh unit */
|
||||||
|
@ -51,26 +42,6 @@ a:hover {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** bootstrap override **/
|
|
||||||
.btn-primary {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #8DB823;
|
|
||||||
border-color: #8DB823;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-primary:hover,
|
|
||||||
.btn-primary:not(:disabled):not(.disabled).active,
|
|
||||||
.btn-primary:not(:disabled):not(.disabled):active,
|
|
||||||
.show>.btn-primary.dropdown-toggle {
|
|
||||||
color: #fff;
|
|
||||||
background-color: #acc862;
|
|
||||||
border-color: #ccde98;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-primary.focus, .btn-primary:focus {
|
|
||||||
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
/** login **/
|
/** login **/
|
||||||
#body-login .jumbotron {
|
#body-login .jumbotron {
|
||||||
background: #282532;/**#50466E;**/
|
background: #282532;/**#50466E;**/
|
||||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
|
@ -16,6 +16,7 @@
|
||||||
{% block style %}
|
{% block style %}
|
||||||
{% block bootstrap_theme %}
|
{% block bootstrap_theme %}
|
||||||
<link rel="stylesheet" type="text/css" href="{% static "musician/css/bootstrap.min.css" %}" />
|
<link rel="stylesheet" type="text/css" href="{% static "musician/css/bootstrap.min.css" %}" />
|
||||||
|
<link rel="stylesheet" type="text/css" href="{% static "musician/css/theme.min.css" %}" />
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
<link rel="stylesheet" href="{% static "musician/fontawesome/css/all.min.css" %}" />
|
<link rel="stylesheet" href="{% static "musician/fontawesome/css/all.min.css" %}" />
|
||||||
|
|
Loading…
Reference in New Issue