/[suikacvs]/webroot/s/default/xhtml2.css
Suika

Diff of /webroot/s/default/xhtml2.css

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

revision 1.2 by wakaba, Fri Sep 5 11:32:52 2003 UTC revision 1.4 by wakaba, Sun Dec 5 06:49:04 2004 UTC
# Line 1  Line 1 
1  @namespace 'http://www.w3.org/2002/06/xhtml2';  @import '/www/style/html/xhtml2.css';
2    
3  html {  /* NOTE: This style sheet URI (<http://suika.fam.cx/s/default/xhtml2>) is
4          display: block;           OBSOLETE. */
         line-height: 2.0;  
 }  
 head {  
         display: none;  
 }  
   
 body {  
         display: block;  
         margin-left: 1.5em;  
         margin-right: 1.5em;  
 }  
   
 section {  
         display: block;  
         margin-left: 0.5em;  
         margin-right: 0.5em;  
 }  
   
 section + section {  
         margin-top: 1em;  
 }  
   
 h {  
         display: block;  
         margin-left: -1em;  
         margin-bottom: 0.5em;  
         font-size: 120%;  
         font-weight: bolder;  
         line-height: 1.2;  
 }  
   
 p {  
         display: block;  
         text-indent: 1em;  
 }  
   
 l {  
         display: block;  
 }  
   
 blockquote, blockcode {  
         display: block;  
 }  
   
 code.uri:before, code.mail:before {  
         content: "<";  
 }  
 code.uri:after, code.mail:after {  
         content: ">";  
 }  
   
 /* List */  
   
 ul, ol, nl {  
         display: block;  
 }  
 li {  
         display: list-item;  
         margin-left: 1em;  
 }  
 label {  
         display: block;  
         font-weight: bolder;  
 }  
   
 /* Link */  
 [href] {  
         color: blue;  
         border: hidden thin blue;  
         cursor: pointer;  
 }  
 [href] {  
         color: -moz-hyperlinktext;  
 }  
 [href]:hover {  
         color: inherit;  
         border: solid thin -moz-hyperlinktext;  
 }  
5    
6  /* License  /* License
7    
8  Copyright 2003 Wakaba <w@suika.fam.cx>.  Copyright 2003-2004 Wakaba <w@suika.fam.cx>.
9    
10  This program is free software; you can redistribute it and/or modify  This program is free software; you can redistribute it and/or modify
11  it under the terms of the GNU General Public License as published by  it under the terms of the GNU General Public License as published by

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24