esup-pod

Arborescence des pages

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

Bloc de code
languagecss
titleRose "Pod v2"
/*** Esup Pod custom CSS ***/
:root {
/* exemple rose "pod v2" */
--pod-primary: #ae2573;
--pod-primary-lighten: #d782b3;
--pod-primary-darken: #93326a;

/* Mode sombre */
--pod-primary-dark: #ae2573;
--pod-primary-lighten-dark: #db258e;
--pod-primary-darken-dark: #93326a;
}



Bloc de code
languagecss
titleRose "Pod v2"
/*** Esup Pod custom CSS ***/
:root {
/* exemple rose "pod v2" */
--pod-primary: #ae2573;
--pod-primary-lighten: #d782b3;
--pod-primary-darken: #93326a;

/* Mode sombre */
--pod-primary-dark: #ae2573;
--pod-primary-lighten-dark: #db258e;
--pod-primary-darken-dark: #93326a;
}


Bloc de code
languagecss
titleviolet "BS 5"
/*** Esup Pod custom CSS ***/
:root {
/* exemple violet "BS 5" */
--pod-primary: #7952b3;
--pod-primary-lighten: #ad76ff;
--pod-primary-darken: #6528e0;

/* Mode sombre */
--pod-primary-dark: #7952b3;
--pod-primary-lighten-dark: #ad76ff;
--pod-primary-darken-dark: #6528e0;
}


Bloc de code
languagecss
titlebleu "default"
/*** Esup Pod custom CSS ***/
:root {
/* exemple bleu "default" */
--pod-primary: #0052cc;
--pod-primary-lighten: #0065ff;
--pod-primary-darken: #0048b4;

/* Mode sombre */
--pod-primary-dark: #0052cc;
--pod-primary-lighten-dark: #0065ff;
--pod-primary-darken-dark: #0048b4;
}





Voir cette page de configuration pour plus d'infos.