74 lines
1.4 KiB
CSS
74 lines
1.4 KiB
CSS
|
:root{
|
||
|
--colorbgbodydark: #2e3131;
|
||
|
--colorbgbodylight: #2e3131;
|
||
|
|
||
|
--colorfttitledark: #ffffff;
|
||
|
--colorfttitlelight: #ffffff;
|
||
|
--colorftbodylight: #ffffff;
|
||
|
--colorfttitlelight: #ffffff;
|
||
|
|
||
|
--colorfttitledark-darker: #95a5a6;
|
||
|
--colorfttitlelight-darker: #95a5a6;
|
||
|
|
||
|
|
||
|
--colorbgbodydark-rgb: 46,49,49;
|
||
|
|
||
|
/* Vous pouvez forcer l'ensemble de ces variables ou laisser la valeur par défaut
|
||
|
--colorbgbodylight: #;
|
||
|
--colorbgbodydark: #;
|
||
|
--colorfttitlelight: #;
|
||
|
--colorfttitledark: #;
|
||
|
--colorftbodylight: #;
|
||
|
--colorftbodydark: #;
|
||
|
--fontbody: "";
|
||
|
--fonttitle: "";
|
||
|
--fontsizeh1: px;
|
||
|
--fontsizeh2: px;
|
||
|
--fontsizeh3: px;
|
||
|
--fontsizeh4: px;
|
||
|
|
||
|
--colorbgbodylight-darker: #;
|
||
|
--colorfttitlelight-darker: #;
|
||
|
--colorbgbodydark-darker: #;
|
||
|
--colorbgbodydark-rgb: R,V,G
|
||
|
*/
|
||
|
}
|
||
|
|
||
|
/* Puis sur classer l'ensemble de la feuille de style */
|
||
|
.modal-content {
|
||
|
background-color: var(--colorbgbodydark);
|
||
|
}
|
||
|
.card-header {
|
||
|
color: var(--colorbgbodydark);
|
||
|
}
|
||
|
.card-body {
|
||
|
color: var(--colorbgbodydark);
|
||
|
}
|
||
|
|
||
|
.card-body .table,
|
||
|
.card-body .table-hover > tbody > tr:hover > *,
|
||
|
.card-body .table-striped > tbody > tr:nth-of-type(odd) > * {
|
||
|
color: var(--colorbgbodydark);
|
||
|
}
|
||
|
|
||
|
.card-body .table a {
|
||
|
color: var(--colorbgbodydark);
|
||
|
}
|
||
|
|
||
|
.card-body .table a:hover {
|
||
|
color: var(--colorfttitlelight-darker);
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|