[(#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}} /* Formulaires avec label en haut */ /* les cas particuliers des edition pleines largeur */ .formulaire_spip .editer_forum_ticket { padding-#GET{left}:10px; padding-top:10px; } .formulaire_spip .editer_forum_ticket label { display: block; float: #GET{left}; width:auto; margin: 0px; padding: 0px; padding-top: 5px; padding-bottom: 5px; font-family: verdana, arial, helvetica, sans; color: #444444; font-weight: bold; font-size: 95%; line-height: 11px; } .formulaire_spip .editer_forum_ticket textarea, .formulaire_spip .editer_forum_ticket .explication { clear:#GET{left}; } .formulaire_editer_assigner_ticket{ margin-top:10px; } #page .liste-objets.tickets .caption{ background-image: url(#CHEMIN_IMAGE{ticket-24.png}); } .tr_liste.del td, td.del { text-decoration:line-through; } .tickets #navigation { display:none; } .tickets #conteneur { width:90%;overflow:auto; } .tickets #contenu { width:100%;margin: 0; }