<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------
  Surcharge du thÃ¨me tablesorter SPIP pour l'espace public
  Selon la configuration du plugin tablesorter, Ã&nbsp; inclure cÃ´tÃ© 
  public uniquement, et aprÃ¨s tablesorter.theme.spip.css
  Ce fichier peut Ãªtre surchargÃ© pour y apporter vos propres couleurs
 -----------------------------------------------*/

.tablesorter-spip {
	--tablesorter-cell-padding: 0.25em;
	--tablesorter-color-accent: #E1E5E8;
	--tablesorter-color-accent-light: #EDEEF6;
	--tablesorter-color-accent-lightest: #E8E9EF;
	--tablesorter-color-gray-dark:#444;
	--tablesorter-color-gray: #AAA;
	--tablesorter-color-gray-light:#CCC;
	--tablesorter-color-gray-lighter: #EEE;
}</pre></body></html>