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

Diff of /webroot/s/simpledoc.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by wakaba, Sun Nov 11 10:40:27 2001 UTC revision 1.4 by wakaba, Thu Jul 18 08:32:54 2002 UTC
# Line 1  Line 1 
   
1  /*  /*
2    
3  StyleSheet for Japanese Simple HTML Documents  simpledoc.css -- StyleSheet for Simple Japanese HTML Documents
4    
5    Format: W3C CSS, level 2.
6    License: Public Domain.
7    
8  */  */
9    
10    @import url(logo.css);
11    
12  html  html
13          {margin: 0;          {margin: 0;
14          background-color: Window; color: WindowText}          background-color: Window; color: WindowText}
# Line 20  p Line 24  p
24          {margin: 0 2em;          {margin: 0 2em;
25          text-indent: 1em}          text-indent: 1em}
26    
   
   
27  acronym, abbr  acronym, abbr
28          {border-bottom: dotted #ff0080 thin;          {border-bottom: dotted #ff0080 thin;
29          padding-bottom: .1em;          padding-bottom: .1em;
# Line 114  a img.favicon Line 116  a img.favicon
116  a.self img.favicon  a.self img.favicon
117          {border-style: none}          {border-style: none}
118    
119    .logo-suika
120            {float: left}
121    
122    
123  /* footer blocks */  /* footer blocks */
124    
125  address /* , div.info, .about */  .navigation, address
126          {margin: 1em 0.3em 0 0.3em;          {margin: 1em 0 0 0;
127          border-style: solid none none none;          border-style: solid none none none;
128          border-color: gray;          border-color: gray;
129          border-width: thin;          border-width: thin;
# Line 127  address /* , div.info, .about */ Line 133  address /* , div.info, .about */
133          line-height: 100%}          line-height: 100%}
134    
135  .update  .update
136          {margin: 0 0.3em 1em 0.3em;          {margin: 0; padding: 0;
137          line-height: 100%}          line-height: 100%}
138    
139  img#w3c-html, img#w3c-css  img#w3c-html, img#w3c-css
# Line 140  img#w3c-html, img#w3c-css Line 146  img#w3c-html, img#w3c-css
146          {display: inline; margin: 0 1.5em 0 0; border-style: none;          {display: inline; margin: 0 1.5em 0 0; border-style: none;
147          padding: 0; font-weight: normal}          padding: 0; font-weight: normal}
148    
149  .myuri ul  .myuri ul       {display: inline; margin: 0}
150          {display: inline; margin: 0}  
151    ul.myuri
152            {display: block; margin: 0; padding: 0;
153            font-size: smaller}
154    
155  .myuri ul li  ul.myuri li, .myuri ul li
156          {display: inline; margin: 0 .5em;          {display: inline; margin: 0 .5em;
157          border-left: thin #ffbe7d solid; padding-left: .4em}          border-bottom: thin #ffbe7d solid; paddin: 0;
158            text-indent: 0}
159    
160    .myuri a
161            {text-decoration: none; color: inherit; background-color: inherit}
162    
163    
164  /* list */  /* list */
165    
# Line 156  ul, dl, ol, table Line 170  ul, dl, ol, table
170  ul ul, ol ol, ul ol, ol ul  ul ul, ol ol, ul ol, ol ul
171          {margin-top: 0.2em; margin-bottom: 0.2em}          {margin-top: 0.2em; margin-bottom: 0.2em}
172    
173  /*  /* simpledoc.css ends here */
   
 Change  
   
 2001-09-29  wakaba <wakaba@suika.fam.cx>  
   
         * redesign of headings' style.  
         * support of new classes (eg. div.update).  
         * (kbd): new.  
   
 2001-09-14  wakaba <wakaba@suika.fam.cx>  
   
         * bug fix of attr.name (border-size -> border-width).  
   
 2001-07-31  wakaba <wakaba@suika.fam.cx>  
   
         * Favicon support.  
   
 2001-05-13  wakaba <wakaba@suika.fam.cx>  
   
         * New File.  
   
 */  
   
 /* simpledoc.css ends here. */  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24