black.css 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  1. @charset "utf-8";
  2. /*
  3. * artDialog skin
  4. * http://code.google.com/p/artdialog/
  5. * (c) 2009-2011 TangBin, http://www.planeArt.cn
  6. *
  7. * This is licensed under the GNU LGPL, version 2.1 or later.
  8. * For details, see: http://creativecommons.org/licenses/LGPL/2.1/
  9. */
  10. /* common start */
  11. .aui_outer {
  12. text-align: left;
  13. }
  14. table.aui_border,table.aui_dialog {
  15. border: 0;
  16. margin: 0;
  17. border-collapse: collapse;
  18. width: auto;
  19. }
  20. .aui_nw,.aui_n,.aui_ne,.aui_w,.aui_c,.aui_e,.aui_sw,.aui_s,.aui_se,.aui_header,.aui_tdIcon,.aui_main,.aui_footer
  21. {
  22. padding: 0;
  23. }
  24. .aui_header,.aui_buttons button {
  25. font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti;
  26. _font-family: Tahoma, Arial, Helvetica, STHeiti;
  27. -o-font-family: Tahoma, Arial;
  28. }
  29. .aui_title {
  30. overflow: hidden;
  31. text-overflow: ellipsis;
  32. }
  33. .aui_state_noTitle .aui_title {
  34. display: none;
  35. }
  36. .aui_close {
  37. display: block;
  38. position: absolute;
  39. text-decoration: none;
  40. outline: none;
  41. _cursor: pointer;
  42. }
  43. .aui_max{
  44. display: block;
  45. position: absolute;
  46. text-decoration: none;
  47. outline: none;
  48. _cursor: pointer;
  49. }
  50. .aui_max:hover{
  51. text-decoration: none;
  52. }
  53. .aui_min{
  54. display: block;
  55. position: absolute;
  56. text-decoration: none;
  57. outline: none;
  58. _cursor: pointer;
  59. }
  60. .aui_min:hover{
  61. text-decoration: none;
  62. }
  63. .aui_rb{
  64. display: block;
  65. position: absolute;
  66. text-decoration: none;
  67. outline: none;
  68. _cursor: pointer;
  69. }
  70. .aui_rb:hover{
  71. text-decoration: none;
  72. }
  73. .aui_close:hover {
  74. text-decoration: none;
  75. }
  76. .aui_main {
  77. text-align: center;
  78. min-width: 9em;
  79. min-width: 0 \9 /*IE8 BUG*/;
  80. font-size: 15px;
  81. }
  82. .aui_content {
  83. display: inline-block;
  84. *zoom: 1;
  85. *display: inline;
  86. text-align: left;
  87. border: none 0;
  88. }
  89. .aui_content.aui_state_full {
  90. display: block;
  91. width: 100%;
  92. margin: 0;
  93. padding: 0 !important;
  94. height: 100%;
  95. }
  96. .aui_loading {
  97. width: 320px;
  98. height: 102px;
  99. text-align: left;
  100. text-indent: -999em;
  101. overflow: hidden;
  102. background: url(icons/loading.gif) no-repeat center center;
  103. }
  104. .aui_icon {
  105. vertical-align: middle;
  106. }
  107. .aui_icon div {
  108. width: 48px;
  109. height: 48px;
  110. margin: 10px 0 10px 10px;
  111. background-position: center center;
  112. background-repeat: no-repeat;
  113. }
  114. .aui_buttons {
  115. padding: 8px;
  116. text-align: right;
  117. white-space: nowrap;
  118. }
  119. .aui_buttons button {
  120. margin-left: 15px;
  121. padding: 6px 8px;
  122. cursor: pointer;
  123. display: inline-block;
  124. text-align: center;
  125. line-height: 1;
  126. *padding: 4px 10px;
  127. *height: 2em;
  128. letter-spacing: 2px;
  129. font-family: Tahoma, Arial/ 9 !important;
  130. width: auto;
  131. overflow: visible;
  132. *width: 1;
  133. color: #333;
  134. border: solid 1px #999;
  135. border-radius: 5px;
  136. background: #DDD;
  137. filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
  138. '#FFFFFF', endColorstr = '#DDDDDD' );
  139. background: linear-gradient(top, #FFF, #DDD);
  140. background: -moz-linear-gradient(top, #FFF, #DDD);
  141. background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF),
  142. to(#DDD) );
  143. text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
  144. box-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0 -1px 0 rgba(0, 0, 0, .09);
  145. -moz-transition: -moz-box-shadow linear .2s;
  146. -webkit-transition: -webkit-box-shadow linear .2s;
  147. transition: box-shadow linear .2s;
  148. }
  149. .aui_buttons button::-moz-focus-inner {
  150. border: 0;
  151. padding: 0;
  152. margin: 0;
  153. }
  154. .aui_buttons button:focus {
  155. outline: none 0;
  156. border-color: #426DC9;
  157. box-shadow: 0 0 8px rgba(66, 109, 201, .9);
  158. }
  159. .aui_buttons button:hover {
  160. color: #000;
  161. border-color: #666;
  162. }
  163. .aui_buttons button:active {
  164. border-color: #666;
  165. filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
  166. '#DDDDDD', endColorstr = '#FFFFFF' );
  167. background: linear-gradient(top, #DDD, #FFF);
  168. background: -moz-linear-gradient(top, #DDD, #FFF);
  169. background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD),
  170. to(#FFF) );
  171. box-shadow: inset 0 1px 5px rgba(66, 109, 201, .9), inset 0 1px 1em
  172. rgba(0, 0, 0, .3);
  173. }
  174. .aui_buttons button[disabled] {
  175. cursor: default;
  176. color: #666;
  177. background: #DDD;
  178. border: solid 1px #999;
  179. filter: alpha(opacity = 50);
  180. opacity: .5;
  181. box-shadow: none;
  182. }
  183. button.aui_state_highlight {
  184. color: #FFF;
  185. border: solid 1px #3399dd;
  186. background: #2288cc;
  187. filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
  188. '#33bbee', endColorstr = '#2288cc' );
  189. background: linear-gradient(top, #33bbee, #2288cc);
  190. background: -moz-linear-gradient(top, #33bbee, #2288cc);
  191. background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee),
  192. to(#2288cc) );
  193. text-shadow: -1px -1px 1px #1c6a9e;
  194. }
  195. button.aui_state_highlight:hover {
  196. color: #FFF;
  197. border-color: #1c6a9e;
  198. }
  199. button.aui_state_highlight:active {
  200. border-color: #1c6a9e;
  201. filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
  202. '#33bbee', endColorstr = '#2288cc' );
  203. background: linear-gradient(top, #33bbee, #2288cc);
  204. background: -moz-linear-gradient(top, #33bbee, #2288cc);
  205. background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee),
  206. to(#2288cc) );
  207. }
  208. /* common end */
  209. .aui_inner {
  210. background: #f7f7f7;
  211. }
  212. .aui_titleBar {
  213. width: 100%;
  214. height: 0;
  215. position: relative;
  216. bottom: 30px;
  217. _bottom: 0;
  218. _margin-top: -30px;
  219. }
  220. .aui_title {
  221. height: 29px;
  222. line-height: 29px;
  223. padding: 0 25px 0 0;
  224. _padding: 0;
  225. text-indent: 5px;
  226. color: #FFF;
  227. font-weight: 700;
  228. text-shadow: -1px -1px 0 rgba(0, 0, 0, .7);
  229. }
  230. .aui_nw,.aui_ne,.aui_sw,.aui_se,.aui_n,.aui_s,.aui_max,.aui_min.aui_close .aui_rb {
  231. background-image: url(black/bg.png);
  232. background-repeat: no-repeat;
  233. }
  234. .aui_nw {
  235. width: 15px;
  236. height: 38px;
  237. background-position: 0 0;
  238. _png: black/ie6/nw.png;
  239. }
  240. .aui_ne {
  241. width: 15px;
  242. height: 38px;
  243. background-position: -15px 0;
  244. _png: black/ie6/ne.png;
  245. }
  246. .aui_sw {
  247. width: 15px;
  248. height: 18px;
  249. background-position: 0 -38px;
  250. _png: black/ie6/sw.png;
  251. }
  252. .aui_se {
  253. width: 15px;
  254. height: 18px;
  255. background-position: -15px -38px;
  256. _png: black/ie6/se.png;
  257. }
  258. .aui_close {
  259. top: 4px;
  260. right: 4px;
  261. _z-index: 1;
  262. width: 20px;
  263. height: 20px;
  264. _font-size: 0;
  265. _line-height: 0;
  266. text-indent: -9999em;
  267. background-position: 0 -112px;
  268. _png: black/ie6/close.png;
  269. }
  270. .aui_close:hover {
  271. background-position: 0 -132px;
  272. }
  273. .aui_max {
  274. top: 4px;
  275. right: 28px;
  276. _z-index: 1;
  277. width: 20px;
  278. height: 20px;
  279. _font-size: 0;
  280. _line-height: 0;
  281. text-indent: -9999em;
  282. background-position: 0 -152px;
  283. _png: black/ie6/close.png;
  284. }
  285. .aui_max:hover {
  286. background-position: 0 -172px;
  287. }
  288. .aui_min {
  289. top: 4px;
  290. right: 50px;
  291. _z-index: 1;
  292. width: 20px;
  293. height: 20px;
  294. _font-size: 0;
  295. _line-height: 0;
  296. text-indent: -9999em;
  297. background-position: 0 -182px;
  298. _png: black/ie6/close.png;
  299. }
  300. .aui_min:hover {
  301. background-position: 0 -202px;
  302. }
  303. .aui_rb {
  304. top: 4px;
  305. right: 28px;
  306. _z-index: 1;
  307. width: 20px;
  308. height: 20px;
  309. _font-size: 0;
  310. _line-height: 0;
  311. text-indent: -9999em;
  312. background-position: 0 -182px;
  313. _png: black/ie6/close.png;
  314. }
  315. .aui_rb:hover {
  316. background-position: 0 -202px;
  317. }
  318. .aui_n,.aui_s {
  319. background-repeat: repeat-x;
  320. }
  321. .aui_n {
  322. background-position: 0 -56px;
  323. _png: black/ie6/n.png;
  324. }
  325. .aui_s {
  326. background-position: 0 -94px;
  327. _png: black/ie6/s.png;
  328. }
  329. .aui_w,.aui_e {
  330. background-image: url(black/bg2.png);
  331. background-repeat: repeat-y;
  332. }
  333. .aui_w {
  334. background-position: left top;
  335. _png: black/ie6/w.png;
  336. }
  337. .aui_e {
  338. background-position: right bottom;
  339. _png: black/ie6/e.png;
  340. }
  341. aui_icon,.aui_main {
  342. padding-top: 3px;
  343. }
  344. @media screen and (min-width:0) {
  345. .aui_outer {
  346. border-radius: 8px;
  347. box-shadow: 0 5px 15px rgba(0, 0, 0, .4);
  348. -moz-transition: -moz-box-shadow linear .2s;
  349. -webkit-transition: -webkit-box-shadow linear .2s;
  350. transition: -webkit-box-shadow linear .2s;
  351. }
  352. .aui_state_drag .aui_outer {
  353. box-shadow: none;
  354. }
  355. .aui_state_lock .aui_outer {
  356. box-shadow: 0 3px 26px rgba(0, 0, 0, .9);
  357. }
  358. .aui_outer:active {
  359. box-shadow: 0 0 5px rgba(0, 0, 0, .1) !important;
  360. }
  361. .aui_state_drag .aui_outer {
  362. box-shadow: none !important;
  363. }
  364. .aui_nw,.aui_ne,.aui_sw,.aui_se,.aui_n,.aui_s,.aui_close,.aui_max ,.aui_min ,.aui_rb {
  365. background-image: url(black/bg_css3.png);
  366. }
  367. .aui_nw {
  368. width: 5px;
  369. height: 31px;
  370. }
  371. .aui_ne {
  372. width: 5px;
  373. height: 31px;
  374. background-position: -5px 0;
  375. _png: black/ie6/ne.png;
  376. }
  377. .aui_sw {
  378. width: 5px;
  379. height: 5px;
  380. background-position: 0 -31px;
  381. }
  382. .aui_se {
  383. width: 5px;
  384. height: 5px;
  385. background-position: -5px -31px;
  386. }
  387. .aui_close {
  388. background-position: 0 -72px;
  389. }
  390. .aui_close:hover {
  391. background-position: 0 -92px;
  392. }
  393. .aui_max {
  394. background-position: 0 -152px;
  395. }
  396. .aui_max:hover {
  397. background-position: 0 -172px;
  398. }
  399. .aui_rb{
  400. background-position: 0 -112px;
  401. }
  402. .aui_rb:hover {
  403. background-position: 0 -132px;
  404. }
  405. .aui_min {
  406. background-position: 0 -192px;
  407. }
  408. .aui_min:hover {
  409. background-position: 0 -212px;
  410. }
  411. .aui_n {
  412. background-position: 0 -36px;
  413. }
  414. .aui_s {
  415. background-position: 0 -67px;
  416. }
  417. .aui_w,.aui_e {
  418. background-image: url(black/bg_css3_2.png);
  419. }
  420. }
  421. .aui_state_noTitle .aui_nw,.aui_state_noTitle .aui_ne,.aui_state_noTitle .aui_sw,.aui_state_noTitle .aui_se
  422. {
  423. width: 3px;
  424. height: 3px;
  425. }
  426. .aui_state_noTitle .aui_inner {
  427. border: 1px solid #666;
  428. background: #FFF;
  429. }
  430. .aui_state_noTitle .aui_outer {
  431. box-shadow: none;
  432. }
  433. .aui_state_noTitle .aui_nw,.aui_state_noTitle .aui_n,.aui_state_noTitle .aui_ne,.aui_state_noTitle .aui_w,.aui_state_noTitle .aui_e,.aui_state_noTitle .aui_sw,.aui_state_noTitle .aui_s,.aui_state_noTitle .aui_se
  434. {
  435. background: rgba(0, 0, 0, .05);
  436. background: #000\9 !important;
  437. filter: alpha(opacity = 5) !important;
  438. }
  439. .aui_state_noTitle .aui_titleBar {
  440. bottom: 0;
  441. _bottom: 0;
  442. _margin-top: 0;
  443. }
  444. .aui_state_noTitle .aui_close .aui_max .aui_min .aui_rb{
  445. top: 0;
  446. right: 0;
  447. width: 18px;
  448. height: 18px;
  449. line-height: 18px;
  450. text-align: center;
  451. text-indent: 0;
  452. font-family: Helvetica, STHeiti;
  453. _font-family: '\u9ed1\u4f53', 'Book Antiqua', Palatino;
  454. font-size: 18px;
  455. text-decoration: none;
  456. color: #214FA3;
  457. background: none;
  458. filter: !important;
  459. }
  460. .aui_state_noTitle .aui_close:hover,.aui_state_noTitle .aui_close:active .aui_max :active .aui_min :active .aui_rb:active
  461. {
  462. text-decoration: none;
  463. color: #900;
  464. }