Test another color theme changing
This commit is contained in:
parent
928a6f0794
commit
97d3cb173e
122
css/theme.css
122
css/theme.css
|
@ -151,12 +151,12 @@ sup {
|
|||
top: -.5em; }
|
||||
|
||||
a {
|
||||
color: #007bff;
|
||||
color: #28a745;
|
||||
text-decoration: none;
|
||||
background-color: transparent;
|
||||
-webkit-text-decoration-skip: objects; }
|
||||
a:hover {
|
||||
color: #0056b3;
|
||||
color: #19692c;
|
||||
text-decoration: underline; }
|
||||
|
||||
a:not([href]):not([tabindex]) {
|
||||
|
@ -946,13 +946,13 @@ pre {
|
|||
.table-primary,
|
||||
.table-primary > th,
|
||||
.table-primary > td {
|
||||
background-color: #b8daff; }
|
||||
background-color: #c3e6cb; }
|
||||
|
||||
.table-hover .table-primary:hover {
|
||||
background-color: #9fcdff; }
|
||||
background-color: #b1dfbb; }
|
||||
.table-hover .table-primary:hover > td,
|
||||
.table-hover .table-primary:hover > th {
|
||||
background-color: #9fcdff; }
|
||||
background-color: #b1dfbb; }
|
||||
|
||||
.table-secondary,
|
||||
.table-secondary > th,
|
||||
|
@ -1143,7 +1143,7 @@ pre {
|
|||
.wpcf7 textarea:focus, .wpcf7 .wpcf7-validation-errors:focus {
|
||||
color: #495057;
|
||||
background-color: #fff;
|
||||
border-color: #80bdff;
|
||||
border-color: #71dd8a;
|
||||
outline: none; }
|
||||
.form-control::placeholder, .wpcf7 input[type=text]::placeholder,
|
||||
.wpcf7 input[type=search]::placeholder,
|
||||
|
@ -2073,7 +2073,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||
text-decoration: none; }
|
||||
.btn:focus, .wpcf7 input[type=submit]:focus, .btn.focus, .wpcf7 input.focus[type=submit] {
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); }
|
||||
box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.25); }
|
||||
.btn.disabled, .wpcf7 input.disabled[type=submit], .btn:disabled, .wpcf7 input[type=submit]:disabled {
|
||||
opacity: .65; }
|
||||
.btn:active, .wpcf7 input[type=submit]:active, .btn.active, .wpcf7 input.active[type=submit] {
|
||||
|
@ -2085,22 +2085,22 @@ fieldset[disabled] a.btn {
|
|||
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #007bff;
|
||||
border-color: #007bff; }
|
||||
background-color: #28a745;
|
||||
border-color: #28a745; }
|
||||
.btn-primary:hover {
|
||||
color: #fff;
|
||||
background-color: #0069d9;
|
||||
border-color: #0062cc; }
|
||||
background-color: #218838;
|
||||
border-color: #1e7e34; }
|
||||
.btn-primary:focus, .btn-primary.focus {
|
||||
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
|
||||
box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
|
||||
.btn-primary.disabled, .btn-primary:disabled {
|
||||
background-color: #007bff;
|
||||
border-color: #007bff; }
|
||||
background-color: #28a745;
|
||||
border-color: #28a745; }
|
||||
.btn-primary:active, .btn-primary.active,
|
||||
.show > .btn-primary.dropdown-toggle {
|
||||
background-color: #0069d9;
|
||||
background-color: #218838;
|
||||
background-image: none;
|
||||
border-color: #0062cc; }
|
||||
border-color: #1e7e34; }
|
||||
|
||||
.btn-secondary {
|
||||
color: #fff;
|
||||
|
@ -2236,25 +2236,25 @@ fieldset[disabled] a.btn {
|
|||
border-color: #1d2124; }
|
||||
|
||||
.btn-outline-primary, .wpcf7 input[type=submit] {
|
||||
color: #007bff;
|
||||
color: #28a745;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
border-color: #007bff; }
|
||||
border-color: #28a745; }
|
||||
.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {
|
||||
color: #fff;
|
||||
background-color: #007bff;
|
||||
border-color: #007bff; }
|
||||
background-color: #28a745;
|
||||
border-color: #28a745; }
|
||||
.btn-outline-primary:focus, .wpcf7 input[type=submit]:focus, .btn-outline-primary.focus, .wpcf7 input.focus[type=submit] {
|
||||
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
|
||||
box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
|
||||
.btn-outline-primary.disabled, .wpcf7 input.disabled[type=submit], .btn-outline-primary:disabled, .wpcf7 input[type=submit]:disabled {
|
||||
color: #007bff;
|
||||
color: #28a745;
|
||||
background-color: transparent; }
|
||||
.btn-outline-primary:active, .wpcf7 input[type=submit]:active, .btn-outline-primary.active, .wpcf7 input.active[type=submit],
|
||||
.show > .btn-outline-primary.dropdown-toggle, .wpcf7
|
||||
.show > input.dropdown-toggle[type=submit] {
|
||||
color: #fff;
|
||||
background-color: #007bff;
|
||||
border-color: #007bff; }
|
||||
background-color: #28a745;
|
||||
border-color: #28a745; }
|
||||
|
||||
.btn-outline-secondary {
|
||||
color: #868e96;
|
||||
|
@ -2398,7 +2398,7 @@ fieldset[disabled] a.btn {
|
|||
|
||||
.btn-link {
|
||||
font-weight: normal;
|
||||
color: #007bff;
|
||||
color: #28a745;
|
||||
border-radius: 0; }
|
||||
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
|
||||
background-color: transparent; }
|
||||
|
@ -2408,7 +2408,7 @@ fieldset[disabled] a.btn {
|
|||
.btn-link:hover {
|
||||
border-color: transparent; }
|
||||
.btn-link:focus, .btn-link:hover {
|
||||
color: #0056b3;
|
||||
color: #19692c;
|
||||
text-decoration: underline;
|
||||
background-color: transparent; }
|
||||
.btn-link:disabled {
|
||||
|
@ -2532,7 +2532,7 @@ tbody.collapse.show {
|
|||
.dropdown-item.active, .dropdown-item:active {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #007bff; }
|
||||
background-color: #28a745; }
|
||||
.dropdown-item.disabled, .dropdown-item:disabled {
|
||||
color: #868e96;
|
||||
background-color: transparent; }
|
||||
|
@ -3228,12 +3228,12 @@ tbody.collapse.show {
|
|||
opacity: 0; }
|
||||
.custom-control-input:checked ~ .custom-control-indicator {
|
||||
color: #fff;
|
||||
background-color: #007bff; }
|
||||
background-color: #28a745; }
|
||||
.custom-control-input:focus ~ .custom-control-indicator {
|
||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff; }
|
||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #28a745; }
|
||||
.custom-control-input:active ~ .custom-control-indicator {
|
||||
color: #fff;
|
||||
background-color: #b3d7ff; }
|
||||
background-color: #9be7ac; }
|
||||
.custom-control-input:disabled ~ .custom-control-indicator {
|
||||
background-color: #e9ecef; }
|
||||
.custom-control-input:disabled ~ .custom-control-description {
|
||||
|
@ -3260,7 +3260,7 @@ tbody.collapse.show {
|
|||
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
|
||||
|
||||
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
|
||||
background-color: #007bff;
|
||||
background-color: #28a745;
|
||||
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
|
||||
|
||||
.custom-radio .custom-control-indicator {
|
||||
|
@ -3292,7 +3292,7 @@ tbody.collapse.show {
|
|||
border-radius: 0.25rem;
|
||||
appearance: none; }
|
||||
.custom-select:focus {
|
||||
border-color: #80bdff;
|
||||
border-color: #71dd8a;
|
||||
outline: none; }
|
||||
.custom-select:focus::-ms-value {
|
||||
color: #495057;
|
||||
|
@ -3323,7 +3323,7 @@ tbody.collapse.show {
|
|||
margin: 0;
|
||||
opacity: 0; }
|
||||
.custom-file-input:focus ~ .custom-file-control {
|
||||
box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff; }
|
||||
box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #28a745; }
|
||||
|
||||
.custom-file-control {
|
||||
position: absolute;
|
||||
|
@ -3403,7 +3403,7 @@ tbody.collapse.show {
|
|||
.nav-pills .nav-link.active,
|
||||
.show > .nav-pills .nav-link {
|
||||
color: #fff;
|
||||
background-color: #007bff; }
|
||||
background-color: #28a745; }
|
||||
|
||||
.nav-fill .nav-item {
|
||||
flex: 1 1 auto;
|
||||
|
@ -3867,8 +3867,8 @@ tbody.collapse.show {
|
|||
.page-item.active .page-link {
|
||||
z-index: 2;
|
||||
color: #fff;
|
||||
background-color: #007bff;
|
||||
border-color: #007bff; }
|
||||
background-color: #28a745;
|
||||
border-color: #28a745; }
|
||||
|
||||
.page-item.disabled .page-link {
|
||||
color: #868e96;
|
||||
|
@ -3882,11 +3882,11 @@ tbody.collapse.show {
|
|||
padding: 0.5rem 0.75rem;
|
||||
margin-left: -1px;
|
||||
line-height: 1.25;
|
||||
color: #007bff;
|
||||
color: #28a745;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ddd; }
|
||||
.page-link:focus, .page-link:hover {
|
||||
color: #0056b3;
|
||||
color: #19692c;
|
||||
text-decoration: none;
|
||||
background-color: #e9ecef;
|
||||
border-color: #ddd; }
|
||||
|
@ -3942,11 +3942,11 @@ tbody.collapse.show {
|
|||
|
||||
.badge-primary {
|
||||
color: #fff;
|
||||
background-color: #007bff; }
|
||||
background-color: #28a745; }
|
||||
.badge-primary[href]:focus, .badge-primary[href]:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #0062cc; }
|
||||
background-color: #1e7e34; }
|
||||
|
||||
.badge-secondary {
|
||||
color: #fff;
|
||||
|
@ -4038,13 +4038,13 @@ tbody.collapse.show {
|
|||
color: inherit; }
|
||||
|
||||
.alert-primary {
|
||||
color: #004085;
|
||||
background-color: #cce5ff;
|
||||
border-color: #b8daff; }
|
||||
color: #155724;
|
||||
background-color: #d4edda;
|
||||
border-color: #c3e6cb; }
|
||||
.alert-primary hr {
|
||||
border-top-color: #9fcdff; }
|
||||
border-top-color: #b1dfbb; }
|
||||
.alert-primary .alert-link {
|
||||
color: #002752; }
|
||||
color: #0b2e13; }
|
||||
|
||||
.alert-secondary {
|
||||
color: #464a4e;
|
||||
|
@ -4128,7 +4128,7 @@ tbody.collapse.show {
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #fff;
|
||||
background-color: #007bff; }
|
||||
background-color: #28a745; }
|
||||
|
||||
.progress-bar-striped {
|
||||
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
||||
|
@ -4184,8 +4184,8 @@ tbody.collapse.show {
|
|||
.list-group-item.active {
|
||||
z-index: 2;
|
||||
color: #fff;
|
||||
background-color: #007bff;
|
||||
border-color: #007bff; }
|
||||
background-color: #28a745;
|
||||
border-color: #28a745; }
|
||||
|
||||
.list-group-flush .list-group-item {
|
||||
border-right: 0;
|
||||
|
@ -4199,22 +4199,22 @@ tbody.collapse.show {
|
|||
border-bottom: 0; }
|
||||
|
||||
.list-group-item-primary {
|
||||
color: #004085;
|
||||
background-color: #b8daff; }
|
||||
color: #155724;
|
||||
background-color: #c3e6cb; }
|
||||
|
||||
a.list-group-item-primary,
|
||||
button.list-group-item-primary {
|
||||
color: #004085; }
|
||||
color: #155724; }
|
||||
a.list-group-item-primary:focus, a.list-group-item-primary:hover,
|
||||
button.list-group-item-primary:focus,
|
||||
button.list-group-item-primary:hover {
|
||||
color: #004085;
|
||||
background-color: #9fcdff; }
|
||||
color: #155724;
|
||||
background-color: #b1dfbb; }
|
||||
a.list-group-item-primary.active,
|
||||
button.list-group-item-primary.active {
|
||||
color: #fff;
|
||||
background-color: #004085;
|
||||
border-color: #004085; }
|
||||
background-color: #155724;
|
||||
border-color: #155724; }
|
||||
|
||||
.list-group-item-secondary {
|
||||
color: #464a4e;
|
||||
|
@ -4827,10 +4827,10 @@ button.close {
|
|||
vertical-align: text-top !important; }
|
||||
|
||||
.bg-primary {
|
||||
background-color: #007bff !important; }
|
||||
background-color: #28a745 !important; }
|
||||
|
||||
a.bg-primary:focus, a.bg-primary:hover {
|
||||
background-color: #0062cc !important; }
|
||||
background-color: #1e7e34 !important; }
|
||||
|
||||
.bg-secondary {
|
||||
background-color: #868e96 !important; }
|
||||
|
@ -4899,7 +4899,7 @@ a.bg-dark:focus, a.bg-dark:hover {
|
|||
border-left: 0 !important; }
|
||||
|
||||
.border-primary {
|
||||
border-color: #007bff !important; }
|
||||
border-color: #28a745 !important; }
|
||||
|
||||
.border-secondary {
|
||||
border-color: #868e96 !important; }
|
||||
|
@ -6620,10 +6620,10 @@ a.bg-dark:focus, a.bg-dark:hover {
|
|||
color: #fff !important; }
|
||||
|
||||
.text-primary {
|
||||
color: #007bff !important; }
|
||||
color: #28a745 !important; }
|
||||
|
||||
a.text-primary:focus, a.text-primary:hover {
|
||||
color: #0062cc !important; }
|
||||
color: #1e7e34 !important; }
|
||||
|
||||
.text-secondary {
|
||||
color: #868e96 !important; }
|
||||
|
@ -6761,7 +6761,7 @@ a.skip-link {
|
|||
.navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
|
||||
color: #fff !important;
|
||||
text-decoration: none;
|
||||
background-color: #007bff; }
|
||||
background-color: #28a745; }
|
||||
.navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
|
||||
color: #868e96 !important;
|
||||
background-color: transparent; }
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2,3 +2,68 @@
|
|||
// To overwrite a Bootstrap variable you don´t have to touch the Bootstrap folder.
|
||||
// Just copy a variable from /sass/bootstrap/_variables.scss, paste it here and edit the value.
|
||||
|
||||
//
|
||||
// Color system
|
||||
//
|
||||
|
||||
$white: #fff !default;
|
||||
$gray-100: #f8f9fa !default;
|
||||
$gray-200: #e9ecef !default;
|
||||
$gray-300: #dee2e6 !default;
|
||||
$gray-400: #ced4da !default;
|
||||
$gray-500: #adb5bd !default;
|
||||
$gray-600: #868e96 !default;
|
||||
$gray-700: #495057 !default;
|
||||
$gray-800: #343a40 !default;
|
||||
$gray-900: #212529 !default;
|
||||
$black: #000 !default;
|
||||
|
||||
$grays: (
|
||||
100: $gray-100,
|
||||
200: $gray-200,
|
||||
300: $gray-300,
|
||||
400: $gray-400,
|
||||
500: $gray-500,
|
||||
600: $gray-600,
|
||||
700: $gray-700,
|
||||
800: $gray-800,
|
||||
900: $gray-900
|
||||
) !default;
|
||||
|
||||
$blue: #007bff !default;
|
||||
$indigo: #6610f2 !default;
|
||||
$purple: #6f42c1 !default;
|
||||
$pink: #e83e8c !default;
|
||||
$red: #dc3545 !default;
|
||||
$orange: #fd7e14 !default;
|
||||
$yellow: #ffc107 !default;
|
||||
$green: #28a745 !default;
|
||||
$teal: #20c997 !default;
|
||||
$cyan: #17a2b8 !default;
|
||||
|
||||
$colors: (
|
||||
blue: $blue,
|
||||
indigo: $indigo,
|
||||
purple: $purple,
|
||||
pink: $pink,
|
||||
red: $red,
|
||||
orange: $orange,
|
||||
yellow: $yellow,
|
||||
green: $green,
|
||||
teal: $teal,
|
||||
cyan: $cyan,
|
||||
white: $white,
|
||||
gray: $gray-600,
|
||||
gray-dark: $gray-800
|
||||
) !default;
|
||||
|
||||
$theme-colors: (
|
||||
primary: $green,
|
||||
secondary: $gray-600,
|
||||
success: $green,
|
||||
info: $cyan,
|
||||
warning: $yellow,
|
||||
danger: $red,
|
||||
light: $gray-100,
|
||||
dark: $gray-800
|
||||
) !default;
|
||||
|
|
Reference in New Issue