common.css 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. .x-font-color button {
  2. position:relative;
  3. }
  4. .x-background-color button {
  5. position:relative;
  6. }
  7. .x-font-color button div, .x-background-color button div{
  8. position:absolute;
  9. width:16px;
  10. height:4px;
  11. top:6px;
  12. left:-20px;
  13. }
  14. .ext-webkit .x-font-color button div, .ext-webkit .x-background-color button div{
  15. position:absolute;
  16. width:16px;
  17. height:4px;
  18. top:15px;
  19. left:-1px;
  20. }
  21. .x-font-color button div {
  22. background:black;
  23. }
  24. .x-view-emtpytext {
  25. margin:10px;
  26. padding:15px;
  27. background:rgb(249,237,192);
  28. border:1px solid rgb(210,160,74);
  29. color:black;
  30. -webkit-border-radius: 5px;
  31. -moz-border-radius: 5px;
  32. }
  33. .x-view-hinttext {
  34. margin:10px 10px 5px 10px;
  35. padding:10px 15px;
  36. background: #EEF2FB;
  37. border: 1px solid #ADC1CC;
  38. color:black;
  39. -webkit-border-radius: 5px;
  40. -moz-border-radius: 5px;
  41. }
  42. .x-view-headtext {
  43. margin: 5px;
  44. padding: 8px;
  45. background: #EEF2FB;
  46. border: 1px solid #ADC1CC;
  47. color:black;
  48. -webkit-border-radius: 5px;
  49. -moz-border-radius: 5px;
  50. }
  51. .x-logo-small {
  52. width:60px;
  53. }
  54. .icon-span {
  55. padding-left:20px;
  56. background-repeat:no-repeat;
  57. }
  58. /*
  59. * for image chooser
  60. */
  61. .imgchooser .details{
  62. padding: 10px;
  63. text-align: center;
  64. }
  65. .imgchooser .details img{
  66. max-width:150px;
  67. max-height:150px;
  68. }
  69. .imgchooser .details-info{
  70. border-top: 1px solid #cccccc;
  71. font: 11px Arial, Helvetica, sans-serif;
  72. margin-top: 5px;
  73. padding-top: 5px;
  74. text-align: left;
  75. }
  76. .imgchooser .details-info b{
  77. color: #555555;
  78. display: block;
  79. margin-bottom: 4px;
  80. }
  81. .imgchooser .details-info span{
  82. display: block;
  83. margin-bottom: 5px;
  84. margin-left: 5px;
  85. }
  86. .imgview, .dragview {
  87. background: white;
  88. font: 11px Arial, Helvetica, sans-serif;
  89. }
  90. .imgview .thumb, .dragview .thumb {
  91. background: white;
  92. padding: 3px;
  93. text-align: center;
  94. position:relative;
  95. }
  96. .imgview .thumb img, .dragview .thumb img {
  97. height: 60px;
  98. width: 60px;
  99. cursor:pointer;
  100. }
  101. .imgview .thumb-wrap {
  102. float: left;
  103. margin: 4px;
  104. margin-right: 0;
  105. padding: 5px;
  106. }
  107. .dragview .thumb-wrap {
  108. margin: 4px;
  109. margin-right: 0;
  110. padding: 5px;
  111. }
  112. .imgview .thumb-wrap span, .dragview .thumb-wrap span {
  113. display: block;
  114. overflow: hidden;
  115. text-align: center;
  116. }
  117. .imgview .x-view-over {
  118. border:1px solid #dddddd;
  119. background: #efefef url(../../resources/images/default/grid/row-over.gif) repeat-x left top;
  120. padding: 4px;
  121. }
  122. .imgview .x-view-selected {
  123. background: #DFEDFF;
  124. border: 1px solid #6593cf;
  125. padding: 4px;
  126. }
  127. .imgview .x-view-selected span{
  128. color:#1A4D8F;
  129. }
  130. .imgview .loading-indicator {
  131. font-size:11px;
  132. background-image:url('../../resources/images/grid/loading.gif');
  133. background-repeat: no-repeat;
  134. background-position: left;
  135. padding-left:20px;
  136. margin:10px;
  137. }
  138. /*
  139. * for welcome tpl
  140. */
  141. .mc-bg {
  142. padding:20px;
  143. }
  144. .mc-bg table{
  145. width:100%;
  146. height:100%;
  147. }
  148. .mc-bg button{
  149. width:120px;
  150. }
  151. .x-tip-tab {
  152. padding-right:36px;
  153. position:relative;
  154. }
  155. .x-redtip {
  156. position:absolute;
  157. right:0px;
  158. top:-2px;
  159. }
  160. .x-redtip-left {
  161. float:left;
  162. background:transparent url('../../images/red_tip_left.png') no-repeat left center;
  163. width:8px;
  164. height:18px;
  165. }
  166. .x-redtip-center {
  167. float:left;
  168. background:transparent url('../../images/red_tip_center.png') repeat-x left center;
  169. height:18px;
  170. line-height:18px;
  171. color:white;
  172. font-size:14px;
  173. font-family:Arial;
  174. font-weight:bold;
  175. }
  176. .x-redtip-right {
  177. float:left;
  178. background:transparent url('../../images/red_tip_right.png') no-repeat left center;
  179. height:18px;
  180. width:8px;
  181. }
  182. /*
  183. * action column icons
  184. */
  185. .hidden_action {
  186. display:none;
  187. }
  188. .action_addlock {
  189. background-image:url(../../images/icons/lock_add.png) !important;
  190. width:16px;
  191. }
  192. .action_unlock {
  193. background-image:url(../../images/icons/lock_delete.png) !important;
  194. width:16px;
  195. }
  196. /*
  197. * locked file css
  198. */
  199. .state_locked_row {
  200. background-color:pink;
  201. }
  202. .state_locked_file {
  203. background-image:url(../../images/icons/lock.png) !important;
  204. background-repeat:no-repeat;
  205. background-position:left center;
  206. padding-left:20px;
  207. }
  208. .state_locked_text {
  209. padding-right:10px;
  210. font-weight:bold;
  211. color:red;
  212. }
  213. .locked-file-title {
  214. color:red;
  215. padding:10px;
  216. font-weight:bold;
  217. }
  218. /*
  219. * for rate
  220. */
  221. .x-rate {
  222. position:relative;
  223. overflow:hidden;
  224. width:80px;
  225. height:20px;
  226. margin:-5px auto;
  227. }
  228. .x-rate-star {
  229. float:left;
  230. width:20px;
  231. height:100%;
  232. }
  233. .x-full-star {
  234. background:transparent url(../../images/stars.png) no-repeat left bottom;
  235. }
  236. .x-half-star {
  237. background:transparent url(../../images/stars.png) no-repeat left -40px;
  238. }
  239. .x-empty-star {
  240. background:transparent url(../../images/stars.png) no-repeat left top;
  241. }
  242. .x-img-icon {
  243. backgorund-repeat:no-repeat;
  244. background-position:center center;
  245. width:16px;
  246. height:16px;
  247. }
  248. .icon-span {
  249. padding-left: 20px;
  250. background-position: left center;
  251. background-repeat: no-repeat;
  252. }
  253. /*
  254. * for tree pool
  255. */
  256. .x-tree-pool .x-tree-node-el {
  257. padding:1px;
  258. }
  259. .x-tree-pool .x-tree-node .x-tree-selected {
  260. background:rgb(245,250,250);
  261. border:1px solid #99BBE8;
  262. padding:0px;
  263. }
  264. .x-tree-pool .x-tree-node .x-tree-node-over {
  265. background:rgb(245,250,250);
  266. }
  267. /** remove .x-form-text **/
  268. .ext-strict .x-small-editor .x-form-text {
  269. height: 16px !important;
  270. }
  271. .file-update-info {
  272. border: 1px solid white;
  273. background: #FFFFC4;
  274. padding: 5px;
  275. }
  276. .editing-user-info {
  277. padding-top: 2px;
  278. padding-left: 5px;
  279. font-size: 14px;
  280. text-align: left;
  281. }
  282. .editing-user-info span {
  283. display: block;
  284. font-weight: bold;
  285. }
  286. .file-update-info .refresh-ct {
  287. display: block;
  288. margin-top: 5px;
  289. }
  290. .editing-user-logo {
  291. padding-top:2px;
  292. }
  293. .editing-user-number {
  294. color: white;
  295. padding: 0px 4px 1px 4px;
  296. background: red;
  297. -webkit-border-radius: 8px;
  298. -moz-border-radius: 8px;
  299. border-radius: 8px;
  300. }
  301. .ext-ie8 .editing-user-number {
  302. border: 1px solid white;
  303. }
  304. .x-posting-viewcomment {
  305. color: #15428B;
  306. text-decoration: none;
  307. }
  308. .x-posting-viewcomment:hover {
  309. font-style: bold;
  310. }
  311. .x-posting-footer {
  312. padding-top: 5px;
  313. text-align: right;
  314. }
  315. .comment-number {
  316. background: silver;
  317. padding:0 4px;
  318. font-weight:bold;
  319. color:white;
  320. -webkit-border-radius: 8px;
  321. -moz-border-radius: 8px;
  322. border-radius: 8px;
  323. }
  324. .red-number {
  325. background: red;
  326. }
  327. .editing-user-logo img {
  328. max-width:60px;
  329. max-height:40px;
  330. -webkit-border-radius: 5px;
  331. -moz-border-radius: 5px;
  332. border-radius: 5px;
  333. }
  334. .ext-ie .editing-user-logo img {
  335. width: 60px;
  336. }
  337. .doc-msg .doc-msg-item {
  338. min-height: 0px;
  339. }
  340. .doc-msg-item img {
  341. max-width: 60px;
  342. max-height: 40px;
  343. margin-right: 3px;
  344. clear: left;
  345. float: left;
  346. -webkit-border-radius: 5px;
  347. -moz-border-radius: 5px;
  348. }
  349. .ext-ie .doc-msg-item img {
  350. width: 60px;
  351. }
  352. .doc-msg-item .author {
  353. font-weight: bold;
  354. padding-bottom: 5px;
  355. display: block;
  356. }
  357. .doc-msg-item .post-time {
  358. color: gray;
  359. font-style: italic;
  360. text-align: right;
  361. padding-bottom: 5px;
  362. display: block;
  363. }
  364. .x-posting-writecomment {
  365. padding-top: 5px;
  366. }
  367. .back2topic {
  368. font-weight: bold;
  369. margin-left: 10px;
  370. font-size: 14px;
  371. color: #15428B;
  372. padding-left: 18px;
  373. background-repeat: no-repeat;
  374. background-position: left center;
  375. cursor: pointer;
  376. }
  377. .back2topic:hover {
  378. text-decoration: underline;
  379. }
  380. .x-clear-datepicker {
  381. border-color: silver;
  382. }
  383. .x-clear-datepicker .x-datepicker-footer {
  384. background: white;
  385. border-top: none;
  386. }
  387. .x-clear-datepicker .x-datepicker-header {
  388. background: white;
  389. border-bottom: 1px solid silver;
  390. }
  391. .x-clear-datepicker .x-datepicker-month span {
  392. color: black !important;
  393. }
  394. .x-clear-datepicker .x-btn-split-right, .x-btn-over .x-btn-split-right {
  395. padding-right: 0px !important;
  396. }
  397. a.poweredBy:link {
  398. text-decoration: none;
  399. font-weight: bold;
  400. color: blue;
  401. }
  402. a.poweredBy:hover {
  403. text-decoration: underline;
  404. font-weight: bold;
  405. color: green;
  406. }