Published in: CSS
URL: http://masaya-sugawara.com/
@charset "UTF-8"; /* ---------------------------------------------------------------------- init ---------------------------------------------------------------------- */ html{ width: 100%; } *{ margin: 0; padding: 0; } body{ background-color: #fff; color: #000; } img{ border: 0; } hr{ display: none; } /* ---------------------------------------------------------------------- link ---------------------------------------------------------------------- */ a{ color: #03c; text-decoration: underline;} a:visited{ color: #906; text-decoration: underline;} a:hover{ text-decoration: underline; } /* ---------------------------------------------------------------------- text ---------------------------------------------------------------------- */ *{ font-size: 14px; font-family: Osaka, sans-serif; } body{ line-height: 1.8; } h1{ font-size: 1.7142857em; line-height: 1.46666667; font-weight: normal;} h1 a{ font-size: 100%; } h2{ font-size: 1.5em; line-height: 1.53333333; font-weight: normal;} h2 a{ font-size: 100%; } h3{ font-size: 1.2857143em; line-height: 1.62222222; font-weight: normal;} h3 a{ font-size: 100%; } h4{ font-size: 1em; line-height: 1.8; font-weight: normal;} h4 a{ font-size: 100%; } h5{ font-size: 0.85714286em; line-height: 1.93333333; font-weight: normal;} h5 a{ font-size: 100%; } h6{ font-size: 0.71428571em; line-height: 2.12; font-weight: normal;} h6 a{ font-size: 100%; } blockquote *{ font-family: Georgia,serif; } pre{ font-family: Monaco; font-size: 0.85714286em; line-height: 1.93333333;} pre code{ font-size: 100%; } p{} ul{ list-style-type: square; list-style-image: none; list-style-position: outside;} ol{ list-style-type: decimal; list-style-image: none; list-style-position: outside;} li{} dl{} dt{} dd{} strong{ font-weight: bold; } em{ font-style: italic; } cite{ font-style: normal; } code{ font-family: Monaco; } q{} /* q:before{content:"";} q:after{content:"";} */ /* ---------------------------------------------------------------------- form ---------------------------------------------------------------------- */ fieldset{ border-width: 0; }
You need to login to post a comment.
