92 lines
1.5 KiB
CSS
92 lines
1.5 KiB
CSS
|
/*!
|
||
|
* DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
|
||
|
*/
|
||
|
@media print {
|
||
|
.fr-quote {
|
||
|
background-image: linear-gradient(0deg, #ddd, #ddd);
|
||
|
}
|
||
|
|
||
|
.fr-quote::before {
|
||
|
color: #6a6af4;
|
||
|
}
|
||
|
|
||
|
.fr-quote--green-tilleul-verveine::before {
|
||
|
color: #b7a73f;
|
||
|
}
|
||
|
|
||
|
.fr-quote--green-bourgeon::before {
|
||
|
color: #68a532;
|
||
|
}
|
||
|
|
||
|
.fr-quote--green-emeraude::before {
|
||
|
color: #00a95f;
|
||
|
}
|
||
|
|
||
|
.fr-quote--green-menthe::before {
|
||
|
color: #009081;
|
||
|
}
|
||
|
|
||
|
.fr-quote--green-archipel::before {
|
||
|
color: #009099;
|
||
|
}
|
||
|
|
||
|
.fr-quote--blue-ecume::before {
|
||
|
color: #465f9d;
|
||
|
}
|
||
|
|
||
|
.fr-quote--blue-cumulus::before {
|
||
|
color: #417dc4;
|
||
|
}
|
||
|
|
||
|
.fr-quote--purple-glycine::before {
|
||
|
color: #a558a0;
|
||
|
}
|
||
|
|
||
|
.fr-quote--pink-macaron::before {
|
||
|
color: #e18b76;
|
||
|
}
|
||
|
|
||
|
.fr-quote--pink-tuile::before {
|
||
|
color: #ce614a;
|
||
|
}
|
||
|
|
||
|
.fr-quote--yellow-tournesol::before {
|
||
|
color: #c8aa39;
|
||
|
}
|
||
|
|
||
|
.fr-quote--yellow-moutarde::before {
|
||
|
color: #c3992a;
|
||
|
}
|
||
|
|
||
|
.fr-quote--orange-terre-battue::before {
|
||
|
color: #e4794a;
|
||
|
}
|
||
|
|
||
|
.fr-quote--brown-cafe-creme::before {
|
||
|
color: #d1b781;
|
||
|
}
|
||
|
|
||
|
.fr-quote--brown-caramel::before {
|
||
|
color: #c08c65;
|
||
|
}
|
||
|
|
||
|
.fr-quote--brown-opera::before {
|
||
|
color: #bd987a;
|
||
|
}
|
||
|
|
||
|
.fr-quote--beige-gris-galet::before {
|
||
|
color: #aea397;
|
||
|
}
|
||
|
|
||
|
.fr-quote__source {
|
||
|
color: #666;
|
||
|
}
|
||
|
|
||
|
.fr-quote__author,
|
||
|
.fr-quote cite,
|
||
|
.fr-quote figcaption li {
|
||
|
font-size: 1rem;
|
||
|
line-height: 1.5rem;
|
||
|
}
|
||
|
}
|