diff --git a/css/default_shop.css b/css/default_shop.css index 923b0f006..3ab67270c 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -3,14 +3,15 @@ /* 초기화 */ html {overflow-y:scroll} -body {margin:0;padding:0;background:#fff;color:#000;font-size:0.75em;font-family:"dotum"} +body {margin:0;padding:0;background:#f9fafe;color:#000;font-size:0.75em;font-family:dotum} html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0} -h1, h2, h3, h4, h5, h6, input, textarea, select, button {font-size:1em;font-family:"dotum"} +h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:dotum} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} #hd ul, nav ul, #ft ul {margin:0;padding:0;list-style:none} +legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden} label, input, select, img {vertical-align:middle} -input {margin:0;padding:0;border-radius:0} -button {border-radius:0} +input, button {margin:0;padding:0;font-family:dotum;font-size:1em} +textarea, select {font-family:dotum;font-size:1em} p {margin:0;padding:10px 0;line-height:1.7em;word-break:break-all} hr {display:none} pre {overflow-x:scroll;font-size:1.1em} diff --git a/css/mobile_shop.css b/css/mobile_shop.css index 0a8b69c44..86ace7f6d 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -10,7 +10,7 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, header ul, nav ul, footer ul {margin:0;padding:0;list-style:none} legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden} label, input, select, img {vertical-align:middle} -input,button {margin:0;padding:0;font-size:1em} +input, button {margin:0;padding:0;font-size:1em} input[type=text], input[type=password], input[type=submit], input[type=image], button {border-radius:0;font-size:1em;-webkit-appearance:none} textarea, select {font-size:1em} textarea {border-radius:0;-webkit-appearance:none}