main.css 23 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126
  1. html,body {
  2. background: #f1f1f1
  3. }
  4. .tab-background {
  5. background-image: url('../images/background_1.jpg')
  6. }
  7. .x-form-field {
  8. border: 1px solid #8b8970;
  9. background-color: #fffafa;
  10. font-size: 14px !important;
  11. color: #515151
  12. }
  13. .x-form-field.x-form-radio,.x-form-field.x-form-checkbox {
  14. background-color: transparent;
  15. border: none;
  16. }
  17. .x-form-field-cir {
  18. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  19. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  20. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  21. -moz-border-radius: 5px;
  22. -webkit-border-radius: 5px;
  23. border-radius: 5px
  24. }
  25. .x-form-field-cir:focus {
  26. background: #fff !important;
  27. border: 2px solid #cd950c !important
  28. }
  29. .x-form-field-cir-focus {
  30. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  31. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  32. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  33. -moz-border-radius: 5px;
  34. -webkit-border-radius: 5px;
  35. border-radius: 5px;
  36. background: #fff !important;
  37. border: 2px solid #cd950c !important
  38. }
  39. .form-field-border {
  40. border-bottom: 1px solid #8b8970;
  41. background-color: #e0eeee;
  42. height: 22
  43. }
  44. .mail-attach {
  45. color: green
  46. }
  47. .mail-attach:hover {
  48. color: red;
  49. text-decoration: underline;
  50. cursor: pointer
  51. }
  52. .x-form-group-label {
  53. width: 30%;
  54. float: left;
  55. padding: 0 20 0;
  56. z-index: 2;
  57. position: relative;
  58. cursor: pointer;
  59. font-size: 15px;
  60. color: gray;
  61. border: 1px solid #8b8970;
  62. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  63. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  64. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  65. -moz-border-radius: 5px;
  66. -webkit-border-radius: 5px;
  67. border-radius: 5px;
  68. background: #f1f1f1 url('../images/icons.png') no-repeat -3px -57px
  69. !important
  70. }
  71. .x-form-group-label h6,.x-form-group-label-close h6 {
  72. margin-left: 30px !important
  73. }
  74. .x-ie .x-form-group-label,.x-form-group-label-close {
  75. height: 20px !important
  76. }
  77. .x-ie .x-form-group-label h6,.x-form-group-label-close h6 {
  78. line-height: 20px !important
  79. }
  80. .x-form-group-label:hover {
  81. background: #999 url('../images/icons.png') no-repeat -3px -111px
  82. !important;
  83. color: green;
  84. cursor: pointer
  85. }
  86. .x-form-group-label-close {
  87. width: 20%;
  88. float: left;
  89. padding: 0 20 0;
  90. z-index: 2;
  91. position: relative;
  92. cursor: pointer;
  93. background-color: #bebebe;
  94. font-size: 15px;
  95. color: green;
  96. border: 1px solid #8b8970;
  97. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  98. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  99. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  100. -moz-border-radius: 5px;
  101. -webkit-border-radius: 5px;
  102. border-radius: 5px;
  103. background: url('../images/icons.png') no-repeat -3px -111px !important
  104. }
  105. .x-panel {
  106. border-width: 0
  107. }
  108. .x-column-header {
  109. text-shadow: 0 0 0 rgba(255, 255, 255, 0.3)
  110. }
  111. .x-panel-header-text {
  112. font-size: 14px;
  113. color: blue;
  114. font-weight: normal
  115. }
  116. .x-panel-header-text-default-framed {
  117. font-size: 14px;
  118. color: blue;
  119. font-weight: normal
  120. }
  121. .x-form-display-field {
  122. font-size: 13px;
  123. color: blue
  124. }
  125. .x-form-item-label {
  126. font-size: 14px
  127. }
  128. .x-item-disabled {
  129. font-size: 15px;
  130. color: blue
  131. }
  132. .x-form-readonly-1 {
  133. color: #6b6b6b
  134. }
  135. .x-grid-header-1 {
  136. background: #C8C8C8 !important;
  137. border-color: #A0A0A0 !important;
  138. font-size: 14px;
  139. text-align: center;
  140. color: black;
  141. font-weight: 500
  142. }
  143. .x-grid-row .x-grid-cell {
  144. color: null;
  145. font: normal 11px tahoma, arial, verdana, sans-serif;
  146. background-color: #E0E0FF;
  147. border-color: #ededed;
  148. border-style: solid;
  149. border-width: 1px 0;
  150. border-top-color: #fafafa;
  151. height: 26px;
  152. line-height: 26px
  153. }
  154. .x-grid-cell-renderer-cl {
  155. background: #ffdab9 !important;
  156. font-style: italic !important
  157. }
  158. .rep .x-grid-cell {
  159. background: #ffdab9 !important;
  160. font-style: italic !important
  161. }
  162. /* grid copy style*/
  163. .x-grid-row .grid-copy {
  164. border: 2px dashed black !important;
  165. }
  166. .x-grid-row .grid-copy-top {
  167. border-top: 2px dashed black !important;
  168. }
  169. .x-grid-row .grid-copy-bottom {
  170. border-bottom: 2px dashed black !important;
  171. }
  172. .x-grid-row .grid-copy-left {
  173. border-left: 2px dashed black !important;
  174. }
  175. .x-grid-row .grid-copy-right {
  176. border-right: 2px dashed black !important;
  177. }
  178. .x-grid-cell-renderer-bl {
  179. background: #c6e2ff !important
  180. }
  181. .x-grid-rowwrap-div {
  182. border-width: 1px 0;
  183. border-color: #ededed;
  184. border-style: solid;
  185. border-top-color: #fafafa;
  186. overflow: hidden
  187. }
  188. .x-grid-row-alt .x-grid-cell,.x-grid-row-alt .x-grid-rowwrap-div {
  189. background-color: #f1f1f1;
  190. }
  191. .x-grid-row-over .x-grid-cell,.x-grid-row-over .x-grid-rowwrap-div {
  192. border-color: #eaeaea;
  193. background-color: #bcd2ee;
  194. color: green
  195. }
  196. .x-grid-row-focused .x-grid-cell,.x-grid-row-focused .x-grid-rowwrap-div
  197. {
  198. border-color: #ddd;
  199. background-color: #efefef
  200. }
  201. .x-grid-row-selected .x-grid-cell,.x-grid-row-selected .x-grid-rowwrap-div
  202. {
  203. border-style: dotted;
  204. border-color: #a3bae9;
  205. background-color: #c0c8f0 !important;
  206. color: blue;
  207. font-weight: normal
  208. }
  209. .x-btn-default-small .x-btn-inner,.x-btn-default-medium .x-btn-inner,.x-btn-default-large .x-btn-inner,.x-btn-default-toolbar-small .x-btn-inner,.x-btn-default-toolbar-medium .x-btn-inner,.x-btn-default-toolbar-large .x-btn-inner
  210. {
  211. font-size: 14px;
  212. color: black
  213. }
  214. .x-grid-editorcolumn {
  215. border-width: 2px 0;
  216. background-color: #eaeaea !important;
  217. color: green;
  218. font-weight: bold
  219. }
  220. .x-grid-row-selected .x-grid-cell-special {
  221. border-right: 1px solid #d4b7b7;
  222. background: #cecece url('../images/grid/header-bg.png') repeat center
  223. center !important
  224. }
  225. .x-grid-editor .x-form-item .x-form-item-body .x-form-text {
  226. height: 25px
  227. }
  228. .x-tree-arrows .x-tree-elbow-plus,.x-tree-arrows .x-tree-elbow-minus,.x-tree-arrows .x-tree-elbow-end-plus,.x-tree-arrows .x-tree-elbow-end-minus
  229. {
  230. background-image: url('#')
  231. }
  232. .x-grid-tree-node-expanded .x-tree-icon-parent {
  233. background: url('../images/tree/book.png') no-repeat -80px -0px
  234. !important
  235. }
  236. .x-tree-icon-leaf-selected {
  237. background: url('../images/tree/leaf_edit.png') !important
  238. }
  239. .x-tree-icon-tab-main {
  240. background-image: url('../images/house.png') !important
  241. }
  242. .x-tree-icon-tab-tab {
  243. width: 10px;
  244. height: 10px;
  245. background: url('../images/icons.png') no-repeat -3px -137px !important
  246. }
  247. .x-tree-icon-tab-tab1 {
  248. background: url('../images/icons.png') no-repeat -3px -7px !important
  249. }
  250. .x-button-icon-print {
  251. background-image: url('../images/printer.png')
  252. }
  253. .x-button-icon-flow {
  254. background-image: url('../images/icon/flow.png')
  255. }
  256. .x-button-icon-save {
  257. background-image: url('../images/drink.png')
  258. }
  259. .x-button-icon-scan {
  260. background-image: url('../images/scan.png')
  261. }
  262. .x-button-icon-submit {
  263. background-image: url('../images/basket_put.png')
  264. }
  265. .x-button-icon-power {
  266. background-image: url('../images/power.png')
  267. }
  268. .x-button-icon-delete {
  269. background-image: url('../images/basket_remove.png')
  270. }
  271. .x-button-icon-excel {
  272. background-image: url('../images/excel.png')
  273. }
  274. .x-button-icon-close {
  275. background-image: url('../images/icon/trash.png')
  276. }
  277. .x-button-icon-code {
  278. background-image: url('../images/code.png')
  279. }
  280. .x-button-icon-check {
  281. background-image: url('../images/hourglass.png')
  282. }
  283. .x-button-icon-change {
  284. background-image: url('../images/arrow_branch.png')
  285. }
  286. .x-button-icon-move {
  287. background-image: url('../images/move.png')
  288. }
  289. .x-button-icon-add {
  290. background-image: url('../images/add.png')
  291. }
  292. .x-button-icon-download {
  293. background-image: url('../images/download.png')
  294. }
  295. .x-button-icon-sort {
  296. background-image: url('../images/icon/sort.png')
  297. }
  298. .x-button-icon-start {
  299. background-image: url('../images/icon/start.png')
  300. }
  301. .x-button-icon-stop {
  302. background-image: url('../images/icon/stop.png')
  303. }
  304. .x-button-icon-talk {
  305. background-image: url('../images/icon/talk.png')
  306. }
  307. .x-button-icon-detail {
  308. background-image: url('../images/icon/detail.png')
  309. }
  310. .x-btn-uu-medium {
  311. background-image: url('../images/icon/uu.png')
  312. }
  313. .x-form-uu-trigger {
  314. background: url('../images/16/10.png') no-repeat 0 2px !important
  315. }
  316. .x-form-textarea-trigger {
  317. background: url('../images/icons.png') no-repeat -3px -190px !important
  318. }
  319. .x-form-color-trigger {
  320. background: url('../images/paintbrush.png') no-repeat center center
  321. !important
  322. }
  323. .x-form-autocode-trigger {
  324. background: url('../images/code.png') no-repeat center center !important
  325. }
  326. .x-form-file-trigger {
  327. background: url('../images/icon/file.png') no-repeat center center
  328. !important
  329. }
  330. .x-form-trash-trigger {
  331. background: #cfcfcf url('../images/icon/trash.png') no-repeat center
  332. center !important
  333. }
  334. .x-form-download-trigger {
  335. background: #cfcfcf url('../images/icon/download.png') no-repeat center
  336. center !important
  337. }
  338. .x-button-icon-help {
  339. background-image: url('../images/help.png')
  340. }
  341. .x-button-icon-confirm {
  342. background-image: url('../images/accept.png')
  343. }
  344. .x-button-icon-edit {
  345. background-image: url('../images/paintbrush.png')
  346. }
  347. .x-button-icon-changehistory {
  348. background-image: url('../images/law_1.gif')
  349. }
  350. .x-button-icon-yuan {
  351. background-image: url('../images/icon/yuan.png')
  352. }
  353. .x-button-icon-deletedetail {
  354. background-image: url('../images/delete_1.gif')
  355. }
  356. .x-button-icon-template {
  357. background-image: url('../images/template.png')
  358. }
  359. .x-button-icon-copy {
  360. background-image: url('../images/copy.png')
  361. }
  362. .x-button-icon-paste {
  363. background-image: url('../images/paste.png')
  364. }
  365. .x-button-icon-up {
  366. background-image: url('../images/up.png')
  367. }
  368. .x-button-icon-down {
  369. background-image: url('../images/down.png')
  370. }
  371. .x-button-icon-source {
  372. background-image: url('../images/source.png')
  373. }
  374. .x-button-icon-query {
  375. background-image: url('../images/query.png')
  376. }
  377. .x-button-icon-preview {
  378. background-image: url('../images/icon/preview.png')
  379. }
  380. .x-button-icon-set {
  381. background-image: url('../images/icon/set.png')
  382. }
  383. .x-button-icon-clock {
  384. background-image: url('../images/icon/clock.png')
  385. }
  386. .x-button-icon-on {
  387. background-image: url('../images/icon/on.png')
  388. }
  389. .x-button-icon-off {
  390. background-image: url('../images/icon/off.png')
  391. }
  392. .x-button-icon-working {
  393. background-image: url('../images/icon/working.png')
  394. }
  395. .x-button-icon-install {
  396. background-image: url('../images/install.png')
  397. }
  398. .x-button-icon-content {
  399. background-image: url('../images/icon/content.png')
  400. }
  401. .x-button-icon-readed {
  402. background-image: url('../images/readed.png')
  403. }
  404. .x-button-icon-pic {
  405. background-image: url('../images/icon/pic.png')
  406. }
  407. .x-button-icon-addgroup {
  408. background: url('../images/icon/addgroup.png')
  409. }
  410. .x-button-icon-end {
  411. background: url('../images/icon/end.png')
  412. }
  413. .x-button-icon-execute {
  414. background: url('../images/icon/execute.png')
  415. }
  416. .x-button-icon-agree {
  417. background: url('../images/icon/agree.png')
  418. }
  419. .x-button-icon-unagree {
  420. background: url('../images/icon/unagree.png')
  421. }
  422. .x-button-icon-turn {
  423. background: url('../images/icon/turn.png')
  424. }
  425. .x-button-icon-reset {
  426. background: url('../images/reset.png')
  427. }
  428. .x-button-icon-paging {
  429. background: url('../images/icon/paging.png')
  430. }
  431. .x-grid-icon-partition {
  432. background: url('../images/icon/partition.png')
  433. }
  434. .x-btn-gray {
  435. background-image: url('../images/button_11.jpg') !important;
  436. vertical-align: bottom;
  437. text-align: center
  438. }
  439. .x-btn-gray:hover {
  440. background-position: 0 -20px
  441. }
  442. .x-btn-gray-1 {
  443. background-color: #cecece;
  444. text-align: center
  445. }
  446. .x-btn-blue {
  447. background: #cecece
  448. url('../ext/resources/themes/images/default/grid/grid-blue-hd.gif')
  449. repeat center center !important;
  450. text-align: center
  451. }
  452. .x-btn-blue:hover {
  453. background: #cecece url('../images/grid/header-bg.png') repeat center
  454. center !important;
  455. text-shadow: blue
  456. }
  457. .x-btn-bw {
  458. border: 1px solid #8b8970;
  459. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  460. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  461. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  462. -moz-border-radius: 3px;
  463. -webkit-border-radius: 3px;
  464. border-radius: 3px;
  465. background-repeat: repeat;
  466. text-align: center
  467. }
  468. .x-btn-bw:hover {
  469. border: 0
  470. }
  471. .x-btn-tb {
  472. border: none !important
  473. }
  474. .x-btn-tb .x-btn-center {
  475. width: 24px !important
  476. }
  477. .x-btn-tb:hover {
  478. background: #cecece
  479. url('../ext/resources/themes/images/default/grid/grid-blue-hd.gif')
  480. repeat center center;
  481. border: 1px solid gray;
  482. cursor: pointer
  483. }
  484. .treetitle {
  485. color: gray;
  486. font-size: 14px;
  487. font-weight: inherit;
  488. background-color: #cecece;
  489. padding-left: 0;
  490. height: 25px;
  491. width: 100px;
  492. padding: 0 0 2px;
  493. margin: 0 0 0 5px;
  494. text-align: center;
  495. border: solid #ccc 1px;
  496. border-bottom: 0;
  497. color: #333;
  498. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  499. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  500. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  501. -moz-border-radius: 5px;
  502. -webkit-border-radius: 5px
  503. }
  504. .treetitle:hover {
  505. background-color: #f1f1f1;
  506. border-color: #cecece;
  507. cursor: pointer
  508. }
  509. .x-tree-cls-node {
  510. background-image: url('../images/button_09.jpg') !important;
  511. height: 21px !important
  512. }
  513. .x-tree-cls-root {
  514. background-image: url('../images/button_06.jpg') !important;
  515. height: 26px !important
  516. }
  517. .x-tree-cls-root:hover {
  518. font-size: 14px;
  519. font-weight: bold;
  520. color: green
  521. }
  522. .x-tree-cls-node:hover,.x-tree-cls-parent:hover {
  523. font-size: 14px;
  524. font-weight: bold;
  525. color: green
  526. }
  527. .x-tree-cls-parent {
  528. background-image: url('../images/button_08.jpg') !important;
  529. font-size: 15;
  530. margin-top: 5px;
  531. height: 23 !important
  532. }
  533. .tree-open {
  534. background-image: url('../images/zoom_in.png')
  535. }
  536. .tree-close {
  537. background-image: url('../images/icon/trash.png')
  538. }
  539. .tree-refresh {
  540. background-image: url('../images/refresh.gif')
  541. }
  542. .tree-back {
  543. background-image: url('../images/refresh.gif')
  544. }
  545. .tree-add {
  546. background-image: url('../images/add.png')
  547. }
  548. .tree-save {
  549. background-image: url('../images/accept.png')
  550. }
  551. .tree-delete {
  552. background-image: url('../images/delete_1.gif')
  553. }
  554. .group-delete {
  555. background-image: url('../images/close_red.png')
  556. }
  557. .group-unread {
  558. background-image: url('../images/unread.gif')
  559. }
  560. .group-post {
  561. background-image: url('../images/post.gif')
  562. }
  563. .group-all {
  564. background-image: url('../images/allmail.gif')
  565. }
  566. .group-read {
  567. background-image: url('../images/read.gif')
  568. }
  569. .group-draft {
  570. background-image: url('../images/draft.gif')
  571. }
  572. .group-deleted {
  573. background-image: url('../images/deleted.gif')
  574. }
  575. .group-close {
  576. background-image: url('../images/icon/trash.png')
  577. }
  578. .form-field-allowBlank {
  579. background-image: url('../images/button_06.jpg');
  580. background-repeat: repeat-x;
  581. border-bottom: 1px solid #8b8970
  582. }
  583. .form-field-gray {
  584. margin-left: 2px;
  585. background: #c6c6c6;
  586. border-top: 1px solid #c6c6c6;
  587. border-bottom: 1px solid #c6c6c6;
  588. }
  589. .form-field-allowBlank-hidden {
  590. background-image: url('../images/button_06.jpg');
  591. border-bottom: 0
  592. }
  593. .x-html-editor-wrap textarea {
  594. background-color: #f7f7f7
  595. }
  596. .main-activeuser {
  597. background-image: url('../images/wishmaster.gif')
  598. }
  599. .main-technicalSupport {
  600. background-image: url('../images/world.png')
  601. }
  602. .div-msg {
  603. color: green
  604. }
  605. .div-msg a:hover {
  606. color: blue;
  607. font-weight: bold;
  608. cursor: pointer
  609. }
  610. .login_input {
  611. border-top-width: 1px;
  612. border-right-width: 1px;
  613. border-bottom-width: 1px;
  614. border-left-width: 1px;
  615. border-top-style: solid;
  616. border-right-style: solid;
  617. border-bottom-style: solid;
  618. border-left-style: solid;
  619. border-top-color: #4b5a3d;
  620. border-right-color: #fff;
  621. border-bottom-color: #fff;
  622. border-left-color: #4b5a3d;
  623. line-height: 15px;
  624. background: #eee;
  625. font-size: 18px;
  626. border: 1px solid #ccc;
  627. padding: 3px;
  628. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  629. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  630. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  631. -moz-border-radius: 5px;
  632. -webkit-border-radius: 5px;
  633. border-radius: 5px
  634. }
  635. .login_input:focus {
  636. background: #fff;
  637. border: 1px solid #6c7569
  638. }
  639. .main-todo {
  640. background-image: url('../images/mainpage/things.png')
  641. }
  642. .main-msg {
  643. background-image: url('../images/mainpage/info.png')
  644. }
  645. .main-forget {
  646. background-image: url('../images/mainpage/notice.png')
  647. }
  648. .main-schedule {
  649. background-image: url('../images/mainpage/schedule.png')
  650. }
  651. .main-notice {
  652. background-image: url('../images/mainpage/blogs.png')
  653. }
  654. .main-email {
  655. background-image: url('../images/icon/email.png')
  656. }
  657. .main-url {
  658. background-image: url('../images/mainpage/url.png')
  659. }
  660. .main-task {
  661. background-image: url('../images/mainpage/task.png')
  662. }
  663. .main-news {
  664. background-image: url('../images/mainpage/newspaper.png')
  665. }
  666. .main-diary {
  667. background-image: url('../images/mainpage/caneldar.gif')
  668. }
  669. .formset-form {
  670. background-image: url('../images/form.png')
  671. }
  672. .formset-grid {
  673. background-image: url('../images/grid.png')
  674. }
  675. .workrecord-task {
  676. background-image: url('../images/taskdescription.png')
  677. }
  678. .workrecord-log {
  679. background-image: url('../images/log.png')
  680. }
  681. .relogin {
  682. background-image: url('../images/login.png')
  683. }
  684. .prev {
  685. background-image: url('../images/prev.png');
  686. background-repeat: no-repeat
  687. }
  688. .next {
  689. background-image: url('../images/next.png');
  690. background-repeat: no-repeat
  691. }
  692. .form-progressbar {
  693. margin-top: 5px;
  694. border-color: #cdb79e;
  695. background-color: #cdc673;
  696. -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  697. -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  698. box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  699. -moz-border-radius: 5px;
  700. -webkit-border-radius: 5px;
  701. border-radius: 5px
  702. }
  703. .color-column-inner {
  704. border-radius: 10px;
  705. height: 20px;
  706. margin-left: 15px;
  707. width: 20px;
  708. border: 1px solid #d0d0d0
  709. }
  710. .more {
  711. background-image: url('../images/mainpage/more.png')
  712. }
  713. ::-webkit-scrollbar:horizontal {
  714. height: 8px;
  715. margin-bottom: 2px
  716. }
  717. ::-webkit-scrollbar-track {
  718. border-radius: 10px;
  719. }
  720. ::-webkit-scrollbar-track-piece {
  721. background-color: #f1f1f1;
  722. border-radius: 10px;
  723. -webkit-border-radius: 0
  724. }
  725. ::-webkit-scrollbar {
  726. width: 10px
  727. }
  728. ::-webkit-scrollbar-thumb {
  729. background-color: rgba(0, 0, 0, 0.08);
  730. border: solid 1px rgba(0, 0, 0, 0.04);
  731. border-radius: 4px
  732. }
  733. ::-webkit-scrollbar-thumb:hover {
  734. background-color: #999
  735. }
  736. ::-webkit-scrollbar-arrow {
  737. color: #F00;
  738. backgound: #0F0
  739. }
  740. .x-face-picker-item {
  741. cursor: pointer;
  742. display: inline;
  743. border: 1px solid #d1eeee;
  744. height: 17px;
  745. width: 17px
  746. }
  747. .x-face-picker-item:hover {
  748. background: #fff68f;
  749. border-color: red
  750. }
  751. .x-menu-adduser {
  752. background-image: url('../images/user9_add.gif')
  753. }
  754. .x-menu-rename {
  755. background-image: url('../images/icon/rename.png')
  756. }
  757. .x-menu-deleteuser {
  758. background-image: url('../images/user9_delete.gif')
  759. }
  760. .x-menu-share {
  761. background-image: url('../images/icon/share.png')
  762. }
  763. .x-myradio {
  764. border: 0 !important;
  765. font-size: 14px;
  766. }
  767. .x-form-itemselector-top {
  768. background-image: url('../images/icon/top2.gif');
  769. }
  770. .x-form-itemselector-up {
  771. background-image: url('../images/icon/up2.gif');
  772. }
  773. .x-form-itemselector-add {
  774. background-image: url('../images/icon/right2.gif');
  775. }
  776. .x-form-itemselector-remove {
  777. background-image: url('../images/icon/left2.gif');
  778. }
  779. .x-form-itemselector-down {
  780. background-image: url('../images/icon/down2.gif');
  781. }
  782. .x-form-itemselector-bottom {
  783. background-image: url('../images/icon/bottom2.gif');
  784. }
  785. /*panel&window blue*/
  786. .custom-blue .x-panel-header,.custom-blue .x-window-header {
  787. height: 30px;
  788. border-top: 1px solid #96d1f8;
  789. background: #65a9d7;
  790. background: -webkit-gradient(linear, left top, left bottom, from(#ced3d9),
  791. to(#65a9d7));
  792. background: -webkit-linear-gradient(top, #ced3d9, #65a9d7);
  793. background: -moz-linear-gradient(top, #ced3d9, #65a9d7);
  794. background: -ms-linear-gradient(top, #ced3d9, #65a9d7);
  795. background: -o-linear-gradient(top, #ced3d9, #65a9d7);
  796. }
  797. .custom-blue.x-window-default {
  798. border: 1px solid #65a9d7;
  799. background: #65a9d7;
  800. background: -webkit-gradient(linear, left top, left bottom, from(#ced3d9),
  801. to(#65a9d7));
  802. background: -webkit-linear-gradient(top, #ced3d9, #65a9d7);
  803. background: -moz-linear-gradient(top, #ced3d9, #65a9d7);
  804. background: -ms-linear-gradient(top, #ced3d9, #65a9d7);
  805. background: -o-linear-gradient(top, #ced3d9, #65a9d7);
  806. }
  807. .custom-slivery .x-panel-header,.custom-slivery .x-window-header {
  808. height: 30px;
  809. border-top: 1px solid #ede4ed;
  810. background: #f2edf2;
  811. background: -webkit-gradient(linear, left top, left bottom, from(#a19f9f),
  812. to(#f2edf2));
  813. background: -webkit-linear-gradient(top, #a19f9f, #f2edf2);
  814. background: -moz-linear-gradient(top, #a19f9f, #f2edf2);
  815. background: -ms-linear-gradient(top, #a19f9f, #f2edf2);
  816. background: -o-linear-gradient(top, #a19f9f, #f2edf2);
  817. }
  818. .custom-slivery.x-window-default {
  819. border: 1px solid #7db0ac;
  820. background: #a19f9f;
  821. background: -webkit-gradient(linear, left top, left bottom, from(#f2edf2),
  822. to(#cccccc));
  823. background: -webkit-linear-gradient(top, #f2edf2, #cccccc);
  824. background: -moz-linear-gradient(top, #f2edf2, #a19f9f);
  825. background: -ms-linear-gradient(top, #f2edf2, #a19f9f);
  826. background: -o-linear-gradient(top, #f2edf2, #a19f9f);
  827. }
  828. /*custom tool*/
  829. .custom-tool .x-tool-task {
  830. background-image: url('../images/16/task.png');
  831. }
  832. .x-tool-over .x-tool-task {
  833. background-position: -15px 0;
  834. }
  835. .x-timepicker-hours{
  836. border-right: 1px solid #585858;
  837. width: 127px;
  838. float: left;
  839. height: 168px;
  840. }
  841. .x-timepicker-minutes {
  842. float: left;
  843. height: 168px;
  844. width: 108px;
  845. }
  846. .x-timepicker-minutes .x-timepicker-item {
  847. width: 32px;
  848. font-size: 14px;
  849. }
  850. .x-timepicker-hours .x-timepicker-item {
  851. width: 28px;
  852. font-size: 14px;
  853. }
  854. .x-timepicker-item {
  855. float: left;
  856. margin: 2px 0 5px 0;
  857. font: normal 11px tahoma, arial, verdana, sans-serif;
  858. text-align: center;
  859. vertical-align: middle;
  860. height: 18px;
  861. border: 0 none;
  862. }
  863. .x-timepicker {
  864. border: 1px solid #585858;
  865. background-color: white;
  866. min-width: 240px;
  867. }
  868. .x-timepicker-item a {
  869. display: block;
  870. margin: 0 5px 0 5px;
  871. text-decoration: none;
  872. color: #523a39;
  873. border: 1px solid white;
  874. line-height: 17px;
  875. }
  876. .x-timepicker-buttons {
  877. position: relative;
  878. border-top: 1px solid #d0d0d0;
  879. background-color: #e9e9e9;
  880. background-image: -webkit-linear-gradient(top, #dfdfdf, #d6d6d6 49%, #d0d0d0 51%, #d2d2d2);
  881. text-align: center;
  882. }
  883. .x-timepicker-buttons .x-btn {
  884. position: relative;
  885. margin: 4px;
  886. }
  887. .x-timepicker-item a.x-timepicker-selected {
  888. background-color: #e9e9e9;
  889. border: 1px solid #b2aaa9;
  890. }
  891. .x-timepicker-item a {
  892. display: block;
  893. margin: 0 5px 0 5px;
  894. text-decoration: none;
  895. color: #523a39;
  896. line-height: 17px;
  897. }
  898. @media (max-width: 991px) {
  899. .x-menu-item-text,.x-html-editor-tb .x-font-select,.x-panel-header-default-framed,.x-tip-header,.x-tip-body,.x-form-invalid-tip-body,.x-tip-header-text,.x-progress-text,.x-toolbar,.x-toolbar .x-form-item-label,.x-toolbar .x-toolbar-text,.x-window-header-text-default,.x-grid-rowbody,.x-grid-row .x-grid-cell,.x-grid-group-title,.x-grid-row-editor .x-form-field,.x-grid-row-editor .x-form-display-field,.x-form-invalid-under,.x-fieldset-header,.x-column-header,.x-mask-msg div,.x-btn-group-header-text-default-framed,table.x-datepicker-inner a,.x-monthpicker-item,.x-dd-drag-ghost
  900. {
  901. font-size: 14px
  902. }
  903. .x-form-item {
  904. font-size: 14px
  905. }
  906. .x-boundlist {
  907. border-width: 1px;
  908. border-style: solid;
  909. border-color: #b5b8c8;
  910. font-size: 14px;
  911. background: #fcfcfc
  912. }
  913. }
  914. @media ( min-width : 992px) {
  915. .x-menu-item-text,.x-html-editor-tb .x-font-select,.x-tip-header,.x-tip-body,.x-form-invalid-tip-body,.x-tip-header-text,.x-progress-text,.x-window-header-text-default,.x-grid-rowbody,.x-grid-row .x-grid-cell,.x-grid-group-title,.x-grid-row-editor .x-form-field,.x-grid-row-editor .x-form-display-field,.x-form-invalid-under,.x-fieldset-header,.x-column-header,.x-mask-msg div,.x-btn-group-header-text-default-framed,table.x-datepicker-inner a,.x-monthpicker-item,.x-dd-drag-ghost
  916. {
  917. font-size: 14px
  918. }
  919. .x-toolbar,.x-toolbar .x-form-item-label,.x-toolbar .x-toolbar-text {
  920. font-size: 13px
  921. }
  922. .x-form-item {
  923. font-size: 14px
  924. }
  925. .x-boundlist {
  926. border-width: 1px;
  927. border-style: solid;
  928. border-color: #b5b8c8;
  929. font-size: 14px;
  930. background: #fcfcfc
  931. }
  932. }