Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
log
/
cache
/
calcul
/
98
:
d9.cache
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
a:2:{s:9:"nom_cache";s:38:"98d9021489bc0ea948cc05cbdd49ba1f.cache";s:6:"valeur";a:12:{s:9:"squelette";s:37:"html_cd45936bd4331adc988bc983a6f27789";s:6:"source";s:37:"../prive/themes/spip/alertes.css.html";s:11:"process_ins";s:4:"html";s:11:"invalideurs";a:1:{s:5:"cache";s:38:"98d9021489bc0ea948cc05cbdd49ba1f.cache";}s:7:"entetes";a:6:{s:12:"X-Spip-Cache";s:6:"360000";s:13:"Cache-Control";s:14:"max-age=360000";s:6:"Pragma";s:8:"no-cache";s:15:"X-Spip-Statique";s:3:"oui";s:12:"Content-Type";s:23:"text/css; charset=utf-8";s:4:"Vary";s:15:"Accept-Encoding";}s:5:"duree";i:360000;s:5:"texte";s:5564:" /** * ============ * 0. Variables * ============ */ /* Nb : la media-query au début sinon pb (?) */ @media (min-width: 768px) { :root { --spip-alert-spacing-x: 1.25rem; --spip-alert-spacing-y: 1.25rem; --spip-alert-iconsize: 1.25em; --spip-alert-closesize: 1.25em; } } :root { --spip-alert-spacing-x: 0.75rem; --spip-alert-spacing-y: 0.75rem; --spip-alert-border-radius: var(--spip-border-radius); --spip-alert-iconsize: 1.25em; --spip-alert-closesize: 1em; } .lat .msg-alert, .msg-alert.mini { --spip-alert-spacing-x: 0.75rem; --spip-alert-spacing-y: 0.75rem; --spip-alert-iconsize: 1em; --spip-alert-closesize: 1em; } .msg-alert.large, .formulaire_spip .reponse_formulaire { --spip-alert-spacing-x: 1.5rem; --spip-alert-spacing-y: 1.5rem; --spip-alert-iconsize: 1.5em; --spip-alert-closesize: 1.25em; } /** * ==================== * 1. Habillage de base * ==================== */ /* Conteneur */ .msg-alert, .msg-alert * { box-sizing: border-box; } .msg-alert, .notice, .error, .success, .formulaire_spip .reponse_formulaire { position: relative; padding: var(--spip-alert-spacing-y) var(--spip-alert-spacing-x); /* gouttière + taille icone + espacement arbitraire avec le texte */ padding-left: calc(var(--spip-alert-spacing-x) + var(--spip-alert-iconsize) + 0.75em); margin: calc(var(--spip-margin-bottom) * 1.5) 0; /* Idem boîtes */ background-repeat: no-repeat; /* Aligner icône au niveau de la 1ère ligne de texte */ background-position: left var(--spip-alert-spacing-x) top calc(var(--spip-alert-spacing-y) - ((var(--spip-alert-iconsize) - var(--spip-line-height)) / 2)); background-size: var(--spip-alert-iconsize); font-weight: normal; border-radius: var(--spip-border-radius); box-shadow: inset 0 0 1.5em hsla(0, 0%, 0%, 0.02); background-color: var(--spip-color-gray-lighter); border-left: 0.5rem solid var(--spip-color-gray-light); } /* Titre */ .msg-alert__heading { font-size: 1em; font-weight: bold; margin-bottom: calc(var(--spip-alert-spacing-y) / 2); } /* Rythme vertical des principauxs éléments blocks du texte */ .msg-alert__text p, .msg-alert__text ul, .msg-alert__text blockquote, .msg-alert__text table { margin-bottom: calc(var(--spip-alert-spacing-y) / 2); } .msg-alert__text > *:last-child { margin-bottom: 0 !important; /* obligé car sélecteurs trop spécifiques ailleurs (#conteneur ul.spip) */ } /* Liens */ .msg-alert a { color: var(--spip-color-black); text-decoration: underline; } /* Code */ .msg-alert tt, .msg-alert code { color: var(--spip-color-black); } /** * ======================== * 2. Variantes principales * ======================== */ /* Notice */ .msg-alert.notice, .notice { color: hsl(var(--spip-color-notice--h), var(--spip-color-notice--s), 18%); background-color: hsl(var(--spip-color-notice--h), 90%, 88%); border-color: hsl(var(--spip-color-notice--h), 100%, 48%); background-image: url("../prive/themes/spip/images/warning-xx.svg?24px"); } /* Erreur */ .msg-alert.error, .formulaire_spip .reponse_formulaire_erreur, .error { color: hsl(var(--spip-color-error--h), var(--spip-color-error--s), 18%); background-color: hsl(var(--spip-color-error--h), 60%, 95%); border-color: hsl(var(--spip-color-error--h), var(--spip-color-error--s), 50%); background-image: url("../prive/themes/spip/images/erreur-xx.svg?24px"); } /* Succès */ .msg-alert.success, .formulaire_spip .reponse_formulaire_ok, .success { color: hsl(var(--spip-color-success--h), var(--spip-color-success--s), 15%); background-color: hsl(var(--spip-color-success--h), 55%, 90%); border-color: hsl(var(--spip-color-success--h), var(--spip-color-success--s), 45%); background-image: url("../prive/themes/spip/images/ok-xx.svg?24px"); } /* Information */ .msg-alert.info, .information { 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("../prive/themes/spip/images/info-xx.svg?24px"); } /** * =================== * 3. Autres variantes * =================== * Ces variantes peuvent se conjuguer aux variantes principales : .notice.mini, .error.large, etc. */ /* Variante mini, automatique en colonne latérale : voir variables */ .msg-alert.mini, .lat .msg-alert { font-size: 0.9em; margin: calc(var(--spip-margin-bottom) * 0.75) 0; /* Moitié */ } /* Variante large : voir variables */ .msg-alert.large, .formulaire_spip .reponse_formulaire { /* font-size: 1.1em; */ } /* Variante fermable */ .msg-alert.fermable { padding-right: calc((var(--spip-alert-spacing-x) * 2) + 1.5em); } .msg-alert__close { width: var(--spip-alert-closesize); height: var(--spip-alert-closesize); position: absolute; z-index: 2; /* Aligner icône au niveau de la 1ère ligne de texte */ top: calc(var(--spip-alert-spacing-y) + (var(--spip-line-height) - var(--spip-alert-closesize))); /* top: var(--spip-alert-spacing-y); */ right: var(--spip-alert-spacing-x); padding: 0; background: transparent url("../prive/themes/spip/images/fermer-xx.svg?16px") center/1em auto no-repeat; background-size: contain; border: 0; opacity: 0.75; } .msg-alert__close:hover, .msg-alert__close:focus { opacity: 1; background-color: transparent; } /* Bloc ajax invalid apres reload */ .ajaxbloc.invalid { box-shadow: 0 0 var(--spip-alert-spacing-x) hsl(var(--spip-color-error--h), var(--spip-color-error--s), 50%); } ";s:5:"notes";s:0:"";s:8:"contexte";a:26:{s:1:"v";s:8:"20221003";s:1:"p";s:4:"8555";s:6:"themes";s:4:"spip";s:3:"ltr";s:4:"left";s:4:"md5b";s:32:"6c71dbcb364dd46f073c80341327e5a3";s:13:"couleur_theme";s:6:"3190ae";s:14:"couleur_claire";s:6:"98c8d7";s:14:"couleur_foncee";s:6:"3190ae";s:4:"lang";s:2:"fr";s:4:"date";s:19:"2024-02-24 13:37:06";s:12:"date_default";b:1;s:10:"date_redac";s:19:"2024-02-24 13:37:06";s:18:"date_redac_default";b:1;s:6:"claire";s:7:"#98c8d7";s:6:"foncee";s:7:"#3190ae";s:4:"left";s:4:"left";s:5:"right";s:5:"right";s:3:"rtl";s:0:"";s:3:"dir";s:3:"ltr";s:9:"font-size";s:8:"0.8125em";s:11:"line-height";s:7:"1.385em";s:13:"margin-bottom";s:7:"1.385em";s:11:"text-indent";s:4:"50px";s:11:"font-family";s:28:"Helvetica, Arial, sans-serif";s:16:"background-color";s:7:"#F8F7F3";s:5:"color";s:7:"#000000";}s:12:"lastmodified";i:1708778225;s:2:"gz";b:0;s:3:"sig";i:3963628441;}}