[(#REM) Ce squelette definit les styles de l'espace prive Note: l'entete "Vary:" sert a repousser l'entete par defaut "Vary: Cookie,Accept-Encoding", qui est (un peu) genant en cas de "rotation du cookie de session" apres un changement d'IP (effet de clignotement). ATTENTION: il faut absolument le charset sinon Firefox croit que c'est du text/html ! ] #CACHE{3600*100,cache-client} #HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15} #HTTP_HEADER{Vary: Accept-Encoding} #SET{claire,##ENV{couleur_claire,edf3fe}} #SET{foncee,##ENV{couleur_foncee,3874b0}} #SET{left,#ENV{ltr}|choixsiegal{left,left,right}} #SET{right,#ENV{ltr}|choixsiegal{left,right,left}} .accueil.livrables #navigation {display:none} .accueil.livrables #conteneur {width:auto} .accueil.livrables #contenu {width:auto} .accueil.livrables table.spip.liste {width:auto} .del {text-decoration:line-through} .accueil.livrables table.spip tr th.projet {width:170px;} .accueil.livrables table.spip tr th.titre {width:190px;} .accueil.livrables table.spip .statut {text-align:center; width:40px;} .accueil.livrables table.spip .nb_tickets {text-align:center; width:40px;} .accueil.livrables table.spip .url {text-align:center; width:40px;} .accueil.livrables table.spip .objet {text-align:center; width:40px; border:1px solid gray} .accueil.livrables table.spip .type {text-align:center; width:40px; border:1px solid gray} .accueil.livrables table.spip .compo {text-align:center; width:40px; border:1px solid gray} .nb_tickets .carre {width:24px; margin-left:auto, margin-right:auto; height:24px; text-align:center; display:table-cell; vertical-align:middle; font-size:18px; font-weight:bold; color:white; } .nb_tickets .carre a { color:white; } .nb_tickets .carre.gris { background-color:gray; } .nb_tickets .carre.rouge { background-color:red; } .nb_tickets .carre.vert { background-color:#6c0; }