first commit symfony 6
This commit is contained in:
3
public/themes/ninefulldark/info.yml
Normal file
3
public/themes/ninefulldark/info.yml
Normal file
@ -0,0 +1,3 @@
|
||||
name: Ninefulldark
|
||||
author: Arnaud Fornerot
|
||||
version: 1.0
|
0
public/themes/ninefulldark/local.js
Normal file
0
public/themes/ninefulldark/local.js
Normal file
BIN
public/themes/ninefulldark/look.png
Normal file
BIN
public/themes/ninefulldark/look.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
73
public/themes/ninefulldark/style.css
Normal file
73
public/themes/ninefulldark/style.css
Normal file
@ -0,0 +1,73 @@
|
||||
: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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user