Preparing 0.8.0 update
This commit is contained in:
parent
826d0aa43c
commit
6c37a49e17
|
@ -1,3 +1,6 @@
|
|||
- ** Release 0.8.0 January 22th 2018 **
|
||||
- Update to Bootstrap 4 (no more Beta...)
|
||||
|
||||
- ** Release 0.7.0 December 29th 2017 **
|
||||
- Update to Bootstrap 4 Beta 3
|
||||
- Create rigth-sidebar-check.php - Thx @Vishal-Deshpande
|
||||
|
@ -29,7 +32,6 @@
|
|||
- Remove jQuery 3.2.1 slim and switch back to WP core jQuery version
|
||||
- Update Bootstrap 4 Beta 2 to commit which fixes jQuery conflict
|
||||
|
||||
|
||||
- ** Release 0.6.8 November 27th 2017 **
|
||||
- Theme check updates
|
||||
- Bugfix release
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "understrap",
|
||||
"version": "0.7.0",
|
||||
"version": "0.8.0",
|
||||
"homepage": "http://understrap.com",
|
||||
"authors": [
|
||||
"Holger Koenemann <office@holgerkoenemann.de>"
|
||||
|
@ -26,6 +26,6 @@
|
|||
"dependencies": {
|
||||
},
|
||||
"_source": "https://github.com/holger1411/understrap.git",
|
||||
"_target": "~0.7.0",
|
||||
"_target": "~0.8.0",
|
||||
"_originalSource": "understrap"
|
||||
}
|
||||
|
|
146
css/theme.css
146
css/theme.css
|
@ -19,7 +19,7 @@
|
|||
--white: #fff;
|
||||
--gray: #6c757d;
|
||||
--gray-dark: #343a40;
|
||||
--primary: #0052CC;
|
||||
--primary: #8753D5;
|
||||
--secondary: #6c757d;
|
||||
--success: #28a745;
|
||||
--info: #17a2b8;
|
||||
|
@ -138,12 +138,12 @@ sup {
|
|||
top: -.5em; }
|
||||
|
||||
a {
|
||||
color: #0052CC;
|
||||
color: #8753D5;
|
||||
text-decoration: none;
|
||||
background-color: transparent;
|
||||
-webkit-text-decoration-skip: objects; }
|
||||
a:hover {
|
||||
color: #003380;
|
||||
color: #602bb0;
|
||||
text-decoration: underline; }
|
||||
|
||||
a:not([href]):not([tabindex]) {
|
||||
|
@ -1079,13 +1079,13 @@ pre {
|
|||
.table-primary,
|
||||
.table-primary > th,
|
||||
.table-primary > td {
|
||||
background-color: #b8cff1; }
|
||||
background-color: #ddcff3; }
|
||||
|
||||
.table-hover .table-primary:hover {
|
||||
background-color: #a3c1ed; }
|
||||
background-color: #cfbbee; }
|
||||
.table-hover .table-primary:hover > td,
|
||||
.table-hover .table-primary:hover > th {
|
||||
background-color: #a3c1ed; }
|
||||
background-color: #cfbbee; }
|
||||
|
||||
.table-secondary,
|
||||
.table-secondary > th,
|
||||
|
@ -1317,9 +1317,9 @@ pre {
|
|||
.wpcf7 textarea:focus, .wpcf7 .wpcf7-validation-errors:focus {
|
||||
color: #495057;
|
||||
background-color: #fff;
|
||||
border-color: #4d94ff;
|
||||
border-color: #ceb9ee;
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(0, 82, 204, 0.25); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(135, 83, 213, 0.25); }
|
||||
.form-control::placeholder, .wpcf7 input[type=text]::placeholder,
|
||||
.wpcf7 input[type=search]::placeholder,
|
||||
.wpcf7 input[type=url]::placeholder,
|
||||
|
@ -2320,7 +2320,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 0.2rem rgba(0, 82, 204, 0.25); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(135, 83, 213, 0.25); }
|
||||
.btn.disabled, .wpcf7 input.disabled[type=submit], .btn:disabled, .wpcf7 input[type=submit]:disabled {
|
||||
opacity: 0.65; }
|
||||
.btn:not(:disabled):not(.disabled), .wpcf7 input[type=submit]:not(:disabled):not(.disabled) {
|
||||
|
@ -2334,26 +2334,26 @@ fieldset:disabled a.btn {
|
|||
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #0052CC;
|
||||
border-color: #0052CC; }
|
||||
background-color: #8753D5;
|
||||
border-color: #8753D5; }
|
||||
.btn-primary:hover {
|
||||
color: #fff;
|
||||
background-color: #0043a6;
|
||||
border-color: #003e99; }
|
||||
background-color: #7234cd;
|
||||
border-color: #6c30c5; }
|
||||
.btn-primary:focus, .btn-primary.focus {
|
||||
box-shadow: 0 0 0 0.2rem rgba(0, 82, 204, 0.5); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(135, 83, 213, 0.5); }
|
||||
.btn-primary.disabled, .btn-primary:disabled {
|
||||
color: #fff;
|
||||
background-color: #0052CC;
|
||||
border-color: #0052CC; }
|
||||
background-color: #8753D5;
|
||||
border-color: #8753D5; }
|
||||
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
|
||||
.show > .btn-primary.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #003e99;
|
||||
border-color: #00388c; }
|
||||
background-color: #6c30c5;
|
||||
border-color: #662ebb; }
|
||||
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
|
||||
.show > .btn-primary.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 0.2rem rgba(0, 82, 204, 0.5); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(135, 83, 213, 0.5); }
|
||||
|
||||
.btn-secondary {
|
||||
color: #fff;
|
||||
|
@ -2517,29 +2517,29 @@ fieldset:disabled a.btn {
|
|||
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
|
||||
|
||||
.btn-outline-primary, .wpcf7 input[type=submit] {
|
||||
color: #0052CC;
|
||||
color: #8753D5;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
border-color: #0052CC; }
|
||||
border-color: #8753D5; }
|
||||
.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {
|
||||
color: #fff;
|
||||
background-color: #0052CC;
|
||||
border-color: #0052CC; }
|
||||
background-color: #8753D5;
|
||||
border-color: #8753D5; }
|
||||
.btn-outline-primary:focus, .wpcf7 input[type=submit]:focus, .btn-outline-primary.focus, .wpcf7 input.focus[type=submit] {
|
||||
box-shadow: 0 0 0 0.2rem rgba(0, 82, 204, 0.5); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(135, 83, 213, 0.5); }
|
||||
.btn-outline-primary.disabled, .wpcf7 input.disabled[type=submit], .btn-outline-primary:disabled, .wpcf7 input[type=submit]:disabled {
|
||||
color: #0052CC;
|
||||
color: #8753D5;
|
||||
background-color: transparent; }
|
||||
.btn-outline-primary:not(:disabled):not(.disabled):active, .wpcf7 input[type=submit]:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .wpcf7 input[type=submit]:not(:disabled):not(.disabled).active,
|
||||
.show > .btn-outline-primary.dropdown-toggle, .wpcf7
|
||||
.show > input.dropdown-toggle[type=submit] {
|
||||
color: #fff;
|
||||
background-color: #0052CC;
|
||||
border-color: #0052CC; }
|
||||
background-color: #8753D5;
|
||||
border-color: #8753D5; }
|
||||
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .wpcf7 input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .wpcf7 input[type=submit]:not(:disabled):not(.disabled).active:focus,
|
||||
.show > .btn-outline-primary.dropdown-toggle:focus, .wpcf7
|
||||
.show > input.dropdown-toggle[type=submit]:focus {
|
||||
box-shadow: 0 0 0 0.2rem rgba(0, 82, 204, 0.5); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(135, 83, 213, 0.5); }
|
||||
|
||||
.btn-outline-secondary {
|
||||
color: #6c757d;
|
||||
|
@ -2704,10 +2704,10 @@ fieldset:disabled a.btn {
|
|||
|
||||
.btn-link {
|
||||
font-weight: 400;
|
||||
color: #0052CC;
|
||||
color: #8753D5;
|
||||
background-color: transparent; }
|
||||
.btn-link:hover {
|
||||
color: #003380;
|
||||
color: #602bb0;
|
||||
text-decoration: underline;
|
||||
background-color: transparent;
|
||||
border-color: transparent; }
|
||||
|
@ -2898,7 +2898,7 @@ tbody.collapse.show {
|
|||
.dropdown-item.active, .dropdown-item:active {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #0052CC; }
|
||||
background-color: #8753D5; }
|
||||
.dropdown-item.disabled, .dropdown-item:disabled {
|
||||
color: #6c757d;
|
||||
background-color: transparent; }
|
||||
|
@ -3425,12 +3425,12 @@ tbody.collapse.show {
|
|||
opacity: 0; }
|
||||
.custom-control-input:checked ~ .custom-control-label::before {
|
||||
color: #fff;
|
||||
background-color: #0052CC; }
|
||||
background-color: #8753D5; }
|
||||
.custom-control-input:focus ~ .custom-control-label::before {
|
||||
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 82, 204, 0.25); }
|
||||
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(135, 83, 213, 0.25); }
|
||||
.custom-control-input:active ~ .custom-control-label::before {
|
||||
color: #fff;
|
||||
background-color: #80b3ff; }
|
||||
background-color: #ebe2f8; }
|
||||
.custom-control-input:disabled ~ .custom-control-label {
|
||||
color: #6c757d; }
|
||||
.custom-control-input:disabled ~ .custom-control-label::before {
|
||||
|
@ -3465,34 +3465,34 @@ tbody.collapse.show {
|
|||
border-radius: 0.25rem; }
|
||||
|
||||
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
|
||||
background-color: #0052CC; }
|
||||
background-color: #8753D5; }
|
||||
|
||||
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
|
||||
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-label::before {
|
||||
background-color: #0052CC; }
|
||||
background-color: #8753D5; }
|
||||
|
||||
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
|
||||
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-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
||||
background-color: rgba(0, 82, 204, 0.5); }
|
||||
background-color: rgba(135, 83, 213, 0.5); }
|
||||
|
||||
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
|
||||
background-color: rgba(0, 82, 204, 0.5); }
|
||||
background-color: rgba(135, 83, 213, 0.5); }
|
||||
|
||||
.custom-radio .custom-control-label::before {
|
||||
border-radius: 50%; }
|
||||
|
||||
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
|
||||
background-color: #0052CC; }
|
||||
background-color: #8753D5; }
|
||||
|
||||
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
|
||||
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
|
||||
|
||||
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
||||
background-color: rgba(0, 82, 204, 0.5); }
|
||||
background-color: rgba(135, 83, 213, 0.5); }
|
||||
|
||||
.custom-select {
|
||||
display: inline-block;
|
||||
|
@ -3508,9 +3508,9 @@ tbody.collapse.show {
|
|||
border-radius: 0.25rem;
|
||||
appearance: none; }
|
||||
.custom-select:focus {
|
||||
border-color: #4d94ff;
|
||||
border-color: #ceb9ee;
|
||||
outline: 0;
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(77, 148, 255, 0.5); }
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(206, 185, 238, 0.5); }
|
||||
.custom-select:focus::-ms-value {
|
||||
color: #495057;
|
||||
background-color: #fff; }
|
||||
|
@ -3551,10 +3551,10 @@ tbody.collapse.show {
|
|||
margin: 0;
|
||||
opacity: 0; }
|
||||
.custom-file-input:focus ~ .custom-file-control {
|
||||
border-color: #4d94ff;
|
||||
box-shadow: 0 0 0 0.2rem rgba(0, 82, 204, 0.25); }
|
||||
border-color: #ceb9ee;
|
||||
box-shadow: 0 0 0 0.2rem rgba(135, 83, 213, 0.25); }
|
||||
.custom-file-input:focus ~ .custom-file-control::before {
|
||||
border-color: #4d94ff; }
|
||||
border-color: #ceb9ee; }
|
||||
.custom-file-input:lang(en) ~ .custom-file-label::after {
|
||||
content: "Browse"; }
|
||||
|
||||
|
@ -3632,7 +3632,7 @@ tbody.collapse.show {
|
|||
.nav-pills .nav-link.active,
|
||||
.nav-pills .show > .nav-link {
|
||||
color: #fff;
|
||||
background-color: #0052CC; }
|
||||
background-color: #8753D5; }
|
||||
|
||||
.nav-fill .nav-item {
|
||||
flex: 1 1 auto;
|
||||
|
@ -4144,18 +4144,18 @@ tbody.collapse.show {
|
|||
padding: 0.5rem 0.75rem;
|
||||
margin-left: -1px;
|
||||
line-height: 1.25;
|
||||
color: #0052CC;
|
||||
color: #8753D5;
|
||||
background-color: #fff;
|
||||
border: 1px solid #dee2e6; }
|
||||
.page-link:hover {
|
||||
color: #003380;
|
||||
color: #602bb0;
|
||||
text-decoration: none;
|
||||
background-color: #e9ecef;
|
||||
border-color: #dee2e6; }
|
||||
.page-link:focus {
|
||||
z-index: 2;
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(0, 82, 204, 0.25); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(135, 83, 213, 0.25); }
|
||||
.page-link:not(:disabled):not(.disabled) {
|
||||
cursor: pointer; }
|
||||
|
||||
|
@ -4171,8 +4171,8 @@ tbody.collapse.show {
|
|||
.page-item.active .page-link {
|
||||
z-index: 1;
|
||||
color: #fff;
|
||||
background-color: #0052CC;
|
||||
border-color: #0052CC; }
|
||||
background-color: #8753D5;
|
||||
border-color: #8753D5; }
|
||||
|
||||
.page-item.disabled .page-link {
|
||||
color: #6c757d;
|
||||
|
@ -4231,11 +4231,11 @@ tbody.collapse.show {
|
|||
|
||||
.badge-primary {
|
||||
color: #fff;
|
||||
background-color: #0052CC; }
|
||||
background-color: #8753D5; }
|
||||
.badge-primary[href]:hover, .badge-primary[href]:focus {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #003e99; }
|
||||
background-color: #6c30c5; }
|
||||
|
||||
.badge-secondary {
|
||||
color: #fff;
|
||||
|
@ -4330,13 +4330,13 @@ tbody.collapse.show {
|
|||
color: inherit; }
|
||||
|
||||
.alert-primary {
|
||||
color: #002b6a;
|
||||
background-color: #ccdcf5;
|
||||
border-color: #b8cff1; }
|
||||
color: #462b6f;
|
||||
background-color: #e7ddf7;
|
||||
border-color: #ddcff3; }
|
||||
.alert-primary hr {
|
||||
border-top-color: #a3c1ed; }
|
||||
border-top-color: #cfbbee; }
|
||||
.alert-primary .alert-link {
|
||||
color: #001637; }
|
||||
color: #2f1d4a; }
|
||||
|
||||
.alert-secondary {
|
||||
color: #383d41;
|
||||
|
@ -4421,7 +4421,7 @@ tbody.collapse.show {
|
|||
justify-content: center;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
background-color: #0052CC;
|
||||
background-color: #8753D5;
|
||||
transition: width 0.6s ease; }
|
||||
|
||||
.progress-bar-striped {
|
||||
|
@ -4479,8 +4479,8 @@ tbody.collapse.show {
|
|||
.list-group-item.active {
|
||||
z-index: 2;
|
||||
color: #fff;
|
||||
background-color: #0052CC;
|
||||
border-color: #0052CC; }
|
||||
background-color: #8753D5;
|
||||
border-color: #8753D5; }
|
||||
|
||||
.list-group-flush .list-group-item {
|
||||
border-right: 0;
|
||||
|
@ -4494,15 +4494,15 @@ tbody.collapse.show {
|
|||
border-bottom: 0; }
|
||||
|
||||
.list-group-item-primary {
|
||||
color: #002b6a;
|
||||
background-color: #b8cff1; }
|
||||
color: #462b6f;
|
||||
background-color: #ddcff3; }
|
||||
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
|
||||
color: #002b6a;
|
||||
background-color: #a3c1ed; }
|
||||
color: #462b6f;
|
||||
background-color: #cfbbee; }
|
||||
.list-group-item-primary.list-group-item-action.active {
|
||||
color: #fff;
|
||||
background-color: #002b6a;
|
||||
border-color: #002b6a; }
|
||||
background-color: #462b6f;
|
||||
border-color: #462b6f; }
|
||||
|
||||
.list-group-item-secondary {
|
||||
color: #383d41;
|
||||
|
@ -5083,12 +5083,12 @@ button.close {
|
|||
vertical-align: text-top !important; }
|
||||
|
||||
.bg-primary {
|
||||
background-color: #0052CC !important; }
|
||||
background-color: #8753D5 !important; }
|
||||
|
||||
a.bg-primary:hover, a.bg-primary:focus,
|
||||
button.bg-primary:hover,
|
||||
button.bg-primary:focus {
|
||||
background-color: #003e99 !important; }
|
||||
background-color: #6c30c5 !important; }
|
||||
|
||||
.bg-secondary {
|
||||
background-color: #6c757d !important; }
|
||||
|
@ -5183,7 +5183,7 @@ button.bg-dark:focus {
|
|||
border-left: 0 !important; }
|
||||
|
||||
.border-primary {
|
||||
border-color: #0052CC !important; }
|
||||
border-color: #8753D5 !important; }
|
||||
|
||||
.border-secondary {
|
||||
border-color: #6c757d !important; }
|
||||
|
@ -6913,10 +6913,10 @@ button.bg-dark:focus {
|
|||
color: #fff !important; }
|
||||
|
||||
.text-primary {
|
||||
color: #0052CC !important; }
|
||||
color: #8753D5 !important; }
|
||||
|
||||
a.text-primary:hover, a.text-primary:focus {
|
||||
color: #003e99 !important; }
|
||||
color: #6c30c5 !important; }
|
||||
|
||||
.text-secondary {
|
||||
color: #6c757d !important; }
|
||||
|
@ -7102,7 +7102,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: #0052CC; }
|
||||
background-color: #8753D5; }
|
||||
.navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
|
||||
color: #6c757d !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
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "understrap",
|
||||
"version": "0.7.0",
|
||||
"version": "0.8.0",
|
||||
"description": "WordPress Theme framework",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
// Just copy a variable from src/sass/bootstrap4/_variables.scss, paste it here and edit the value.
|
||||
|
||||
|
||||
$primary: #0052CC; // Thats a sample how you could change a BootStrap variable.
|
||||
$primary: #8753D5; // Thats a sample how you could change a BootStrap variable.
|
|
@ -8,7 +8,7 @@ Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a so
|
|||
That downloads everything and moves it in place so that you can recompile your CSS and JS files;
|
||||
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/holger1411/understrap
|
||||
A child theme is available on Github, too: https://github.com/holger1411/understrap-child;
|
||||
Version: 0.7.0
|
||||
Version: 0.8.0
|
||||
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
|
||||
UnderStrap is distributed under the terms of the GNU GPL version 2
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
|
Reference in New Issue