Changeset 111112 in spip-zone
- Timestamp:
- Jul 13, 2018, 11:25:56 AM (3 years ago)
- Location:
- _squelettes_/html5up_phantom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/html5up_phantom/css/spip.css
r111109 r111112 30 30 ul.contact { padding:0; } 31 31 .contact li { display:block; margin: 1em 0; line-height: 1.4; padding:0; position:relative; } 32 /* .contact .fa { padding: 0; } */32 /* .contact input[type="submit"] { color:; } */ 33 33 .formulaire_spip label { cursor:pointer; margin:0; } 34 34 .formulaire_contact ul, -
_squelettes_/html5up_phantom/styles_config.css.html
r111095 r111112 14 14 15 15 [a:hover, a:active, a:focus, a.on { color:(#CONFIG{html5up/couleur_accent}) !important; }] 16 body {[ background-color:(#CONFIG{html5up/couleur_bkg});][ color:(#CONFIG{html5up/couleur_typo}); ]} 16 body {[ background-color:(#CONFIG{html5up/couleur_bkg});][ color:(#CONFIG{html5up/couleur_typo});] } 17 input[type="submit"], input[type="submit"].primary {[ color:(#CONFIG{html5up/couleur_bkg}) !important;][ background-color:(#CONFIG{html5up/couleur_typo});] } 18 input[type="submit"]:hover, input[type="submit"].primary:hover, input[type="submit"]:focus, input[type="submit"].primary:focus, 19 input[type="submit"]:active, input[type="submit"].primary:active {[ background-color:(#CONFIG{html5up/couleur_accent});][ border-color:(#CONFIG{html5up/couleur_accent}) !important;][ color:(#CONFIG{html5up/couleur_bkg}) !important;] box-shadow: inset 0 0 0 0 transparent; } 17 20 18 21 [#main, #header { max-width:(#CONFIG{html5up/largeur_page}); }]
Note: See TracChangeset
for help on using the changeset viewer.