/[suikacvs]/markup/slide/doc/hsml-intro-style.css
Suika

Diff of /markup/slide/doc/hsml-intro-style.css

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

revision 1.2 by wakaba, Mon Nov 3 06:28:58 2003 UTC revision 1.3 by wakaba, Sat Apr 23 11:38:00 2005 UTC
# Line 1  Line 1 
1  @namespace s 'urn:x-suika-fam-cx:markup:slide:1';  @namespace s 'urn:x-suika-fam-cx:markup:slide:1';
2  @namespace h1 'http://www.w3.org/1999/xhtml';  @namespace h1 'http://www.w3.org/1999/xhtml';
3  @namespace h 'http://www.w3.org/2002/06/xhtml2';  @namespace h 'http://www.w3.org/2002/06/xhtml2';
4    @namespace sd 'http://suika.fam.cx/~wakaba/archive/2005/3/common-class#';
5    @namespace dc 'http://purl.org/dc/elements/1.1/';
6  @namespace l 'http://suika.fam.cx/~wakaba/-temp/2003/05/01/layout-table';  @namespace l 'http://suika.fam.cx/~wakaba/-temp/2003/05/01/layout-table';
7  l|layout {  l|layout {
8          display: table;          display: table;
# Line 65  h|li h|l { Line 66  h|li h|l {
66          text-align: center;          text-align: center;
67          color: red;          color: red;
68  }  }
69    
70    /* Weak */
71    sd|weak {
72      font-size: smaller;
73      color: gray;
74    }
75    
76    h|li > sd|weak {
77      display: block;
78      text-align: right;
79    }
80    
81    sd\:weak {
82      font-size: smaller;
83      color: gray;
84      display: block;
85      text-align: right;
86    }
87    
88    /* Cover page */
89    
90    slide {
91      text-align: expression(function (element) {
92        if (element.getAttribute ('role') == 'cover') {
93          var h = element.getElementsByTagName ('h')[0];
94          h.style.marginTop = '0';
95          h.style.marginBottom = '0';
96        }
97        runtimeStyle.textAlign = 'left';
98      } (this));
99    }
100    
101    dc|date {
102      display: block;
103      text-align: right;
104    }
105    dc\:date {
106      display: block;
107      text-align: right;
108    }
109    
110    

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24