사용자: CSS RESET 보완
This commit is contained in:
@ -3,14 +3,15 @@
|
|||||||
|
|
||||||
/* 초기화 */
|
/* 초기화 */
|
||||||
html {overflow-y:scroll}
|
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}
|
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}
|
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}
|
#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}
|
label, input, select, img {vertical-align:middle}
|
||||||
input {margin:0;padding:0;border-radius:0}
|
input, button {margin:0;padding:0;font-family:dotum;font-size:1em}
|
||||||
button {border-radius:0}
|
textarea, select {font-family:dotum;font-size:1em}
|
||||||
p {margin:0;padding:10px 0;line-height:1.7em;word-break:break-all}
|
p {margin:0;padding:10px 0;line-height:1.7em;word-break:break-all}
|
||||||
hr {display:none}
|
hr {display:none}
|
||||||
pre {overflow-x:scroll;font-size:1.1em}
|
pre {overflow-x:scroll;font-size:1.1em}
|
||||||
|
|||||||
@ -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}
|
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}
|
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
|
||||||
label, input, select, img {vertical-align:middle}
|
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}
|
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, select {font-size:1em}
|
||||||
textarea {border-radius:0;-webkit-appearance:none}
|
textarea {border-radius:0;-webkit-appearance:none}
|
||||||
|
|||||||
Reference in New Issue
Block a user