hue-deprecated.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. div.solid-win a.css-close {
  2. float: right;
  3. }
  4. /* login popup */
  5. #css-flogin {
  6. visibility: hidden;
  7. }
  8. .solid-win #css-flogin {
  9. visibility: visible;
  10. }
  11. #css-login {
  12. text-align: center;
  13. }
  14. #css-login .css-login_logo {
  15. position :absolute;
  16. left: -37px;
  17. position:absolute;
  18. top: -49px;
  19. }
  20. #css-login div.body-left {
  21. position: relative;
  22. z-index:1;
  23. }
  24. #css-login input.css-username {
  25. margin-top: 20px;
  26. }
  27. #css-login input.css-continue {
  28. position: absolute;
  29. cursor: pointer;
  30. z-index: 1;
  31. bottom: -48px;
  32. left: 81px;
  33. width: 37px;
  34. height: 37px;
  35. border: none;
  36. background: url(/static/art/blue-continue.png) top left;
  37. text-indent: -200px;
  38. }
  39. .IEroot #css-login input.css-continue {
  40. font-size: 0;
  41. color: #fff;
  42. display:block;
  43. line-height:0;
  44. bottom: -44px;
  45. }
  46. .IEroot #css-login div.body-left {
  47. float: left;
  48. }
  49. #css-login.css-loading input.css-continue {
  50. background: url(/static/art/blue-continue.png) left -74px;
  51. }
  52. #css-login #css-pwhelp {
  53. cursor: pointer;
  54. position: absolute;
  55. left: 0px;
  56. bottom: -34px;
  57. }
  58. #css-login input {
  59. clear: both;
  60. display: block;
  61. margin: 6px auto;
  62. width: 165px;
  63. }
  64. #css-login img.css-spinner {
  65. display: none;
  66. }
  67. #css-login.css-loading img.css-spinner {
  68. display: block;
  69. bottom:-31px;
  70. left:92px;
  71. position:absolute;
  72. z-index:2;
  73. }
  74. #css-login img.jframe-errorImg {
  75. display:none;
  76. right: 14px;
  77. margin-top: 3px;
  78. position: absolute;
  79. }
  80. #css-login.jframe-error img.jframe-errorImg {
  81. display: block;
  82. }
  83. #css-restore-option {
  84. position: fixed;
  85. top: 5px;
  86. right: 5px;
  87. background: #79a;
  88. opacity: 0.50;
  89. filter: alpha(opacity=50);
  90. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  91. color: #FFF;
  92. padding: 10px;
  93. border-radius: 4px;
  94. -moz-border-radius: 4px;
  95. -webkit-border-radius: 4px;
  96. cursor: pointer;
  97. }
  98. #css-restore-option:hover {
  99. background: #111;
  100. opacity: 1;
  101. filter: alpha(opacity=100);
  102. }
  103. #css-login #css-restore-option input {
  104. display: inline;
  105. clear: none;
  106. width: auto;
  107. margin: 0;
  108. }
  109. .art-window div.css-window-toolbar {
  110. position: absolute;
  111. width:100%;
  112. height: 0px;
  113. overflow: visible;
  114. z-index: 100;
  115. }
  116. /* wrapper for all css */
  117. .hue-shared {
  118. position: relative;
  119. font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
  120. font-size: 12px;
  121. }
  122. /* all links default styles */
  123. .hue-shared a:visited,
  124. .hue-shared a:link {
  125. color: #3e528c;
  126. text-decoration: none;
  127. cursor: pointer;
  128. outline: none;
  129. }
  130. .hue-shared .jframe_ignore a {
  131. text-decoration: none;
  132. }
  133. .hue-shared a:visited.disabled,
  134. .hue-shared a:link.disabled {
  135. text-decoration: none;
  136. color: #000;
  137. }
  138. .hue-shared ul.context-menu a.disabled {
  139. text-decoration: none;
  140. color: #999;
  141. cursor: pointer;
  142. }
  143. .hue-shared a:visited:hover,
  144. .hue-shared a:link:hover {
  145. text-decoration: underline;
  146. }
  147. /* all imgs default styles */
  148. .hue-shared img {
  149. border: 0px;
  150. }
  151. /* all paragraph default styles */
  152. .hue-shared p {
  153. margin-bottom: 12px;
  154. }
  155. /* all input and form element default styles */
  156. .hue-shared input, .hue-shared textarea {
  157. padding: 2px;
  158. }
  159. .hue-shared label {
  160. cursor: pointer;
  161. }
  162. .hue-shared pre {
  163. font-family: monaco, courier;
  164. }
  165. /* errors */
  166. .ccs-error {
  167. color: #900;
  168. }
  169. /* all em default styles */
  170. .hue-shared em, .hue-shared i {
  171. font-style: italic;
  172. }
  173. /* all code default styles */
  174. .hue-shared .ccs-code, .hue-shared.ccs-code, .ccs-code {
  175. font-family: "Andale Mono", "Monaco", "Courier New" !important;
  176. }
  177. /* text is not selectable; good for double click actions like links to prevent the double click from selecting
  178. note that the user cannot select this text even if that's their intention; use sparingly */
  179. .hue-shared .ccs-no_select, .hue-shared .ccs-no_select * {
  180. user-select: none;
  181. -moz-user-select: none;
  182. -webkit-user-select: none;
  183. }
  184. /* clear both sides of floats */
  185. .hue-shared .ccs-clear {
  186. clear:both;
  187. }
  188. /* center text */
  189. .hue-shared .ccs-center {
  190. text-align: center;
  191. }
  192. /* float left */
  193. .hue-shared .ccs-left {
  194. float: left;
  195. }
  196. /* float right */
  197. .hue-shared .ccs-right {
  198. float: right;
  199. }
  200. /* not displayed */
  201. .hue-shared .ccs-hidden {
  202. display: none;
  203. }
  204. /* cursor pointer to connote clickability */
  205. .hue-shared .ccs-pointer {
  206. cursor:pointer;
  207. }
  208. /* inline block display; makes elements block level, but follows page flow */
  209. .hue-shared .ccs-inline, .hue-shared ul.ccs-inline_list li {
  210. display:-moz-inline-box; /* FF2 */
  211. display:inline-block; /* webkit and FF3 */
  212. #zoom: 1; /* set hasLayout:true to mimic inline-block */
  213. #display:inline;
  214. border:0;
  215. padding:0;
  216. vertical-align:middle;
  217. #vertical-align: auto; /* makes TextBox,Button line up w/native counterparts on IE6 */
  218. position: relative;
  219. }
  220. /* down divot image */
  221. .hue-shared .ccs-down_divot {
  222. width: 11px;
  223. height: 11px;
  224. display: block;
  225. background: url(../art/divots.png) -11px -11px no-repeat;
  226. }
  227. .hue-shared table.ccs-bordered-table {
  228. width: 98%;
  229. margin: 4px 1%;
  230. border: 1px solid #888;
  231. }
  232. .hue-shared table a.ccs-table_config_link {
  233. display: inline-block;
  234. width: 16px;
  235. height: 16px;
  236. padding: 0px 4px;
  237. background: no-repeat 50% 50% url(../art/icons/small_cog.png);
  238. position: relative;
  239. }
  240. .hue-shared .ccs-table_config {
  241. position: absolute;
  242. background: #fff;
  243. border: 1px solid #777;
  244. border-radius: 2px;
  245. -moz-border-radius: 2px;
  246. -webkit-border-radius: 2px;
  247. min-width: 200px;
  248. left: 25px;
  249. top: 5px;
  250. z-index: 10;
  251. }
  252. .hue-shared .ccs-resize_handle {
  253. position: absolute;
  254. bottom: 2px;
  255. right: 2px;
  256. background: url(../art/resize-handle.png);
  257. text-indent: -200px;
  258. overflow: hidden;
  259. width: 7px;
  260. height: 7px;
  261. cursor: se-resize;
  262. }
  263. .hue-shared .ccs-table_config label {
  264. display: block;
  265. }
  266. .hue-shared .ccs-table_config label:hover {
  267. color: #36f;
  268. }
  269. .hue-shared .ccs-table_config ul {
  270. padding: 2px;
  271. height: 125px;
  272. min-width: 200px;
  273. overflow: auto;
  274. border-bottom:1px solid #777;
  275. }
  276. .hue-shared .ccs-table_config li, .hue-shared .ccs-sort_handle {
  277. user-select: none;
  278. -moz-user-select: none;
  279. -webkit-user-select: none;
  280. padding: 2px 2px 2px 14px;
  281. border: 1px solid #ccc;
  282. border-radius: 2px;
  283. -moz-border-radius: 2px;
  284. -webkit-border-radius: 2px;
  285. margin-bottom: 2px;
  286. background: #fff url(../art/sortable-handle.png) 5px 50% no-repeat;
  287. }
  288. .hue-shared .ccs-table_config li input {
  289. margin-right: 6px;
  290. }
  291. .hue-shared .ccs-table_config .art {
  292. margin: 4px;
  293. }