/[suikacvs]/webroot/s/simpledoc.css
Suika

Contents of /webroot/s/simpledoc.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download) (as text)
Mon Nov 12 13:35:57 2001 UTC (24 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +15 -2 lines
File MIME type: text/css
*** 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}