desktop.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. /*!
  2. * Ext JS Library 4.0
  3. * Copyright(c) 2006-2011 Sencha Inc.
  4. * licensing@sencha.com
  5. * http://www.sencha.com/license
  6. */
  7. #poweredby {
  8. position: absolute;
  9. bottom: 40px;
  10. right: 20px;
  11. z-index: 15000;
  12. /* IE 5-7 */
  13. filter: alpha(opacity=70);
  14. /* Netscape */
  15. -moz-opacity: 0.7;
  16. /* Safari 1.x */
  17. -khtml-opacity: 0.7;
  18. /* Good browsers */
  19. opacity: 0.7;
  20. }
  21. #poweredby div {
  22. position: relative;
  23. width: 150px;
  24. height: 25px;
  25. background-image: url(../images/powered-by-ext-js.png);
  26. background-repeat: no-repeat;
  27. }
  28. /* The simple background image PNG does not work in IE6-8, but does in IE9 */
  29. .x-ie6 #poweredby div,
  30. .x-ie7 #poweredby div,
  31. .x-ie8 #poweredby div {
  32. background-image: none;
  33. filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/powered-by-ext-js.png', sizingMethod='scale');
  34. }
  35. /*----------------------------------------------------
  36. Start Button
  37. */
  38. .ux-start-button-icon {
  39. background-image: url(../images/taskbar/sencha.gif) !important;
  40. background-color: transparent;
  41. }
  42. .ux-start-button .x-btn-arrow {
  43. background-image: none;
  44. }
  45. .ux-start-button .x-btn-arrow-right {
  46. padding-left: 10px;
  47. }
  48. .ux-taskbar {
  49. padding-left: 4px !important;
  50. }
  51. /*
  52. Start Button (Black)
  53. */
  54. .ux-desktop-black .ux-start-button {
  55. height: 28px;
  56. padding: 0px;
  57. display: block;
  58. }
  59. .ux-desktop-black .ux-start-button em {
  60. margin-top: 5px;
  61. }
  62. .ux-desktop-black .ux-start-button .x-btn-inner {
  63. color: black;
  64. font-size:11px;
  65. font-weight: bold;
  66. }
  67. .ux-desktop-black .ux-start-button {
  68. background-image: -moz-linear-gradient(center top , #E4F3FF, #D9EDFF 48%, #C2D8F2 52%, #C6DCF6);
  69. border-radius: 8px 8px 8px 8px;
  70. border-color: #81A4D0;
  71. }
  72. /*----------------------------------------------------
  73. Start Menu
  74. */
  75. .ux-start-menu-toolbar .x-btn-inner {
  76. text-align: left;
  77. }
  78. .ux-start-menu-toolbar {
  79. padding: 4px !important;
  80. }
  81. /*----------------------------------------------------
  82. TaskBar
  83. */
  84. .ux-taskbar .x-toolbar {
  85. background: transparent none;
  86. border-color: transparent;
  87. }
  88. .x-ie6 .ux-taskbar .x-toolbar {
  89. border-color: #d3e1f1;
  90. }
  91. .ux-desktop-windowbar .x-btn-inner,
  92. .x-nbr .ux-desktop-windowbar .x-btn-icon-text-left button {
  93. text-align: left !important;
  94. }
  95. .ux-taskbar .x-toolbar {
  96. height: 28px;
  97. }
  98. .ux-taskbar {
  99. height: 28px;
  100. padding: 0;
  101. }
  102. .x-toolbar .x-toolbar {
  103. padding: 0;
  104. }
  105. /*
  106. TaskBar (Black)
  107. */
  108. .ux-desktop-black .ux-taskbar {
  109. background: transparent url('../images/taskbar/black/taskbar-start-panel-bg.gif') repeat-x left top;
  110. border-color: transparent;
  111. /*height: 30px;*/
  112. }
  113. .ux-desktop-black .ux-taskbar .x-splitter {
  114. background: transparent url(../images/taskbar/black/taskbar-split-h.gif) no-repeat scroll 0 -2px;
  115. }
  116. .ux-desktop-black .ux-taskbar .x-toolbar-text {
  117. color: white !important;
  118. }
  119. .ux-desktop-black .ux-taskbar .x-btn-default-toolbar-small-over {
  120. background-color: yellow;
  121. }
  122. .ux-desktop-black .ux-taskbar .x-btn-inner {
  123. color: white;
  124. }
  125. .ux-desktop-black .ux-taskbar .x-btn-pressed .x-btn-inner, .ux-taskbar .x-btn-over .x-btn-inner {
  126. color: black;
  127. }
  128. /*----------------------------------------------------
  129. Tray Clock
  130. */
  131. .ux-desktop-trayclock {
  132. text-align: center;
  133. vertical-align: middle;
  134. padding-top: 0;
  135. padding-bottom: 0;
  136. }
  137. /*----------------------------------------------------
  138. Desktop DataView
  139. */
  140. .ux-wallpaper {
  141. background-color: #3d71b8;
  142. }
  143. .ux-wallpaper-tiled {
  144. background-repeat: repeat;
  145. }
  146. .ux-desktop-shortcut {
  147. cursor: pointer;
  148. text-align: center;
  149. padding: 8px;
  150. margin: 8px;
  151. width: 64px;
  152. }
  153. .ux-desktop-shortcut-icon {
  154. width: 48px;
  155. height: 48px;
  156. background-color: transparent;
  157. background-repeat: no-repeat;
  158. }
  159. .ux-desktop-shortcut-text {
  160. font: normal 10px tahoma,arial,verdana,sans-serif;
  161. text-decoration: none;
  162. padding-top: 5px;
  163. color: white;
  164. }
  165. .x-view-over .ux-desktop-shortcut-text {
  166. text-decoration: underline;
  167. }
  168. /*----------------------------------------------------
  169. Various icon classes
  170. */
  171. .accordion-shortcut {
  172. background-image: url(../images/im48x48.png);
  173. }
  174. .cpu-shortcut {
  175. background-image: url(../images/statusLarge.png);
  176. }
  177. .grid-shortcut {
  178. background-image: url(../images/grid48x48.png);
  179. }
  180. .notepad-shortcut {
  181. background-image: url(../images/notepadLarge.png);
  182. width: 46px;
  183. height: 46px;
  184. }
  185. .x-ie6 .accordion-shortcut {
  186. background-image: none;
  187. filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/im48x48.png', sizingMethod='scale');
  188. }
  189. .x-ie6 .cpu-shortcut {
  190. background-image: none;
  191. filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/statusLarge.png', sizingMethod='scale');
  192. }
  193. .x-ie6 .grid-shortcut {
  194. background-image: none;
  195. filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/grid48x48.png', sizingMethod='scale');
  196. }
  197. .x-ie6 .notepad-shortcut {
  198. background-image: none;
  199. filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/notepadLarge.png', sizingMethod='scale');
  200. }
  201. .video {
  202. background-image: url(../images/gears.gif);
  203. }
  204. .bogus {
  205. background-image: url( ../images/bogus.png ) !important;
  206. }
  207. .notepad {
  208. background-image: url( ../images/bogus.png ) !important;
  209. }
  210. .logout {
  211. background-image: url( ../images/logout.gif ) !important;
  212. }
  213. .settings {
  214. background-image: url( ../images/gears.gif ) !important;
  215. }
  216. .icon-grid {
  217. background-image:url( ../images/grid.png ) !important;
  218. }
  219. .add {
  220. background-image:url(../../shared/icons/fam/add.gif) !important;
  221. }
  222. .option {
  223. background-image:url(../../shared/icons/fam/plugin.gif) !important;
  224. }
  225. .remove {
  226. background-image:url(../../shared/icons/fam/delete.gif) !important;
  227. }
  228. .save {
  229. background-image:url(../../shared/icons/save.gif) !important;
  230. }
  231. .accordion {
  232. background-image:url(../images/accordian.gif) !important;
  233. }
  234. .tabs {
  235. background-image:url(../images/tabs.gif) !important;
  236. }
  237. /*----------------------------------------------------
  238. IM window icons
  239. */
  240. .user {
  241. background-image:url( ../../shared/icons/fam/user.gif ) !important;
  242. }
  243. .user-add {
  244. background-image:url(../../shared/icons/fam/user_add.gif) !important;
  245. }
  246. .user-delete {
  247. background-image:url(../../shared/icons/fam/user_delete.gif) !important;
  248. }
  249. .connect {
  250. background-image:url(../../shared/icons/fam/connect.gif) !important;
  251. }
  252. .user-girl {
  253. background-image:url(../../shared/icons/fam/user_female.gif) !important;
  254. }
  255. .user-kid {
  256. background-image:url(../../shared/icons/fam/user_green.gif) !important;
  257. }
  258. .user-suit {
  259. background-image:url(../../shared/icons/fam/user_suit.gif) !important;
  260. }