- Messaggi: 11
- Ringraziamenti ricevuti 1
The developer takes a few days off for Summer vacation...
...and will be back with charged battery!
From 14 June to 29 June, 2025 included
During this period, assistance from developer will not be provided.
NEWS: iCagenda 4.0.0-alpha1 will be available for testing for users with a PRO subscription in July!
Si prega Accedi o Crea un account a partecipare alla conversazione.
/* fond par défaut si non défini ailleurs (dans ce cas, aucun fond) */
#default .event {padding:1%;}
/* fonction css 1 événement sur 2, à partir du premier (soit 1-3-5-7-...), fond de couleur gris très clair */
#default .event:nth-child(2n+1){background:#f3f3f3;}
/* fond par défaut si non défini ailleurs (ici, fond gris presque blanc et transparent (esthétique si image de fond, en opacité 50%) */
#icagenda .event{
background:#F4F4F4; /* anciens IE */
background: rgba(244,244,244,0.5); /* navigateur récents */
margin:1%;
}
/* fonction css 1 événement sur 2, à partir du premier (soit 1-3-5-7-...) (ici fond gris clair, un peu plus foncé que le gris ci-dessus) */
#icagenda .event:nth-child(2n+1){
background:#dddddd; /* anciens IE */
background: rgba(221,221,221,0.5); /* navigateur récents */
margin:1%;
}
Si prega Accedi o Crea un account a partecipare alla conversazione.