Parent Directory
|
Revision Log
*** empty log message ***
| 1 | wakaba | 1.1 | |
| 2 | /* | ||
| 3 | |||
| 4 | wakaba | 1.2 | simpledoc.css -- StyleSheet for Japanese Simple HTML Documents |
| 5 | |||
| 6 | Format: W3C CSS, level 2. | ||
| 7 | wakaba | 1.1 | |
| 8 | */ | ||
| 9 | |||
| 10 | wakaba | 1.2 | @import url(logo.css); |
| 11 | |||
| 12 | wakaba | 1.1 | html |
| 13 | {margin: 0; | ||
| 14 | background-color: Window; color: WindowText} | ||
| 15 | |||
| 16 | head | ||
| 17 | {display: none} | ||
| 18 | |||
| 19 | body | ||
| 20 | {margin: 1em; | ||
| 21 | line-height: 200%} | ||
| 22 | |||
| 23 | p | ||
| 24 | {margin: 0 2em; | ||
| 25 | text-indent: 1em} | ||