1
0
Fork 0

[SITE] update bootstap - xs breakpoint changed, img-rounded was renamed

This commit is contained in:
Jannik Beyerstedt 2016-10-15 18:55:48 +02:00
parent 65172ba98e
commit caabd4ee0b
18 changed files with 204 additions and 161 deletions

Binary file not shown.

View file

@ -6,7 +6,10 @@
*::before, *::before,
*::after, *::after,
*::first-letter, *::first-letter,
*::first-line { p::first-line,
div::first-line,
blockquote::first-line,
li::first-line {
text-shadow: none !important; text-shadow: none !important;
box-shadow: none !important; } box-shadow: none !important; }
a, a,
@ -14,6 +17,8 @@
text-decoration: underline; } text-decoration: underline; }
abbr[title]::after { abbr[title]::after {
content: " (" attr(title) ")"; } content: " (" attr(title) ")"; }
pre {
white-space: pre-wrap !important; }
pre, pre,
blockquote { blockquote {
border: 1px solid #999; border: 1px solid #999;
@ -185,9 +190,7 @@ input,
button, button,
select, select,
textarea { textarea {
margin: 0; line-height: inherit; }
line-height: inherit;
border-radius: 0; }
input[type="radio"]:disabled, input[type="radio"]:disabled,
input[type="checkbox"]:disabled { input[type="checkbox"]:disabled {
@ -279,7 +282,7 @@ hr {
small, small,
.small { .small {
font-size: 80%; font-size: 0.875rem;
font-weight: normal; } font-weight: normal; }
mark, mark,
@ -342,18 +345,22 @@ dl.row > dd + dt {
content: ""; content: "";
display: table; display: table;
clear: both; } clear: both; }
@media (min-width: 544px) { @media (min-width: 576px) {
.container { .container {
max-width: 576px; } } width: 540px;
max-width: 100%; } }
@media (min-width: 768px) { @media (min-width: 768px) {
.container { .container {
max-width: 720px; } } width: 720px;
max-width: 100%; } }
@media (min-width: 992px) { @media (min-width: 992px) {
.container { .container {
max-width: 940px; } } width: 960px;
max-width: 100%; } }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.container { .container {
max-width: 1140px; } } width: 1140px;
max-width: 100%; } }
.container-fluid { .container-fluid {
margin-left: auto; margin-left: auto;
@ -366,18 +373,50 @@ dl.row > dd + dt {
clear: both; } clear: both; }
.row { .row {
margin-left: -15px; margin-right: -15px;
margin-right: -15px; } margin-left: -15px; }
.row::after { .row::after {
content: ""; content: "";
display: table; display: table;
clear: both; } clear: both; }
@media (min-width: 576px) {
.row {
margin-right: -15px;
margin-left: -15px; } }
@media (min-width: 768px) {
.row {
margin-right: -15px;
margin-left: -15px; } }
@media (min-width: 992px) {
.row {
margin-right: -15px;
margin-left: -15px; } }
@media (min-width: 1200px) {
.row {
margin-right: -15px;
margin-left: -15px; } }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
position: relative; position: relative;
min-height: 1px; min-height: 1px;
padding-right: 15px; padding-right: 15px;
padding-left: 15px; } padding-left: 15px; }
@media (min-width: 576px) {
.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
padding-right: 15px;
padding-left: 15px; } }
@media (min-width: 768px) {
.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
padding-right: 15px;
padding-left: 15px; } }
@media (min-width: 992px) {
.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
padding-right: 15px;
padding-left: 15px; } }
@media (min-width: 1200px) {
.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
padding-right: 15px;
padding-left: 15px; } }
.col-xs-1 { .col-xs-1 {
float: left; float: left;
@ -538,7 +577,7 @@ dl.row > dd + dt {
.offset-xs-11 { .offset-xs-11 {
margin-left: 91.66667%; } margin-left: 91.66667%; }
@media (min-width: 544px) { @media (min-width: 576px) {
.col-sm-1 { .col-sm-1 {
float: left; float: left;
width: 8.33333%; } width: 8.33333%; }
@ -1595,6 +1634,12 @@ input[type="button"].btn-block {
.collapse.in { .collapse.in {
display: block; } display: block; }
tr.collapse.in {
display: table-row; }
tbody.collapse.in {
display: table-row-group; }
.collapsing { .collapsing {
position: relative; position: relative;
height: 0; height: 0;
@ -1607,7 +1652,6 @@ input[type="button"].btn-block {
background-color: #f7f7f9; } background-color: #f7f7f9; }
.bg-primary { .bg-primary {
color: #fff !important;
background-color: #0275d8 !important; } background-color: #0275d8 !important; }
a.bg-primary:focus, a.bg-primary:focus,
@ -1615,7 +1659,6 @@ a.bg-primary:hover {
background-color: #025aa5 !important; } background-color: #025aa5 !important; }
.bg-success { .bg-success {
color: #fff !important;
background-color: #5cb85c !important; } background-color: #5cb85c !important; }
a.bg-success:focus, a.bg-success:focus,
@ -1623,7 +1666,6 @@ a.bg-success:hover {
background-color: #449d44 !important; } background-color: #449d44 !important; }
.bg-info { .bg-info {
color: #fff !important;
background-color: #5bc0de !important; } background-color: #5bc0de !important; }
a.bg-info:focus, a.bg-info:focus,
@ -1631,7 +1673,6 @@ a.bg-info:hover {
background-color: #31b0d5 !important; } background-color: #31b0d5 !important; }
.bg-warning { .bg-warning {
color: #fff !important;
background-color: #f0ad4e !important; } background-color: #f0ad4e !important; }
a.bg-warning:focus, a.bg-warning:focus,
@ -1639,7 +1680,6 @@ a.bg-warning:hover {
background-color: #ec971f !important; } background-color: #ec971f !important; }
.bg-danger { .bg-danger {
color: #fff !important;
background-color: #d9534f !important; } background-color: #d9534f !important; }
a.bg-danger:focus, a.bg-danger:focus,
@ -1647,13 +1687,34 @@ a.bg-danger:hover {
background-color: #c9302c !important; } background-color: #c9302c !important; }
.bg-inverse { .bg-inverse {
color: #fff !important;
background-color: #373a3c !important; } background-color: #373a3c !important; }
a.bg-inverse:focus, a.bg-inverse:focus,
a.bg-inverse:hover { a.bg-inverse:hover {
background-color: #1f2021 !important; } background-color: #1f2021 !important; }
.rounded {
border-radius: 0.25rem; }
.rounded-top {
border-top-right-radius: 0.25rem;
border-top-left-radius: 0.25rem; }
.rounded-right {
border-bottom-right-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.rounded-bottom {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem; }
.rounded-left {
border-bottom-left-radius: 0.25rem;
border-top-left-radius: 0.25rem; }
.rounded-circle {
border-radius: 50%; }
.clearfix::after { .clearfix::after {
content: ""; content: "";
display: table; display: table;
@ -1668,45 +1729,45 @@ a.bg-inverse:hover {
.d-inline { .d-inline {
display: inline !important; } display: inline !important; }
.pull-xs-left { .float-xs-left {
float: left !important; } float: left !important; }
.pull-xs-right { .float-xs-right {
float: right !important; } float: right !important; }
.pull-xs-none { .float-xs-none {
float: none !important; } float: none !important; }
@media (min-width: 544px) { @media (min-width: 576px) {
.pull-sm-left { .float-sm-left {
float: left !important; } float: left !important; }
.pull-sm-right { .float-sm-right {
float: right !important; } float: right !important; }
.pull-sm-none { .float-sm-none {
float: none !important; } } float: none !important; } }
@media (min-width: 768px) { @media (min-width: 768px) {
.pull-md-left { .float-md-left {
float: left !important; } float: left !important; }
.pull-md-right { .float-md-right {
float: right !important; } float: right !important; }
.pull-md-none { .float-md-none {
float: none !important; } } float: none !important; } }
@media (min-width: 992px) { @media (min-width: 992px) {
.pull-lg-left { .float-lg-left {
float: left !important; } float: left !important; }
.pull-lg-right { .float-lg-right {
float: right !important; } float: right !important; }
.pull-lg-none { .float-lg-none {
float: none !important; } } float: none !important; } }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.pull-xl-left { .float-xl-left {
float: left !important; } float: left !important; }
.pull-xl-right { .float-xl-right {
float: right !important; } float: right !important; }
.pull-xl-none { .float-xl-none {
float: none !important; } } float: none !important; } }
.sr-only { .sr-only {
@ -1731,191 +1792,194 @@ a.bg-inverse:hover {
.w-100 { .w-100 {
width: 100% !important; } width: 100% !important; }
.m-x-auto { .h-100 {
height: 100% !important; }
.mx-auto {
margin-right: auto !important; margin-right: auto !important;
margin-left: auto !important; } margin-left: auto !important; }
.m-a-0 { .m-0 {
margin: 0 0 !important; } margin: 0 0 !important; }
.m-t-0 { .mt-0 {
margin-top: 0 !important; } margin-top: 0 !important; }
.m-r-0 { .mr-0 {
margin-right: 0 !important; } margin-right: 0 !important; }
.m-b-0 { .mb-0 {
margin-bottom: 0 !important; } margin-bottom: 0 !important; }
.m-l-0 { .ml-0 {
margin-left: 0 !important; } margin-left: 0 !important; }
.m-x-0 { .mx-0 {
margin-right: 0 !important; margin-right: 0 !important;
margin-left: 0 !important; } margin-left: 0 !important; }
.m-y-0 { .my-0 {
margin-top: 0 !important; margin-top: 0 !important;
margin-bottom: 0 !important; } margin-bottom: 0 !important; }
.m-a-1 { .m-1 {
margin: 1rem 1rem !important; } margin: 1rem 1rem !important; }
.m-t-1 { .mt-1 {
margin-top: 1rem !important; } margin-top: 1rem !important; }
.m-r-1 { .mr-1 {
margin-right: 1rem !important; } margin-right: 1rem !important; }
.m-b-1 { .mb-1 {
margin-bottom: 1rem !important; } margin-bottom: 1rem !important; }
.m-l-1 { .ml-1 {
margin-left: 1rem !important; } margin-left: 1rem !important; }
.m-x-1 { .mx-1 {
margin-right: 1rem !important; margin-right: 1rem !important;
margin-left: 1rem !important; } margin-left: 1rem !important; }
.m-y-1 { .my-1 {
margin-top: 1rem !important; margin-top: 1rem !important;
margin-bottom: 1rem !important; } margin-bottom: 1rem !important; }
.m-a-2 { .m-2 {
margin: 1.5rem 1.5rem !important; } margin: 1.5rem 1.5rem !important; }
.m-t-2 { .mt-2 {
margin-top: 1.5rem !important; } margin-top: 1.5rem !important; }
.m-r-2 { .mr-2 {
margin-right: 1.5rem !important; } margin-right: 1.5rem !important; }
.m-b-2 { .mb-2 {
margin-bottom: 1.5rem !important; } margin-bottom: 1.5rem !important; }
.m-l-2 { .ml-2 {
margin-left: 1.5rem !important; } margin-left: 1.5rem !important; }
.m-x-2 { .mx-2 {
margin-right: 1.5rem !important; margin-right: 1.5rem !important;
margin-left: 1.5rem !important; } margin-left: 1.5rem !important; }
.m-y-2 { .my-2 {
margin-top: 1.5rem !important; margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important; } margin-bottom: 1.5rem !important; }
.m-a-3 { .m-3 {
margin: 3rem 3rem !important; } margin: 3rem 3rem !important; }
.m-t-3 { .mt-3 {
margin-top: 3rem !important; } margin-top: 3rem !important; }
.m-r-3 { .mr-3 {
margin-right: 3rem !important; } margin-right: 3rem !important; }
.m-b-3 { .mb-3 {
margin-bottom: 3rem !important; } margin-bottom: 3rem !important; }
.m-l-3 { .ml-3 {
margin-left: 3rem !important; } margin-left: 3rem !important; }
.m-x-3 { .mx-3 {
margin-right: 3rem !important; margin-right: 3rem !important;
margin-left: 3rem !important; } margin-left: 3rem !important; }
.m-y-3 { .my-3 {
margin-top: 3rem !important; margin-top: 3rem !important;
margin-bottom: 3rem !important; } margin-bottom: 3rem !important; }
.p-a-0 { .p-0 {
padding: 0 0 !important; } padding: 0 0 !important; }
.p-t-0 { .pt-0 {
padding-top: 0 !important; } padding-top: 0 !important; }
.p-r-0 { .pr-0 {
padding-right: 0 !important; } padding-right: 0 !important; }
.p-b-0 { .pb-0 {
padding-bottom: 0 !important; } padding-bottom: 0 !important; }
.p-l-0 { .pl-0 {
padding-left: 0 !important; } padding-left: 0 !important; }
.p-x-0 { .px-0 {
padding-right: 0 !important; padding-right: 0 !important;
padding-left: 0 !important; } padding-left: 0 !important; }
.p-y-0 { .py-0 {
padding-top: 0 !important; padding-top: 0 !important;
padding-bottom: 0 !important; } padding-bottom: 0 !important; }
.p-a-1 { .p-1 {
padding: 1rem 1rem !important; } padding: 1rem 1rem !important; }
.p-t-1 { .pt-1 {
padding-top: 1rem !important; } padding-top: 1rem !important; }
.p-r-1 { .pr-1 {
padding-right: 1rem !important; } padding-right: 1rem !important; }
.p-b-1 { .pb-1 {
padding-bottom: 1rem !important; } padding-bottom: 1rem !important; }
.p-l-1 { .pl-1 {
padding-left: 1rem !important; } padding-left: 1rem !important; }
.p-x-1 { .px-1 {
padding-right: 1rem !important; padding-right: 1rem !important;
padding-left: 1rem !important; } padding-left: 1rem !important; }
.p-y-1 { .py-1 {
padding-top: 1rem !important; padding-top: 1rem !important;
padding-bottom: 1rem !important; } padding-bottom: 1rem !important; }
.p-a-2 { .p-2 {
padding: 1.5rem 1.5rem !important; } padding: 1.5rem 1.5rem !important; }
.p-t-2 { .pt-2 {
padding-top: 1.5rem !important; } padding-top: 1.5rem !important; }
.p-r-2 { .pr-2 {
padding-right: 1.5rem !important; } padding-right: 1.5rem !important; }
.p-b-2 { .pb-2 {
padding-bottom: 1.5rem !important; } padding-bottom: 1.5rem !important; }
.p-l-2 { .pl-2 {
padding-left: 1.5rem !important; } padding-left: 1.5rem !important; }
.p-x-2 { .px-2 {
padding-right: 1.5rem !important; padding-right: 1.5rem !important;
padding-left: 1.5rem !important; } padding-left: 1.5rem !important; }
.p-y-2 { .py-2 {
padding-top: 1.5rem !important; padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important; } padding-bottom: 1.5rem !important; }
.p-a-3 { .p-3 {
padding: 3rem 3rem !important; } padding: 3rem 3rem !important; }
.p-t-3 { .pt-3 {
padding-top: 3rem !important; } padding-top: 3rem !important; }
.p-r-3 { .pr-3 {
padding-right: 3rem !important; } padding-right: 3rem !important; }
.p-b-3 { .pb-3 {
padding-bottom: 3rem !important; } padding-bottom: 3rem !important; }
.p-l-3 { .pl-3 {
padding-left: 3rem !important; } padding-left: 3rem !important; }
.p-x-3 { .px-3 {
padding-right: 3rem !important; padding-right: 3rem !important;
padding-left: 3rem !important; } padding-left: 3rem !important; }
.p-y-3 { .py-3 {
padding-top: 3rem !important; padding-top: 3rem !important;
padding-bottom: 3rem !important; } padding-bottom: 3rem !important; }
@ -1946,7 +2010,7 @@ a.bg-inverse:hover {
.text-xs-center { .text-xs-center {
text-align: center !important; } text-align: center !important; }
@media (min-width: 544px) { @media (min-width: 576px) {
.text-sm-left { .text-sm-left {
text-align: left !important; } text-align: left !important; }
.text-sm-right { .text-sm-right {
@ -1996,47 +2060,57 @@ a.bg-inverse:hover {
.font-italic { .font-italic {
font-style: italic; } font-style: italic; }
.text-white {
color: #fff !important; }
.text-muted { .text-muted {
color: #818a91 !important; } color: #818a91 !important; }
a.text-muted:focus, a.text-muted:focus,
a.text-muted:hover { a.text-muted:hover {
color: #687077; } color: #687077 !important; }
.text-primary { .text-primary {
color: #0275d8 !important; } color: #0275d8 !important; }
a.text-primary:focus, a.text-primary:focus,
a.text-primary:hover { a.text-primary:hover {
color: #025aa5; } color: #025aa5 !important; }
.text-success { .text-success {
color: #5cb85c !important; } color: #5cb85c !important; }
a.text-success:focus, a.text-success:focus,
a.text-success:hover { a.text-success:hover {
color: #449d44; } color: #449d44 !important; }
.text-info { .text-info {
color: #5bc0de !important; } color: #5bc0de !important; }
a.text-info:focus, a.text-info:focus,
a.text-info:hover { a.text-info:hover {
color: #31b0d5; } color: #31b0d5 !important; }
.text-warning { .text-warning {
color: #f0ad4e !important; } color: #f0ad4e !important; }
a.text-warning:focus, a.text-warning:focus,
a.text-warning:hover { a.text-warning:hover {
color: #ec971f; } color: #ec971f !important; }
.text-danger { .text-danger {
color: #d9534f !important; } color: #d9534f !important; }
a.text-danger:focus, a.text-danger:focus,
a.text-danger:hover { a.text-danger:hover {
color: #c9302c; } color: #c9302c !important; }
.text-gray-dark {
color: #373a3c !important; }
a.text-gray-dark:focus,
a.text-gray-dark:hover {
color: #1f2021 !important; }
.text-hide { .text-hide {
font: 0/0 a; font: 0/0 a;
@ -2051,11 +2125,11 @@ a.text-danger:hover {
.hidden-xs-up { .hidden-xs-up {
display: none !important; } display: none !important; }
@media (max-width: 543px) { @media (max-width: 575px) {
.hidden-xs-down { .hidden-xs-down {
display: none !important; } } display: none !important; } }
@media (min-width: 544px) { @media (min-width: 576px) {
.hidden-sm-up { .hidden-sm-up {
display: none !important; } } display: none !important; } }
@ -2108,7 +2182,7 @@ a.text-danger:hover {
.hidden-print { .hidden-print {
display: none !important; } } display: none !important; } }
@media (max-width: 543px) { @media (max-width: 575px) {
.row { .row {
margin-left: 0; margin-left: 0;
margin-right: 0; } } margin-right: 0; } }

Binary file not shown.

View file

@ -98,7 +98,7 @@ nav {
nav ul.nav a:hover, nav ul.nav a:focus { nav ul.nav a:hover, nav ul.nav a:focus {
text-decoration: none; } text-decoration: none; }
@media (min-width: 544px) { @media (min-width: 576px) {
nav { nav {
float: right; } float: right; }
nav ul.nav a { nav ul.nav a {
@ -112,7 +112,7 @@ nav {
nav ul.nav a.section { nav ul.nav a.section {
font-weight: 500; } } font-weight: 500; } }
@media (max-width: 543px) { @media (max-width: 575px) {
nav button.navbar-toggler { nav button.navbar-toggler {
float: right; float: right;
margin-top: 24px; margin-top: 24px;
@ -142,7 +142,7 @@ footer {
color: #000; } color: #000; }
footer p { footer p {
margin-bottom: 0; } margin-bottom: 0; }
@media (max-width: 543px) { @media (max-width: 575px) {
footer { footer {
text-align: center; } text-align: center; }
footer p { footer p {
@ -168,7 +168,7 @@ html {
position: relative; position: relative;
min-height: 100%; } min-height: 100%; }
@media (min-width: 544px) { @media (min-width: 576px) {
body { body {
/* Margin bottom by footer height */ /* Margin bottom by footer height */
margin-bottom: 115px; } margin-bottom: 115px; }
@ -178,7 +178,7 @@ html {
width: 100%; width: 100%;
height: 85px; } } height: 85px; } }
@media (max-width: 543px) { @media (max-width: 575px) {
body { body {
/* Margin bottom by footer height */ /* Margin bottom by footer height */
margin-bottom: 205px; } margin-bottom: 205px; }
@ -197,7 +197,7 @@ html {
.center { .center {
text-align: center; } text-align: center; }
@media (max-width: 543px) { @media (max-width: 575px) {
.col-xxs-12.right, .col-xxs-12.center { .col-xxs-12.right, .col-xxs-12.center {
text-align: inherit; } } text-align: inherit; } }
@ -205,7 +205,7 @@ html {
.visible-xxs { .visible-xxs {
display: none !important; } display: none !important; }
@media (max-width: 543px) { @media (max-width: 575px) {
.col-xxs-12 { .col-xxs-12 {
float: none; float: none;
width: 100%; width: 100%;

Binary file not shown.

View file

@ -13,13 +13,13 @@ a {
main p a:visited { main p a:visited {
color: #cccccc; } color: #cccccc; }
@media (min-width: 544px) { @media (min-width: 576px) {
nav ul.nav { nav ul.nav {
color: #fff; } color: #fff; }
nav ul.nav a.section:hover, nav ul.nav a.section:focus { nav ul.nav a.section:hover, nav ul.nav a.section:focus {
border: none; } } border: none; } }
@media (max-width: 543px) { @media (max-width: 575px) {
.navbar-toggler { .navbar-toggler {
color: #fff; } } color: #fff; } }
@ -33,26 +33,18 @@ div.carousel {
.img-fluid, .carousel-inner > .carousel-item > img, .img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img { .carousel-inner > .carousel-item > a > img {
display: block;
max-width: 100%; max-width: 100%;
height: auto; } height: auto; }
.img-rounded {
border-radius: 0.3rem; }
.img-thumbnail { .img-thumbnail {
padding: 0.25rem; padding: 0.25rem;
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
border-radius: 0.25rem; border-radius: 0.25rem;
transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%; max-width: 100%;
height: auto; } height: auto; }
.img-circle {
border-radius: 50%; }
.figure { .figure {
display: inline-block; } display: inline-block; }
@ -208,7 +200,7 @@ div.carousel {
.carousel-caption .btn { .carousel-caption .btn {
text-shadow: none; } text-shadow: none; }
@media (min-width: 544px) { @media (min-width: 576px) {
.carousel-control .icon-prev, .carousel-control .icon-prev,
.carousel-control .icon-next { .carousel-control .icon-next {
width: 30px; width: 30px;

Binary file not shown.

View file

@ -2,26 +2,18 @@
* for specific template * for specific template
*/ */
.img-fluid { .img-fluid {
display: block;
max-width: 100%; max-width: 100%;
height: auto; } height: auto; }
.img-rounded {
border-radius: 0.3rem; }
.img-thumbnail { .img-thumbnail {
padding: 0.25rem; padding: 0.25rem;
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
border-radius: 0.25rem; border-radius: 0.25rem;
transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%; max-width: 100%;
height: auto; } height: auto; }
.img-circle {
border-radius: 50%; }
.figure { .figure {
display: inline-block; } display: inline-block; }

Binary file not shown.

View file

@ -10,26 +10,18 @@
text-decoration: underline; } text-decoration: underline; }
.img-fluid { .img-fluid {
display: block;
max-width: 100%; max-width: 100%;
height: auto; } height: auto; }
.img-rounded {
border-radius: 0.3rem; }
.img-thumbnail { .img-thumbnail {
padding: 0.25rem; padding: 0.25rem;
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
border-radius: 0.25rem; border-radius: 0.25rem;
transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%; max-width: 100%;
height: auto; } height: auto; }
.img-circle {
border-radius: 50%; }
.figure { .figure {
display: inline-block; } display: inline-block; }
@ -82,6 +74,7 @@
.card-header { .card-header {
padding: 0.75rem 1.25rem; padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: #f5f5f5; background-color: #f5f5f5;
border-bottom: 1px solid rgba(0, 0, 0, 0.125); } border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.card-header::after { .card-header::after {
@ -89,7 +82,7 @@
display: table; display: table;
clear: both; } clear: both; }
.card-header:first-child { .card-header:first-child {
border-radius: 0.25rem 0.25rem 0 0; } border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
.card-footer { .card-footer {
padding: 0.75rem 1.25rem; padding: 0.75rem 1.25rem;
@ -100,7 +93,7 @@
display: table; display: table;
clear: both; } clear: both; }
.card-footer:last-child { .card-footer:last-child {
border-radius: 0 0 0.25rem 0.25rem; } border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
.card-header-tabs { .card-header-tabs {
margin-right: -0.625rem; margin-right: -0.625rem;
@ -197,7 +190,7 @@
border-left: 0; } border-left: 0; }
.card-img { .card-img {
border-radius: 0.25rem; } border-radius: calc(0.25rem - 1px); }
.card-img-overlay { .card-img-overlay {
position: absolute; position: absolute;
@ -208,14 +201,14 @@
padding: 1.25rem; } padding: 1.25rem; }
.card-img-top { .card-img-top {
border-top-right-radius: 0.25rem; border-top-right-radius: calc(0.25rem - 1px);
border-top-left-radius: 0.25rem; } border-top-left-radius: calc(0.25rem - 1px); }
.card-img-bottom { .card-img-bottom {
border-bottom-right-radius: 0.25rem; border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: 0.25rem; } border-bottom-left-radius: calc(0.25rem - 1px); }
@media (min-width: 544px) { @media (min-width: 576px) {
.card-deck { .card-deck {
display: table; display: table;
width: 100%; width: 100%;
@ -230,7 +223,7 @@
margin-right: -1.25rem; margin-right: -1.25rem;
margin-left: -1.25rem; } } margin-left: -1.25rem; } }
@media (min-width: 544px) { @media (min-width: 576px) {
.card-group { .card-group {
display: table; display: table;
width: 100%; width: 100%;
@ -261,7 +254,7 @@
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom { .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
border-radius: 0; } } border-radius: 0; } }
@media (min-width: 544px) { @media (min-width: 576px) {
.card-columns { .card-columns {
column-count: 3; column-count: 3;
column-gap: 1.25rem; } column-gap: 1.25rem; }

View file

@ -12,32 +12,24 @@ main.webdesign .container {
.featurette img { .featurette img {
margin-top: 50px; } } margin-top: 50px; } }
@media (max-width: 543px) { @media (max-width: 575px) {
.featurette img { .featurette img {
margin: 0 auto; margin: 0 auto;
max-height: 200px; } } max-height: 200px; } }
.img-fluid { .img-fluid {
display: block;
max-width: 100%; max-width: 100%;
height: auto; } height: auto; }
.img-rounded {
border-radius: 0.3rem; }
.img-thumbnail { .img-thumbnail {
padding: 0.25rem; padding: 0.25rem;
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
border-radius: 0.25rem; border-radius: 0.25rem;
transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%; max-width: 100%;
height: auto; } height: auto; }
.img-circle {
border-radius: 50%; }
.figure { .figure {
display: inline-block; } display: inline-block; }

View file

@ -7,7 +7,7 @@ $link_color: $color_accent;
$link_active: darken($color_accent, 10%); $link_active: darken($color_accent, 10%);
$link_visited: lighten($color_font, 60%); $link_visited: lighten($color_font, 60%);
$col_xxs_bp: 543px; $col_xxs_bp: 575px;
$nav_fgColor: #fff; $nav_fgColor: #fff;

@ -1 +1 @@
Subproject commit 6844745db5bdddca62fe7caf5c88dfda744babbe Subproject commit cf5d94f6d5685c371dcb157af74a3c6b14ec8d8e

@ -1 +1 @@
Subproject commit 17e8737991be300c7137aa08f35bd935f0a87116 Subproject commit 15de33ab47c8c6d0f1f2fc76338e74229d6317be

View file

@ -60,7 +60,7 @@ c::set('plg_carousel.dir', 'asc'); // sortBy direction: asc, desc
c::set('plg_masonry.enable', true); c::set('plg_masonry.enable', true);
c::set('plg_masonry.width', 155); c::set('plg_masonry.width', 155);
c::set('plg_masonry.quality', 75); c::set('plg_masonry.quality', 75);
c::set('plg_masonry.class', 'img-rounded'); c::set('plg_masonry.class', 'rounded');
//c::set('plg_masonry.sizelimit', 1300); // limit the source image size (long edge) //c::set('plg_masonry.sizelimit', 1300); // limit the source image size (long edge)
c::set('plg_masonry.sort', 'sort'); // sortBy parameter: sort, title, etc. c::set('plg_masonry.sort', 'sort'); // sortBy parameter: sort, title, etc.
c::set('plg_masonry.dir', 'asc'); // sortBy direction: asc, desc c::set('plg_masonry.dir', 'asc'); // sortBy direction: asc, desc

View file

@ -22,7 +22,7 @@ snippet('base/cont-header');
</div> </div>
<div class="col-sm-3"> <div class="col-sm-3">
<?php if ($img = $page->images()->find($page->featurette_img())) { <?php if ($img = $page->images()->find($page->featurette_img())) {
echo ThumbExt($img, ['width'=>235,'quality'=>70,'class'=>"img-fluid img-rounded",'alt'=>"Portrait",'inline-size'=>false]); echo ThumbExt($img, ['width'=>235,'quality'=>70,'class'=>"img-fluid rounded",'alt'=>"Portrait",'inline-size'=>false]);
}?> }?>
</div> </div>
</div> </div>