source: products/qPloneDropDownMenu/branches/0.2/skins/qPloneDropDownMenu/stylesheets/qplonedropdownmenu.css.dtml @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 2.8 KB
RevLine 
[1]1/* <dtml-with base_properties> (do not remove this :) */
2/* <dtml-call "REQUEST.set('portal_url', portal_url())"> (not this either :) */
3
4#app                        #busy,
5#app                        ul.hideLevel,
6#app                        .reorder-controls,
7#app li.childsort div.reorderHover:hover .reorder-controls,
8#app li.childsort div.reorderHover.hover .reorder-controls,
9#app                        .sort-controls,
10#app li.childsort ul        .sort-controls,
11#app                        .drag-handle,
12#app                        .delete,
13#app li.childsort div.deleteHover:hover .delete,
14#app li.childsort div.deleteHover.hover .delete,
15#app                        .editform,
16#app li.childedit           ul,
17#app li.childedit           span,
18#app li.childsort ul li     ul,
19#app li.childsort ul li     .item_icon,
20#app li.childsort           .addItem,
21#app                        .field-title  dt,
22#app                        .field-url,
23#app                        .add-controls    {display: none;}
24
25#app                         ul.showLevel,
26#app li.childedit            .editform,
27#app li.childadd             .field-title dt,
28#app li.childadd             .field-url,
29#app li.childadd             .add-controls    {display: block;}
30
31#app div.deleteHover:hover .delete,
32#app div.deleteHover.hover .delete,
33#app div.reorderHover:hover .reorder-controls,
34#app div.reorderHover.hover .reorder-controls,
35#app li.childsort        .sort-controls,
36#app li.childsort ul     .drag-handle,
37/*#app.editing li.curedit li       span,*/
38#app.working                     #busy {display: inline;}
39
40/*************************************************************/
41
42#app .tabslist img.drag-handle {cursor: move;}
43
44#app .delete {
45  background: url(&dtml-portal_url;/images/trash.gif) no-repeat;
46}
47
48.item_icon {
49    width: 11px;
50    height: 9px;
51}
52
53.expanded_icon {
54    background: url(&dtml-portal_url;/images/live_tree_branch_expanded_icon_win.gif) no-repeat;
55}
56
57.collapsed_icon {
58    background: url(&dtml-portal_url;/images/live_tree_branch_collapsed_icon_win.gif) no-repeat;
59}
60
61/*************************************************************/
62
63.overlay_alert {
64    background-color: #85BBEF; /*&dtml-globalBorderColor;;*/
65    filter:alpha(opacity=60);
66    -moz-opacity: 0.6;
67    opacity: 0.6;
68}
69
70.overlay_li {background-color: &dtml-backgroundColor;;}
71
72#app ul {
73  list-style: none;
74}
75
76#app ul.tabslist                      {background-color: #eee;}
77#app ul.tabslist ul                   {background-color: #ddd;}
78#app ul.tabslist ul ul                {background-color: #ccc;}
79#app ul.tabslist ul ul ul             {background-color: #bbb;}
80#app ul.tabslist ul ul ul ul          {background-color: #aaa;}
81
82
83/*************************************************************/
84
85/* </dtml-with> (do not remove this either :) */
Note: See TracBrowser for help on using the repository browser.