1675 lines
79 KiB
CSS
1675 lines
79 KiB
CSS
@charset "UTF-8";
|
|
/* -------------------------------------------------
|
|
BLUESKY SCSS
|
|
|
|
Auteur : Kazhnuz
|
|
Licence : Creative Common BY-SA
|
|
|
|
Version 3.2
|
|
|
|
Thème CSS basé sur Bootstrap et ForkAwesome
|
|
créé originellement pour mon blog personnel.
|
|
|
|
CC BY-SA Kazhnuz
|
|
------------------------------------------------- */
|
|
@use "sass:map";
|
|
.text-blue {
|
|
color: #4e63c9; }
|
|
|
|
.text-violet {
|
|
color: #ce4dcd; }
|
|
|
|
.text-purple {
|
|
color: #7951c0; }
|
|
|
|
.text-red {
|
|
color: #e33d22; }
|
|
|
|
.text-orange {
|
|
color: #eb790a; }
|
|
|
|
.text-green {
|
|
color: #75b82d; }
|
|
|
|
.text-skyblue {
|
|
color: #42a0f3; }
|
|
|
|
.text-dark {
|
|
color: #2D2D2D; }
|
|
|
|
.text-light {
|
|
color: #eeeeec; }
|
|
|
|
.text-turquoise {
|
|
color: #46bd9e; }
|
|
|
|
.text-yellow {
|
|
color: #f6d32d; }
|
|
|
|
.text-brown {
|
|
color: #986a44; }
|
|
|
|
.text-grey {
|
|
color: #77767b; }
|
|
|
|
.text-primary {
|
|
color: #7951c0; }
|
|
|
|
.text-secondary {
|
|
color: #4e63c9; }
|
|
|
|
.text-warning {
|
|
color: #eb790a; }
|
|
|
|
.text-danger {
|
|
color: #e33d22; }
|
|
|
|
.text-info {
|
|
color: #42a0f3; }
|
|
|
|
.text-success {
|
|
color: #75b82d; }
|
|
|
|
.bg-blue {
|
|
background-color: #4e63c9 !important;
|
|
color: #FFF; }
|
|
|
|
.bg-violet {
|
|
background-color: #ce4dcd !important;
|
|
color: #FFF; }
|
|
|
|
.bg-purple {
|
|
background-color: #7951c0 !important;
|
|
color: #FFF; }
|
|
|
|
.bg-red {
|
|
background-color: #e33d22 !important;
|
|
color: #FFF; }
|
|
|
|
.bg-orange {
|
|
background-color: #eb790a !important;
|
|
color: #FFF; }
|
|
|
|
.bg-green {
|
|
background-color: #75b82d !important;
|
|
color: #FFF; }
|
|
|
|
.bg-skyblue {
|
|
background-color: #42a0f3 !important;
|
|
color: #FFF; }
|
|
|
|
.bg-dark {
|
|
background-color: #2D2D2D !important;
|
|
color: #FFF; }
|
|
|
|
.bg-light {
|
|
background-color: #eeeeec !important;
|
|
color: #000; }
|
|
|
|
.bg-turquoise {
|
|
background-color: #46bd9e !important;
|
|
color: #FFF; }
|
|
|
|
.bg-yellow {
|
|
background-color: #f6d32d !important;
|
|
color: #FFF; }
|
|
|
|
.bg-brown {
|
|
background-color: #986a44 !important;
|
|
color: #FFF; }
|
|
|
|
.bg-grey {
|
|
background-color: #77767b !important;
|
|
color: #FFF; }
|
|
|
|
.bg-primary {
|
|
background-color: #7951c0 !important;
|
|
color: #FFF; }
|
|
|
|
.bg-secondary {
|
|
background-color: #4e63c9 !important;
|
|
color: #FFF; }
|
|
|
|
.bg-warning {
|
|
background-color: #eb790a !important;
|
|
color: #FFF; }
|
|
|
|
.bg-danger {
|
|
background-color: #e33d22 !important;
|
|
color: #FFF; }
|
|
|
|
.bg-info {
|
|
background-color: #42a0f3 !important;
|
|
color: #FFF; }
|
|
|
|
.bg-success {
|
|
background-color: #75b82d !important;
|
|
color: #FFF; }
|
|
|
|
a, a:hover, a:active {
|
|
color: #4e63c9; }
|
|
|
|
::selection {
|
|
background-color: #4e63c9 !important;
|
|
color: #FFF; }
|
|
|
|
::-moz-selection {
|
|
background-color: #4e63c9 !important;
|
|
color: #FFF; }
|
|
|
|
mark {
|
|
background-color: #fcf2c0; }
|
|
|
|
blockquote, pre {
|
|
border-color: #7951c0; }
|
|
|
|
/* --- 01. DEFINITIONS --- */
|
|
/*
|
|
* Les définitions globales de la stylesheet.
|
|
* Elle permette de rapidement modifier le style globale de la fiche en modifiant les éléments centraux
|
|
* D'autres définitions importantes sont visibles dans les autres parties de la fiche.
|
|
*
|
|
* Pour customiser les couleurs, voyez _palette.scss
|
|
*/
|
|
/* 01.1 - Commons elements */
|
|
.no-pills {
|
|
list-style: none; }
|
|
|
|
.align-center {
|
|
text-align: center; }
|
|
|
|
.align-left {
|
|
text-align: left; }
|
|
|
|
.align-right {
|
|
text-align: right; }
|
|
|
|
h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 {
|
|
color: white;
|
|
text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4); }
|
|
|
|
/* ------------------ FONT LOADING ------------------- */
|
|
@font-face {
|
|
font-family: 'OpenSans';
|
|
src: url("../fonts/OpenSans-Light-webfont.eot");
|
|
src: url("../fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light-webfont.woff2") format("woff2"), url("../fonts/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Light-webfont.svg#open_sansbold") format("svg");
|
|
font-weight: 300;
|
|
font-style: normal; }
|
|
|
|
@font-face {
|
|
font-family: 'OpenSans';
|
|
src: url("../fonts/OpenSans-LightItalic-webfont.eot");
|
|
src: url("../fonts/OpenSans-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-LightItalic-webfont.woff2") format("woff2"), url("../fonts/OpenSans-LightItalic-webfont.woff") format("woff"), url("../fonts/OpenSans-LightItalic-webfont.ttf") format("truetype"), url("../fonts/OpenSans-LightItalic-webfont.svg#open_sansbold") format("svg");
|
|
font-weight: 300;
|
|
font-style: italic; }
|
|
|
|
@font-face {
|
|
font-family: 'OpenSans';
|
|
src: url("../fonts/OpenSans-Regular-webfont.eot");
|
|
src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff2") format("woff2"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.svg#open_sansbold") format("svg");
|
|
font-weight: 400;
|
|
font-style: normal; }
|
|
|
|
@font-face {
|
|
font-family: 'OpenSans';
|
|
src: url("../fonts/OpenSans-Italic-webfont.eot");
|
|
src: url("../fonts/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic-webfont.woff2") format("woff2"), url("../fonts/OpenSans-Italic-webfont.woff") format("woff"), url("../fonts/OpenSans-Italic-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Italic-webfont.svg#open_sansbold") format("svg");
|
|
font-weight: 400;
|
|
font-style: italic; }
|
|
|
|
@font-face {
|
|
font-family: 'OpenSans';
|
|
src: url("../fonts/OpenSans-Semibold-webfont.eot");
|
|
src: url("../fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold-webfont.woff2") format("woff2"), url("../fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("../fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Semibold-webfont.svg#open_sansbold") format("svg");
|
|
font-weight: 600;
|
|
font-style: normal; }
|
|
|
|
@font-face {
|
|
font-family: 'OpenSans';
|
|
src: url("../fonts/OpenSans-SemiboldItalic-webfont.eot");
|
|
src: url("../fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiboldItalic-webfont.woff2") format("woff2"), url("../fonts/OpenSans-SemiboldItalic-webfont.woff") format("woff"), url("../fonts/OpenSans-SemiboldItalic-webfont.ttf") format("truetype"), url("../fonts/OpenSans-SemiboldItalic-webfont.svg#open_sansbold") format("svg");
|
|
font-weight: 600;
|
|
font-style: italic; }
|
|
|
|
@font-face {
|
|
font-family: 'OpenSans';
|
|
src: url("../fonts/OpenSans-Bold-webfont.eot");
|
|
src: url("../fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold-webfont.woff2") format("woff2"), url("../fonts/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
|
|
font-weight: 700;
|
|
font-style: normal; }
|
|
|
|
@font-face {
|
|
font-family: 'OpenSans';
|
|
src: url("../fonts/OpenSans-BoldItalic-webfont.eot");
|
|
src: url("../fonts/OpenSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic-webfont.woff2") format("woff2"), url("../fonts/OpenSans-BoldItalic-webfont.woff") format("woff"), url("../fonts/OpenSans-BoldItalic-webfont.ttf") format("truetype"), url("../fonts/OpenSans-BoldItalic-webfont.svg#open_sansbold") format("svg");
|
|
font-weight: 700;
|
|
font-style: italic; }
|
|
|
|
@font-face {
|
|
font-family: 'OpenSans';
|
|
src: url("../fonts/OpenSans-ExtraBold-webfont.eot");
|
|
src: url("../fonts/OpenSans-ExtraBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold-webfont.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold-webfont.woff") format("woff"), url("../fonts/OpenSans-ExtraBold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBold-webfont.svg#open_sansbold") format("svg");
|
|
font-weight: 800;
|
|
font-style: normal; }
|
|
|
|
@font-face {
|
|
font-family: 'OpenSans';
|
|
src: url("../fonts/OpenSans-ExtraBoldItalic-webfont.eot");
|
|
src: url("../fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBoldItalic-webfont.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBoldItalic-webfont.woff") format("woff"), url("../fonts/OpenSans-ExtraBoldItalic-webfont.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBoldItalic-webfont.svg#open_sansbold") format("svg");
|
|
font-weight: 800;
|
|
font-style: italic; }
|
|
|
|
/* ------------------ GLOBAL STYLE ------------------- */
|
|
html {
|
|
font-family: OpenSans, sans-serif;
|
|
text-align: left;
|
|
font-size: 16px; }
|
|
|
|
body {
|
|
line-height: 1.5rem;
|
|
color: #444;
|
|
font-weight: 400; }
|
|
|
|
.night-mode {
|
|
color: #BBB; }
|
|
|
|
strong {
|
|
font-weight: 600; }
|
|
|
|
em {
|
|
font-style: italic; }
|
|
|
|
a {
|
|
color: #2484c1;
|
|
text-decoration: none; }
|
|
|
|
p {
|
|
padding: 0;
|
|
margin: 0;
|
|
margin-bottom: 1.5rem; }
|
|
p:last-child {
|
|
margin-bottom: 0; }
|
|
|
|
ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
margin-bottom: 1.5rem; }
|
|
ul ul {
|
|
margin-bottom: 0; }
|
|
ul li {
|
|
margin-left: 1.5rem; }
|
|
|
|
ol {
|
|
padding: 0;
|
|
margin: 0;
|
|
margin-bottom: 1.5rem; }
|
|
ol ol {
|
|
margin-bottom: 0; }
|
|
ol li {
|
|
margin-left: 1.5rem; }
|
|
|
|
::selection {
|
|
background: #2484c1;
|
|
color: #fff; }
|
|
|
|
::-moz-selection {
|
|
background: #2484c1;
|
|
color: #fff; }
|
|
|
|
/* ------------------ WRAPPERS ------------------- */
|
|
.text-wrapper {
|
|
width: 640px;
|
|
margin: auto; }
|
|
|
|
/* ------------------ TITLES ------------------- */
|
|
h1, h2, h3, h4, h5, h6, h7 {
|
|
text-align: left;
|
|
font-size: 1em;
|
|
line-height: 1.5em;
|
|
padding: 0;
|
|
margin: 0;
|
|
font-weight: 400; }
|
|
|
|
h1 {
|
|
font-size: 2.33333rem;
|
|
line-height: 3rem;
|
|
margin-bottom: 1.5rem;
|
|
font-weight: 700; }
|
|
|
|
h2 {
|
|
font-size: 2rem;
|
|
line-height: 3rem;
|
|
margin-bottom: 1.5rem;
|
|
font-weight: 700; }
|
|
|
|
h3 {
|
|
font-size: 1.5rem;
|
|
line-height: 1.5rem;
|
|
margin-bottom: 1.5rem;
|
|
font-weight: 700; }
|
|
|
|
h4 {
|
|
font-size: 1.5rem;
|
|
line-height: 1.5rem;
|
|
margin-bottom: 1.5rem;
|
|
font-weight: 600; }
|
|
|
|
h5 {
|
|
font-size: 1.33333rem;
|
|
line-height: 1.5rem;
|
|
margin-bottom: 1.5rem;
|
|
font-weight: 600; }
|
|
|
|
h6 {
|
|
font-size: 1.1rem;
|
|
line-height: 1.5rem;
|
|
margin-bottom: 1.5rem;
|
|
font-weight: 600; }
|
|
|
|
/* ------------------ HR ------------------- */
|
|
hr {
|
|
border-top: 0px;
|
|
border-left: 0px;
|
|
border-right: 0px;
|
|
border-bottom: 1px;
|
|
border-color: rgba(1, 1, 1, 0.15);
|
|
border-style: solid;
|
|
margin-bottom: 1.5rem; }
|
|
|
|
/* ------------------ QUOTE ------------------- */
|
|
blockquote {
|
|
border-width: 0 0 0 0.2em;
|
|
border-style: solid;
|
|
border-radius: 3px;
|
|
margin: 0;
|
|
margin-bottom: 1.5rem;
|
|
padding: 0.75rem;
|
|
max-width: 100%;
|
|
border-color: rgba(1, 1, 1, 0.15); }
|
|
.night-mode blockquote {
|
|
border-color: rgba(255, 255, 255, 0.15); }
|
|
|
|
pre {
|
|
border-width: 0 0 0 0.2em;
|
|
border-style: solid;
|
|
border-radius: 3px;
|
|
margin: 0;
|
|
margin-bottom: 1.5rem;
|
|
padding: 0.75rem;
|
|
max-width: 100%;
|
|
border-color: rgba(1, 1, 1, 0.2);
|
|
background-color: #EEE; }
|
|
.night-mode pre {
|
|
background-color: #222;
|
|
border-color: rgba(255, 255, 255, 0.2); }
|
|
|
|
/* ------------------ SPECIAL STYLING ------------------- */
|
|
mark {
|
|
border-radius: 0.2em;
|
|
padding: 0 0.2em 0 0.2em;
|
|
background-color: rgba(255, 255, 0, 0.33);
|
|
color: inherit; }
|
|
|
|
.night-mode mark {
|
|
background-color: rgba(128, 128, 0, 0.66); }
|
|
|
|
/* ------------------ SPECIAL STYLING ------------------- */
|
|
.time {
|
|
font-style: italic;
|
|
text-align: right;
|
|
width: 100%;
|
|
display: block; }
|
|
|
|
/* --- 02. GLOBAL ELEMENTS --- */
|
|
/*
|
|
* Le style des "grandes parties".
|
|
* Cela permet de définir les différents éléments qui composeront la page totale
|
|
*
|
|
*/
|
|
/* 02.0 - Global page layout */
|
|
body {
|
|
display: flex;
|
|
min-height: 100vh;
|
|
flex-direction: column; }
|
|
|
|
.container-semifluid {
|
|
max-width: 1600px;
|
|
margin: auto;
|
|
padding-left: 2.25rem;
|
|
padding-right: 2.25rem; }
|
|
@media (min-width: 1300pxpx) {
|
|
.container-semifluid {
|
|
padding-left: 4.5rem;
|
|
padding-right: 4.5rem; } }
|
|
|
|
/* 02.1 - Wrapper et page totale */
|
|
#wrapper {
|
|
flex: 1 0 auto;
|
|
background: #42a0f3 url("img/background.png") center bottom repeat-x; }
|
|
|
|
#global-area {
|
|
margin: auto; }
|
|
@media (min-width: 1200px) {
|
|
#global-area {
|
|
display: grid;
|
|
grid-template-rows: auto;
|
|
row-gap: 1.5rem;
|
|
column-gap: 3rem; } }
|
|
#global-area.index-layout {
|
|
grid-template-columns: auto 300px;
|
|
grid-template-areas: "main sidebar"; }
|
|
|
|
/* 02.1 - Header */
|
|
#page-header {
|
|
margin: auto; }
|
|
|
|
header h1 {
|
|
border-style: none !important;
|
|
color: #FFF;
|
|
font-weight: 700;
|
|
font-size: 5.4rem;
|
|
font-style: oblique;
|
|
padding-bottom: 0px;
|
|
margin: auto;
|
|
text-align: center;
|
|
line-height: 7.5rem;
|
|
margin-bottom: 1.5rem; }
|
|
|
|
/* 02.2 - Main Area */
|
|
#page-main {
|
|
max-width: 100%; }
|
|
|
|
/* 02.3 - Footer */
|
|
#page-footer {
|
|
margin-top: 1.5rem;
|
|
padding-bottom: 1.5rem;
|
|
margin: auto; }
|
|
|
|
/* social media */
|
|
ul.social {
|
|
font-size: 1.5em;
|
|
padding: 0;
|
|
margin: auto;
|
|
margin-bottom: 1.5rem;
|
|
text-align: center; }
|
|
ul.social li {
|
|
margin: 0;
|
|
list-style: none;
|
|
display: inline; }
|
|
ul.social li a {
|
|
color: #FFFFFF;
|
|
background-color: #000000;
|
|
padding: 0.3em;
|
|
padding-left: 0.36em;
|
|
padding-right: 0.36em;
|
|
vertical-align: middle;
|
|
border-radius: 100%; }
|
|
ul.social li a:hover {
|
|
color: #000;
|
|
background-color: #FFF; }
|
|
|
|
.table-card th {
|
|
border-top: none; }
|
|
|
|
.table-card td {
|
|
vertical-align: middle;
|
|
background-color: white; }
|
|
|
|
.table-card {
|
|
margin-bottom: 0; }
|
|
|
|
.td-btn {
|
|
text-align: right; }
|
|
|
|
/* --- 1x. DESSINS DES COMPOSANTS --- */
|
|
/*
|
|
* La liste des différents réutilisable de la fiche.
|
|
* Ne suit qu'une liste d'élément à réutiliser, ce fichier ne doit être modifié
|
|
* que par l'ajout d'un nouveau fichier dans components/
|
|
*/
|
|
/* 10.1 - Cards */
|
|
.card {
|
|
border-radius: 3px 3px 3px 3px;
|
|
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
|
|
border: none;
|
|
margin-bottom: 1.5rem;
|
|
background-color: transparent; }
|
|
.card h1, .card h2, .card h3, .card h4, .card h5, .card h6, .card h7, .card h8, .card h9, .card h10 {
|
|
color: #333;
|
|
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
|
|
.card-blue .card-header, .card-blue .card-footer {
|
|
background-color: #4e63c9 !important;
|
|
color: #FFF; }
|
|
.card-blue.card-colored .card-body {
|
|
background-color: #4e63c9 !important;
|
|
color: #FFF; }
|
|
.card-blue.card-border {
|
|
border-left: 4px solid #465cc7; }
|
|
.card-violet .card-header, .card-violet .card-footer {
|
|
background-color: #ce4dcd !important;
|
|
color: #FFF; }
|
|
.card-violet.card-colored .card-body {
|
|
background-color: #ce4dcd !important;
|
|
color: #FFF; }
|
|
.card-violet.card-border {
|
|
border-left: 4px solid #cc45cb; }
|
|
.card-purple .card-header, .card-purple .card-footer {
|
|
background-color: #7951c0 !important;
|
|
color: #FFF; }
|
|
.card-purple.card-colored .card-body {
|
|
background-color: #7951c0 !important;
|
|
color: #FFF; }
|
|
.card-purple.card-border {
|
|
border-left: 4px solid #734abd; }
|
|
.card-red .card-header, .card-red .card-footer {
|
|
background-color: #e33d22 !important;
|
|
color: #FFF; }
|
|
.card-red.card-colored .card-body {
|
|
background-color: #e33d22 !important;
|
|
color: #FFF; }
|
|
.card-red.card-border {
|
|
border-left: 4px solid #df371c; }
|
|
.card-orange .card-header, .card-orange .card-footer {
|
|
background-color: #eb790a !important;
|
|
color: #FFF; }
|
|
.card-orange.card-colored .card-body {
|
|
background-color: #eb790a !important;
|
|
color: #FFF; }
|
|
.card-orange.card-border {
|
|
border-left: 4px solid #e1740a; }
|
|
.card-green .card-header, .card-green .card-footer {
|
|
background-color: #75b82d !important;
|
|
color: #FFF; }
|
|
.card-green.card-colored .card-body {
|
|
background-color: #75b82d !important;
|
|
color: #FFF; }
|
|
.card-green.card-border {
|
|
border-left: 4px solid #70b02b; }
|
|
.card-skyblue .card-header, .card-skyblue .card-footer {
|
|
background-color: #42a0f3 !important;
|
|
color: #FFF; }
|
|
.card-skyblue.card-colored .card-body {
|
|
background-color: #42a0f3 !important;
|
|
color: #FFF; }
|
|
.card-skyblue.card-border {
|
|
border-left: 4px solid #389bf2; }
|
|
.card-dark .card-header, .card-dark .card-footer {
|
|
background-color: #2D2D2D !important;
|
|
color: #FFF; }
|
|
.card-dark.card-colored .card-body {
|
|
background-color: #2D2D2D !important;
|
|
color: #FFF; }
|
|
.card-dark.card-border {
|
|
border-left: 4px solid #282828; }
|
|
.card-light .card-header, .card-light .card-footer {
|
|
background-color: #eeeeec !important;
|
|
color: #000; }
|
|
.card-light.card-colored .card-body {
|
|
background-color: #eeeeec !important;
|
|
color: #000; }
|
|
.card-light.card-border {
|
|
border-left: 4px solid #e9e9e7; }
|
|
.card-turquoise .card-header, .card-turquoise .card-footer {
|
|
background-color: #46bd9e !important;
|
|
color: #FFF; }
|
|
.card-turquoise.card-colored .card-body {
|
|
background-color: #46bd9e !important;
|
|
color: #FFF; }
|
|
.card-turquoise.card-border {
|
|
border-left: 4px solid #41b799; }
|
|
.card-yellow .card-header, .card-yellow .card-footer {
|
|
background-color: #f6d32d !important;
|
|
color: #FFF; }
|
|
.card-yellow.card-colored .card-body {
|
|
background-color: #f6d32d !important;
|
|
color: #FFF; }
|
|
.card-yellow.card-border {
|
|
border-left: 4px solid #f6d123; }
|
|
.card-brown .card-header, .card-brown .card-footer {
|
|
background-color: #986a44 !important;
|
|
color: #FFF; }
|
|
.card-brown.card-colored .card-body {
|
|
background-color: #986a44 !important;
|
|
color: #FFF; }
|
|
.card-brown.card-border {
|
|
border-left: 4px solid #916541; }
|
|
.card-grey .card-header, .card-grey .card-footer {
|
|
background-color: #77767b !important;
|
|
color: #FFF; }
|
|
.card-grey.card-colored .card-body {
|
|
background-color: #77767b !important;
|
|
color: #FFF; }
|
|
.card-grey.card-border {
|
|
border-left: 4px solid #727176; }
|
|
.card-primary .card-header, .card-primary .card-footer {
|
|
background-color: #7951c0 !important;
|
|
color: #FFF; }
|
|
.card-primary.card-colored .card-body {
|
|
background-color: #7951c0 !important;
|
|
color: #FFF; }
|
|
.card-primary.card-border {
|
|
border-left: 4px solid #734abd; }
|
|
.card-secondary .card-header, .card-secondary .card-footer {
|
|
background-color: #4e63c9 !important;
|
|
color: #FFF; }
|
|
.card-secondary.card-colored .card-body {
|
|
background-color: #4e63c9 !important;
|
|
color: #FFF; }
|
|
.card-secondary.card-border {
|
|
border-left: 4px solid #465cc7; }
|
|
.card-warning .card-header, .card-warning .card-footer {
|
|
background-color: #eb790a !important;
|
|
color: #FFF; }
|
|
.card-warning.card-colored .card-body {
|
|
background-color: #eb790a !important;
|
|
color: #FFF; }
|
|
.card-warning.card-border {
|
|
border-left: 4px solid #e1740a; }
|
|
.card-danger .card-header, .card-danger .card-footer {
|
|
background-color: #e33d22 !important;
|
|
color: #FFF; }
|
|
.card-danger.card-colored .card-body {
|
|
background-color: #e33d22 !important;
|
|
color: #FFF; }
|
|
.card-danger.card-border {
|
|
border-left: 4px solid #df371c; }
|
|
.card-info .card-header, .card-info .card-footer {
|
|
background-color: #42a0f3 !important;
|
|
color: #FFF; }
|
|
.card-info.card-colored .card-body {
|
|
background-color: #42a0f3 !important;
|
|
color: #FFF; }
|
|
.card-info.card-border {
|
|
border-left: 4px solid #389bf2; }
|
|
.card-success .card-header, .card-success .card-footer {
|
|
background-color: #75b82d !important;
|
|
color: #FFF; }
|
|
.card-success.card-colored .card-body {
|
|
background-color: #75b82d !important;
|
|
color: #FFF; }
|
|
.card-success.card-border {
|
|
border-left: 4px solid #70b02b; }
|
|
|
|
.card-body {
|
|
border: 0;
|
|
border-radius: 0;
|
|
background-color: white; }
|
|
.card-body:first-child {
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0; }
|
|
.card-body:last-child {
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
border-bottom-left-radius: 3px;
|
|
border-bottom-right-radius: 3px; }
|
|
.card-body:only-child {
|
|
border-radius: 3px 3px 3px 3px; }
|
|
|
|
/* 10.1.1 - Headers */
|
|
.card-header, .card-footer {
|
|
border: 0;
|
|
border-radius: 0;
|
|
background-color: white;
|
|
border: 1px solid rgba(0, 0, 0, 0.3);
|
|
font-size: 1.1em;
|
|
box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.1);
|
|
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
|
|
font-weight: 600;
|
|
border-radius: 0; }
|
|
.card-header:first-child, .card-footer:first-child {
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0; }
|
|
.card-header:last-child, .card-footer:last-child {
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
border-bottom-left-radius: 3px;
|
|
border-bottom-right-radius: 3px; }
|
|
.card-header:only-child, .card-footer:only-child {
|
|
border-radius: 3px 3px 3px 3px; }
|
|
.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, .card-footer h1, .card-footer h2, .card-footer h3, .card-footer h4, .card-footer h5, .card-footer h6, .card-footer h7, .card-footer h8, .card-footer h9, .card-footer h10 {
|
|
font-size: 1em;
|
|
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
|
|
padding: 0px;
|
|
margin: 0px;
|
|
color: #FFF;
|
|
font-weight: 600;
|
|
line-height: 1.5em; }
|
|
|
|
/* 10.1.2 - Meta */
|
|
.card-meta {
|
|
padding: 1em;
|
|
border: 0;
|
|
border-radius: 0;
|
|
background-color: white;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
|
|
.card-meta:first-child {
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0; }
|
|
.card-meta:last-child {
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
border-bottom-left-radius: 3px;
|
|
border-bottom-right-radius: 3px; }
|
|
.card-meta:only-child {
|
|
border-radius: 3px 3px 3px 3px; }
|
|
.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: 1.5rem; }
|
|
.card-meta author {
|
|
display: block;
|
|
font-weight: 600; }
|
|
.card-meta time {
|
|
display: block;
|
|
font-style: italic; }
|
|
|
|
/* 10.1.3 - Lists */
|
|
.list-group {
|
|
border: 0;
|
|
border-radius: 0;
|
|
background-color: white; }
|
|
.list-group:first-child {
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0; }
|
|
.list-group:last-child {
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
border-bottom-left-radius: 3px;
|
|
border-bottom-right-radius: 3px; }
|
|
.list-group:only-child {
|
|
border-radius: 3px 3px 3px 3px; }
|
|
|
|
.list-group-item {
|
|
border: none;
|
|
background-color: transparent; }
|
|
|
|
a.list-group-item:hover {
|
|
border-style: none;
|
|
border-width: 0px;
|
|
border-radius: 0px;
|
|
background-color: rgba(0, 0, 0, 0.1); }
|
|
|
|
/* 10.2 - Breadcrumb */
|
|
.breadcrumb {
|
|
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px -2px 0px rgba(0, 0, 0, 0.2);
|
|
background-color: #eeeeec; }
|
|
.breadcrumb .card-body:last-child {
|
|
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px -2px 0px rgba(0, 0, 0, 0.2); }
|
|
.breadcrumb li {
|
|
margin: 0; }
|
|
|
|
/* 10.3 - Alerts */
|
|
.alert {
|
|
border-radius: 3px 3px 3px 3px;
|
|
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
|
|
border: none;
|
|
margin-bottom: 1.5rem;
|
|
background-color: transparent;
|
|
background-color: white;
|
|
color: rgba(0, 0, 0, 0.7); }
|
|
.alert-blue {
|
|
background-color: #d7dcf3;
|
|
color: black; }
|
|
.alert-blue a, .alert-blue .alert-link {
|
|
color: black;
|
|
font-weight: bold; }
|
|
.alert-violet {
|
|
background-color: #f5d9f4;
|
|
color: black; }
|
|
.alert-violet a, .alert-violet .alert-link {
|
|
color: black;
|
|
font-weight: bold; }
|
|
.alert-purple {
|
|
background-color: #ded4ef;
|
|
color: black; }
|
|
.alert-purple a, .alert-purple .alert-link {
|
|
color: black;
|
|
font-weight: bold; }
|
|
.alert-red {
|
|
background-color: #f7c8c0;
|
|
color: black; }
|
|
.alert-red a, .alert-red .alert-link {
|
|
color: black;
|
|
font-weight: bold; }
|
|
.alert-orange {
|
|
background-color: #fbd3ac;
|
|
color: black; }
|
|
.alert-orange a, .alert-orange .alert-link {
|
|
color: black;
|
|
font-weight: bold; }
|
|
.alert-green {
|
|
background-color: #cdebad;
|
|
color: black; }
|
|
.alert-green a, .alert-green .alert-link {
|
|
color: black;
|
|
font-weight: bold; }
|
|
.alert-skyblue {
|
|
background-color: #eaf4fe;
|
|
color: black; }
|
|
.alert-skyblue a, .alert-skyblue .alert-link {
|
|
color: black;
|
|
font-weight: bold; }
|
|
.alert-dark {
|
|
background-color: #868686;
|
|
color: #f9f9f9; }
|
|
.alert-dark a, .alert-dark .alert-link {
|
|
color: white;
|
|
font-weight: bold; }
|
|
.alert-light {
|
|
background-color: white;
|
|
color: #3e3e37; }
|
|
.alert-light a, .alert-light .alert-link {
|
|
color: #3e3e37;
|
|
font-weight: bold; }
|
|
.alert-turquoise {
|
|
background-color: #caece3;
|
|
color: black; }
|
|
.alert-turquoise a, .alert-turquoise .alert-link {
|
|
color: black;
|
|
font-weight: bold; }
|
|
.alert-yellow {
|
|
background-color: #fdf7d8;
|
|
color: black; }
|
|
.alert-yellow a, .alert-yellow .alert-link {
|
|
color: black;
|
|
font-weight: bold; }
|
|
.alert-brown {
|
|
background-color: #ddc5b2;
|
|
color: black; }
|
|
.alert-brown a, .alert-brown .alert-link {
|
|
color: black;
|
|
font-weight: bold; }
|
|
.alert-grey {
|
|
background-color: #d1d1d3;
|
|
color: black; }
|
|
.alert-grey a, .alert-grey .alert-link {
|
|
color: black;
|
|
font-weight: bold; }
|
|
.alert-primary {
|
|
background-color: #ded4ef;
|
|
color: black; }
|
|
.alert-primary a, .alert-primary .alert-link {
|
|
color: black;
|
|
font-weight: bold; }
|
|
.alert-secondary {
|
|
background-color: #d7dcf3;
|
|
color: black; }
|
|
.alert-secondary a, .alert-secondary .alert-link {
|
|
color: black;
|
|
font-weight: bold; }
|
|
.alert-warning {
|
|
background-color: #fbd3ac;
|
|
color: black; }
|
|
.alert-warning a, .alert-warning .alert-link {
|
|
color: black;
|
|
font-weight: bold; }
|
|
.alert-danger {
|
|
background-color: #f7c8c0;
|
|
color: black; }
|
|
.alert-danger a, .alert-danger .alert-link {
|
|
color: black;
|
|
font-weight: bold; }
|
|
.alert-info {
|
|
background-color: #eaf4fe;
|
|
color: black; }
|
|
.alert-info a, .alert-info .alert-link {
|
|
color: black;
|
|
font-weight: bold; }
|
|
.alert-success {
|
|
background-color: #cdebad;
|
|
color: black; }
|
|
.alert-success a, .alert-success .alert-link {
|
|
color: black;
|
|
font-weight: bold; }
|
|
|
|
.btn {
|
|
border: 1px solid rgba(0, 0, 0, 0.3);
|
|
border-radius: 3px 3px 3px 3px;
|
|
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
|
|
box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.3); }
|
|
.btn:hover {
|
|
box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.3);
|
|
border: 1px solid rgba(0, 0, 0, 0.3);
|
|
border-radius: 3px 3px 3px 3px;
|
|
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3); }
|
|
.btn:focus {
|
|
box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 0px 0px 2px rgba(0, 0, 0, 0.3) !important;
|
|
outline: none; }
|
|
.btn:active {
|
|
box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.3);
|
|
border: 1px solid rgba(0, 0, 0, 0.3);
|
|
border-radius: 3px 3px 3px 3px;
|
|
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3); }
|
|
.btn:active:focus {
|
|
box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 0px 0px 2px rgba(0, 0, 0, 0.3) !important;
|
|
outline: none; }
|
|
.btn-blue {
|
|
background-color: #4e63c9 !important;
|
|
color: #FFF; }
|
|
.btn-blue:hover, .btn-blue:active, .btn-blue:focus, a:hover > .btn-blue, a:active > .btn-blue, a:focus > .btn-blue, .btn-blue:not(.disabled):not(:disabled):hover, .btn-blue:not(.disabled):not(:disabled):active, .btn-blue:not(.disabled):not(:disabled):focus, a:hover > .btn-blue:not(.disabled):not(:disabled), a:active > .btn-blue:not(.disabled):not(:disabled), a:focus > .btn-blue:not(.disabled):not(:disabled) {
|
|
background-color: #7585d5 !important;
|
|
color: #FFF; }
|
|
.btn-violet {
|
|
background-color: #ce4dcd !important;
|
|
color: #FFF; }
|
|
.btn-violet:hover, .btn-violet:active, .btn-violet:focus, a:hover > .btn-violet, a:active > .btn-violet, a:focus > .btn-violet, .btn-violet:not(.disabled):not(:disabled):hover, .btn-violet:not(.disabled):not(:disabled):active, .btn-violet:not(.disabled):not(:disabled):focus, a:hover > .btn-violet:not(.disabled):not(:disabled), a:active > .btn-violet:not(.disabled):not(:disabled), a:focus > .btn-violet:not(.disabled):not(:disabled) {
|
|
background-color: #d975d8 !important;
|
|
color: #FFF; }
|
|
.btn-purple {
|
|
background-color: #7951c0 !important;
|
|
color: #FFF; }
|
|
.btn-purple:hover, .btn-purple:active, .btn-purple:focus, a:hover > .btn-purple, a:active > .btn-purple, a:focus > .btn-purple, .btn-purple:not(.disabled):not(:disabled):hover, .btn-purple:not(.disabled):not(:disabled):active, .btn-purple:not(.disabled):not(:disabled):focus, a:hover > .btn-purple:not(.disabled):not(:disabled), a:active > .btn-purple:not(.disabled):not(:disabled), a:focus > .btn-purple:not(.disabled):not(:disabled) {
|
|
background-color: #9676ce !important;
|
|
color: #FFF; }
|
|
.btn-red {
|
|
background-color: #e33d22 !important;
|
|
color: #FFF; }
|
|
.btn-red:hover, .btn-red:active, .btn-red:focus, a:hover > .btn-red, a:active > .btn-red, a:focus > .btn-red, .btn-red:not(.disabled):not(:disabled):hover, .btn-red:not(.disabled):not(:disabled):active, .btn-red:not(.disabled):not(:disabled):focus, a:hover > .btn-red:not(.disabled):not(:disabled), a:active > .btn-red:not(.disabled):not(:disabled), a:focus > .btn-red:not(.disabled):not(:disabled) {
|
|
background-color: #e9654f !important;
|
|
color: #FFF; }
|
|
.btn-orange {
|
|
background-color: #eb790a !important;
|
|
color: #FFF; }
|
|
.btn-orange:hover, .btn-orange:active, .btn-orange:focus, a:hover > .btn-orange, a:active > .btn-orange, a:focus > .btn-orange, .btn-orange:not(.disabled):not(:disabled):hover, .btn-orange:not(.disabled):not(:disabled):active, .btn-orange:not(.disabled):not(:disabled):focus, a:hover > .btn-orange:not(.disabled):not(:disabled), a:active > .btn-orange:not(.disabled):not(:disabled), a:focus > .btn-orange:not(.disabled):not(:disabled) {
|
|
background-color: #f69332 !important;
|
|
color: #FFF; }
|
|
.btn-green {
|
|
background-color: #75b82d !important;
|
|
color: #FFF; }
|
|
.btn-green:hover, .btn-green:active, .btn-green:focus, a:hover > .btn-green, a:active > .btn-green, a:focus > .btn-green, .btn-green:not(.disabled):not(:disabled):hover, .btn-green:not(.disabled):not(:disabled):active, .btn-green:not(.disabled):not(:disabled):focus, a:hover > .btn-green:not(.disabled):not(:disabled), a:active > .btn-green:not(.disabled):not(:disabled), a:focus > .btn-green:not(.disabled):not(:disabled) {
|
|
background-color: #8fd246 !important;
|
|
color: #FFF; }
|
|
.btn-skyblue {
|
|
background-color: #42a0f3 !important;
|
|
color: #FFF; }
|
|
.btn-skyblue:hover, .btn-skyblue:active, .btn-skyblue:focus, a:hover > .btn-skyblue, a:active > .btn-skyblue, a:focus > .btn-skyblue, .btn-skyblue:not(.disabled):not(:disabled):hover, .btn-skyblue:not(.disabled):not(:disabled):active, .btn-skyblue:not(.disabled):not(:disabled):focus, a:hover > .btn-skyblue:not(.disabled):not(:disabled), a:active > .btn-skyblue:not(.disabled):not(:disabled), a:focus > .btn-skyblue:not(.disabled):not(:disabled) {
|
|
background-color: #72b8f6 !important;
|
|
color: #FFF; }
|
|
.btn-dark {
|
|
background-color: #2D2D2D !important;
|
|
color: #FFF; }
|
|
.btn-dark:hover, .btn-dark:active, .btn-dark:focus, a:hover > .btn-dark, a:active > .btn-dark, a:focus > .btn-dark, .btn-dark:not(.disabled):not(:disabled):hover, .btn-dark:not(.disabled):not(:disabled):active, .btn-dark:not(.disabled):not(:disabled):focus, a:hover > .btn-dark:not(.disabled):not(:disabled), a:active > .btn-dark:not(.disabled):not(:disabled), a:focus > .btn-dark:not(.disabled):not(:disabled) {
|
|
background-color: #474747 !important;
|
|
color: #FFF; }
|
|
.btn-light {
|
|
background-color: #eeeeec !important;
|
|
color: #000; }
|
|
.btn-light:hover, .btn-light:active, .btn-light:focus, a:hover > .btn-light, a:active > .btn-light, a:focus > .btn-light, .btn-light:not(.disabled):not(:disabled):hover, .btn-light:not(.disabled):not(:disabled):active, .btn-light:not(.disabled):not(:disabled):focus, a:hover > .btn-light:not(.disabled):not(:disabled), a:active > .btn-light:not(.disabled):not(:disabled), a:focus > .btn-light:not(.disabled):not(:disabled) {
|
|
background-color: white !important;
|
|
color: #000; }
|
|
.btn-turquoise {
|
|
background-color: #46bd9e !important;
|
|
color: #FFF; }
|
|
.btn-turquoise:hover, .btn-turquoise:active, .btn-turquoise:focus, a:hover > .btn-turquoise, a:active > .btn-turquoise, a:focus > .btn-turquoise, .btn-turquoise:not(.disabled):not(:disabled):hover, .btn-turquoise:not(.disabled):not(:disabled):active, .btn-turquoise:not(.disabled):not(:disabled):focus, a:hover > .btn-turquoise:not(.disabled):not(:disabled), a:active > .btn-turquoise:not(.disabled):not(:disabled), a:focus > .btn-turquoise:not(.disabled):not(:disabled) {
|
|
background-color: #6ccab2 !important;
|
|
color: #FFF; }
|
|
.btn-yellow {
|
|
background-color: #f6d32d !important;
|
|
color: #FFF; }
|
|
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus, a:hover > .btn-yellow, a:active > .btn-yellow, a:focus > .btn-yellow, .btn-yellow:not(.disabled):not(:disabled):hover, .btn-yellow:not(.disabled):not(:disabled):active, .btn-yellow:not(.disabled):not(:disabled):focus, a:hover > .btn-yellow:not(.disabled):not(:disabled), a:active > .btn-yellow:not(.disabled):not(:disabled), a:focus > .btn-yellow:not(.disabled):not(:disabled) {
|
|
background-color: #f8dd5e !important;
|
|
color: #000; }
|
|
.btn-brown {
|
|
background-color: #986a44 !important;
|
|
color: #FFF; }
|
|
.btn-brown:hover, .btn-brown:active, .btn-brown:focus, a:hover > .btn-brown, a:active > .btn-brown, a:focus > .btn-brown, .btn-brown:not(.disabled):not(:disabled):hover, .btn-brown:not(.disabled):not(:disabled):active, .btn-brown:not(.disabled):not(:disabled):focus, a:hover > .btn-brown:not(.disabled):not(:disabled), a:active > .btn-brown:not(.disabled):not(:disabled), a:focus > .btn-brown:not(.disabled):not(:disabled) {
|
|
background-color: #b5835a !important;
|
|
color: #FFF; }
|
|
.btn-grey {
|
|
background-color: #77767b !important;
|
|
color: #FFF; }
|
|
.btn-grey:hover, .btn-grey:active, .btn-grey:focus, a:hover > .btn-grey, a:active > .btn-grey, a:focus > .btn-grey, .btn-grey:not(.disabled):not(:disabled):hover, .btn-grey:not(.disabled):not(:disabled):active, .btn-grey:not(.disabled):not(:disabled):focus, a:hover > .btn-grey:not(.disabled):not(:disabled), a:active > .btn-grey:not(.disabled):not(:disabled), a:focus > .btn-grey:not(.disabled):not(:disabled) {
|
|
background-color: #919094 !important;
|
|
color: #FFF; }
|
|
.btn-primary {
|
|
background-color: #7951c0 !important;
|
|
color: #FFF; }
|
|
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, a:hover > .btn-primary, a:active > .btn-primary, a:focus > .btn-primary, .btn-primary:not(.disabled):not(:disabled):hover, .btn-primary:not(.disabled):not(:disabled):active, .btn-primary:not(.disabled):not(:disabled):focus, a:hover > .btn-primary:not(.disabled):not(:disabled), a:active > .btn-primary:not(.disabled):not(:disabled), a:focus > .btn-primary:not(.disabled):not(:disabled) {
|
|
background-color: #9676ce !important;
|
|
color: #FFF; }
|
|
.btn-secondary {
|
|
background-color: #4e63c9 !important;
|
|
color: #FFF; }
|
|
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, a:hover > .btn-secondary, a:active > .btn-secondary, a:focus > .btn-secondary, .btn-secondary:not(.disabled):not(:disabled):hover, .btn-secondary:not(.disabled):not(:disabled):active, .btn-secondary:not(.disabled):not(:disabled):focus, a:hover > .btn-secondary:not(.disabled):not(:disabled), a:active > .btn-secondary:not(.disabled):not(:disabled), a:focus > .btn-secondary:not(.disabled):not(:disabled) {
|
|
background-color: #7585d5 !important;
|
|
color: #FFF; }
|
|
.btn-warning {
|
|
background-color: #eb790a !important;
|
|
color: #FFF; }
|
|
.btn-warning:hover, .btn-warning:active, .btn-warning:focus, a:hover > .btn-warning, a:active > .btn-warning, a:focus > .btn-warning, .btn-warning:not(.disabled):not(:disabled):hover, .btn-warning:not(.disabled):not(:disabled):active, .btn-warning:not(.disabled):not(:disabled):focus, a:hover > .btn-warning:not(.disabled):not(:disabled), a:active > .btn-warning:not(.disabled):not(:disabled), a:focus > .btn-warning:not(.disabled):not(:disabled) {
|
|
background-color: #f69332 !important;
|
|
color: #FFF; }
|
|
.btn-danger {
|
|
background-color: #e33d22 !important;
|
|
color: #FFF; }
|
|
.btn-danger:hover, .btn-danger:active, .btn-danger:focus, a:hover > .btn-danger, a:active > .btn-danger, a:focus > .btn-danger, .btn-danger:not(.disabled):not(:disabled):hover, .btn-danger:not(.disabled):not(:disabled):active, .btn-danger:not(.disabled):not(:disabled):focus, a:hover > .btn-danger:not(.disabled):not(:disabled), a:active > .btn-danger:not(.disabled):not(:disabled), a:focus > .btn-danger:not(.disabled):not(:disabled) {
|
|
background-color: #e9654f !important;
|
|
color: #FFF; }
|
|
.btn-info {
|
|
background-color: #42a0f3 !important;
|
|
color: #FFF; }
|
|
.btn-info:hover, .btn-info:active, .btn-info:focus, a:hover > .btn-info, a:active > .btn-info, a:focus > .btn-info, .btn-info:not(.disabled):not(:disabled):hover, .btn-info:not(.disabled):not(:disabled):active, .btn-info:not(.disabled):not(:disabled):focus, a:hover > .btn-info:not(.disabled):not(:disabled), a:active > .btn-info:not(.disabled):not(:disabled), a:focus > .btn-info:not(.disabled):not(:disabled) {
|
|
background-color: #72b8f6 !important;
|
|
color: #FFF; }
|
|
.btn-success {
|
|
background-color: #75b82d !important;
|
|
color: #FFF; }
|
|
.btn-success:hover, .btn-success:active, .btn-success:focus, a:hover > .btn-success, a:active > .btn-success, a:focus > .btn-success, .btn-success:not(.disabled):not(:disabled):hover, .btn-success:not(.disabled):not(:disabled):active, .btn-success:not(.disabled):not(:disabled):focus, a:hover > .btn-success:not(.disabled):not(:disabled), a:active > .btn-success:not(.disabled):not(:disabled), a:focus > .btn-success:not(.disabled):not(:disabled) {
|
|
background-color: #8fd246 !important;
|
|
color: #FFF; }
|
|
|
|
.btn-group {
|
|
box-shadow: none; }
|
|
|
|
.btn-group .btn {
|
|
border-radius: 3px 3px 3px 3px; }
|
|
.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; }
|
|
|
|
/* 11.2 - Badges */
|
|
.badge {
|
|
font-weight: 400; }
|
|
.badge-blue {
|
|
background-color: #4e63c9 !important;
|
|
color: #FFF; }
|
|
.badge-blue:hover, .badge-blue:active, .badge-blue:focus, a:hover > .badge-blue, a:active > .badge-blue, a:focus > .badge-blue, .badge-blue:not(.disabled):not(:disabled):hover, .badge-blue:not(.disabled):not(:disabled):active, .badge-blue:not(.disabled):not(:disabled):focus, a:hover > .badge-blue:not(.disabled):not(:disabled), a:active > .badge-blue:not(.disabled):not(:disabled), a:focus > .badge-blue:not(.disabled):not(:disabled) {
|
|
background-color: #7585d5 !important;
|
|
color: #FFF; }
|
|
.badge-violet {
|
|
background-color: #ce4dcd !important;
|
|
color: #FFF; }
|
|
.badge-violet:hover, .badge-violet:active, .badge-violet:focus, a:hover > .badge-violet, a:active > .badge-violet, a:focus > .badge-violet, .badge-violet:not(.disabled):not(:disabled):hover, .badge-violet:not(.disabled):not(:disabled):active, .badge-violet:not(.disabled):not(:disabled):focus, a:hover > .badge-violet:not(.disabled):not(:disabled), a:active > .badge-violet:not(.disabled):not(:disabled), a:focus > .badge-violet:not(.disabled):not(:disabled) {
|
|
background-color: #d975d8 !important;
|
|
color: #FFF; }
|
|
.badge-purple {
|
|
background-color: #7951c0 !important;
|
|
color: #FFF; }
|
|
.badge-purple:hover, .badge-purple:active, .badge-purple:focus, a:hover > .badge-purple, a:active > .badge-purple, a:focus > .badge-purple, .badge-purple:not(.disabled):not(:disabled):hover, .badge-purple:not(.disabled):not(:disabled):active, .badge-purple:not(.disabled):not(:disabled):focus, a:hover > .badge-purple:not(.disabled):not(:disabled), a:active > .badge-purple:not(.disabled):not(:disabled), a:focus > .badge-purple:not(.disabled):not(:disabled) {
|
|
background-color: #9676ce !important;
|
|
color: #FFF; }
|
|
.badge-red {
|
|
background-color: #e33d22 !important;
|
|
color: #FFF; }
|
|
.badge-red:hover, .badge-red:active, .badge-red:focus, a:hover > .badge-red, a:active > .badge-red, a:focus > .badge-red, .badge-red:not(.disabled):not(:disabled):hover, .badge-red:not(.disabled):not(:disabled):active, .badge-red:not(.disabled):not(:disabled):focus, a:hover > .badge-red:not(.disabled):not(:disabled), a:active > .badge-red:not(.disabled):not(:disabled), a:focus > .badge-red:not(.disabled):not(:disabled) {
|
|
background-color: #e9654f !important;
|
|
color: #FFF; }
|
|
.badge-orange {
|
|
background-color: #eb790a !important;
|
|
color: #FFF; }
|
|
.badge-orange:hover, .badge-orange:active, .badge-orange:focus, a:hover > .badge-orange, a:active > .badge-orange, a:focus > .badge-orange, .badge-orange:not(.disabled):not(:disabled):hover, .badge-orange:not(.disabled):not(:disabled):active, .badge-orange:not(.disabled):not(:disabled):focus, a:hover > .badge-orange:not(.disabled):not(:disabled), a:active > .badge-orange:not(.disabled):not(:disabled), a:focus > .badge-orange:not(.disabled):not(:disabled) {
|
|
background-color: #f69332 !important;
|
|
color: #FFF; }
|
|
.badge-green {
|
|
background-color: #75b82d !important;
|
|
color: #FFF; }
|
|
.badge-green:hover, .badge-green:active, .badge-green:focus, a:hover > .badge-green, a:active > .badge-green, a:focus > .badge-green, .badge-green:not(.disabled):not(:disabled):hover, .badge-green:not(.disabled):not(:disabled):active, .badge-green:not(.disabled):not(:disabled):focus, a:hover > .badge-green:not(.disabled):not(:disabled), a:active > .badge-green:not(.disabled):not(:disabled), a:focus > .badge-green:not(.disabled):not(:disabled) {
|
|
background-color: #8fd246 !important;
|
|
color: #FFF; }
|
|
.badge-skyblue {
|
|
background-color: #42a0f3 !important;
|
|
color: #FFF; }
|
|
.badge-skyblue:hover, .badge-skyblue:active, .badge-skyblue:focus, a:hover > .badge-skyblue, a:active > .badge-skyblue, a:focus > .badge-skyblue, .badge-skyblue:not(.disabled):not(:disabled):hover, .badge-skyblue:not(.disabled):not(:disabled):active, .badge-skyblue:not(.disabled):not(:disabled):focus, a:hover > .badge-skyblue:not(.disabled):not(:disabled), a:active > .badge-skyblue:not(.disabled):not(:disabled), a:focus > .badge-skyblue:not(.disabled):not(:disabled) {
|
|
background-color: #72b8f6 !important;
|
|
color: #FFF; }
|
|
.badge-dark {
|
|
background-color: #2D2D2D !important;
|
|
color: #FFF; }
|
|
.badge-dark:hover, .badge-dark:active, .badge-dark:focus, a:hover > .badge-dark, a:active > .badge-dark, a:focus > .badge-dark, .badge-dark:not(.disabled):not(:disabled):hover, .badge-dark:not(.disabled):not(:disabled):active, .badge-dark:not(.disabled):not(:disabled):focus, a:hover > .badge-dark:not(.disabled):not(:disabled), a:active > .badge-dark:not(.disabled):not(:disabled), a:focus > .badge-dark:not(.disabled):not(:disabled) {
|
|
background-color: #474747 !important;
|
|
color: #FFF; }
|
|
.badge-light {
|
|
background-color: #eeeeec !important;
|
|
color: #000; }
|
|
.badge-light:hover, .badge-light:active, .badge-light:focus, a:hover > .badge-light, a:active > .badge-light, a:focus > .badge-light, .badge-light:not(.disabled):not(:disabled):hover, .badge-light:not(.disabled):not(:disabled):active, .badge-light:not(.disabled):not(:disabled):focus, a:hover > .badge-light:not(.disabled):not(:disabled), a:active > .badge-light:not(.disabled):not(:disabled), a:focus > .badge-light:not(.disabled):not(:disabled) {
|
|
background-color: white !important;
|
|
color: #000; }
|
|
.badge-turquoise {
|
|
background-color: #46bd9e !important;
|
|
color: #FFF; }
|
|
.badge-turquoise:hover, .badge-turquoise:active, .badge-turquoise:focus, a:hover > .badge-turquoise, a:active > .badge-turquoise, a:focus > .badge-turquoise, .badge-turquoise:not(.disabled):not(:disabled):hover, .badge-turquoise:not(.disabled):not(:disabled):active, .badge-turquoise:not(.disabled):not(:disabled):focus, a:hover > .badge-turquoise:not(.disabled):not(:disabled), a:active > .badge-turquoise:not(.disabled):not(:disabled), a:focus > .badge-turquoise:not(.disabled):not(:disabled) {
|
|
background-color: #6ccab2 !important;
|
|
color: #FFF; }
|
|
.badge-yellow {
|
|
background-color: #f6d32d !important;
|
|
color: #FFF; }
|
|
.badge-yellow:hover, .badge-yellow:active, .badge-yellow:focus, a:hover > .badge-yellow, a:active > .badge-yellow, a:focus > .badge-yellow, .badge-yellow:not(.disabled):not(:disabled):hover, .badge-yellow:not(.disabled):not(:disabled):active, .badge-yellow:not(.disabled):not(:disabled):focus, a:hover > .badge-yellow:not(.disabled):not(:disabled), a:active > .badge-yellow:not(.disabled):not(:disabled), a:focus > .badge-yellow:not(.disabled):not(:disabled) {
|
|
background-color: #f8dd5e !important;
|
|
color: #000; }
|
|
.badge-brown {
|
|
background-color: #986a44 !important;
|
|
color: #FFF; }
|
|
.badge-brown:hover, .badge-brown:active, .badge-brown:focus, a:hover > .badge-brown, a:active > .badge-brown, a:focus > .badge-brown, .badge-brown:not(.disabled):not(:disabled):hover, .badge-brown:not(.disabled):not(:disabled):active, .badge-brown:not(.disabled):not(:disabled):focus, a:hover > .badge-brown:not(.disabled):not(:disabled), a:active > .badge-brown:not(.disabled):not(:disabled), a:focus > .badge-brown:not(.disabled):not(:disabled) {
|
|
background-color: #b5835a !important;
|
|
color: #FFF; }
|
|
.badge-grey {
|
|
background-color: #77767b !important;
|
|
color: #FFF; }
|
|
.badge-grey:hover, .badge-grey:active, .badge-grey:focus, a:hover > .badge-grey, a:active > .badge-grey, a:focus > .badge-grey, .badge-grey:not(.disabled):not(:disabled):hover, .badge-grey:not(.disabled):not(:disabled):active, .badge-grey:not(.disabled):not(:disabled):focus, a:hover > .badge-grey:not(.disabled):not(:disabled), a:active > .badge-grey:not(.disabled):not(:disabled), a:focus > .badge-grey:not(.disabled):not(:disabled) {
|
|
background-color: #919094 !important;
|
|
color: #FFF; }
|
|
.badge-primary {
|
|
background-color: #7951c0 !important;
|
|
color: #FFF; }
|
|
.badge-primary:hover, .badge-primary:active, .badge-primary:focus, a:hover > .badge-primary, a:active > .badge-primary, a:focus > .badge-primary, .badge-primary:not(.disabled):not(:disabled):hover, .badge-primary:not(.disabled):not(:disabled):active, .badge-primary:not(.disabled):not(:disabled):focus, a:hover > .badge-primary:not(.disabled):not(:disabled), a:active > .badge-primary:not(.disabled):not(:disabled), a:focus > .badge-primary:not(.disabled):not(:disabled) {
|
|
background-color: #9676ce !important;
|
|
color: #FFF; }
|
|
.badge-secondary {
|
|
background-color: #4e63c9 !important;
|
|
color: #FFF; }
|
|
.badge-secondary:hover, .badge-secondary:active, .badge-secondary:focus, a:hover > .badge-secondary, a:active > .badge-secondary, a:focus > .badge-secondary, .badge-secondary:not(.disabled):not(:disabled):hover, .badge-secondary:not(.disabled):not(:disabled):active, .badge-secondary:not(.disabled):not(:disabled):focus, a:hover > .badge-secondary:not(.disabled):not(:disabled), a:active > .badge-secondary:not(.disabled):not(:disabled), a:focus > .badge-secondary:not(.disabled):not(:disabled) {
|
|
background-color: #7585d5 !important;
|
|
color: #FFF; }
|
|
.badge-warning {
|
|
background-color: #eb790a !important;
|
|
color: #FFF; }
|
|
.badge-warning:hover, .badge-warning:active, .badge-warning:focus, a:hover > .badge-warning, a:active > .badge-warning, a:focus > .badge-warning, .badge-warning:not(.disabled):not(:disabled):hover, .badge-warning:not(.disabled):not(:disabled):active, .badge-warning:not(.disabled):not(:disabled):focus, a:hover > .badge-warning:not(.disabled):not(:disabled), a:active > .badge-warning:not(.disabled):not(:disabled), a:focus > .badge-warning:not(.disabled):not(:disabled) {
|
|
background-color: #f69332 !important;
|
|
color: #FFF; }
|
|
.badge-danger {
|
|
background-color: #e33d22 !important;
|
|
color: #FFF; }
|
|
.badge-danger:hover, .badge-danger:active, .badge-danger:focus, a:hover > .badge-danger, a:active > .badge-danger, a:focus > .badge-danger, .badge-danger:not(.disabled):not(:disabled):hover, .badge-danger:not(.disabled):not(:disabled):active, .badge-danger:not(.disabled):not(:disabled):focus, a:hover > .badge-danger:not(.disabled):not(:disabled), a:active > .badge-danger:not(.disabled):not(:disabled), a:focus > .badge-danger:not(.disabled):not(:disabled) {
|
|
background-color: #e9654f !important;
|
|
color: #FFF; }
|
|
.badge-info {
|
|
background-color: #42a0f3 !important;
|
|
color: #FFF; }
|
|
.badge-info:hover, .badge-info:active, .badge-info:focus, a:hover > .badge-info, a:active > .badge-info, a:focus > .badge-info, .badge-info:not(.disabled):not(:disabled):hover, .badge-info:not(.disabled):not(:disabled):active, .badge-info:not(.disabled):not(:disabled):focus, a:hover > .badge-info:not(.disabled):not(:disabled), a:active > .badge-info:not(.disabled):not(:disabled), a:focus > .badge-info:not(.disabled):not(:disabled) {
|
|
background-color: #72b8f6 !important;
|
|
color: #FFF; }
|
|
.badge-success {
|
|
background-color: #75b82d !important;
|
|
color: #FFF; }
|
|
.badge-success:hover, .badge-success:active, .badge-success:focus, a:hover > .badge-success, a:active > .badge-success, a:focus > .badge-success, .badge-success:not(.disabled):not(:disabled):hover, .badge-success:not(.disabled):not(:disabled):active, .badge-success:not(.disabled):not(:disabled):focus, a:hover > .badge-success:not(.disabled):not(:disabled), a:active > .badge-success:not(.disabled):not(:disabled), a:focus > .badge-success:not(.disabled):not(:disabled) {
|
|
background-color: #8fd246 !important;
|
|
color: #FFF; }
|
|
|
|
/* 11.3 - Réseaux sociaux */
|
|
.share-buttons {
|
|
margin-top: 1.5rem;
|
|
margin-bottom: 1.5rem; }
|
|
|
|
.reagir {
|
|
text-align: right; }
|
|
|
|
.btn-facebook {
|
|
background-color: #3B5998 !important;
|
|
color: #FFF; }
|
|
.btn-facebook:hover, .btn-facebook:active, .btn-facebook:focus, a:hover > .btn-facebook, a:active > .btn-facebook, a:focus > .btn-facebook, .btn-facebook:not(.disabled):not(:disabled):hover, .btn-facebook:not(.disabled):not(:disabled):active, .btn-facebook:not(.disabled):not(:disabled):focus, a:hover > .btn-facebook:not(.disabled):not(:disabled), a:active > .btn-facebook:not(.disabled):not(:disabled), a:focus > .btn-facebook:not(.disabled):not(:disabled) {
|
|
background-color: #4c70ba !important;
|
|
color: #FFF; }
|
|
|
|
.btn-twitter {
|
|
background-color: #55ACEE !important;
|
|
color: #FFF; }
|
|
.btn-twitter:hover, .btn-twitter:active, .btn-twitter:focus, a:hover > .btn-twitter, a:active > .btn-twitter, a:focus > .btn-twitter, .btn-twitter:not(.disabled):not(:disabled):hover, .btn-twitter:not(.disabled):not(:disabled):active, .btn-twitter:not(.disabled):not(:disabled):focus, a:hover > .btn-twitter:not(.disabled):not(:disabled), a:active > .btn-twitter:not(.disabled):not(:disabled), a:focus > .btn-twitter:not(.disabled):not(:disabled) {
|
|
background-color: #83c3f3 !important;
|
|
color: #FFF; }
|
|
|
|
.btn-googleplus {
|
|
background-color: #d34836 !important;
|
|
color: #FFF; }
|
|
.btn-googleplus:hover, .btn-googleplus:active, .btn-googleplus:focus, a:hover > .btn-googleplus, a:active > .btn-googleplus, a:focus > .btn-googleplus, .btn-googleplus:not(.disabled):not(:disabled):hover, .btn-googleplus:not(.disabled):not(:disabled):active, .btn-googleplus:not(.disabled):not(:disabled):focus, a:hover > .btn-googleplus:not(.disabled):not(:disabled), a:active > .btn-googleplus:not(.disabled):not(:disabled), a:focus > .btn-googleplus:not(.disabled):not(:disabled) {
|
|
background-color: #dc6e60 !important;
|
|
color: #FFF; }
|
|
|
|
.btn-diaspora {
|
|
background-color: #313739 !important;
|
|
color: #FFF; }
|
|
.btn-diaspora:hover, .btn-diaspora:active, .btn-diaspora:focus, a:hover > .btn-diaspora, a:active > .btn-diaspora, a:focus > .btn-diaspora, .btn-diaspora:not(.disabled):not(:disabled):hover, .btn-diaspora:not(.disabled):not(:disabled):active, .btn-diaspora:not(.disabled):not(:disabled):focus, a:hover > .btn-diaspora:not(.disabled):not(:disabled), a:active > .btn-diaspora:not(.disabled):not(:disabled), a:focus > .btn-diaspora:not(.disabled):not(:disabled) {
|
|
background-color: #495154 !important;
|
|
color: #FFF; }
|
|
|
|
.btn-mastodon {
|
|
background-color: #282c37 !important;
|
|
color: #FFF; }
|
|
.btn-mastodon:hover, .btn-mastodon:active, .btn-mastodon:focus, a:hover > .btn-mastodon, a:active > .btn-mastodon, a:focus > .btn-mastodon, .btn-mastodon:not(.disabled):not(:disabled):hover, .btn-mastodon:not(.disabled):not(:disabled):active, .btn-mastodon:not(.disabled):not(:disabled):focus, a:hover > .btn-mastodon:not(.disabled):not(:disabled), a:active > .btn-mastodon:not(.disabled):not(:disabled), a:focus > .btn-mastodon:not(.disabled):not(:disabled) {
|
|
background-color: #3d4455 !important;
|
|
color: #FFF; }
|
|
|
|
@media (min-width: 768px) {
|
|
.previews-section {
|
|
display: grid;
|
|
grid-template-columns: auto auto;
|
|
grid-template-rows: auto;
|
|
grid-gap: 1.5rem;
|
|
padding-bottom: 1.5rem; } }
|
|
|
|
@media (min-width: 1600px) {
|
|
.previews-section {
|
|
grid-template-columns: auto auto auto; } }
|
|
|
|
.preview-container {
|
|
width: 100%; }
|
|
|
|
.card-preview {
|
|
border-radius: 3px 3px 3px 3px;
|
|
width: 100%;
|
|
margin: auto;
|
|
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px -2px 0px rgba(0, 0, 0, 0.2);
|
|
margin-bottom: 1.5rem; }
|
|
@media (min-width: 992px) {
|
|
.card-preview {
|
|
margin-bottom: 0; } }
|
|
|
|
.preview-link:hover {
|
|
text-decoration: none !important; }
|
|
|
|
.preview-item {
|
|
height: 200px;
|
|
overflow: hidden;
|
|
font-size: 0.9em;
|
|
line-height: 1.5em !important;
|
|
padding: 0.2em;
|
|
text-align: justify;
|
|
background-color: #eeeeec;
|
|
color: rgba(0, 0, 0, 0.4);
|
|
position: relative;
|
|
display: flex;
|
|
-ms-flex-align: center !important;
|
|
align-items: center !important;
|
|
justify-content: center; }
|
|
|
|
.preview-content {
|
|
max-height: 200px; }
|
|
.preview-content > p {
|
|
width: 100%;
|
|
margin: auto; }
|
|
.preview-content > p.p-img {
|
|
text-align: center;
|
|
margin: auto;
|
|
padding: auto;
|
|
display: block;
|
|
width: 100%; }
|
|
.preview-content > p > img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
vertical-align: middle;
|
|
margin: auto;
|
|
text-align: center; }
|
|
|
|
.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; }
|
|
|
|
.preview-item h1 {
|
|
display: none; }
|
|
|
|
.preview-overlay {
|
|
height: 100%;
|
|
width: 100%;
|
|
opacity: 0;
|
|
top: 0;
|
|
left: 0;
|
|
position: absolute;
|
|
padding: 0;
|
|
transition: opacity .5s;
|
|
color: #FFF;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
|
|
backdrop-filter: none; }
|
|
.preview-overlay h1 {
|
|
max-width: 100%;
|
|
padding-top: 0.3em;
|
|
margin: auto;
|
|
margin-bottom: 0px;
|
|
text-align: center;
|
|
display: block;
|
|
font-size: 2em;
|
|
color: white; }
|
|
|
|
.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: white;
|
|
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7); }
|
|
|
|
.preview-item:hover .preview-overlay {
|
|
opacity: .9;
|
|
transition: opacity .5s;
|
|
backdrop-filter: blur(2px); }
|
|
|
|
.comment-text {
|
|
margin-top: 0.8em; }
|
|
|
|
.card-preview time {
|
|
margin-bottom: 0.4em;
|
|
display: block; }
|
|
|
|
.navhead, .navbar {
|
|
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
|
|
border: 1px solid rgba(0, 0, 0, 0.3);
|
|
border-left: 0;
|
|
border-right: 0; }
|
|
.navhead-blue, .navbar-blue {
|
|
background-color: #4e63c9; }
|
|
.navhead-blue a, .navbar-blue a {
|
|
color: rgba(255, 255, 255, 0.5); }
|
|
.navhead-blue a:hover, .navhead-blue a:active, .navbar-blue a:hover, .navbar-blue a:active {
|
|
color: #FFF; }
|
|
.navhead-blue a.disabled, .navhead-blue a.navlink.disabled, .navbar-blue a.disabled, .navbar-blue a.navlink.disabled {
|
|
color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-blue h1, .navhead-blue h2, .navhead-blue h3, .navhead-blue h4, .navhead-blue h5, .navhead-blue h6, .navbar-blue h1, .navbar-blue h2, .navbar-blue h3, .navbar-blue h4, .navbar-blue h5, .navbar-blue h6 {
|
|
color: #FFF; }
|
|
.navhead-blue .navbar-toggler, .navbar-blue .navbar-toggler {
|
|
color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-blue .navbar-toggler .navbar-toggler-icon, .navbar-blue .navbar-toggler .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.25)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
|
|
.navhead-violet, .navbar-violet {
|
|
background-color: #ce4dcd; }
|
|
.navhead-violet a, .navbar-violet a {
|
|
color: rgba(255, 255, 255, 0.5); }
|
|
.navhead-violet a:hover, .navhead-violet a:active, .navbar-violet a:hover, .navbar-violet a:active {
|
|
color: #FFF; }
|
|
.navhead-violet a.disabled, .navhead-violet a.navlink.disabled, .navbar-violet a.disabled, .navbar-violet a.navlink.disabled {
|
|
color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-violet h1, .navhead-violet h2, .navhead-violet h3, .navhead-violet h4, .navhead-violet h5, .navhead-violet h6, .navbar-violet h1, .navbar-violet h2, .navbar-violet h3, .navbar-violet h4, .navbar-violet h5, .navbar-violet h6 {
|
|
color: #FFF; }
|
|
.navhead-violet .navbar-toggler, .navbar-violet .navbar-toggler {
|
|
color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-violet .navbar-toggler .navbar-toggler-icon, .navbar-violet .navbar-toggler .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.25)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
|
|
.navhead-purple, .navbar-purple {
|
|
background-color: #7951c0; }
|
|
.navhead-purple a, .navbar-purple a {
|
|
color: rgba(255, 255, 255, 0.5); }
|
|
.navhead-purple a:hover, .navhead-purple a:active, .navbar-purple a:hover, .navbar-purple a:active {
|
|
color: #FFF; }
|
|
.navhead-purple a.disabled, .navhead-purple a.navlink.disabled, .navbar-purple a.disabled, .navbar-purple a.navlink.disabled {
|
|
color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-purple h1, .navhead-purple h2, .navhead-purple h3, .navhead-purple h4, .navhead-purple h5, .navhead-purple h6, .navbar-purple h1, .navbar-purple h2, .navbar-purple h3, .navbar-purple h4, .navbar-purple h5, .navbar-purple h6 {
|
|
color: #FFF; }
|
|
.navhead-purple .navbar-toggler, .navbar-purple .navbar-toggler {
|
|
color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-purple .navbar-toggler .navbar-toggler-icon, .navbar-purple .navbar-toggler .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.25)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
|
|
.navhead-red, .navbar-red {
|
|
background-color: #e33d22; }
|
|
.navhead-red a, .navbar-red a {
|
|
color: rgba(255, 255, 255, 0.5); }
|
|
.navhead-red a:hover, .navhead-red a:active, .navbar-red a:hover, .navbar-red a:active {
|
|
color: #FFF; }
|
|
.navhead-red a.disabled, .navhead-red a.navlink.disabled, .navbar-red a.disabled, .navbar-red a.navlink.disabled {
|
|
color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-red h1, .navhead-red h2, .navhead-red h3, .navhead-red h4, .navhead-red h5, .navhead-red h6, .navbar-red h1, .navbar-red h2, .navbar-red h3, .navbar-red h4, .navbar-red h5, .navbar-red h6 {
|
|
color: #FFF; }
|
|
.navhead-red .navbar-toggler, .navbar-red .navbar-toggler {
|
|
color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-red .navbar-toggler .navbar-toggler-icon, .navbar-red .navbar-toggler .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.25)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
|
|
.navhead-orange, .navbar-orange {
|
|
background-color: #eb790a; }
|
|
.navhead-orange a, .navbar-orange a {
|
|
color: rgba(255, 255, 255, 0.5); }
|
|
.navhead-orange a:hover, .navhead-orange a:active, .navbar-orange a:hover, .navbar-orange a:active {
|
|
color: #FFF; }
|
|
.navhead-orange a.disabled, .navhead-orange a.navlink.disabled, .navbar-orange a.disabled, .navbar-orange a.navlink.disabled {
|
|
color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-orange h1, .navhead-orange h2, .navhead-orange h3, .navhead-orange h4, .navhead-orange h5, .navhead-orange h6, .navbar-orange h1, .navbar-orange h2, .navbar-orange h3, .navbar-orange h4, .navbar-orange h5, .navbar-orange h6 {
|
|
color: #FFF; }
|
|
.navhead-orange .navbar-toggler, .navbar-orange .navbar-toggler {
|
|
color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-orange .navbar-toggler .navbar-toggler-icon, .navbar-orange .navbar-toggler .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.25)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
|
|
.navhead-green, .navbar-green {
|
|
background-color: #75b82d; }
|
|
.navhead-green a, .navbar-green a {
|
|
color: rgba(255, 255, 255, 0.5); }
|
|
.navhead-green a:hover, .navhead-green a:active, .navbar-green a:hover, .navbar-green a:active {
|
|
color: #FFF; }
|
|
.navhead-green a.disabled, .navhead-green a.navlink.disabled, .navbar-green a.disabled, .navbar-green a.navlink.disabled {
|
|
color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-green h1, .navhead-green h2, .navhead-green h3, .navhead-green h4, .navhead-green h5, .navhead-green h6, .navbar-green h1, .navbar-green h2, .navbar-green h3, .navbar-green h4, .navbar-green h5, .navbar-green h6 {
|
|
color: #FFF; }
|
|
.navhead-green .navbar-toggler, .navbar-green .navbar-toggler {
|
|
color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-green .navbar-toggler .navbar-toggler-icon, .navbar-green .navbar-toggler .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.25)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
|
|
.navhead-skyblue, .navbar-skyblue {
|
|
background-color: #42a0f3; }
|
|
.navhead-skyblue a, .navbar-skyblue a {
|
|
color: rgba(255, 255, 255, 0.5); }
|
|
.navhead-skyblue a:hover, .navhead-skyblue a:active, .navbar-skyblue a:hover, .navbar-skyblue a:active {
|
|
color: #FFF; }
|
|
.navhead-skyblue a.disabled, .navhead-skyblue a.navlink.disabled, .navbar-skyblue a.disabled, .navbar-skyblue a.navlink.disabled {
|
|
color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-skyblue h1, .navhead-skyblue h2, .navhead-skyblue h3, .navhead-skyblue h4, .navhead-skyblue h5, .navhead-skyblue h6, .navbar-skyblue h1, .navbar-skyblue h2, .navbar-skyblue h3, .navbar-skyblue h4, .navbar-skyblue h5, .navbar-skyblue h6 {
|
|
color: #FFF; }
|
|
.navhead-skyblue .navbar-toggler, .navbar-skyblue .navbar-toggler {
|
|
color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-skyblue .navbar-toggler .navbar-toggler-icon, .navbar-skyblue .navbar-toggler .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.25)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
|
|
.navhead-dark, .navbar-dark {
|
|
background-color: #2D2D2D; }
|
|
.navhead-dark a, .navbar-dark a {
|
|
color: rgba(255, 255, 255, 0.5); }
|
|
.navhead-dark a:hover, .navhead-dark a:active, .navbar-dark a:hover, .navbar-dark a:active {
|
|
color: #FFF; }
|
|
.navhead-dark a.disabled, .navhead-dark a.navlink.disabled, .navbar-dark a.disabled, .navbar-dark a.navlink.disabled {
|
|
color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-dark h1, .navhead-dark h2, .navhead-dark h3, .navhead-dark h4, .navhead-dark h5, .navhead-dark h6, .navbar-dark h1, .navbar-dark h2, .navbar-dark h3, .navbar-dark h4, .navbar-dark h5, .navbar-dark h6 {
|
|
color: #FFF; }
|
|
.navhead-dark .navbar-toggler, .navbar-dark .navbar-toggler {
|
|
color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-dark .navbar-toggler .navbar-toggler-icon, .navbar-dark .navbar-toggler .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.25)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
|
|
.navhead-light, .navbar-light {
|
|
background-color: #eeeeec; }
|
|
.navhead-light a, .navbar-light a {
|
|
color: rgba(0, 0, 0, 0.5); }
|
|
.navhead-light a:hover, .navhead-light a:active, .navbar-light a:hover, .navbar-light a:active {
|
|
color: #000; }
|
|
.navhead-light a.disabled, .navhead-light a.navlink.disabled, .navbar-light a.disabled, .navbar-light a.navlink.disabled {
|
|
color: rgba(0, 0, 0, 0.25); }
|
|
.navhead-light h1, .navhead-light h2, .navhead-light h3, .navhead-light h4, .navhead-light h5, .navhead-light h6, .navbar-light h1, .navbar-light h2, .navbar-light h3, .navbar-light h4, .navbar-light h5, .navbar-light h6 {
|
|
color: #000; }
|
|
.navhead-light .navbar-toggler, .navbar-light .navbar-toggler {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: rgba(0, 0, 0, 0.25); }
|
|
.navhead-light .navbar-toggler .navbar-toggler-icon, .navbar-light .navbar-toggler .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.25)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
|
|
.navhead-turquoise, .navbar-turquoise {
|
|
background-color: #46bd9e; }
|
|
.navhead-turquoise a, .navbar-turquoise a {
|
|
color: rgba(255, 255, 255, 0.5); }
|
|
.navhead-turquoise a:hover, .navhead-turquoise a:active, .navbar-turquoise a:hover, .navbar-turquoise a:active {
|
|
color: #FFF; }
|
|
.navhead-turquoise a.disabled, .navhead-turquoise a.navlink.disabled, .navbar-turquoise a.disabled, .navbar-turquoise a.navlink.disabled {
|
|
color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-turquoise h1, .navhead-turquoise h2, .navhead-turquoise h3, .navhead-turquoise h4, .navhead-turquoise h5, .navhead-turquoise h6, .navbar-turquoise h1, .navbar-turquoise h2, .navbar-turquoise h3, .navbar-turquoise h4, .navbar-turquoise h5, .navbar-turquoise h6 {
|
|
color: #FFF; }
|
|
.navhead-turquoise .navbar-toggler, .navbar-turquoise .navbar-toggler {
|
|
color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-turquoise .navbar-toggler .navbar-toggler-icon, .navbar-turquoise .navbar-toggler .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.25)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
|
|
.navhead-yellow, .navbar-yellow {
|
|
background-color: #f6d32d; }
|
|
.navhead-yellow a, .navbar-yellow a {
|
|
color: rgba(255, 255, 255, 0.5); }
|
|
.navhead-yellow a:hover, .navhead-yellow a:active, .navbar-yellow a:hover, .navbar-yellow a:active {
|
|
color: #FFF; }
|
|
.navhead-yellow a.disabled, .navhead-yellow a.navlink.disabled, .navbar-yellow a.disabled, .navbar-yellow a.navlink.disabled {
|
|
color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-yellow h1, .navhead-yellow h2, .navhead-yellow h3, .navhead-yellow h4, .navhead-yellow h5, .navhead-yellow h6, .navbar-yellow h1, .navbar-yellow h2, .navbar-yellow h3, .navbar-yellow h4, .navbar-yellow h5, .navbar-yellow h6 {
|
|
color: #FFF; }
|
|
.navhead-yellow .navbar-toggler, .navbar-yellow .navbar-toggler {
|
|
color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-yellow .navbar-toggler .navbar-toggler-icon, .navbar-yellow .navbar-toggler .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.25)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
|
|
.navhead-brown, .navbar-brown {
|
|
background-color: #986a44; }
|
|
.navhead-brown a, .navbar-brown a {
|
|
color: rgba(255, 255, 255, 0.5); }
|
|
.navhead-brown a:hover, .navhead-brown a:active, .navbar-brown a:hover, .navbar-brown a:active {
|
|
color: #FFF; }
|
|
.navhead-brown a.disabled, .navhead-brown a.navlink.disabled, .navbar-brown a.disabled, .navbar-brown a.navlink.disabled {
|
|
color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-brown h1, .navhead-brown h2, .navhead-brown h3, .navhead-brown h4, .navhead-brown h5, .navhead-brown h6, .navbar-brown h1, .navbar-brown h2, .navbar-brown h3, .navbar-brown h4, .navbar-brown h5, .navbar-brown h6 {
|
|
color: #FFF; }
|
|
.navhead-brown .navbar-toggler, .navbar-brown .navbar-toggler {
|
|
color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-brown .navbar-toggler .navbar-toggler-icon, .navbar-brown .navbar-toggler .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.25)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
|
|
.navhead-grey, .navbar-grey {
|
|
background-color: #77767b; }
|
|
.navhead-grey a, .navbar-grey a {
|
|
color: rgba(255, 255, 255, 0.5); }
|
|
.navhead-grey a:hover, .navhead-grey a:active, .navbar-grey a:hover, .navbar-grey a:active {
|
|
color: #FFF; }
|
|
.navhead-grey a.disabled, .navhead-grey a.navlink.disabled, .navbar-grey a.disabled, .navbar-grey a.navlink.disabled {
|
|
color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-grey h1, .navhead-grey h2, .navhead-grey h3, .navhead-grey h4, .navhead-grey h5, .navhead-grey h6, .navbar-grey h1, .navbar-grey h2, .navbar-grey h3, .navbar-grey h4, .navbar-grey h5, .navbar-grey h6 {
|
|
color: #FFF; }
|
|
.navhead-grey .navbar-toggler, .navbar-grey .navbar-toggler {
|
|
color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-grey .navbar-toggler .navbar-toggler-icon, .navbar-grey .navbar-toggler .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.25)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
|
|
.navhead-primary, .navbar-primary {
|
|
background-color: #7951c0; }
|
|
.navhead-primary a, .navbar-primary a {
|
|
color: rgba(255, 255, 255, 0.5); }
|
|
.navhead-primary a:hover, .navhead-primary a:active, .navbar-primary a:hover, .navbar-primary a:active {
|
|
color: #FFF; }
|
|
.navhead-primary a.disabled, .navhead-primary a.navlink.disabled, .navbar-primary a.disabled, .navbar-primary a.navlink.disabled {
|
|
color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-primary h1, .navhead-primary h2, .navhead-primary h3, .navhead-primary h4, .navhead-primary h5, .navhead-primary h6, .navbar-primary h1, .navbar-primary h2, .navbar-primary h3, .navbar-primary h4, .navbar-primary h5, .navbar-primary h6 {
|
|
color: #FFF; }
|
|
.navhead-primary .navbar-toggler, .navbar-primary .navbar-toggler {
|
|
color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-primary .navbar-toggler .navbar-toggler-icon, .navbar-primary .navbar-toggler .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.25)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
|
|
.navhead-secondary, .navbar-secondary {
|
|
background-color: #4e63c9; }
|
|
.navhead-secondary a, .navbar-secondary a {
|
|
color: rgba(255, 255, 255, 0.5); }
|
|
.navhead-secondary a:hover, .navhead-secondary a:active, .navbar-secondary a:hover, .navbar-secondary a:active {
|
|
color: #FFF; }
|
|
.navhead-secondary a.disabled, .navhead-secondary a.navlink.disabled, .navbar-secondary a.disabled, .navbar-secondary a.navlink.disabled {
|
|
color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-secondary h1, .navhead-secondary h2, .navhead-secondary h3, .navhead-secondary h4, .navhead-secondary h5, .navhead-secondary h6, .navbar-secondary h1, .navbar-secondary h2, .navbar-secondary h3, .navbar-secondary h4, .navbar-secondary h5, .navbar-secondary h6 {
|
|
color: #FFF; }
|
|
.navhead-secondary .navbar-toggler, .navbar-secondary .navbar-toggler {
|
|
color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-secondary .navbar-toggler .navbar-toggler-icon, .navbar-secondary .navbar-toggler .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.25)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
|
|
.navhead-warning, .navbar-warning {
|
|
background-color: #eb790a; }
|
|
.navhead-warning a, .navbar-warning a {
|
|
color: rgba(255, 255, 255, 0.5); }
|
|
.navhead-warning a:hover, .navhead-warning a:active, .navbar-warning a:hover, .navbar-warning a:active {
|
|
color: #FFF; }
|
|
.navhead-warning a.disabled, .navhead-warning a.navlink.disabled, .navbar-warning a.disabled, .navbar-warning a.navlink.disabled {
|
|
color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-warning h1, .navhead-warning h2, .navhead-warning h3, .navhead-warning h4, .navhead-warning h5, .navhead-warning h6, .navbar-warning h1, .navbar-warning h2, .navbar-warning h3, .navbar-warning h4, .navbar-warning h5, .navbar-warning h6 {
|
|
color: #FFF; }
|
|
.navhead-warning .navbar-toggler, .navbar-warning .navbar-toggler {
|
|
color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-warning .navbar-toggler .navbar-toggler-icon, .navbar-warning .navbar-toggler .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.25)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
|
|
.navhead-danger, .navbar-danger {
|
|
background-color: #e33d22; }
|
|
.navhead-danger a, .navbar-danger a {
|
|
color: rgba(255, 255, 255, 0.5); }
|
|
.navhead-danger a:hover, .navhead-danger a:active, .navbar-danger a:hover, .navbar-danger a:active {
|
|
color: #FFF; }
|
|
.navhead-danger a.disabled, .navhead-danger a.navlink.disabled, .navbar-danger a.disabled, .navbar-danger a.navlink.disabled {
|
|
color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-danger h1, .navhead-danger h2, .navhead-danger h3, .navhead-danger h4, .navhead-danger h5, .navhead-danger h6, .navbar-danger h1, .navbar-danger h2, .navbar-danger h3, .navbar-danger h4, .navbar-danger h5, .navbar-danger h6 {
|
|
color: #FFF; }
|
|
.navhead-danger .navbar-toggler, .navbar-danger .navbar-toggler {
|
|
color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-danger .navbar-toggler .navbar-toggler-icon, .navbar-danger .navbar-toggler .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.25)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
|
|
.navhead-info, .navbar-info {
|
|
background-color: #42a0f3; }
|
|
.navhead-info a, .navbar-info a {
|
|
color: rgba(255, 255, 255, 0.5); }
|
|
.navhead-info a:hover, .navhead-info a:active, .navbar-info a:hover, .navbar-info a:active {
|
|
color: #FFF; }
|
|
.navhead-info a.disabled, .navhead-info a.navlink.disabled, .navbar-info a.disabled, .navbar-info a.navlink.disabled {
|
|
color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-info h1, .navhead-info h2, .navhead-info h3, .navhead-info h4, .navhead-info h5, .navhead-info h6, .navbar-info h1, .navbar-info h2, .navbar-info h3, .navbar-info h4, .navbar-info h5, .navbar-info h6 {
|
|
color: #FFF; }
|
|
.navhead-info .navbar-toggler, .navbar-info .navbar-toggler {
|
|
color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-info .navbar-toggler .navbar-toggler-icon, .navbar-info .navbar-toggler .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.25)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
|
|
.navhead-success, .navbar-success {
|
|
background-color: #75b82d; }
|
|
.navhead-success a, .navbar-success a {
|
|
color: rgba(255, 255, 255, 0.5); }
|
|
.navhead-success a:hover, .navhead-success a:active, .navbar-success a:hover, .navbar-success a:active {
|
|
color: #FFF; }
|
|
.navhead-success a.disabled, .navhead-success a.navlink.disabled, .navbar-success a.disabled, .navbar-success a.navlink.disabled {
|
|
color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-success h1, .navhead-success h2, .navhead-success h3, .navhead-success h4, .navhead-success h5, .navhead-success h6, .navbar-success h1, .navbar-success h2, .navbar-success h3, .navbar-success h4, .navbar-success h5, .navbar-success h6 {
|
|
color: #FFF; }
|
|
.navhead-success .navbar-toggler, .navbar-success .navbar-toggler {
|
|
color: rgba(255, 255, 255, 0.25);
|
|
border-color: rgba(255, 255, 255, 0.25); }
|
|
.navhead-success .navbar-toggler .navbar-toggler-icon, .navbar-success .navbar-toggler .navbar-toggler-icon {
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.25)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
|
|
|
|
.navhead .navbar, .navbar-transparent {
|
|
border: none;
|
|
box-shadow: none;
|
|
background-color: transparent; }
|
|
|
|
.navbar {
|
|
padding: 0;
|
|
padding-left: 1.5rem;
|
|
padding-right: 1.5rem; }
|
|
.navbar ul {
|
|
padding-bottom: 0; }
|
|
.navbar li {
|
|
margin: 0; }
|
|
.navbar .nav-item .nav-link, .navbar .navbar-brand {
|
|
padding: 0.75rem; }
|
|
.navbar .nav-link:hover, .navbar .navbar-brand:hover {
|
|
background-color: rgba(0, 0, 0, 0.05); }
|
|
|
|
.dropdown-menu {
|
|
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.2);
|
|
color: #444; }
|
|
.dropdown-menu a, .dropdown-menu a:hover, .dropdown-menu a:active {
|
|
color: #444; }
|
|
|
|
.powered-text {
|
|
margin-top: 1.5rem;
|
|
font-style: italic;
|
|
color: #666; }
|
|
|
|
.card-text {
|
|
min-height: 4.5rem; }
|