desktop.css 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. /* generics */
  2. html {
  3. height: 100%;
  4. background-color: #ccc;
  5. }
  6. /* main desktop */
  7. body {
  8. height: 100%;
  9. position: absolute;
  10. top: 0px; left: 0px; right: 0px; bottom: 0px;
  11. overflow: hidden;
  12. font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
  13. margin: 0px;
  14. padding: 0px;
  15. font-size: 12px;
  16. }
  17. body>.ccs-error-popup {
  18. display: none;
  19. }
  20. #bg {
  21. width: 100%;
  22. height: 100%;
  23. position: absolute;
  24. opacity: 0;
  25. filter: alpha(opacity=0);
  26. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  27. }
  28. #bg .desktop-bg {
  29. position: absolute;
  30. width: 100%;
  31. opacity: inherit;
  32. filter: inherit;
  33. -ms-filter: inherit;
  34. }
  35. #bg .desktop-logo {
  36. opacity: inherit;
  37. filter: inherit;
  38. -ms-filter: inherit;
  39. width: 60px;
  40. height: 54px;
  41. position: fixed;
  42. bottom: 60px;
  43. right: 30px;
  44. z-index: 1;
  45. }
  46. a, a:active, a:focus, button, button:active, button:focus {
  47. outline: none;
  48. outline-style: none;
  49. outline-width: 0;
  50. cursor: pointer;
  51. }
  52. button, input[type=submit], input[type=button] {
  53. box-sizing: content-box;
  54. -moz-box-sizing: content-box;
  55. -webkit-box-sizing: content-box;
  56. }
  57. /*for FireFox*/
  58. input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, button::-moz-focus-inner {
  59. border : 0px;
  60. outline: none;
  61. }
  62. /*for IE8 */
  63. input[type="submit"]:focus, input[type="button"]:focus {
  64. outline : none;
  65. }
  66. #ccs-desktop {
  67. height: 0px;
  68. overflow: visible;
  69. top: 24px;
  70. position: relative;
  71. z-index: 0;
  72. }
  73. form, div, li, dt, dd, p {
  74. position: relative;
  75. }
  76. /* top toolbar */
  77. #ccs-topnav {
  78. position: fixed;
  79. top: 0px;
  80. left: 0px;
  81. width: 100%;
  82. z-index: 10001;
  83. visibility:hidden;
  84. }
  85. #ccs-toolbar {
  86. display: none;
  87. background: url(../art/toolbar-back.png) repeat-x;
  88. height: 20px;
  89. border-bottom: 1px solid #666;
  90. margin: 0px;
  91. font-size: 14px;
  92. padding: 3px 10px 0px 24px;
  93. position: relative;
  94. color: #5a5a5a;
  95. z-index: 10000;
  96. }
  97. #ccs-toolbar span {
  98. font-size: 13px;
  99. }
  100. #ccs-toolbar a {
  101. color: #5a5a5a;
  102. font-weight: bold;
  103. }
  104. #ccs-toolbar #ccs-logout, #ccs-toolbar #ccs-logout a {
  105. color: #999;
  106. font-weight: normal;
  107. font-size: 9px;
  108. }
  109. #ccs-toolbar #ccs-logout {
  110. position: relative;
  111. top: -1px;
  112. margin-left: 6px;
  113. }
  114. #ccs-toolbar img.ccs-swoosh {
  115. position: absolute;
  116. top: 4px;
  117. left: 5px;
  118. cursor: pointer;
  119. }
  120. /* feedback */
  121. a#ccs-feedback {
  122. position:fixed;
  123. bottom: 0px;
  124. left: 5px;
  125. cursor: pointer;
  126. z-index: 10003;
  127. }
  128. a#ccs-feedback img {
  129. display: block;
  130. }
  131. /* tips */
  132. p.ccs-tip-example {
  133. margin: 0px;
  134. padding-bottom: 2px;
  135. font-style: italic;
  136. }
  137. ul.ccs-errors li {
  138. background:transparent url(/site_media/art/error.png) no-repeat scroll 0 0;
  139. color:#666666;
  140. font-weight:bold;
  141. padding:0 20px !important;
  142. margin-bottom: 3px;
  143. }
  144. /* cluster list */
  145. div.ccs-submenu-list {
  146. width: 200px;
  147. background: #fff;
  148. border: 1px solid #666;
  149. padding: 10px;
  150. }
  151. div.ccs-submenu-list h1 {
  152. font-size:12px;
  153. }
  154. /* icon zoomers */
  155. a.ccs-lb-thumb {
  156. position: relative;
  157. display: block;
  158. clear:both;
  159. padding: 0 8px;
  160. margin-bottom: 4px;
  161. }
  162. #ccs-loading {
  163. background: #111;
  164. opacity: 0.8;
  165. filter: alpha(opacity=80);
  166. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  167. color: #FFF;
  168. position: fixed;
  169. z-index: 99999;
  170. width: 350px;
  171. bottom: 35px;
  172. left: 10px;
  173. padding: 10px;
  174. border-radius: 4px;
  175. -moz-border-radius: 4px;
  176. -webkit-border-radius: 4px;
  177. }
  178. /* mask and waiter */
  179. div.mask {
  180. z-index:10002;
  181. background-color: #96C3DF;
  182. opacity: 0.5;
  183. filter: alpha(opacity=50);
  184. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  185. }
  186. .spinner {
  187. position: 'absolute';
  188. opacity: 0.9;
  189. filter: alpha(opacity=90);
  190. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  191. zIndex: 999;
  192. background: #fff;
  193. }
  194. .spinner-msg {
  195. text-align: center;
  196. font-weight: bold;
  197. }
  198. .spinner-img {
  199. background: url(/static/art/spinner.gif) no-repeat;
  200. width: 16px;
  201. height: 16px;
  202. margin: 0 auto;
  203. }
  204. /* doc */
  205. #ccs-dock {
  206. visibility: hidden;
  207. position: fixed;
  208. bottom: 0px;
  209. width: 80%;
  210. min-width: 400px;
  211. right: 10%;
  212. left: 10%;
  213. z-index: 10;
  214. }
  215. #ccs-dock #ccs-dock-status {
  216. height: 45px;
  217. border-style: solid;
  218. border-right: 1px solid #c5c5c5;
  219. min-width: 200px;
  220. position: absolute;
  221. text-align: left;
  222. line-height: 45px;
  223. left: 0px;
  224. }
  225. #ccs-dock #ccs-dock-content {
  226. text-align: right;
  227. height: 45px;
  228. border-style: solid;
  229. border-width: 1px;
  230. border-color: #f2f2f2 #d7d7d7 #c5c5c5;
  231. border-radius: 3px 3px 0px 0px;
  232. -moz-border-radius: 3px 3px 0px 0px;
  233. -webkit-border-radius: 3px 3px 0px 0px;
  234. background: #dbdbdb;
  235. width: 100%;
  236. }
  237. #ccs-dock img.ccs-icon {
  238. height: 35px;
  239. width: 35px;
  240. opacity: 0.8;
  241. padding: 4px;
  242. cursor: pointer;
  243. }
  244. #ccs-dock img.ccs-icon:hover {
  245. opacity: 1;
  246. }
  247. #ccs-dock img.ccs-icon-active {
  248. opacity: 1;
  249. }
  250. #ccs-dock-status-content {
  251. padding: 0px 10px;
  252. }
  253. #ccs-dock-status-content a {
  254. border: 1px solid;
  255. border-color: #c2c2c2 #939393 #5e5e5e #adadad;
  256. line-height: 12px;
  257. padding: 2px 6px;
  258. margin: 0px 2px;
  259. border-radius: 10px;
  260. -moz-border-radius: 10px;
  261. -webkit-border-radius: 10px;
  262. background: #eaeaea;
  263. color: #333;
  264. position: relative;
  265. top: 2px;
  266. }
  267. #ccs-dock-status-content a.dock_misconfig {
  268. border: none;
  269. padding: 0; margin: 0;
  270. border-radius: 0px;
  271. -moz-border-radius: 0px;
  272. -webkit-border-radius: 0px;
  273. background: none;
  274. }
  275. #ccs-dock-status-content a.ccs-dock-status-failed {
  276. background: #fa1500;
  277. color: #fff;
  278. }
  279. #ccs-dock-status-content a.ccs-dock-status-completed {
  280. background: #06d307;
  281. }
  282. #ccs-dock-status-content a:hover {
  283. text-decoration: none;
  284. background: #fff;
  285. color: #000;
  286. }
  287. #ccs-dock-status-content a.dock_misconfig:hover {
  288. background: none;
  289. }
  290. div.dock-tip div.DefaultPointyTip .pointyWrapper div.top_ur {
  291. padding-right: 8px;
  292. }
  293. /* hotkeys !*/
  294. #hotkeys {
  295. position: absolute;
  296. display: block;
  297. right: 6px;
  298. top: 2px;
  299. height: 18px;
  300. text-align: center;
  301. line-height:18px;
  302. font-weight: normal;
  303. font-size: 9px;
  304. padding: 0 4px;
  305. }
  306. #hotkeys img {
  307. vertical-align: middle;
  308. position: relative;
  309. top: -1px;
  310. }
  311. #hotkeys:hover {
  312. text-decoration: none;
  313. background: #fff;
  314. border-radius: 4px;
  315. -moz-border-radius: 4px;
  316. -webkit-border-radius: 4px;
  317. }
  318. #ccs-shortcut_list {
  319. z-index: 10003;
  320. background: #fff;
  321. border: 2px solid #555;
  322. border-radius: 2px;
  323. -moz-border-radius: 2px;
  324. -webkit-border-radius: 2px;
  325. }
  326. /* session restore message */
  327. .loadingmsg {
  328. width: 400px;
  329. text-align: center;
  330. background: #111;
  331. opacity: 0.85;
  332. filter: alpha(opacity=85);
  333. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  334. color: #FFF;
  335. padding: 10px 10px 16px 10px;
  336. border-radius: 4px;
  337. -moz-border-radius: 4px;
  338. -webkit-border-radius: 4px;
  339. }
  340. .loadingmsg p {
  341. margin-bottom: 12px;
  342. }
  343. .loadingmsg a {
  344. background: #333 url(/static/art/led-icons/arrow_undo.png) no-repeat 6px 3px;
  345. border-radius: 4px;
  346. -moz-border-radius: 4px;
  347. -webkit-border-radius: 4px;
  348. padding: 4px 8px 4px 26px;
  349. }
  350. .loadingmsg a:hover {
  351. background: #3e4f6d url(/static/art/led-icons/arrow_undo.png) no-repeat 6px 50%;
  352. }
  353. /* forms */
  354. /* validation */
  355. .validation-failed {
  356. background-color: #fcc;
  357. }
  358. .validation-advice {
  359. color: #a00;
  360. background: url(/static/art/error.png) left center no-repeat;
  361. padding-left: 18px;
  362. font-size: 12px;
  363. font-weight: normal;
  364. }
  365. input[type=submit] {
  366. cursor: pointer;
  367. }
  368. /* growl */
  369. .growl {
  370. cursor: pointer;
  371. position: absolute;
  372. right: 0px;
  373. width: 225px;
  374. -moz-border-radius: 8px;
  375. -webkit-border-radius: 8px;
  376. color: #FFF;
  377. background: #333;
  378. opacity: .75;
  379. filter: alpha(opacity=75);
  380. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  381. border: 1px solid #FFF;
  382. padding: 8px;
  383. margin: 8px;
  384. font-size: 12px;
  385. text-shadow: #000 2px 2px 2px;
  386. -moz-box-shadow: 4px 4px 5px #888;
  387. z-index: 100000;
  388. }
  389. .growl:hover {
  390. opacity: 1;
  391. filter: alpha(opacity=100);
  392. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  393. }
  394. #browserWarn {
  395. display: none;
  396. }
  397. .warned #ccs-topnav {
  398. top: 28px;
  399. }
  400. .warned #browserWarn {
  401. display: block;
  402. text-align: center;
  403. position: absolute;
  404. top: 0;
  405. left: 0;
  406. margin: 0;
  407. padding: 6px 0;
  408. background: #fffaa9;
  409. width: 100%;
  410. font-weight: bold;
  411. border-bottom: 1px solid #999;
  412. z-index: 100;
  413. }
  414. .warned #browserWarn a {
  415. color: #9d1106;
  416. }
  417. #closeWarning {
  418. display: block;
  419. position: absolute;
  420. right: 8px;
  421. top: 4px;
  422. width: 16px;
  423. height: 16px;
  424. background: url(/static/art/icons/grey_cross.png);
  425. }
  426. .desktop-menu {
  427. font-family: Arial;
  428. font-size: 13px;
  429. list-style: none;
  430. margin: 0;
  431. padding: 5px 1px;
  432. }
  433. .desktop-menu li {
  434. padding: 0;
  435. margin: 0;
  436. }
  437. .desktop-menu a {
  438. outline: none;
  439. margin: 0;
  440. display: block;
  441. padding: 2px 16px;
  442. text-decoration: none;
  443. color: #222;
  444. }
  445. .desktop-menu a.current {
  446. font-weight: bold;
  447. background-color: #ccc;
  448. }
  449. .desktop-menu a.selected {
  450. color: #fff;
  451. background: url(/static/art/context-menu-bg.png);
  452. text-shadow: 0px 1px 1px #0e4f9c;
  453. text-decoration:none;
  454. }
  455. .desktop-menu li.menu-separator {
  456. height: 4px;
  457. border-bottom: 1px solid #ddd;
  458. margin-bottom: 4px;
  459. }
  460. .desktop-menu li.menu-separator a {
  461. display: none;
  462. }