desktop.css 7.7 KB

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