8 Copyright (c) 2007-2009 Greg Houston, <http://greghoustondesign.com/>.
19 ---------------------------------------------------------------- */
22 cursor: default
; /* Fix for issue in IE7. IE7 wants to use the I-bar text cursor */
25 min-width: 400px; /* Helps keep header content from wrapping */
30 #desktopTitlebarWrapper {
37 background: url
("../images/logo.gif") no-repeat
;
38 background-position: left
0;
43 #desktopTitlebar h1
.applicationTitle
{
52 #desktopTitlebar h2
.tagline
{
53 font-family: Verdana
, Arial
, Helvetica
, sans-serif
;
58 text-transform: uppercase
;
61 #desktopTitlebar h2
.tagline
.taglineEm
{
66 font-family: Verdana
, Arial
, Helvetica
, sans-serif
;
68 padding: 13px 10px 0 0;
80 text-decoration: none
;
86 background-color: var
(--color-background-default
);
87 overflow: hidden
; /* Remove this line if you want the menu to be backward compatible with Firefox 2 */
97 #desktopNavbar > ul
> li
{
105 #desktopNavbar ul li a
{
106 color: var
(--color-text-default
);
111 #desktopNavbar ul li
a:hover
{
112 background-color: var
(--color-background-hover
);
113 color: var
(--color-text-white
);
116 #desktopNavbar a:hover img
{
117 filter: var
(--color-icon-hover
);
120 #desktopNavbar ul li a
.arrow-right
,
121 #desktopNavbar ul li
a:hover
.arrow-right
{
122 background-image: url
("../images/arrow-right.gif");
123 background-position: right
7px;
124 background-repeat: no-repeat
;
127 #desktopNavbar li ul
{
128 background-color: var
(--color-background-default
);
129 border: 1px solid var
(--color-border-default
);
135 #desktopNavbar li:hover ul ul
,
136 #desktopNavbar li
.ieHover ul ul
,
137 #desktopNavbar li:hover ul ul ul
,
138 #desktopNavbar li
.ieHover ul ul ul
{
142 #desktopNavbar li ul ul
{
143 /* third-and-above-level lists */
144 margin: -22px 0 0 163px;
147 #desktopNavbar li ul li
.check
{
158 #desktopNavbar li ul li a
{
159 color: var
(--color-text-default
);
162 padding: 4px 10px 4px 23px;
166 #desktopNavbar li ul li
a:hover
{
167 background-color: var
(--color-background-hover
);
168 color: var
(--color-text-white
);
171 /* lists nested under hovered list items */
172 #desktopNavbar li:hover ul
,
173 #desktopNavbar li
.ieHover ul
,
174 #desktopNavbar li li
.ieHover ul
,
175 #desktopNavbar li li li
.ieHover ul
,
176 #desktopNavbar li
li:hover ul
,
177 #desktopNavbar li li
li:hover ul
{
182 #desktopNavbar li:hover
{
187 border-top: 1px solid var
(--color-border-default
);
193 border-bottom: 1px solid var
(--color-border-default
);
194 border-top: 1px solid var
(--color-border-default
);
195 overflow: hidden
; /* This can be set to hidden or auto */
199 #propertiesPanel_header {
205 #desktopFooterWrapper {
215 font-family: Verdana
, Arial
, Helvetica
, sans-serif
;
222 ---------------------------------------------------------------- */
228 overflow: hidden
; /* Required by IE6 */
235 border-bottom: 1px solid var
(--color-border-default
);
240 .panelWrapper.collapsed .panel-header {
254 border-bottom: 1px solid var
(--color-border-default
);
259 .panel-headerContent {
264 display: inline-block
;
272 background: url
("../images/collapse.svg") center
/16px no-repeat
;
276 background: url
("../images/collapse.svg") center
/16px no-repeat
;
277 transform: rotate
(180deg);
285 /* Column and Panel Handles */
294 .horizontalHandle.detached .handleIcon {
295 background: transparent
;
298 .horizontalHandle .handleIcon {
299 background: url
("../images/handle-icon-horizontal.gif") center center
309 background: url
("../images/handle-icon.gif") center center no-repeat
;
310 border: 1px solid var
(--color-border-default
);
330 /* Have to specify div here for IE6's sake */
331 div
.toolbox
.divider
{
332 background: url
("../images/toolbox-divider.gif") repeat-y
;
336 .toolbox img.disabled {
341 border: 1px solid transparent
;
342 display: inline-block
;
348 * html
.iconWrapper
{
360 border: 1px solid
#a0a0a0;
365 background: url
("../images/spinner-placeholder.gif") no-repeat
;
372 background: url
("../images/spinner.gif") no-repeat
;