[(#REM) Ce squelette definit les styles de l'espace privé exclusivement link : https://programmer.spip.net/Personnaliser-les-CSS-de-l-espace-prive ] #CACHE{3600*100,cache-client} #HTTP_HEADER{Content-Type: text/css; charset=utf-8} #HTTP_HEADER{Vary: Accept-Encoding} /* Calendrier de la semaine */ table.ecalendrier_semaine th{ background-color: var(--spip-color-theme-dark); color: var(--spip-color-theme-lightest); border-right: solid; } table.ecalendrier_semaine th a { text-decoration: none; color: var(--spip-color-theme-lightest); } table.ecalendrier_semaine th a:hover { text-decoration: underline; } table.ecalendrier_semaine th.jour.on{ background-color: var(--spip-color-theme-darker); width: 21%; } table.ecalendrier_semaine th.jour { width: 10%; } table.ecalendrier_semaine th.temps { width: 5%; background-color:transparent; } table.ecalendrier_semaine tr > td.aeration{ background-color:var(--spip-color-gray-lightest); } table.ecalendrier_semaine .journee { background-color: var(--spip-color-theme-lightest); } table.ecalendrier_semaine .journee td{ text-align: center; } table.ecalendrier_semaine .short { margin: 0; padding-top: 0; padding-bottom: 0; background-position: 0.1em 10%; border: solid; } table.ecalendrier_semaine .horaire td.temps { border-right: solid var(--spip-color-gray-lightest); background-color: var(--spip-color-theme-lightest); text-align: center; } table.ecalendrier_semaine td.multi{ background-color: var(--spip-color-theme-lighter); } .horaire td.on{ background:var(--spip-color-theme-lightest); } /* nouveaux messages d'alerte */ .msg-alert.short.ferie { color: hsl(var(--spip-color-info--h), var(--spip-color-info--s), 25%); background-color: hsl(var(--spip-color-info--h), 45%, 93%); border-color: hsl(var(--spip-color-info--h), var(--spip-color-info--s), 60%); background-image: url("#CHEMIN_IMAGE{erdv_ferie-16.svg}"); } .msg-alert.short.educ { color: hsl(var(--spip-color-info--h), var(--spip-color-info--s), 25%); background-color: hsl(var(--spip-color-info--h), 45%, 93%); border-color: hsl(var(--spip-color-info--h), var(--spip-color-info--s), 60%); background-image: url("#CHEMIN_IMAGE{erdv_educ-16.svg}"); } /* le formulaire pour définir un rendez-vous - choix des class */ .choix.choix_msg-alert.short{ margin: 0; background-position: 95% 50%; } .choix.choix_msg-alert.short.info{ background-image: url("#CHEMIN_IMAGE{info-16.png}"); background-repeat: no-repeat; background-size: 16px 16px; } .choix.choix_msg-alert.short.ferie { background-image: url("#CHEMIN_IMAGE{erdv_ferie-16.svg}"); background-repeat: no-repeat; background-size: 16px 16px; } .choix.choix_msg-alert.short.educ { background-image: url("#CHEMIN_IMAGE{erdv_educ-16.svg}"); background-repeat: no-repeat; background-size: 16px 16px; }