Skip to content

Instantly share code, notes, and snippets.

@ace4gi
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save ace4gi/0b70df3bcd2c3f35c723 to your computer and use it in GitHub Desktop.

Select an option

Save ace4gi/0b70df3bcd2c3f35c723 to your computer and use it in GitHub Desktop.
normalize.css + scaffolding.css
@charset "UTF-8";
@font-face {
font-family:NanumBarunGothic; font-style:normal; font-weight:600;
src:url(/mart/common/font/NanumBarunGothicBold.eot);
src:url(/mart/common/font/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'), url(/mart/common/font/NanumBarunGothicBold.woff) format('woff'), url(/mart/common/font/NanumBarunGothicBold.ttf) format('truetype');
}
@font-face {
font-family:NanumBarunGothic; font-style:normal; font-weight:400;
src:url(/mart/common/font/NanumBarunGothic.eot);
src:url(/mart/common/font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'), url(/mart/common/font/NanumBarunGothic.woff) format('woff'), url(/mart/common/font/NanumBarunGothic.ttf) format('truetype');
}
html {font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0);}
body {font-family:NanumBarunGothic,'나눔고딕',NanumGothic,'맑은 고딕','Malgun Gothic',AppleGothic,DroidSansFallback,'돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif;font-size:12px;line-height:1.5;color:#333;background-color:#e9e9ed;min-width:320px;}
h1, h2, h3, h4, h5, h6, p, dd, dl, ol, ul {margin:0;padding:0;}
h1, h2, h3, h4, h5, h6 {font-size:1em;}
li {list-style-type:none;}
img {vertical-align:middle;}
hr {display:none;}
address, em, cite {font-style:normal;}
table {border-collapse:separate;border-spacing:0;word-wrap:break-word;word-break:break-all;}
form {margin:0;padding:0;}
fieldset {margin:0;padding:0;border:none;}
legend {position:absolute;top:-50px;left:-50px;width:0;height:0;overflow:hidden;visibility:hidden;font-size:0;line-height:0;padding:0;}
input, select {vertical-align:middle;}
input, button, select, textarea {font-family:inherit; font-size:inherit; line-height:inherit;}
label {cursor:pointer;}
button {overflow:visible;margin:0;padding:0;border:none;background:none;vertical-align:top;cursor:pointer;}
button::-moz-focus-inner {border:0;padding:0;}
figure {margin:0;}
a {color:#333; font-size:1em;text-decoration:none;cursor:pointer;}
a:link {color:#333;}
a:visited {color:#333;}
a:hover {color:#000;}
a:active {color:#333;}
/* all elements */
::-webkit-input-placeholder {color:#999;}
::-moz-placeholder {color:#999;} /* firefox 19+ */
:-ms-input-placeholder {color:#999;} /* ie */
input:-moz-placeholder {color:#999;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment