Changeset 111394 in spip-zone
- Timestamp:
- Aug 21, 2018, 4:45:43 PM (2 years ago)
- Location:
- _squelettes_/html5up_phantom
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/html5up_phantom/css/spip.css
r111116 r111394 38 38 .formulaire_contact li { padding:0; } 39 39 .formulaire_contact form > fieldset > legend { position:absolute; top:0; left:1.2em; } 40 .formulaire_contact form > fieldset.previsu { position:relative; padding:3em 1.2em 0; border:1px solid; border-left:0; border-right:0; } 41 .formulaire_contact form > fieldset.previsu > legend { top:1em; } 40 42 /* input .date */ 41 43 html .formulaire_spip input.date { width:100%; } … … 43 45 44 46 input[type="checkbox"] + label, input[type="radio"] + label { height:1.8em; } 47 input[type="checkbox"], 48 input[type="radio"] { 49 -moz-appearance: radio; 50 -webkit-appearance: radio; 51 -ms-appearance: radio; 52 appearance: radio; 53 display: block; 54 float: left; 55 margin-right: 0; 56 opacity: 1; 57 width: 1em; 58 z-index: inherit; 59 } 60 input[type="checkbox"] { 61 -moz-appearance: checkbox; 62 -webkit-appearance: checkbox; 63 -ms-appearance: checkbox; 64 appearance: checkbox; 65 } 45 66 46 67 -
_squelettes_/html5up_phantom/html5up_phantom_administrations.php
r111033 r111394 30 30 $maj['create'] = array( 31 31 array('ecrire_config','html5up', array( 32 'couleur_accent' => '#f56a6a' 32 'couleur_accent' => '#f56a6a', 33 33 )) 34 34 ); 35 // $maj['1.1.1'] = array( 36 // array('ecrire_config','html5up', lire_config('html5up_phantom')), 37 // array('effacer_meta','html5up_phantom') 38 // ); 35 $maj['0.0.2'] = array( 36 array('ecrire_config','html5up', array( 37 'couleur_typo' => '#585858', 38 'couleur_bkg' => '#ffffff', 39 'couleur_bkg_footer' => '#f6f6f6', 40 )) 41 ); 39 42 cextras_api_upgrade(html5up_phantom_declarer_champs_extras(), $maj['create']); 40 43 include_spip('base/upgrade'); -
_squelettes_/html5up_phantom/paquet.xml
r111170 r111394 2 2 prefix="html5up_phantom" 3 3 categorie="squelette" 4 version="0.1. 3"5 schema="0.0. 1"4 version="0.1.4" 5 schema="0.0.2" 6 6 etat="test" 7 7 compatibilite="[3.1.0;3.2.*]" -
_squelettes_/html5up_phantom/styles_config.css.html
r111116 r111394 12 12 #HTTP_HEADER{Vary: Accept-Encoding} 13 13 14 [a:hover, a:active, a:focus, a.on { color:(#CONFIG{html5up/couleur_accent}) !important; }]15 14 body {[ background-color:(#CONFIG{html5up/couleur_bkg});][ color:(#CONFIG{html5up/couleur_typo});] } 16 15 [a { color:(#CONFIG{html5up/couleur_typo}); }] 16 [a:hover, a:active, a:focus, a.on, .formulaire_contact form > fieldset.previsu > legend { color:(#CONFIG{html5up/couleur_accent}) !important; }] 17 17 18 18 /* les boutons et formulaires dans le contenu */ … … 26 26 #footer input[type="submit"]:hover, #footer input[type="submit"].primary:hover, 27 27 #footer input[type="submit"]:focus, #footer input[type="submit"].primary:focus, 28 #footer input[type="submit"]:active, #footer input[type="submit"].primary:active {[ color:(#CONFIG{html5up/couleur_ bkg_footer}) !important;] }28 #footer input[type="submit"]:active, #footer input[type="submit"].primary:active {[ color:(#CONFIG{html5up/couleur_typo}) !important;] } 29 29 30 30 .icon.style2, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea, .editer.saisie_case {[ border-color:#(#CONFIG{html5up/couleur_typo}|couleur_eclaircir);] } 31 31 32 [.icon.style2:hover, .icon.style2:active, .icon.style2:focus { border-color:(#CONFIG{html5up/couleur_accent}); }]32 [.icon.style2:hover, .icon.style2:active, .icon.style2:focus, .formulaire_contact form > fieldset.previsu { border-color:(#CONFIG{html5up/couleur_accent}); }] 33 33 [.icon.style2:active { background-color:(#CONFIG{html5up/couleur_accent}|html5up_phantom_hexa2rgba{0.1}); }] 34 34
Note: See TracChangeset
for help on using the changeset viewer.