| 1 |
@namespace xoxo 'http://suika.fam.cx/www/style/html/xoxo#'; |
| 2 |
|
| 3 |
ol.xoxo { |
| 4 |
display: block; |
| 5 |
margin-left: 4em; |
| 6 |
border-style: none; |
| 7 |
padding: 0; |
| 8 |
} |
| 9 |
|
| 10 |
ol.xoxo ol { |
| 11 |
margin-top: 0; |
| 12 |
margin-bottom: 0; |
| 13 |
margin-left: 0; |
| 14 |
margin-right: 0; |
| 15 |
border-style: none; |
| 16 |
padding: 0 0 0 1.5em; |
| 17 |
} |
| 18 |
|
| 19 |
ol.xoxo li { |
| 20 |
margin-top: 0; |
| 21 |
margin-bottom: 0; |
| 22 |
margin-left: 0; |
| 23 |
margin-right: 0; |
| 24 |
border-style: none; |
| 25 |
padding: 0 0 0 0.8em; |
| 26 |
list-style-type: circle; |
| 27 |
list-style-position: outside; |
| 28 |
/* list-style-image: url(/www/style/orange-nes); */ |
| 29 |
-moz-binding: url(/www/style/html/xoxo-dynamic.xbl#expandable-li); |
| 30 |
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 |
} |
| 36 |
|
| 37 |
ol.xoxo li:last-child { |
| 38 |
/* list-style-image: url(/www/style/orange-ne); */ |
| 39 |
} |
| 40 |
|
| 41 |
li[xoxo|enabled = 'true'] { |
| 42 |
cursor: pointer; |
| 43 |
} |
| 44 |
|
| 45 |
ol.xoxo li[xoxo|expanded = 'false'] { |
| 46 |
list-style-type: disc; |
| 47 |
/* list-style-image: url(/www/style/orange-nesw); */ |
| 48 |
} |
| 49 |
|
| 50 |
ol.xoxo li[xoxo|expanded = 'true'] { |
| 51 |
list-style-type: circle; |
| 52 |
/* list-style-image: url(/www/style/orange-ew); */ |
| 53 |
} |
| 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 |
/* $Date: 2005/08/10 12:13:48 $ */ |