]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dijit/themes/soria/Menu.css.commented.css
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dijit / themes / soria / Menu.css.commented.css
1
2 /* Menu */
3 .soria .dijitMenu {
4         border: 1px solid #cbcbcb;
5         margin: 0px;
6         padding: 0px;
7         background-color: #fff;
8 }
9
10 .soria .dijitMenuItem {
11         background-color: #fff;
12         font: menu;
13         margin: 0px;
14         color: #243C5F;
15 }
16 .soria .dijitMenuPreviousButton, .soria .dijitMenuNextButton {
17         font-style: italic;
18 }
19 .soria .dijitMenuItem TD {
20         padding:1px;
21 }
22
23 .soria .dijitMenuItemHover {
24         background-color: #d9e6f9; /* #95a0b0; #555555; #aaaaaa; #646464;  #60a1ea; #848484; */
25         color: #243C5F;
26 }
27
28 .soria .dijitMenuItemIcon {
29         width: 15px;
30         height: 15px;
31         /* padding-right: 3px; */
32 }
33
34 .soria .dijitMenuExpand {
35         display:none;
36 }
37 .soria .dijitMenuExpandEnabled {
38         /* margin-top:4px;  */
39         width:15px;
40         height:15px;
41         background:url('images/spriteRoundedIconsSmall.png') no-repeat -30px top;
42         display:block;
43 }
44 .dj_ie6 .soria .dijitMenuExpandEnabled {
45         background-image:url('images/spriteRoundedIconsSmall.gif');
46 }
47 .soria .dijitMenuExpandInner {
48         display:none;
49 }
50
51 .soria .dijitMenuSeparator {
52         background-color: #fff;
53         height: 1px;
54 }
55
56 /* separator can be two pixels -- set border of either one to 0px to have only one */
57 .soria .dijitMenuSeparatorTop {
58         border-bottom: 1px solid #fff; /*97adcb; */
59 }
60
61 .soria .dijitMenuSeparatorBottom {
62         border-top: 1px solid #8ba0bd;
63 }