- Timestamp:
- 2012/03/08 11:04:43 (14 years ago)
- Location:
- branches/version-2_12-dev/html/user_data/packages/default/css
- Files:
-
- 2 edited
-
common.css (modified) (1 diff)
-
reset.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/html/user_data/packages/default/css/common.css
r21618 r21619 143 143 /* フォント 144 144 ----------------------------------------------- */ 145 h1,h2,h3,h4,h5 { 145 h1, 146 h2, 147 h3, 148 h4, 149 h5 { 146 150 font-size: 100%; 147 151 line-height: 150%; -
branches/version-2_12-dev/html/user_data/packages/default/css/reset.css
r21616 r21619 4 4 ブラウザリセット 5 5 ************************************************ */ 6 html, body, div, span, applet, object, iframe, h1, h2, h3, 7 h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 8 big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, 9 small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, 10 fieldset, form, label, legend, table, caption, tbody, tfoot, 11 thead, tr, th, td { 6 html, 7 body, 8 div, 9 span, 10 applet, 11 object, 12 iframe, 13 h1, 14 h2, 15 h3, 16 h4, 17 h5, 18 h6, 19 p, 20 blockquote, 21 pre, 22 a, 23 abbr, 24 acronym, 25 address, 26 big, 27 cite, 28 code, 29 del, 30 dfn, 31 em, 32 font, 33 img, 34 ins, 35 kbd, 36 q, 37 s, 38 samp, 39 small, 40 strike, 41 strong, 42 sub, 43 sup, 44 tt, 45 var, 46 dl, 47 dt, 48 dd, 49 ol, 50 ul, 51 li, 52 fieldset, 53 form, 54 label, 55 legend, 56 table, 57 caption, 58 tbody, 59 tfoot, 60 thead, 61 tr, 62 th, 63 td { 12 64 margin: 0; 13 65 padding: 0; … … 15 67 } 16 68 17 table, caption, th, td { 69 table, 70 caption, 71 th, 72 td { 18 73 margin: 0; 19 74 padding: 0; … … 26 81 } 27 82 28 a img, iframe { 83 a img, 84 iframe { 29 85 border: none; 30 86 } 31 ol,ul,li { 87 ol, 88 ul, 89 li { 32 90 list-style: none; 33 91 } 34 92 35 input, textarea, select, button { 93 input, 94 textarea, 95 select, 96 button { 36 97 font-size: 100%; 37 98 font-family: inherit;
Note: See TracChangeset
for help on using the changeset viewer.
