Created
November 16, 2010 02:16
-
-
Save noqisofon/701327 to your computer and use it in GitHub Desktop.
CSS テンプレート。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@charset "utf-8"; | |
body { | |
margin: 2%; | |
font-family: 'MS Pゴシック'; | |
font-size: 1.0em; | |
color: #2b2b2b; | |
} | |
div p { | |
line-height: 120%; | |
} | |
div div, div h2, div h3 { | |
margin-left: 2em; | |
} | |
div p, div ul, div ol, div dl { | |
margin-left: 4em; | |
} | |
div p:first-child { | |
margin-top: 0px; | |
} | |
h1, h2, h3, h4, h5 { | |
margin-bottom: 1ex; | |
} | |
h1, h2 { | |
padding: 1px; | |
border-bottom: solid 1px #c0c0c0; | |
} | |
table { | |
border: solid 1px #c0c0c0; | |
font-family: /*'メイリオ' */'tahoma'; | |
font-size: 14px; | |
} | |
th { | |
background-color: #888888; | |
color: #ffffff; | |
} | |
th, td { | |
padding: 4px; | |
border: solid 1px #c0c0c0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment