]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dijit/themes/nihilo/TitlePane.css.commented.css
Comment class stub
[eow] / static / dojo-release-1.1.1 / dijit / themes / nihilo / TitlePane.css.commented.css
1 /** 
2  * dijit.layout.TitlePane 
3  *
4  */ 
5  
6 .nihilo .dijitTitlePane .dijitTitlePaneTitle {
7         background: #cccccc;
8         background:#fff url("images/titleBar.png") repeat-x top left;
9         border:1px solid #bfbfbf;
10         padding:4px 4px 2px 4px;
11         cursor: pointer;
12         font-size: 0.9em;
13         font-weight: bold;
14         color: #6d6d6d;
15 }
16
17 /* TODO: merge these, and all other icons to a series of background-image:() and background-position: -16*n px styles */
18 .nihilo .dijitTitlePane .dijitArrowNode {
19         width:15px;
20         height:15px;
21         float:right;
22         margin-top: -2px;
23 }
24
25 .nihilo .dijitTitlePaneFocused .dijitTitlePaneTextNode {
26         color: #243C5F;
27 }
28
29
30 .nihilo .dijitOpen .dijitTitlePaneTextNode {
31         color: #243C5F;
32 }
33
34 .nihilo .dijitTitlePane .dijitClosed .dijitArrowNode {
35         background: url('images/spriteRoundedIconsSmall.png') no-repeat top left;
36 }
37 .dj_ie6 .nihilo .dijitTitlePane .dijitClosed .dijitArrowNode {
38         background:url('images/spriteRoundedIconsSmall.gif') no-repeat top left;
39 }
40 .nihilo .dijitTitlePane .dijitOpen .dijitArrowNode {
41         background:url('images/spriteRoundedIconsSmall.png') no-repeat -15px top;
42 }
43 .dj_ie6 .nihilo .dijitTitlePane .dijitOpen .dijitArrowNode {
44         background:url('images/spriteRoundedIconsSmall.gif') no-repeat -15px top;
45 }
46 .nihilo .dijitTitlePane .dijitArrowNodeInner {
47         visibility:hidden;
48 }
49 .dijit_a11y .dijitTitlePane .dijitArrowNodeInner {
50         visibility:visible;
51 }
52
53 .nihilo .dijitTitlePaneTitle .dijitOpenCloseArrowOuter {
54         margin-right:5px;
55 }
56
57 .nihilo .dijitOpen .dijitTitlePaneTitle .dijitOpenCloseArrowOuter {
58         position:relative;
59         top:2px;
60 }
61
62 .nihilo .dijitTitlePaneContentOuter {
63         background: #ffffff;
64         border:1px solid #bfbfbf;
65         border-top: 0px solid #3d3d3d;  /* w/out this, an <h1> on the top line causes a gap between the .content and .label */
66 }
67 .nihilo .dijitTitlePaneContentInner {
68         padding:10px;
69 }
70 /* force hasLayout to ensure borders etc, show up */
71 .dj_ie6 .nihilo .dijitTitlePaneContentOuter,
72 .dj_ie6 .nihilo .dijitTitlePane .dijitTitlePaneTitle {
73         zoom: 1;
74 }
75 .nihilo .dijitClickableRegion {
76         background-color : #ffc !important;
77 }