Changeset 50231 in spip-zone
- Timestamp:
- Aug 4, 2011, 12:28:27 AM (10 years ago)
- Location:
- _squelettes_/distroy/css
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/distroy/css/style.css
r49981 r50231 35 35 36 36 /* Citations */ 37 blockquote, pre, div.spip_code, .spip_cadre { padding: 1.5em; background: #F8F8F8; } 38 pre,code,kbd,samp,var,tt,.spip_code, .spip_cadre { font-family: "Courier New", Courier, monospace; } 39 .spip_cadre { width: 100%; border: 0; overflow: hidden; } 37 blockquote, pre, div.spip_code, .spip_cadre { padding: 1.5em; } 38 blockquote { padding-left: 50px; background: #F8F8F8 url(img/quote.png) no-repeat 2px 1em; } 39 pre, code, kbd, samp, var, tt, .spip_code, .spip_cadre { font-family: "Courier New", Courier, monospace; } 40 pre, code, samp, var, tt, .spip_code, .spip_cadre { background-color: #F4F8F8; } 41 .spip_cadre { width: 100%; padding-right: 0; padding-bottom: 0; border: 0; overflow: scroll; } 40 42 41 43 /* Portfolio */ … … 52 54 label { display: block; } 53 55 .erreur_message { display: block; } 54 input.text,textarea { width: 100%; border: 4px solid #E6E6E6; } 56 input.text,textarea { 57 width: 100%; 58 -ms-box-sizing: border-box; 59 -webkit-box-sizing: border-box; 60 -moz-box-sizing: border-box; 61 box-sizing: border-box; 62 border: 4px solid #EEE; 63 } 55 64 56 65 /* Formulaire de forum */
Note: See TracChangeset
for help on using the changeset viewer.