/[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.1 by wakaba, Sat Jul 19 03:06:55 2003 UTC revision 1.2 by wakaba, Fri Sep 5 11:32:52 2003 UTC
# Line 2  Line 2 
2    
3  html {  html {
4          display: block;          display: block;
5            line-height: 2.0;
6  }  }
7  head {  head {
8          display: none;          display: none;
9  }  }
10    
11  body, section {  body {
12            display: block;
13            margin-left: 1.5em;
14            margin-right: 1.5em;
15    }
16    
17    section {
18          display: block;          display: block;
19          margin-left: 0.5em;          margin-left: 0.5em;
20          margin-right: 0.5em;          margin-right: 0.5em;
21  }  }
22    
23    section + section {
24            margin-top: 1em;
25    }
26    
27    h {
28            display: block;
29            margin-left: -1em;
30            margin-bottom: 0.5em;
31            font-size: 120%;
32            font-weight: bolder;
33            line-height: 1.2;
34    }
35    
36  p {  p {
37          display: block;          display: block;
38            text-indent: 1em;
39  }  }
40    
41  l {  l {
# Line 29  code.uri:before, code.mail:before { Line 50  code.uri:before, code.mail:before {
50          content: "<";          content: "<";
51  }  }
52  code.uri:after, code.mail:after {  code.uri:after, code.mail:after {
53          content: "<";          content: ">";
54    }
55    
56    /* List */
57    
58    ul, ol, nl {
59            display: block;
60    }
61    li {
62            display: list-item;
63            margin-left: 1em;
64    }
65    label {
66            display: block;
67            font-weight: bolder;
68    }
69    
70    /* Link */
71    [href] {
72            color: blue;
73            border: hidden thin blue;
74            cursor: pointer;
75    }
76    [href] {
77            color: -moz-hyperlinktext;
78    }
79    [href]:hover {
80            color: inherit;
81            border: solid thin -moz-hyperlinktext;
82  }  }
83    
84  /* License  /* License

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24