/[suikacvs]/markup/slide/implementation/slide-style.css
Suika

Diff of /markup/slide/implementation/slide-style.css

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

revision 1.2 by wakaba, Mon Nov 3 06:30:31 2003 UTC revision 1.3 by wakaba, Mon Jan 26 09:21:48 2004 UTC
# Line 3  Line 3 
3  @namespace h1 'http://www.w3.org/1999/xhtml';  @namespace h1 'http://www.w3.org/1999/xhtml';
4  @namespace h 'http://www.w3.org/2002/06/xhtml2';  @namespace h 'http://www.w3.org/2002/06/xhtml2';
5    
 /* Meta informations */  
 h|head {  
         display: none;  
 }  
   
6  /* Slideset (root element) */  /* Slideset (root element) */
7  s|slides {  s|slides {
8          display: block;          display: block;
# Line 23  s|slide { Line 18  s|slide {
18          font-family: sans-serif;          font-family: sans-serif;
19  }  }
20    
21  /* Headings */  /* Container for non-note elements
22  h|h {     (Pseudo element always inserted by XBL code) */
23    s|slideBody {
24            display: block;
25            width: 100%;
26            height: 100%;
27    }
28    
29    /* Container for note elements
30       (Pseudo element generated by XBL code,
31        if at least one note is found) */
32    s|notes {
33            display: none;
34    }
35    
36    s|note {
37          display: block;          display: block;
         font-weight: bolder;  
38  }  }
39    
40  /* Main heading (slide title) */  /* Main heading (slide title) */
41    /* :x|xpath( (s:slide//h:h)[position() = 1] ) */
42  h|h:first-child {  h|h:first-child {
43          text-align: center;          text-align: center;
44          font-size: 200%;          font-size: 200%;
45  }  }
46    
 /* List */  
 h|ul, h|nl {  
         display: block;  
         margin-top: 1em; margin-bottom: 1em;  
         list-style-item: disc;  
 }  
 h|ul h|ul, h|nl h|ul, h|ul h|nl, h|nl h|nl {  
         margin-top: 0;  
         margin-bottom: 0;  
         list-style-type: circle;  
 }  
 h|ul h|ul h|ul, h|nl h|ul h|ul, h|ul h|nl h|ul, h|nl h|nl h|ul,  
 h|ul h|ul h|nl, h|nl h|ul h|nl, h|ul h|nl h|nl, h|nl h|nl h|nl {  
         list-style-type: square;  
 }  
 h|li {  
         display: list-item;  
         margin-left: 1em;  
         list-style-position: outer;  
 }  
 /*  
47  h|li[class~="so-that"] {  h|li[class~="so-that"] {
48            list-style: none;
49  }  }
50    
51  h|li[class~="so-that"]:before {  h|li[class~="so-that"]:before {
52          content: "$B"*(B";          content: "$B"*(B";
         display: /* marker *//* inline;  
 }  
 */  
   
 h|dl {  
         display: block;  
         margin-top: 1em;  
         margin-bottom: 1em;  
 }  
 h|dt {  
         display: list-item;  
         margin-left: 1em;  
 }  
 h|dd {  
         display: block;  
         margin-left: 3em;  
53  }  }
54    
55  s|fig {  s|fig {
# Line 113  s|ref[to] { Line 88  s|ref[to] {
88          white-space: pre;          white-space: pre;
89          font-family: monospace;          font-family: monospace;
90  }  }
   
 h|dfn {  
         font-weight: bolder;  
 }  

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24