/[suikacvs]/test/suikawebwww/style/html/xoxo.css
Suika

Contents of /test/suikawebwww/style/html/xoxo.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations) (download) (as text)
Tue Dec 13 13:26:11 2005 UTC (19 years, 4 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +13 -8 lines
File MIME type: text/css
Spec style split

1 wakaba 1.1 @namespace xoxo 'http://suika.fam.cx/www/style/html/xoxo#';
2    
3     ol.xoxo {
4     display: block;
5     margin-left: 4em;
6 wakaba 1.2 border-style: none;
7     padding: 0;
8 wakaba 1.1 }
9    
10     ol.xoxo ol {
11     margin-top: 0;
12     margin-bottom: 0;
13     margin-left: 0;
14 wakaba 1.2 margin-right: 0;
15     border-style: none;
16 wakaba 1.4 padding: 0 0 0 1.5em;
17 wakaba 1.1 }
18    
19     ol.xoxo li {
20     margin-top: 0;
21     margin-bottom: 0;
22     margin-left: 0;
23 wakaba 1.2 margin-right: 0;
24     border-style: none;
25 wakaba 1.4 padding: 0 0 0 0.8em;
26 wakaba 1.1 list-style-type: circle;
27     list-style-position: outside;
28 wakaba 1.4 /* list-style-image: url(/www/style/orange-nes); */
29 wakaba 1.1 -moz-binding: url(/www/style/html/xoxo-dynamic.xbl#expandable-li);
30 wakaba 1.4 vertical-align: middle;
31     }
32    
33     ol.xoxo ol ol ol ol ol ol ol ol ol ol ol ol ol li {
34     -moz-binding: none;
35 wakaba 1.1 }
36    
37 wakaba 1.3 ol.xoxo li:last-child {
38 wakaba 1.4 /* list-style-image: url(/www/style/orange-ne); */
39 wakaba 1.3 }
40    
41 wakaba 1.1 li[xoxo|enabled = 'true'] {
42     cursor: pointer;
43     }
44    
45     ol.xoxo li[xoxo|expanded = 'false'] {
46     list-style-type: disc;
47 wakaba 1.4 /* list-style-image: url(/www/style/orange-nesw); */
48 wakaba 1.3 }
49    
50     ol.xoxo li[xoxo|expanded = 'true'] {
51 wakaba 1.4 list-style-type: circle;
52     /* list-style-image: url(/www/style/orange-ew); */
53 wakaba 1.1 }
54    
55     li[xoxo|enabled = 'true'] > ol {
56     cursor: auto;
57     }
58    
59     li[xoxo|enabled = 'true'] > ol[compact] {
60     display: none;
61     }
62    
63     /* License
64    
65     Copyright 2005 Wakaba <w@suika.fam.cx>.
66    
67     This program is free software; you can redistribute it and/or modify
68     it under the terms of the GNU General Public License as published by
69     the Free Software Foundation; either version 2 of the License, or
70     (at your option) any later version.
71    
72     This program is distributed in the hope that it will be useful,
73     but WITHOUT ANY WARRANTY; without even the implied warranty of
74     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
75     GNU General Public License for more details.
76    
77     You should have received a copy of the GNU General Public License
78     along with this program; see the file COPYING. If not, write to
79     the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
80     Boston, MA 02111-1307, USA.
81    
82     */
83    
84 wakaba 1.4 /* $Date: 2005/08/10 12:13:48 $ */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24