This repository has been archived on 2025-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
kazhnuz.css/css/style.css

921 lines
56 KiB
CSS
Raw Normal View History

2019-10-08 13:06:59 +02:00
/* ------------------ CUSTOM STYLE ------------------- */
body {
2019-10-08 13:50:01 +02:00
background-color: #002b36;
}
2019-10-08 13:06:59 +02:00
#wrapper {
2019-10-08 13:50:01 +02:00
background-color: #fdf6e3;
}
#page-header {
background: #2aa198 url("../img/background.png") center bottom repeat-x;
2019-10-08 13:50:01 +02:00
height: 350px;
}
2019-10-08 13:06:59 +02:00
/* ------------------ GLOBAL STYLE ------------------- */
.no-pills {
list-style: none;
}
2019-10-08 13:06:59 +02:00
.align-center {
text-align: center;
}
2019-10-08 13:06:59 +02:00
.align-left {
text-align: left;
}
2019-10-08 13:06:59 +02:00
.align-right {
text-align: right;
}
2019-10-08 13:06:59 +02:00
/* ------------------ HEADERS ------------------- */
header h1 {
border-style: none !important;
color: #fdf6e3;
2019-10-08 13:06:59 +02:00
font-weight: 700;
font-size: 5.4em;
font-style: oblique;
text-shadow: 0px 2px 12px rgba(0, 0, 0, 0);
2019-10-08 13:06:59 +02:00
padding-bottom: 0px;
margin: auto;
text-align: center;
line-height: 1.5em;
}
2019-10-08 13:06:59 +02:00
.navbar {
2019-10-08 13:30:13 +02:00
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0);
border: 0px solid rgba(0, 0, 0, 0.3);
2019-10-08 13:06:59 +02:00
border-left: 0;
border-right: 0;
}
.navbar ul {
padding-bottom: 0;
}
.navbar li {
margin: 0;
}
2019-10-08 13:06:59 +02:00
.dropdown-menu {
2019-10-08 13:30:13 +02:00
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0), inset 0px -2px 0px rgba(0, 0, 0, 0);
}
2019-10-08 13:06:59 +02:00
/*
* 2. Cards and containers
* All elements that are supposed to contain other stuff
*
*
*/
2019-10-08 13:06:59 +02:00
.card {
2019-10-08 13:30:13 +02:00
border-radius: 0px 0px 0px 0px;
background-color: #eee8d5;
2019-10-08 13:30:13 +02:00
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0);
2019-10-08 13:06:59 +02:00
border: none;
margin-bottom: 1.2em;
padding: 1em;
}
.card .card-body {
padding: 0;
}
.card .card-body:not(:first-child) {
padding-top: 1em;
}
2019-10-08 13:06:59 +02:00
.card-header {
font-size: 1.1em;
font-weight: 600;
border-radius: 0;
padding: 0.5em;
padding-bottom: 0.5em !important;
margin-left: -2em;
}
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6, .card-header h7, .card-header h8, .card-header h9, .card-header h10 {
font-size: 1em;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
padding: 0px;
margin: 0px;
color: #fdf6e3;
font-weight: 600;
line-height: 1.5em;
}
.smallcard, .toast, .menu {
2019-10-08 13:30:13 +02:00
border-radius: 0px 0px 0px 0px;
background-color: #eee8d5;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0);
border: none;
margin-bottom: 1.2em;
padding: 0.66em;
}
.smallcard-header, .toast-header, .menu-header {
font-size: 1.1em;
font-weight: 600;
border-radius: 0;
padding: 0.5em;
padding-bottom: 0.5em !important;
margin-left: -2em;
}
.smallcard-header h1, .smallcard-header h2, .smallcard-header h3, .smallcard-header h4, .smallcard-header h5, .smallcard-header h6, .smallcard-header h7, .smallcard-header h8, .smallcard-header h9, .smallcard-header h10, .toast-header h1, .toast-header h2, .toast-header h3, .toast-header h4, .toast-header h5, .toast-header h6, .toast-header h7, .toast-header h8, .toast-header h9, .toast-header h10, .menu-header h1, .menu-header h2, .menu-header h3, .menu-header h4, .menu-header h5, .menu-header h6, .menu-header h7, .menu-header h8, .menu-header h9, .menu-header h10 {
font-size: 1em;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
padding: 0px;
margin: 0px;
color: #fdf6e3;
font-weight: 600;
line-height: 1.5em;
}
2019-10-08 13:06:59 +02:00
/* Menu handling */
.menu li {
border-radius: 0px 0px 0px 0px;
padding: 0.2em 0em 0.2em;
margin: 0;
}
.menu li.menu-item :hover {
background-color: rgba(0, 0, 0, 0.1);
color: #002b36;
}
.menu li.menu-item .menu-badge :hover {
background-color: transparent;
}
.menu li .label {
padding: 0 0.4em 0;
}
2019-10-08 13:06:59 +02:00
/* meta */
.card-meta {
padding: 1em;
2019-10-08 13:30:13 +02:00
border-bottom: 0px solid rgba(0, 0, 0, 0.2);
}
.card-meta.media {
-ms-flex-align: center !important;
align-items: center !important;
}
.card-meta .media-left .media-object {
height: 64px;
width: 64px;
border-radius: 10px;
margin-right: 1em;
}
.card-meta author {
display: block;
font-weight: 600;
}
.card-meta time {
display: block;
font-style: italic;
}
2019-10-08 13:06:59 +02:00
/* COLORIZE CARDS and TOASTS */
.card-blue > .card-header, .card-blue > .menu-header, .smallcard-blue > .card-header, .smallcard-blue > .menu-header, .menu-blue > .card-header, .menu-blue > .menu-header {
background-color: #268bd2 !important;
color: #fdf6e3;
}
.card-violet > .card-header, .card-violet > .menu-header, .smallcard-violet > .card-header, .smallcard-violet > .menu-header, .menu-violet > .card-header, .menu-violet > .menu-header {
background-color: #d33682 !important;
color: #fdf6e3;
}
.card-purple > .card-header, .card-purple > .menu-header, .smallcard-purple > .card-header, .smallcard-purple > .menu-header, .menu-purple > .card-header, .menu-purple > .menu-header {
background-color: #6c71c4 !important;
color: #fdf6e3;
}
.card-red > .card-header, .card-red > .menu-header, .smallcard-red > .card-header, .smallcard-red > .menu-header, .menu-red > .card-header, .menu-red > .menu-header {
background-color: #dc322f !important;
color: #fdf6e3;
}
.card-orange > .card-header, .card-orange > .menu-header, .smallcard-orange > .card-header, .smallcard-orange > .menu-header, .menu-orange > .card-header, .menu-orange > .menu-header {
background-color: #cb4b16 !important;
color: #fdf6e3;
}
.card-green > .card-header, .card-green > .menu-header, .smallcard-green > .card-header, .smallcard-green > .menu-header, .menu-green > .card-header, .menu-green > .menu-header {
background-color: #859900 !important;
color: #fdf6e3;
}
.card-skyblue > .card-header, .card-skyblue > .menu-header, .smallcard-skyblue > .card-header, .smallcard-skyblue > .menu-header, .menu-skyblue > .card-header, .menu-skyblue > .menu-header {
background-color: #2aa198 !important;
color: #fdf6e3;
}
.card-dark > .card-header, .card-dark > .menu-header, .smallcard-dark > .card-header, .smallcard-dark > .menu-header, .menu-dark > .card-header, .menu-dark > .menu-header {
background-color: #002b36 !important;
color: #fdf6e3;
}
.card-light > .card-header, .card-light > .menu-header, .smallcard-light > .card-header, .smallcard-light > .menu-header, .menu-light > .card-header, .menu-light > .menu-header {
background-color: #eee8d5 !important;
color: #002b36;
}
.card-turquoise > .card-header, .card-turquoise > .menu-header, .smallcard-turquoise > .card-header, .smallcard-turquoise > .menu-header, .menu-turquoise > .card-header, .menu-turquoise > .menu-header {
background-color: #2aa198 !important;
color: #fdf6e3;
}
.card-yellow > .card-header, .card-yellow > .menu-header, .smallcard-yellow > .card-header, .smallcard-yellow > .menu-header, .menu-yellow > .card-header, .menu-yellow > .menu-header {
background-color: #b58900 !important;
color: #fdf6e3;
}
.card-brown > .card-header, .card-brown > .menu-header, .smallcard-brown > .card-header, .smallcard-brown > .menu-header, .menu-brown > .card-header, .menu-brown > .menu-header {
background-color: #b58900 !important;
color: #fdf6e3;
}
.card-grey > .card-header, .card-grey > .menu-header, .smallcard-grey > .card-header, .smallcard-grey > .menu-header, .menu-grey > .card-header, .menu-grey > .menu-header {
background-color: #586e75 !important;
color: #fdf6e3;
}
.card-primary > .card-header, .card-primary > .menu-header, .smallcard-primary > .card-header, .smallcard-primary > .menu-header, .menu-primary > .card-header, .menu-primary > .menu-header {
background-color: #6c71c4 !important;
color: #fdf6e3;
}
.card-secondary > .card-header, .card-secondary > .menu-header, .smallcard-secondary > .card-header, .smallcard-secondary > .menu-header, .menu-secondary > .card-header, .menu-secondary > .menu-header {
background-color: #268bd2 !important;
color: #fdf6e3;
}
.card-warning > .card-header, .card-warning > .menu-header, .smallcard-warning > .card-header, .smallcard-warning > .menu-header, .menu-warning > .card-header, .menu-warning > .menu-header {
background-color: #cb4b16 !important;
color: #fdf6e3;
}
.card-danger > .card-header, .card-danger > .menu-header, .smallcard-danger > .card-header, .smallcard-danger > .menu-header, .menu-danger > .card-header, .menu-danger > .menu-header {
background-color: #dc322f !important;
color: #fdf6e3;
}
.card-info > .card-header, .card-info > .menu-header, .smallcard-info > .card-header, .smallcard-info > .menu-header, .menu-info > .card-header, .menu-info > .menu-header {
background-color: #2aa198 !important;
color: #fdf6e3;
}
.card-success > .card-header, .card-success > .menu-header, .smallcard-success > .card-header, .smallcard-success > .menu-header, .menu-success > .card-header, .menu-success > .menu-header {
background-color: #859900 !important;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
.toast-blue {
background-color: #268bd2 !important;
color: #fdf6e3;
}
.toast-violet {
background-color: #d33682 !important;
color: #fdf6e3;
}
.toast-purple {
background-color: #6c71c4 !important;
color: #fdf6e3;
}
.toast-red {
background-color: #dc322f !important;
color: #fdf6e3;
}
.toast-orange {
background-color: #cb4b16 !important;
color: #fdf6e3;
}
.toast-green {
background-color: #859900 !important;
color: #fdf6e3;
}
.toast-skyblue {
background-color: #2aa198 !important;
color: #fdf6e3;
}
.toast-dark {
background-color: #002b36 !important;
color: #fdf6e3;
}
.toast-light {
background-color: #eee8d5 !important;
color: #002b36;
}
.toast-turquoise {
background-color: #2aa198 !important;
color: #fdf6e3;
}
.toast-yellow {
background-color: #b58900 !important;
color: #fdf6e3;
}
.toast-brown {
background-color: #b58900 !important;
color: #fdf6e3;
}
.toast-grey {
background-color: #586e75 !important;
color: #fdf6e3;
}
.toast-primary {
background-color: #6c71c4 !important;
color: #fdf6e3;
}
.toast-secondary {
background-color: #268bd2 !important;
color: #fdf6e3;
}
.toast-warning {
background-color: #cb4b16 !important;
color: #fdf6e3;
}
.toast-danger {
background-color: #dc322f !important;
color: #fdf6e3;
}
.toast-info {
background-color: #2aa198 !important;
color: #fdf6e3;
}
.toast-success {
background-color: #859900 !important;
color: #fdf6e3;
}
/* ------------------ FOOTER ------------------- */
footer {
color: #fdf6e3;
margin-top: 40px;
}
/* social media */
ul.social {
font-size: 1.5em;
padding-bottom: 1em;
margin: auto;
text-align: center;
}
ul.social li {
margin: 0;
list-style: none;
display: inline;
}
ul.social li a {
color: #002b36;
background-color: #fdf6e3;
padding: 0.3em;
padding-left: 0.36em;
padding-right: 0.36em;
vertical-align: middle;
border-radius: 100%;
}
ul.social li a:hover {
color: #fdf6e3;
background-color: #002b36;
}
2019-10-08 13:06:59 +02:00
/* ------------------ BUTTONS ------------------- */
.btn {
2019-10-08 13:30:13 +02:00
border: 0px solid rgba(0, 0, 0, 0.3);
border-radius: 0px 0px 0px 0px;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0), inset 0px -2px 0px rgba(0, 0, 0, 0);
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
2019-10-08 13:06:59 +02:00
.btn:hover {
position: relative;
2019-10-08 13:30:13 +02:00
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0), inset 0px -2px 0px rgba(0, 0, 0, 0);
border: 0px solid rgba(0, 0, 0, 0.3);
}
2019-10-08 13:06:59 +02:00
.btn:active {
position: relative;
2019-10-08 13:30:13 +02:00
box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0);
border: 0px solid rgba(0, 0, 0, 0.3);
}
2019-10-08 13:06:59 +02:00
.btn-group {
2019-10-08 13:30:13 +02:00
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0);
}
2019-10-08 13:06:59 +02:00
.btn-group .btn {
2019-10-08 13:30:13 +02:00
box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0);
border-radius: 0px 0px 0px 0px;
}
.btn-group .btn:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group .btn:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
2019-10-08 13:06:59 +02:00
.btn-group .btn:hover {
position: relative;
2019-10-08 13:30:13 +02:00
box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0);
}
2019-10-08 13:06:59 +02:00
.btn-group .btn:active, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active,
.show > .btn.dropdown-toggle {
position: relative;
2019-10-08 13:30:13 +02:00
box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0) !important;
border: 0px solid rgba(0, 0, 0, 0.3);
}
2019-10-08 13:06:59 +02:00
.btn:focus, .btn-primary:focus, .btn-secondary:focus, .btn-danger:focus, .btn-warning:focus, .btn-success:focus, .btn-info:focus, .btn-dark:focus, .btn-light:focus {
position: relative;
2019-10-08 13:30:13 +02:00
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0), inset 0px -2px 0px rgba(0, 0, 0, 0), 0px 0px 0px 2px rgba(0, 0, 0, 0.3);
outline: none;
}
2019-10-08 13:06:59 +02:00
/* ------------------ BREADCRUMB ------------------- */
.breadcrumb {
2019-10-08 13:30:13 +02:00
border-radius: 0px 0px 0px 0px;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0), inset 0px -2px 0px rgba(0, 0, 0, 0);
2019-10-08 13:06:59 +02:00
border: 0;
background-color: #eee8d5;
margin-bottom: 1.2em;
}
.breadcrumb li {
margin: 0;
}
2019-10-08 13:06:59 +02:00
/* ------------------ PARTAGE RESEAUX SOCIAUX ------------------- */
.share-buttons {
margin: 15px;
}
2019-10-08 13:06:59 +02:00
.reagir {
text-align: right;
}
2019-10-08 13:06:59 +02:00
/* ------------------ PREVIEWS ------------------- */
.previews-section {
display: flex;
align-content: flex-start;
flex-wrap: wrap;
}
2019-10-08 13:06:59 +02:00
.preview-container {
margin-bottom: 1em;
padding: 0.4em;
width: 100%;
}
2019-10-08 13:06:59 +02:00
@media (min-width: 992px) {
.prev-col-2 .preview-container {
width: 50%;
}
2019-10-08 13:06:59 +02:00
.prev-col-3 .preview-container {
width: 33%;
}
2019-10-08 13:06:59 +02:00
.prev-col-4 .preview-container {
width: 25%;
}
}
2019-10-08 13:06:59 +02:00
.card-preview {
2019-10-08 13:30:13 +02:00
border-radius: 0px 0px 0px 0px;
2019-10-08 13:06:59 +02:00
width: 100%;
margin: auto;
2019-10-08 13:30:13 +02:00
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0), inset 0px -2px 0px rgba(0, 0, 0, 0);
}
2019-10-08 13:06:59 +02:00
.preview-link:hover {
text-decoration: none !important;
}
2019-10-08 13:06:59 +02:00
.preview-item {
height: 200px;
overflow: hidden;
font-size: 0.9em;
line-height: 1.5em !important;
padding: 0.2em;
text-align: justify;
background-color: rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, 0.4);
position: relative;
display: flex;
-ms-flex-align: center !important;
align-items: center !important;
justify-content: center;
}
2019-10-08 13:06:59 +02:00
.preview-content {
max-height: 200px;
}
2019-10-08 13:06:59 +02:00
.preview-content > p {
width: 100%;
margin: auto;
}
2019-10-08 13:06:59 +02:00
.preview-content > p.p-img {
text-align: center;
margin: auto;
padding: auto;
display: block;
width: 100%;
}
2019-10-08 13:06:59 +02:00
.preview-content > p > img {
max-width: 100%;
height: auto;
vertical-align: middle;
margin: auto;
text-align: center;
}
2019-10-08 13:06:59 +02:00
.preview-item h1, .preview-item h2, .preview-item h3, .preview-item h4, .preview-item h5, .preview-item h6, .preview-item h7 {
margin-bottom: 0px;
max-width: 100%;
display: none;
}
2019-10-08 13:06:59 +02:00
.preview-item h1 {
display: none;
}
2019-10-08 13:06:59 +02:00
.preview-overlay {
height: 100%;
width: 100%;
opacity: 0;
top: 0;
left: 0;
position: absolute;
padding: 0;
transition: opacity 0.5s;
color: #fdf6e3;
2019-10-08 13:06:59 +02:00
background-color: rgba(0, 0, 0, 0.5);
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
backdrop-filter: none;
}
2019-10-08 13:06:59 +02:00
.preview-overlay h1 {
max-width: 100%;
padding-top: 0.3em;
margin: auto;
margin-bottom: 0px;
text-align: center;
display: block;
font-size: 2em;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
.preview-overlay h1, .preview-overlay h2, .preview-overlay h3, .preview-overlay h4, .preview-overlay h5, .preview-overlay h6, .preview-overlay h7, .preview-overlay h8, .preview-overlay h9, .preview-overlay h10 {
color: #fdf6e3;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
}
2019-10-08 13:06:59 +02:00
.preview-item:hover .preview-overlay {
opacity: 0.9;
transition: opacity 0.5s;
backdrop-filter: blur(2px);
}
2019-10-08 13:06:59 +02:00
.comment-text {
margin-top: 0.8em;
}
2019-10-08 13:06:59 +02:00
.card-preview time {
margin-bottom: 0.4em;
display: block;
}
2019-10-08 13:06:59 +02:00
/* ------------------ COULEURS ------------------- */
a, a:hover, a:active {
color: #268bd2;
}
2019-10-08 13:06:59 +02:00
::selection {
background-color: #268bd2 !important;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
::-moz-selection {
background-color: #268bd2 !important;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
/* BUTTONS & BADGES */
.btn-blue, a.btn-blue, .badge-blue, .chip-blue, a.chip-blue, a.badge-blue, .label-blue, a.label-blue {
background-color: #268bd2;
color: #fdf6e3;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus, .btn-blue:not(.disabled):not(:disabled):hover, .btn-blue:not(.disabled):not(:disabled):active, .btn-blue:not(.disabled):not(:disabled):focus, a.btn-blue:hover, a.btn-blue:active, a.btn-blue:focus, a.btn-blue:not(.disabled):not(:disabled):hover, a.btn-blue:not(.disabled):not(:disabled):active, a.btn-blue:not(.disabled):not(:disabled):focus, .badge-blue:hover, .badge-blue:active, .badge-blue:focus, .badge-blue:not(.disabled):not(:disabled):hover, .badge-blue:not(.disabled):not(:disabled):active, .badge-blue:not(.disabled):not(:disabled):focus, .chip-blue:hover, .chip-blue:active, .chip-blue:focus, .chip-blue:not(.disabled):not(:disabled):hover, .chip-blue:not(.disabled):not(:disabled):active, .chip-blue:not(.disabled):not(:disabled):focus, a.chip-blue:hover, a.chip-blue:active, a.chip-blue:focus, a.chip-blue:not(.disabled):not(:disabled):hover, a.chip-blue:not(.disabled):not(:disabled):active, a.chip-blue:not(.disabled):not(:disabled):focus, a.badge-blue:hover, a.badge-blue:active, a.badge-blue:focus, a.badge-blue:not(.disabled):not(:disabled):hover, a.badge-blue:not(.disabled):not(:disabled):active, a.badge-blue:not(.disabled):not(:disabled):focus, .label-blue:hover, .label-blue:active, .label-blue:focus, .label-blue:not(.disabled):not(:disabled):hover, .label-blue:not(.disabled):not(:disabled):active, .label-blue:not(.disabled):not(:disabled):focus, a.label-blue:hover, a.label-blue:active, a.label-blue:focus, a.label-blue:not(.disabled):not(:disabled):hover, a.label-blue:not(.disabled):not(:disabled):active, a.label-blue:not(.disabled):not(:disabled):focus {
background-color: #4ca2df;
color: #fdf6e3;
}
.btn-violet, a.btn-violet, .badge-violet, .chip-violet, a.chip-violet, a.badge-violet, .label-violet, a.label-violet {
background-color: #d33682;
color: #fdf6e3;
}
.btn-violet:hover, .btn-violet:active, .btn-violet:focus, .btn-violet:not(.disabled):not(:disabled):hover, .btn-violet:not(.disabled):not(:disabled):active, .btn-violet:not(.disabled):not(:disabled):focus, a.btn-violet:hover, a.btn-violet:active, a.btn-violet:focus, a.btn-violet:not(.disabled):not(:disabled):hover, a.btn-violet:not(.disabled):not(:disabled):active, a.btn-violet:not(.disabled):not(:disabled):focus, .badge-violet:hover, .badge-violet:active, .badge-violet:focus, .badge-violet:not(.disabled):not(:disabled):hover, .badge-violet:not(.disabled):not(:disabled):active, .badge-violet:not(.disabled):not(:disabled):focus, .chip-violet:hover, .chip-violet:active, .chip-violet:focus, .chip-violet:not(.disabled):not(:disabled):hover, .chip-violet:not(.disabled):not(:disabled):active, .chip-violet:not(.disabled):not(:disabled):focus, a.chip-violet:hover, a.chip-violet:active, a.chip-violet:focus, a.chip-violet:not(.disabled):not(:disabled):hover, a.chip-violet:not(.disabled):not(:disabled):active, a.chip-violet:not(.disabled):not(:disabled):focus, a.badge-violet:hover, a.badge-violet:active, a.badge-violet:focus, a.badge-violet:not(.disabled):not(:disabled):hover, a.badge-violet:not(.disabled):not(:disabled):active, a.badge-violet:not(.disabled):not(:disabled):focus, .label-violet:hover, .label-violet:active, .label-violet:focus, .label-violet:not(.disabled):not(:disabled):hover, .label-violet:not(.disabled):not(:disabled):active, .label-violet:not(.disabled):not(:disabled):focus, a.label-violet:hover, a.label-violet:active, a.label-violet:focus, a.label-violet:not(.disabled):not(:disabled):hover, a.label-violet:not(.disabled):not(:disabled):active, a.label-violet:not(.disabled):not(:disabled):focus {
background-color: #dc609c;
color: #fdf6e3;
}
.btn-purple, a.btn-purple, .badge-purple, .chip-purple, a.chip-purple, a.badge-purple, .label-purple, a.label-purple {
background-color: #6c71c4;
color: #fdf6e3;
}
.btn-purple:hover, .btn-purple:active, .btn-purple:focus, .btn-purple:not(.disabled):not(:disabled):hover, .btn-purple:not(.disabled):not(:disabled):active, .btn-purple:not(.disabled):not(:disabled):focus, a.btn-purple:hover, a.btn-purple:active, a.btn-purple:focus, a.btn-purple:not(.disabled):not(:disabled):hover, a.btn-purple:not(.disabled):not(:disabled):active, a.btn-purple:not(.disabled):not(:disabled):focus, .badge-purple:hover, .badge-purple:active, .badge-purple:focus, .badge-purple:not(.disabled):not(:disabled):hover, .badge-purple:not(.disabled):not(:disabled):active, .badge-purple:not(.disabled):not(:disabled):focus, .chip-purple:hover, .chip-purple:active, .chip-purple:focus, .chip-purple:not(.disabled):not(:disabled):hover, .chip-purple:not(.disabled):not(:disabled):active, .chip-purple:not(.disabled):not(:disabled):focus, a.chip-purple:hover, a.chip-purple:active, a.chip-purple:focus, a.chip-purple:not(.disabled):not(:disabled):hover, a.chip-purple:not(.disabled):not(:disabled):active, a.chip-purple:not(.disabled):not(:disabled):focus, a.badge-purple:hover, a.badge-purple:active, a.badge-purple:focus, a.badge-purple:not(.disabled):not(:disabled):hover, a.badge-purple:not(.disabled):not(:disabled):active, a.badge-purple:not(.disabled):not(:disabled):focus, .label-purple:hover, .label-purple:active, .label-purple:focus, .label-purple:not(.disabled):not(:disabled):hover, .label-purple:not(.disabled):not(:disabled):active, .label-purple:not(.disabled):not(:disabled):focus, a.label-purple:hover, a.label-purple:active, a.label-purple:focus, a.label-purple:not(.disabled):not(:disabled):hover, a.label-purple:not(.disabled):not(:disabled):active, a.label-purple:not(.disabled):not(:disabled):focus {
background-color: #9094d3;
color: #fdf6e3;
}
.btn-red, a.btn-red, .badge-red, .chip-red, a.chip-red, a.badge-red, .label-red, a.label-red {
background-color: #dc322f;
color: #fdf6e3;
}
.btn-red:hover, .btn-red:active, .btn-red:focus, .btn-red:not(.disabled):not(:disabled):hover, .btn-red:not(.disabled):not(:disabled):active, .btn-red:not(.disabled):not(:disabled):focus, a.btn-red:hover, a.btn-red:active, a.btn-red:focus, a.btn-red:not(.disabled):not(:disabled):hover, a.btn-red:not(.disabled):not(:disabled):active, a.btn-red:not(.disabled):not(:disabled):focus, .badge-red:hover, .badge-red:active, .badge-red:focus, .badge-red:not(.disabled):not(:disabled):hover, .badge-red:not(.disabled):not(:disabled):active, .badge-red:not(.disabled):not(:disabled):focus, .chip-red:hover, .chip-red:active, .chip-red:focus, .chip-red:not(.disabled):not(:disabled):hover, .chip-red:not(.disabled):not(:disabled):active, .chip-red:not(.disabled):not(:disabled):focus, a.chip-red:hover, a.chip-red:active, a.chip-red:focus, a.chip-red:not(.disabled):not(:disabled):hover, a.chip-red:not(.disabled):not(:disabled):active, a.chip-red:not(.disabled):not(:disabled):focus, a.badge-red:hover, a.badge-red:active, a.badge-red:focus, a.badge-red:not(.disabled):not(:disabled):hover, a.badge-red:not(.disabled):not(:disabled):active, a.badge-red:not(.disabled):not(:disabled):focus, .label-red:hover, .label-red:active, .label-red:focus, .label-red:not(.disabled):not(:disabled):hover, .label-red:not(.disabled):not(:disabled):active, .label-red:not(.disabled):not(:disabled):focus, a.label-red:hover, a.label-red:active, a.label-red:focus, a.label-red:not(.disabled):not(:disabled):hover, a.label-red:not(.disabled):not(:disabled):active, a.label-red:not(.disabled):not(:disabled):focus {
background-color: #e35d5b;
color: #fdf6e3;
}
.btn-orange, a.btn-orange, .badge-orange, .chip-orange, a.chip-orange, a.badge-orange, .label-orange, a.label-orange {
background-color: #cb4b16;
color: #fdf6e3;
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus, .btn-orange:not(.disabled):not(:disabled):hover, .btn-orange:not(.disabled):not(:disabled):active, .btn-orange:not(.disabled):not(:disabled):focus, a.btn-orange:hover, a.btn-orange:active, a.btn-orange:focus, a.btn-orange:not(.disabled):not(:disabled):hover, a.btn-orange:not(.disabled):not(:disabled):active, a.btn-orange:not(.disabled):not(:disabled):focus, .badge-orange:hover, .badge-orange:active, .badge-orange:focus, .badge-orange:not(.disabled):not(:disabled):hover, .badge-orange:not(.disabled):not(:disabled):active, .badge-orange:not(.disabled):not(:disabled):focus, .chip-orange:hover, .chip-orange:active, .chip-orange:focus, .chip-orange:not(.disabled):not(:disabled):hover, .chip-orange:not(.disabled):not(:disabled):active, .chip-orange:not(.disabled):not(:disabled):focus, a.chip-orange:hover, a.chip-orange:active, a.chip-orange:focus, a.chip-orange:not(.disabled):not(:disabled):hover, a.chip-orange:not(.disabled):not(:disabled):active, a.chip-orange:not(.disabled):not(:disabled):focus, a.badge-orange:hover, a.badge-orange:active, a.badge-orange:focus, a.badge-orange:not(.disabled):not(:disabled):hover, a.badge-orange:not(.disabled):not(:disabled):active, a.badge-orange:not(.disabled):not(:disabled):focus, .label-orange:hover, .label-orange:active, .label-orange:focus, .label-orange:not(.disabled):not(:disabled):hover, .label-orange:not(.disabled):not(:disabled):active, .label-orange:not(.disabled):not(:disabled):focus, a.label-orange:hover, a.label-orange:active, a.label-orange:focus, a.label-orange:not(.disabled):not(:disabled):hover, a.label-orange:not(.disabled):not(:disabled):active, a.label-orange:not(.disabled):not(:disabled):focus {
background-color: #e8632c;
color: #fdf6e3;
}
.btn-green, a.btn-green, .badge-green, .chip-green, a.chip-green, a.badge-green, .label-green, a.label-green {
background-color: #859900;
color: #fdf6e3;
}
.btn-green:hover, .btn-green:active, .btn-green:focus, .btn-green:not(.disabled):not(:disabled):hover, .btn-green:not(.disabled):not(:disabled):active, .btn-green:not(.disabled):not(:disabled):focus, a.btn-green:hover, a.btn-green:active, a.btn-green:focus, a.btn-green:not(.disabled):not(:disabled):hover, a.btn-green:not(.disabled):not(:disabled):active, a.btn-green:not(.disabled):not(:disabled):focus, .badge-green:hover, .badge-green:active, .badge-green:focus, .badge-green:not(.disabled):not(:disabled):hover, .badge-green:not(.disabled):not(:disabled):active, .badge-green:not(.disabled):not(:disabled):focus, .chip-green:hover, .chip-green:active, .chip-green:focus, .chip-green:not(.disabled):not(:disabled):hover, .chip-green:not(.disabled):not(:disabled):active, .chip-green:not(.disabled):not(:disabled):focus, a.chip-green:hover, a.chip-green:active, a.chip-green:focus, a.chip-green:not(.disabled):not(:disabled):hover, a.chip-green:not(.disabled):not(:disabled):active, a.chip-green:not(.disabled):not(:disabled):focus, a.badge-green:hover, a.badge-green:active, a.badge-green:focus, a.badge-green:not(.disabled):not(:disabled):hover, a.badge-green:not(.disabled):not(:disabled):active, a.badge-green:not(.disabled):not(:disabled):focus, .label-green:hover, .label-green:active, .label-green:focus, .label-green:not(.disabled):not(:disabled):hover, .label-green:not(.disabled):not(:disabled):active, .label-green:not(.disabled):not(:disabled):focus, a.label-green:hover, a.label-green:active, a.label-green:focus, a.label-green:not(.disabled):not(:disabled):hover, a.label-green:not(.disabled):not(:disabled):active, a.label-green:not(.disabled):not(:disabled):focus {
background-color: #b1cc00;
color: #fdf6e3;
}
.btn-skyblue, a.btn-skyblue, .badge-skyblue, .chip-skyblue, a.chip-skyblue, a.badge-skyblue, .label-skyblue, a.label-skyblue {
background-color: #2aa198;
color: #fdf6e3;
}
.btn-skyblue:hover, .btn-skyblue:active, .btn-skyblue:focus, .btn-skyblue:not(.disabled):not(:disabled):hover, .btn-skyblue:not(.disabled):not(:disabled):active, .btn-skyblue:not(.disabled):not(:disabled):focus, a.btn-skyblue:hover, a.btn-skyblue:active, a.btn-skyblue:focus, a.btn-skyblue:not(.disabled):not(:disabled):hover, a.btn-skyblue:not(.disabled):not(:disabled):active, a.btn-skyblue:not(.disabled):not(:disabled):focus, .badge-skyblue:hover, .badge-skyblue:active, .badge-skyblue:focus, .badge-skyblue:not(.disabled):not(:disabled):hover, .badge-skyblue:not(.disabled):not(:disabled):active, .badge-skyblue:not(.disabled):not(:disabled):focus, .chip-skyblue:hover, .chip-skyblue:active, .chip-skyblue:focus, .chip-skyblue:not(.disabled):not(:disabled):hover, .chip-skyblue:not(.disabled):not(:disabled):active, .chip-skyblue:not(.disabled):not(:disabled):focus, a.chip-skyblue:hover, a.chip-skyblue:active, a.chip-skyblue:focus, a.chip-skyblue:not(.disabled):not(:disabled):hover, a.chip-skyblue:not(.disabled):not(:disabled):active, a.chip-skyblue:not(.disabled):not(:disabled):focus, a.badge-skyblue:hover, a.badge-skyblue:active, a.badge-skyblue:focus, a.badge-skyblue:not(.disabled):not(:disabled):hover, a.badge-skyblue:not(.disabled):not(:disabled):active, a.badge-skyblue:not(.disabled):not(:disabled):focus, .label-skyblue:hover, .label-skyblue:active, .label-skyblue:focus, .label-skyblue:not(.disabled):not(:disabled):hover, .label-skyblue:not(.disabled):not(:disabled):active, .label-skyblue:not(.disabled):not(:disabled):focus, a.label-skyblue:hover, a.label-skyblue:active, a.label-skyblue:focus, a.label-skyblue:not(.disabled):not(:disabled):hover, a.label-skyblue:not(.disabled):not(:disabled):active, a.label-skyblue:not(.disabled):not(:disabled):focus {
background-color: #35c9be;
color: #fdf6e3;
}
.btn-dark, a.btn-dark, .badge-dark, .chip-dark, a.chip-dark, a.badge-dark, .label-dark, a.label-dark {
background-color: #002b36;
color: #fdf6e3;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus, .btn-dark:not(.disabled):not(:disabled):hover, .btn-dark:not(.disabled):not(:disabled):active, .btn-dark:not(.disabled):not(:disabled):focus, a.btn-dark:hover, a.btn-dark:active, a.btn-dark:focus, a.btn-dark:not(.disabled):not(:disabled):hover, a.btn-dark:not(.disabled):not(:disabled):active, a.btn-dark:not(.disabled):not(:disabled):focus, .badge-dark:hover, .badge-dark:active, .badge-dark:focus, .badge-dark:not(.disabled):not(:disabled):hover, .badge-dark:not(.disabled):not(:disabled):active, .badge-dark:not(.disabled):not(:disabled):focus, .chip-dark:hover, .chip-dark:active, .chip-dark:focus, .chip-dark:not(.disabled):not(:disabled):hover, .chip-dark:not(.disabled):not(:disabled):active, .chip-dark:not(.disabled):not(:disabled):focus, a.chip-dark:hover, a.chip-dark:active, a.chip-dark:focus, a.chip-dark:not(.disabled):not(:disabled):hover, a.chip-dark:not(.disabled):not(:disabled):active, a.chip-dark:not(.disabled):not(:disabled):focus, a.badge-dark:hover, a.badge-dark:active, a.badge-dark:focus, a.badge-dark:not(.disabled):not(:disabled):hover, a.badge-dark:not(.disabled):not(:disabled):active, a.badge-dark:not(.disabled):not(:disabled):focus, .label-dark:hover, .label-dark:active, .label-dark:focus, .label-dark:not(.disabled):not(:disabled):hover, .label-dark:not(.disabled):not(:disabled):active, .label-dark:not(.disabled):not(:disabled):focus, a.label-dark:hover, a.label-dark:active, a.label-dark:focus, a.label-dark:not(.disabled):not(:disabled):hover, a.label-dark:not(.disabled):not(:disabled):active, a.label-dark:not(.disabled):not(:disabled):focus {
background-color: #005469;
color: #fdf6e3;
}
.btn-light, a.btn-light, .badge-light, .chip-light, a.chip-light, a.badge-light, .label-light, a.label-light {
background-color: #eee8d5;
color: #002b36;
}
.btn-light:hover, .btn-light:active, .btn-light:focus, .btn-light:not(.disabled):not(:disabled):hover, .btn-light:not(.disabled):not(:disabled):active, .btn-light:not(.disabled):not(:disabled):focus, a.btn-light:hover, a.btn-light:active, a.btn-light:focus, a.btn-light:not(.disabled):not(:disabled):hover, a.btn-light:not(.disabled):not(:disabled):active, a.btn-light:not(.disabled):not(:disabled):focus, .badge-light:hover, .badge-light:active, .badge-light:focus, .badge-light:not(.disabled):not(:disabled):hover, .badge-light:not(.disabled):not(:disabled):active, .badge-light:not(.disabled):not(:disabled):focus, .chip-light:hover, .chip-light:active, .chip-light:focus, .chip-light:not(.disabled):not(:disabled):hover, .chip-light:not(.disabled):not(:disabled):active, .chip-light:not(.disabled):not(:disabled):focus, a.chip-light:hover, a.chip-light:active, a.chip-light:focus, a.chip-light:not(.disabled):not(:disabled):hover, a.chip-light:not(.disabled):not(:disabled):active, a.chip-light:not(.disabled):not(:disabled):focus, a.badge-light:hover, a.badge-light:active, a.badge-light:focus, a.badge-light:not(.disabled):not(:disabled):hover, a.badge-light:not(.disabled):not(:disabled):active, a.badge-light:not(.disabled):not(:disabled):focus, .label-light:hover, .label-light:active, .label-light:focus, .label-light:not(.disabled):not(:disabled):hover, .label-light:not(.disabled):not(:disabled):active, .label-light:not(.disabled):not(:disabled):focus, a.label-light:hover, a.label-light:active, a.label-light:focus, a.label-light:not(.disabled):not(:disabled):hover, a.label-light:not(.disabled):not(:disabled):active, a.label-light:not(.disabled):not(:disabled):focus {
background-color: #fdfcf9;
color: #002b36;
}
.btn-turquoise, a.btn-turquoise, .badge-turquoise, .chip-turquoise, a.chip-turquoise, a.badge-turquoise, .label-turquoise, a.label-turquoise {
background-color: #2aa198;
color: #fdf6e3;
}
.btn-turquoise:hover, .btn-turquoise:active, .btn-turquoise:focus, .btn-turquoise:not(.disabled):not(:disabled):hover, .btn-turquoise:not(.disabled):not(:disabled):active, .btn-turquoise:not(.disabled):not(:disabled):focus, a.btn-turquoise:hover, a.btn-turquoise:active, a.btn-turquoise:focus, a.btn-turquoise:not(.disabled):not(:disabled):hover, a.btn-turquoise:not(.disabled):not(:disabled):active, a.btn-turquoise:not(.disabled):not(:disabled):focus, .badge-turquoise:hover, .badge-turquoise:active, .badge-turquoise:focus, .badge-turquoise:not(.disabled):not(:disabled):hover, .badge-turquoise:not(.disabled):not(:disabled):active, .badge-turquoise:not(.disabled):not(:disabled):focus, .chip-turquoise:hover, .chip-turquoise:active, .chip-turquoise:focus, .chip-turquoise:not(.disabled):not(:disabled):hover, .chip-turquoise:not(.disabled):not(:disabled):active, .chip-turquoise:not(.disabled):not(:disabled):focus, a.chip-turquoise:hover, a.chip-turquoise:active, a.chip-turquoise:focus, a.chip-turquoise:not(.disabled):not(:disabled):hover, a.chip-turquoise:not(.disabled):not(:disabled):active, a.chip-turquoise:not(.disabled):not(:disabled):focus, a.badge-turquoise:hover, a.badge-turquoise:active, a.badge-turquoise:focus, a.badge-turquoise:not(.disabled):not(:disabled):hover, a.badge-turquoise:not(.disabled):not(:disabled):active, a.badge-turquoise:not(.disabled):not(:disabled):focus, .label-turquoise:hover, .label-turquoise:active, .label-turquoise:focus, .label-turquoise:not(.disabled):not(:disabled):hover, .label-turquoise:not(.disabled):not(:disabled):active, .label-turquoise:not(.disabled):not(:disabled):focus, a.label-turquoise:hover, a.label-turquoise:active, a.label-turquoise:focus, a.label-turquoise:not(.disabled):not(:disabled):hover, a.label-turquoise:not(.disabled):not(:disabled):active, a.label-turquoise:not(.disabled):not(:disabled):focus {
background-color: #35c9be;
color: #fdf6e3;
}
.btn-yellow, a.btn-yellow, .badge-yellow, .chip-yellow, a.chip-yellow, a.badge-yellow, .label-yellow, a.label-yellow {
background-color: #b58900;
color: #fdf6e3;
}
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus, .btn-yellow:not(.disabled):not(:disabled):hover, .btn-yellow:not(.disabled):not(:disabled):active, .btn-yellow:not(.disabled):not(:disabled):focus, a.btn-yellow:hover, a.btn-yellow:active, a.btn-yellow:focus, a.btn-yellow:not(.disabled):not(:disabled):hover, a.btn-yellow:not(.disabled):not(:disabled):active, a.btn-yellow:not(.disabled):not(:disabled):focus, .badge-yellow:hover, .badge-yellow:active, .badge-yellow:focus, .badge-yellow:not(.disabled):not(:disabled):hover, .badge-yellow:not(.disabled):not(:disabled):active, .badge-yellow:not(.disabled):not(:disabled):focus, .chip-yellow:hover, .chip-yellow:active, .chip-yellow:focus, .chip-yellow:not(.disabled):not(:disabled):hover, .chip-yellow:not(.disabled):not(:disabled):active, .chip-yellow:not(.disabled):not(:disabled):focus, a.chip-yellow:hover, a.chip-yellow:active, a.chip-yellow:focus, a.chip-yellow:not(.disabled):not(:disabled):hover, a.chip-yellow:not(.disabled):not(:disabled):active, a.chip-yellow:not(.disabled):not(:disabled):focus, a.badge-yellow:hover, a.badge-yellow:active, a.badge-yellow:focus, a.badge-yellow:not(.disabled):not(:disabled):hover, a.badge-yellow:not(.disabled):not(:disabled):active, a.badge-yellow:not(.disabled):not(:disabled):focus, .label-yellow:hover, .label-yellow:active, .label-yellow:focus, .label-yellow:not(.disabled):not(:disabled):hover, .label-yellow:not(.disabled):not(:disabled):active, .label-yellow:not(.disabled):not(:disabled):focus, a.label-yellow:hover, a.label-yellow:active, a.label-yellow:focus, a.label-yellow:not(.disabled):not(:disabled):hover, a.label-yellow:not(.disabled):not(:disabled):active, a.label-yellow:not(.disabled):not(:disabled):focus {
background-color: #e8b000;
color: #fdf6e3;
}
.btn-brown, a.btn-brown, .badge-brown, .chip-brown, a.chip-brown, a.badge-brown, .label-brown, a.label-brown {
background-color: #b58900;
color: #fdf6e3;
}
.btn-brown:hover, .btn-brown:active, .btn-brown:focus, .btn-brown:not(.disabled):not(:disabled):hover, .btn-brown:not(.disabled):not(:disabled):active, .btn-brown:not(.disabled):not(:disabled):focus, a.btn-brown:hover, a.btn-brown:active, a.btn-brown:focus, a.btn-brown:not(.disabled):not(:disabled):hover, a.btn-brown:not(.disabled):not(:disabled):active, a.btn-brown:not(.disabled):not(:disabled):focus, .badge-brown:hover, .badge-brown:active, .badge-brown:focus, .badge-brown:not(.disabled):not(:disabled):hover, .badge-brown:not(.disabled):not(:disabled):active, .badge-brown:not(.disabled):not(:disabled):focus, .chip-brown:hover, .chip-brown:active, .chip-brown:focus, .chip-brown:not(.disabled):not(:disabled):hover, .chip-brown:not(.disabled):not(:disabled):active, .chip-brown:not(.disabled):not(:disabled):focus, a.chip-brown:hover, a.chip-brown:active, a.chip-brown:focus, a.chip-brown:not(.disabled):not(:disabled):hover, a.chip-brown:not(.disabled):not(:disabled):active, a.chip-brown:not(.disabled):not(:disabled):focus, a.badge-brown:hover, a.badge-brown:active, a.badge-brown:focus, a.badge-brown:not(.disabled):not(:disabled):hover, a.badge-brown:not(.disabled):not(:disabled):active, a.badge-brown:not(.disabled):not(:disabled):focus, .label-brown:hover, .label-brown:active, .label-brown:focus, .label-brown:not(.disabled):not(:disabled):hover, .label-brown:not(.disabled):not(:disabled):active, .label-brown:not(.disabled):not(:disabled):focus, a.label-brown:hover, a.label-brown:active, a.label-brown:focus, a.label-brown:not(.disabled):not(:disabled):hover, a.label-brown:not(.disabled):not(:disabled):active, a.label-brown:not(.disabled):not(:disabled):focus {
background-color: #e8b000;
color: #fdf6e3;
}
.btn-grey, a.btn-grey, .badge-grey, .chip-grey, a.chip-grey, a.badge-grey, .label-grey, a.label-grey {
background-color: #586e75;
color: #fdf6e3;
}
.btn-grey:hover, .btn-grey:active, .btn-grey:focus, .btn-grey:not(.disabled):not(:disabled):hover, .btn-grey:not(.disabled):not(:disabled):active, .btn-grey:not(.disabled):not(:disabled):focus, a.btn-grey:hover, a.btn-grey:active, a.btn-grey:focus, a.btn-grey:not(.disabled):not(:disabled):hover, a.btn-grey:not(.disabled):not(:disabled):active, a.btn-grey:not(.disabled):not(:disabled):focus, .badge-grey:hover, .badge-grey:active, .badge-grey:focus, .badge-grey:not(.disabled):not(:disabled):hover, .badge-grey:not(.disabled):not(:disabled):active, .badge-grey:not(.disabled):not(:disabled):focus, .chip-grey:hover, .chip-grey:active, .chip-grey:focus, .chip-grey:not(.disabled):not(:disabled):hover, .chip-grey:not(.disabled):not(:disabled):active, .chip-grey:not(.disabled):not(:disabled):focus, a.chip-grey:hover, a.chip-grey:active, a.chip-grey:focus, a.chip-grey:not(.disabled):not(:disabled):hover, a.chip-grey:not(.disabled):not(:disabled):active, a.chip-grey:not(.disabled):not(:disabled):focus, a.badge-grey:hover, a.badge-grey:active, a.badge-grey:focus, a.badge-grey:not(.disabled):not(:disabled):hover, a.badge-grey:not(.disabled):not(:disabled):active, a.badge-grey:not(.disabled):not(:disabled):focus, .label-grey:hover, .label-grey:active, .label-grey:focus, .label-grey:not(.disabled):not(:disabled):hover, .label-grey:not(.disabled):not(:disabled):active, .label-grey:not(.disabled):not(:disabled):focus, a.label-grey:hover, a.label-grey:active, a.label-grey:focus, a.label-grey:not(.disabled):not(:disabled):hover, a.label-grey:not(.disabled):not(:disabled):active, a.label-grey:not(.disabled):not(:disabled):focus {
background-color: #6e8992;
color: #fdf6e3;
}
.btn-primary, a.btn-primary, .badge-primary, .chip-primary, a.chip-primary, a.badge-primary, .label-primary, a.label-primary {
background-color: #6c71c4;
color: #fdf6e3;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(.disabled):not(:disabled):hover, .btn-primary:not(.disabled):not(:disabled):active, .btn-primary:not(.disabled):not(:disabled):focus, a.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus, a.btn-primary:not(.disabled):not(:disabled):hover, a.btn-primary:not(.disabled):not(:disabled):active, a.btn-primary:not(.disabled):not(:disabled):focus, .badge-primary:hover, .badge-primary:active, .badge-primary:focus, .badge-primary:not(.disabled):not(:disabled):hover, .badge-primary:not(.disabled):not(:disabled):active, .badge-primary:not(.disabled):not(:disabled):focus, .chip-primary:hover, .chip-primary:active, .chip-primary:focus, .chip-primary:not(.disabled):not(:disabled):hover, .chip-primary:not(.disabled):not(:disabled):active, .chip-primary:not(.disabled):not(:disabled):focus, a.chip-primary:hover, a.chip-primary:active, a.chip-primary:focus, a.chip-primary:not(.disabled):not(:disabled):hover, a.chip-primary:not(.disabled):not(:disabled):active, a.chip-primary:not(.disabled):not(:disabled):focus, a.badge-primary:hover, a.badge-primary:active, a.badge-primary:focus, a.badge-primary:not(.disabled):not(:disabled):hover, a.badge-primary:not(.disabled):not(:disabled):active, a.badge-primary:not(.disabled):not(:disabled):focus, .label-primary:hover, .label-primary:active, .label-primary:focus, .label-primary:not(.disabled):not(:disabled):hover, .label-primary:not(.disabled):not(:disabled):active, .label-primary:not(.disabled):not(:disabled):focus, a.label-primary:hover, a.label-primary:active, a.label-primary:focus, a.label-primary:not(.disabled):not(:disabled):hover, a.label-primary:not(.disabled):not(:disabled):active, a.label-primary:not(.disabled):not(:disabled):focus {
background-color: #9094d3;
color: #fdf6e3;
}
.btn-secondary, a.btn-secondary, .badge-secondary, .chip-secondary, a.chip-secondary, a.badge-secondary, .label-secondary, a.label-secondary {
background-color: #268bd2;
color: #fdf6e3;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:not(.disabled):not(:disabled):hover, .btn-secondary:not(.disabled):not(:disabled):active, .btn-secondary:not(.disabled):not(:disabled):focus, a.btn-secondary:hover, a.btn-secondary:active, a.btn-secondary:focus, a.btn-secondary:not(.disabled):not(:disabled):hover, a.btn-secondary:not(.disabled):not(:disabled):active, a.btn-secondary:not(.disabled):not(:disabled):focus, .badge-secondary:hover, .badge-secondary:active, .badge-secondary:focus, .badge-secondary:not(.disabled):not(:disabled):hover, .badge-secondary:not(.disabled):not(:disabled):active, .badge-secondary:not(.disabled):not(:disabled):focus, .chip-secondary:hover, .chip-secondary:active, .chip-secondary:focus, .chip-secondary:not(.disabled):not(:disabled):hover, .chip-secondary:not(.disabled):not(:disabled):active, .chip-secondary:not(.disabled):not(:disabled):focus, a.chip-secondary:hover, a.chip-secondary:active, a.chip-secondary:focus, a.chip-secondary:not(.disabled):not(:disabled):hover, a.chip-secondary:not(.disabled):not(:disabled):active, a.chip-secondary:not(.disabled):not(:disabled):focus, a.badge-secondary:hover, a.badge-secondary:active, a.badge-secondary:focus, a.badge-secondary:not(.disabled):not(:disabled):hover, a.badge-secondary:not(.disabled):not(:disabled):active, a.badge-secondary:not(.disabled):not(:disabled):focus, .label-secondary:hover, .label-secondary:active, .label-secondary:focus, .label-secondary:not(.disabled):not(:disabled):hover, .label-secondary:not(.disabled):not(:disabled):active, .label-secondary:not(.disabled):not(:disabled):focus, a.label-secondary:hover, a.label-secondary:active, a.label-secondary:focus, a.label-secondary:not(.disabled):not(:disabled):hover, a.label-secondary:not(.disabled):not(:disabled):active, a.label-secondary:not(.disabled):not(:disabled):focus {
background-color: #4ca2df;
color: #fdf6e3;
}
.btn-warning, a.btn-warning, .badge-warning, .chip-warning, a.chip-warning, a.badge-warning, .label-warning, a.label-warning {
background-color: #cb4b16;
color: #fdf6e3;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:not(.disabled):not(:disabled):hover, .btn-warning:not(.disabled):not(:disabled):active, .btn-warning:not(.disabled):not(:disabled):focus, a.btn-warning:hover, a.btn-warning:active, a.btn-warning:focus, a.btn-warning:not(.disabled):not(:disabled):hover, a.btn-warning:not(.disabled):not(:disabled):active, a.btn-warning:not(.disabled):not(:disabled):focus, .badge-warning:hover, .badge-warning:active, .badge-warning:focus, .badge-warning:not(.disabled):not(:disabled):hover, .badge-warning:not(.disabled):not(:disabled):active, .badge-warning:not(.disabled):not(:disabled):focus, .chip-warning:hover, .chip-warning:active, .chip-warning:focus, .chip-warning:not(.disabled):not(:disabled):hover, .chip-warning:not(.disabled):not(:disabled):active, .chip-warning:not(.disabled):not(:disabled):focus, a.chip-warning:hover, a.chip-warning:active, a.chip-warning:focus, a.chip-warning:not(.disabled):not(:disabled):hover, a.chip-warning:not(.disabled):not(:disabled):active, a.chip-warning:not(.disabled):not(:disabled):focus, a.badge-warning:hover, a.badge-warning:active, a.badge-warning:focus, a.badge-warning:not(.disabled):not(:disabled):hover, a.badge-warning:not(.disabled):not(:disabled):active, a.badge-warning:not(.disabled):not(:disabled):focus, .label-warning:hover, .label-warning:active, .label-warning:focus, .label-warning:not(.disabled):not(:disabled):hover, .label-warning:not(.disabled):not(:disabled):active, .label-warning:not(.disabled):not(:disabled):focus, a.label-warning:hover, a.label-warning:active, a.label-warning:focus, a.label-warning:not(.disabled):not(:disabled):hover, a.label-warning:not(.disabled):not(:disabled):active, a.label-warning:not(.disabled):not(:disabled):focus {
background-color: #e8632c;
color: #fdf6e3;
}
.btn-danger, a.btn-danger, .badge-danger, .chip-danger, a.chip-danger, a.badge-danger, .label-danger, a.label-danger {
background-color: #dc322f;
color: #fdf6e3;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:not(.disabled):not(:disabled):hover, .btn-danger:not(.disabled):not(:disabled):active, .btn-danger:not(.disabled):not(:disabled):focus, a.btn-danger:hover, a.btn-danger:active, a.btn-danger:focus, a.btn-danger:not(.disabled):not(:disabled):hover, a.btn-danger:not(.disabled):not(:disabled):active, a.btn-danger:not(.disabled):not(:disabled):focus, .badge-danger:hover, .badge-danger:active, .badge-danger:focus, .badge-danger:not(.disabled):not(:disabled):hover, .badge-danger:not(.disabled):not(:disabled):active, .badge-danger:not(.disabled):not(:disabled):focus, .chip-danger:hover, .chip-danger:active, .chip-danger:focus, .chip-danger:not(.disabled):not(:disabled):hover, .chip-danger:not(.disabled):not(:disabled):active, .chip-danger:not(.disabled):not(:disabled):focus, a.chip-danger:hover, a.chip-danger:active, a.chip-danger:focus, a.chip-danger:not(.disabled):not(:disabled):hover, a.chip-danger:not(.disabled):not(:disabled):active, a.chip-danger:not(.disabled):not(:disabled):focus, a.badge-danger:hover, a.badge-danger:active, a.badge-danger:focus, a.badge-danger:not(.disabled):not(:disabled):hover, a.badge-danger:not(.disabled):not(:disabled):active, a.badge-danger:not(.disabled):not(:disabled):focus, .label-danger:hover, .label-danger:active, .label-danger:focus, .label-danger:not(.disabled):not(:disabled):hover, .label-danger:not(.disabled):not(:disabled):active, .label-danger:not(.disabled):not(:disabled):focus, a.label-danger:hover, a.label-danger:active, a.label-danger:focus, a.label-danger:not(.disabled):not(:disabled):hover, a.label-danger:not(.disabled):not(:disabled):active, a.label-danger:not(.disabled):not(:disabled):focus {
background-color: #e35d5b;
color: #fdf6e3;
}
.btn-info, a.btn-info, .badge-info, .chip-info, a.chip-info, a.badge-info, .label-info, a.label-info {
background-color: #2aa198;
color: #fdf6e3;
}
.btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:not(.disabled):not(:disabled):hover, .btn-info:not(.disabled):not(:disabled):active, .btn-info:not(.disabled):not(:disabled):focus, a.btn-info:hover, a.btn-info:active, a.btn-info:focus, a.btn-info:not(.disabled):not(:disabled):hover, a.btn-info:not(.disabled):not(:disabled):active, a.btn-info:not(.disabled):not(:disabled):focus, .badge-info:hover, .badge-info:active, .badge-info:focus, .badge-info:not(.disabled):not(:disabled):hover, .badge-info:not(.disabled):not(:disabled):active, .badge-info:not(.disabled):not(:disabled):focus, .chip-info:hover, .chip-info:active, .chip-info:focus, .chip-info:not(.disabled):not(:disabled):hover, .chip-info:not(.disabled):not(:disabled):active, .chip-info:not(.disabled):not(:disabled):focus, a.chip-info:hover, a.chip-info:active, a.chip-info:focus, a.chip-info:not(.disabled):not(:disabled):hover, a.chip-info:not(.disabled):not(:disabled):active, a.chip-info:not(.disabled):not(:disabled):focus, a.badge-info:hover, a.badge-info:active, a.badge-info:focus, a.badge-info:not(.disabled):not(:disabled):hover, a.badge-info:not(.disabled):not(:disabled):active, a.badge-info:not(.disabled):not(:disabled):focus, .label-info:hover, .label-info:active, .label-info:focus, .label-info:not(.disabled):not(:disabled):hover, .label-info:not(.disabled):not(:disabled):active, .label-info:not(.disabled):not(:disabled):focus, a.label-info:hover, a.label-info:active, a.label-info:focus, a.label-info:not(.disabled):not(:disabled):hover, a.label-info:not(.disabled):not(:disabled):active, a.label-info:not(.disabled):not(:disabled):focus {
background-color: #35c9be;
color: #fdf6e3;
}
.btn-success, a.btn-success, .badge-success, .chip-success, a.chip-success, a.badge-success, .label-success, a.label-success {
background-color: #859900;
color: #fdf6e3;
}
.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:not(.disabled):not(:disabled):hover, .btn-success:not(.disabled):not(:disabled):active, .btn-success:not(.disabled):not(:disabled):focus, a.btn-success:hover, a.btn-success:active, a.btn-success:focus, a.btn-success:not(.disabled):not(:disabled):hover, a.btn-success:not(.disabled):not(:disabled):active, a.btn-success:not(.disabled):not(:disabled):focus, .badge-success:hover, .badge-success:active, .badge-success:focus, .badge-success:not(.disabled):not(:disabled):hover, .badge-success:not(.disabled):not(:disabled):active, .badge-success:not(.disabled):not(:disabled):focus, .chip-success:hover, .chip-success:active, .chip-success:focus, .chip-success:not(.disabled):not(:disabled):hover, .chip-success:not(.disabled):not(:disabled):active, .chip-success:not(.disabled):not(:disabled):focus, a.chip-success:hover, a.chip-success:active, a.chip-success:focus, a.chip-success:not(.disabled):not(:disabled):hover, a.chip-success:not(.disabled):not(:disabled):active, a.chip-success:not(.disabled):not(:disabled):focus, a.badge-success:hover, a.badge-success:active, a.badge-success:focus, a.badge-success:not(.disabled):not(:disabled):hover, a.badge-success:not(.disabled):not(:disabled):active, a.badge-success:not(.disabled):not(:disabled):focus, .label-success:hover, .label-success:active, .label-success:focus, .label-success:not(.disabled):not(:disabled):hover, .label-success:not(.disabled):not(:disabled):active, .label-success:not(.disabled):not(:disabled):focus, a.label-success:hover, a.label-success:active, a.label-success:focus, a.label-success:not(.disabled):not(:disabled):hover, a.label-success:not(.disabled):not(:disabled):active, a.label-success:not(.disabled):not(:disabled):focus {
background-color: #b1cc00;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
/* social */
.btn-facebook, a.btn-facebook {
2019-10-08 13:06:59 +02:00
background-color: #3B5998;
color: #fdf6e3;
}
.btn-facebook:hover, .btn-facebook:active, .btn-facebook:focus, .btn-facebook:not(.disabled):not(:disabled):hover, .btn-facebook:not(.disabled):not(:disabled):active, .btn-facebook:not(.disabled):not(:disabled):focus, a.btn-facebook:hover, a.btn-facebook:active, a.btn-facebook:focus, a.btn-facebook:not(.disabled):not(:disabled):hover, a.btn-facebook:not(.disabled):not(:disabled):active, a.btn-facebook:not(.disabled):not(:disabled):focus {
background-color: #4c70ba;
color: #fdf6e3;
}
.btn-twitter, a.btn-twitter {
2019-10-08 13:06:59 +02:00
background-color: #55ACEE;
color: #fdf6e3;
}
.btn-twitter:hover, .btn-twitter:active, .btn-twitter:focus, .btn-twitter:not(.disabled):not(:disabled):hover, .btn-twitter:not(.disabled):not(:disabled):active, .btn-twitter:not(.disabled):not(:disabled):focus, a.btn-twitter:hover, a.btn-twitter:active, a.btn-twitter:focus, a.btn-twitter:not(.disabled):not(:disabled):hover, a.btn-twitter:not(.disabled):not(:disabled):active, a.btn-twitter:not(.disabled):not(:disabled):focus {
background-color: #83c3f3;
color: #fdf6e3;
}
.btn-googleplus, a.btn-googleplus {
2019-10-08 13:06:59 +02:00
background-color: #d34836;
color: #fdf6e3;
}
.btn-googleplus:hover, .btn-googleplus:active, .btn-googleplus:focus, .btn-googleplus:not(.disabled):not(:disabled):hover, .btn-googleplus:not(.disabled):not(:disabled):active, .btn-googleplus:not(.disabled):not(:disabled):focus, a.btn-googleplus:hover, a.btn-googleplus:active, a.btn-googleplus:focus, a.btn-googleplus:not(.disabled):not(:disabled):hover, a.btn-googleplus:not(.disabled):not(:disabled):active, a.btn-googleplus:not(.disabled):not(:disabled):focus {
background-color: #dc6e60;
color: #fdf6e3;
}
.btn-diaspora, a.btn-diaspora {
2019-10-08 13:06:59 +02:00
background-color: #313739;
color: #fdf6e3;
}
.btn-diaspora:hover, .btn-diaspora:active, .btn-diaspora:focus, .btn-diaspora:not(.disabled):not(:disabled):hover, .btn-diaspora:not(.disabled):not(:disabled):active, .btn-diaspora:not(.disabled):not(:disabled):focus, a.btn-diaspora:hover, a.btn-diaspora:active, a.btn-diaspora:focus, a.btn-diaspora:not(.disabled):not(:disabled):hover, a.btn-diaspora:not(.disabled):not(:disabled):active, a.btn-diaspora:not(.disabled):not(:disabled):focus {
background-color: #495154;
color: #fdf6e3;
}
.btn-mastodon, a.btn-mastodon {
2019-10-08 13:06:59 +02:00
background-color: #282c37;
color: #fdf6e3;
}
.btn-mastodon:hover, .btn-mastodon:active, .btn-mastodon:focus, .btn-mastodon:not(.disabled):not(:disabled):hover, .btn-mastodon:not(.disabled):not(:disabled):active, .btn-mastodon:not(.disabled):not(:disabled):focus, a.btn-mastodon:hover, a.btn-mastodon:active, a.btn-mastodon:focus, a.btn-mastodon:not(.disabled):not(:disabled):hover, a.btn-mastodon:not(.disabled):not(:disabled):active, a.btn-mastodon:not(.disabled):not(:disabled):focus {
background-color: #3d4455;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
/* BACKGROUNDS */
.bg-blue {
background-color: #268bd2 !important;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
.bg-violet {
background-color: #d33682 !important;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
.bg-purple {
background-color: #6c71c4 !important;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
.bg-red {
background-color: #dc322f !important;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
.bg-orange {
background-color: #cb4b16 !important;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
.bg-green {
background-color: #859900 !important;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
.bg-skyblue {
background-color: #2aa198 !important;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
.bg-dark {
background-color: #002b36 !important;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
.bg-light {
background-color: #fdf6e3 !important;
color: #002b36;
}
2019-10-08 13:06:59 +02:00
.bg-turquoise {
background-color: #2aa198 !important;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
.bg-yellow {
background-color: #b58900 !important;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
.bg-brown {
background-color: #b58900 !important;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
.bg-grey {
background-color: #586e75 !important;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
.bg-primary {
background-color: #6c71c4 !important;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
.bg-secondary {
background-color: #268bd2 !important;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
.bg-warning {
background-color: #cb4b16 !important;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
.bg-danger {
background-color: #dc322f !important;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
.bg-info {
background-color: #2aa198 !important;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
.bg-success {
background-color: #859900 !important;
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
/* TEXT */
.text-blue {
color: #268bd2;
}
2019-10-08 13:06:59 +02:00
.text-violet {
color: #d33682;
}
2019-10-08 13:06:59 +02:00
.text-purple {
color: #6c71c4;
}
2019-10-08 13:06:59 +02:00
.text-red {
color: #dc322f;
}
2019-10-08 13:06:59 +02:00
.text-orange {
color: #cb4b16;
}
2019-10-08 13:06:59 +02:00
.text-green {
color: #859900;
}
2019-10-08 13:06:59 +02:00
.text-skyblue {
color: #2aa198;
}
2019-10-08 13:06:59 +02:00
.text-dark {
color: #002b36;
}
2019-10-08 13:06:59 +02:00
.text-light {
color: #fdf6e3;
}
2019-10-08 13:06:59 +02:00
.text-turquoise {
color: #2aa198;
}
2019-10-08 13:06:59 +02:00
.text-yellow {
color: #b58900;
}
2019-10-08 13:06:59 +02:00
.text-brown {
color: #b58900;
}
2019-10-08 13:06:59 +02:00
.text-grey {
color: #586e75;
}
2019-10-08 13:06:59 +02:00
.text-primary {
color: #6c71c4;
}
2019-10-08 13:06:59 +02:00
.text-secondary {
color: #268bd2;
}
2019-10-08 13:06:59 +02:00
.text-warning {
color: #cb4b16;
}
2019-10-08 13:06:59 +02:00
.text-danger {
color: #dc322f;
}
2019-10-08 13:06:59 +02:00
.text-info {
color: #2aa198;
}
2019-10-08 13:06:59 +02:00
.text-success {
color: #859900;
}
2019-10-08 13:06:59 +02:00
/* Clear-Typography overrides */
mark {
background-color: #ffd44f;
}
2019-10-08 13:06:59 +02:00
blockquote, pre {
border-color: #6c71c4;
}
/*# sourceMappingURL=style.css.map */