main.css 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. .x-grid3-col-actions {padding: 3px 0 3px 5px;}
  2. .x-grid3-row-selected {background-color: #fffede;}
  3. ul.admintools-row-actions {
  4. margin: 0;
  5. padding: 0;
  6. list-style: none;
  7. }
  8. ul.admintools-row-actions li {
  9. float: left;
  10. }
  11. ul.admintools-row-actions .btn {
  12. padding: 5px;
  13. margin-right: 2px;
  14. min-width: 26px;
  15. font-size: inherit;
  16. }
  17. .admintools-grid-row-disabled {
  18. font-style: italic;
  19. opacity: .6;
  20. color: #555;
  21. }
  22. .action-red {color: darkred !important;}
  23. .action-green {color: darkgreen !important;}
  24. .action-blue {color: cadetblue !important;}
  25. .action-yellow {color: goldenrod !important;}
  26. .action-gray {color: dimgray !important;}
  27. a.x-menu-item .x-menu-item-text, a.x-menu-item .x-menu-item-text .icon {
  28. cursor: pointer;
  29. }
  30. a.x-menu-item .x-menu-item-text .icon {
  31. line-height: 16px;
  32. top: auto;
  33. }
  34. .x-menu-list .icon {
  35. min-width: 1em;
  36. text-align: center;
  37. }
  38. .x-menu-list-item:hover .icon {
  39. color: inherit !important;
  40. }
  41. .badge {
  42. background-color: #337ab7 !important;
  43. border-radius: 10px;
  44. color: #fff !important;
  45. display: inline-block;
  46. font-size: 12px;
  47. font-weight: bold;
  48. line-height: 1;
  49. margin-right: 5px;
  50. min-width: 10px;
  51. padding: 3px 5px;
  52. text-align: center;
  53. white-space: nowrap;
  54. vertical-align: baseline;
  55. }
  56. #modx-tree-element .x-btn-over {
  57. color: #555 !important;
  58. }
  59. .x-element-favorite,
  60. .x-element-favorite > a span {
  61. color: #155b00 !important;
  62. }
  63. #admintools-panel-link {
  64. }
  65. #admintools-panel-link > a {
  66. padding: 0 14px;
  67. }
  68. #admintools-panel-link.opened a {
  69. background-color: #282b34;
  70. }
  71. .admintools-panel {
  72. background-color: #282b34;
  73. left: 0;
  74. opacity: 0.9;
  75. position: absolute;
  76. top: 57px;
  77. width: 100%;
  78. z-index: 5;
  79. }
  80. .admintools-panel .active {
  81. }
  82. #modx-user-menu {
  83. margin-right: 0;
  84. }
  85. .tree-last-edited > em > button::before {
  86. content: "";
  87. display: inline-block;
  88. font-family: FontAwesome;
  89. font-style: normal;
  90. font-weight: 400;
  91. line-height: 1;
  92. -webkit-font-smoothing: antialiased;
  93. -moz-osx-font-smoothing: grayscale;
  94. }
  95. .tree-last-edited > em > button:hover {color: inherit;}
  96. #modx-resource-description,
  97. #modx-resource-introtext {
  98. resize: vertical;
  99. }
  100. /* Search field */
  101. .x-field-trigger-clear {border-left: 1px solid #e4e4e4 !important;}
  102. .x-field-trigger-clear:before {content: '\f00d' !important;}
  103. .x-field-trigger-clear:hover {border-left-color: transparent !important;}
  104. /** ******************Task panel**************************** **/
  105. /*#modx-leftbar {
  106. top: 100px !important;
  107. }
  108. #modx-content {
  109. top: 100px !important;
  110. }
  111. #modx-action-buttons {
  112. top: 100px !important;
  113. }
  114. .admintools-panel .x-btn {
  115. margin-right: 1px !important;
  116. padding: 10px !important;
  117. text-align: left !important;
  118. }*/
  119. .task-button-active {
  120. text-decoration: none;
  121. text-align: center;
  122. padding: 10px 32px;
  123. border: solid 1px #030017;
  124. -webkit-border-radius: 4px;
  125. -moz-border-radius: 4px;
  126. border-radius: 4px;
  127. font: 18px Arial, Helvetica, sans-serif;
  128. font-weight: bold;
  129. color: #E5FFFF;
  130. background-color: #99cdde;
  131. background-image: -moz-linear-gradient(top, #99cdde 0%, #324966 100%);
  132. background-image: -webkit-linear-gradient(top, #99cdde 0%, #324966 100%);
  133. background-image: -o-linear-gradient(top, #99cdde 0%, #324966 100%);
  134. background-image: -ms-linear-gradient(top, #99cdde 0%, #324966 100%);
  135. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#324966', endColorstr='#324966', GradientType=0);
  136. background-image: linear-gradient(top, #99cdde 0%, #324966 100%);
  137. -webkit-box-shadow: 0 0 2px #bababa, inset 0 0 1px #ffffff;
  138. -moz-box-shadow: 0 0 2px #bababa, inset 0 0 1px #ffffff;
  139. box-shadow: 0 0 2px #bababa, inset 0 0 1px #ffffff;
  140. text-shadow: 1px 1px 0px #373738;
  141. filter: dropshadow(color=#373738, offx=1, offy=1);
  142. -webkit-transition: all 0.24s linear;
  143. -moz-transition: all 0.24s linear;
  144. -o-transition: all 0.24s linear;
  145. transition: all 0.24s linear;
  146. }
  147. .task-button-active:hover,
  148. .task-button-active:active {
  149. padding: 10px 32px;
  150. border: solid 1px #004F72;
  151. -webkit-border-radius: 4px;
  152. -moz-border-radius: 4px;
  153. border-radius: 4px;
  154. color: #E5FFFF;
  155. background-color: #6a9bab;
  156. background-image: -moz-linear-gradient(top, #6a9bab 0%, #405a63 100%);
  157. background-image: -webkit-linear-gradient(top, #6a9bab 0%, #405a63 100%);
  158. background-image: -o-linear-gradient(top, #6a9bab 0%, #405a63 100%);
  159. background-image: -ms-linear-gradient(top, #6a9bab 0%, #405a63 100%);
  160. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#405a63', endColorstr='#405a63', GradientType=0);
  161. background-image: linear-gradient(top, #6a9bab 0%, #405a63 100%);
  162. -webkit-box-shadow: 0 0 2px #bababa, inset 0 0 1px #ffffff;
  163. -moz-box-shadow: 0 0 2px #bababa, inset 0 0 1px #ffffff;
  164. box-shadow: 0 0 2px #bababa, inset 0 0 1px #ffffff;
  165. text-shadow: 1px 1px 0px #2b333d;
  166. filter: dropshadow(color=#2b333d, offx=1, offy=1);
  167. }
  168. .task-button {
  169. text-decoration: none;
  170. text-align: center;
  171. padding: 11px 32px;
  172. border: solid 1px #0a001f;
  173. -webkit-border-radius: 4px;
  174. -moz-border-radius: 4px;
  175. border-radius: 4px;
  176. font: 18px Arial, Helvetica, sans-serif;
  177. font-weight: bold;
  178. color: #E5FFFF;
  179. background-color: #9babb0;
  180. background-image: -moz-linear-gradient(top, #9babb0 0%, #464b52 100%);
  181. background-image: -webkit-linear-gradient(top, #9babb0 0%, #464b52 100%);
  182. background-image: -o-linear-gradient(top, #9babb0 0%, #464b52 100%);
  183. background-image: -ms-linear-gradient(top, #9babb0 0%, #464b52 100%);
  184. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#464b52', endColorstr='#464b52', GradientType=0);
  185. background-image: linear-gradient(top, #9babb0 0%, #464b52 100%);
  186. -webkit-box-shadow: inset 0 0 1px #ffffff;
  187. -moz-box-shadow: inset 0 0 1px #ffffff;
  188. box-shadow: inset 0 0 1px #ffffff;
  189. text-shadow: 1px 1px 0 #373738;
  190. filter: dropshadow(color=#373738, offx=1, offy=1);
  191. -webkit-transition: all 0.24s linear;
  192. -moz-transition: all 0.24s linear;
  193. -o-transition: all 0.24s linear;
  194. transition: all 0.24s linear;
  195. }
  196. .task-button:hover,
  197. .task-button:active {
  198. padding: 11px 32px;
  199. border: solid 1px #004F72;
  200. -webkit-border-radius: 4px;
  201. -moz-border-radius: 4px;
  202. border-radius: 4px;
  203. color: #E5FFFF;
  204. background-color: #6a9bab;
  205. background-image: -moz-linear-gradient(top, #6a9bab 0%, #405a63 100%);
  206. background-image: -webkit-linear-gradient(top, #6a9bab 0%, #405a63 100%);
  207. background-image: -o-linear-gradient(top, #6a9bab 0%, #405a63 100%);
  208. background-image: -ms-linear-gradient(top, #6a9bab 0%, #405a63 100%);
  209. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#405a63', endColorstr='#405a63', GradientType=0);
  210. background-image: linear-gradient(top, #6a9bab 0%, #405a63 100%);
  211. -webkit-box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
  212. -moz-box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
  213. box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
  214. text-shadow: 1px 1px 0px #2b333d;
  215. filter: dropshadow(color=#2b333d, offx=1, offy=1);
  216. }
  217. /****************** Notes ***********************/
  218. .x-layout-split {background-color: #EBEBEB;}
  219. #admintools-notes-panel2-xcollapsed {display: none !important;}
  220. /*************** Permissions *******************/
  221. .permissions-panel-desc {margin: 15px;}
  222. .at-principal-group {font-weight: bold;}
  223. .at-principal-user {}
  224. /***************** Plugins *******************/
  225. #admintools-plugin-events .x-superboxselect-item {
  226. cursor: default;
  227. font-size: 12px;
  228. margin: 0 5px 5px 0;
  229. padding: 4px 18px 4px 4px !important;
  230. position: relative;
  231. }
  232. #admintools-plugin-events .x-superboxselect-item-close::before {
  233. display: inline-block;
  234. font-family: FontAwesome;
  235. font-style: normal;
  236. font-weight: 400;
  237. line-height: 1;
  238. box-sizing: border-box;
  239. color: inherit;
  240. content: "";
  241. font-size: 14px;
  242. margin-top: -7px;
  243. position: absolute;
  244. right: 0;
  245. text-align: center;
  246. top: 50%;
  247. vertical-align: middle;
  248. width: 16px;
  249. }
  250. #admintools-plugin-events .x-superboxselect-item-close {
  251. border: 0 none;
  252. color: inherit;
  253. cursor: pointer;
  254. display: inline-block;
  255. height: 100%;
  256. opacity: 0.6;
  257. outline: 0 none;
  258. padding: 0;
  259. position: absolute;
  260. right: 0;
  261. top: 0;
  262. transition: opacity 0.25s ease 0s;
  263. width: 16px;
  264. }
  265. #admintools-plugin-events .x-superboxselect-item:focus,
  266. #admintools-plugin-events .x-superboxselect-item:hover {
  267. box-shadow: 0 0 0 1px #3697cd;
  268. color: #fff;
  269. }
  270. #admintools-plugin-events .x-superboxselect-item-close:focus,
  271. #admintools-plugin-events .x-superboxselect-item-close:hover {
  272. opacity: 1;
  273. }
  274. .admintools-plugin-actions {
  275. position: absolute;
  276. right: 15px;
  277. top: 1px;
  278. margin: 0;
  279. padding: 0;
  280. list-style: none;
  281. }
  282. ul.admintools-plugin-actions li {
  283. float: left;
  284. }
  285. ul.admintools-plugin-actions .btn {
  286. padding: 5px;
  287. margin-right: 2px;
  288. min-width: 26px;
  289. font-size: inherit;
  290. }
  291. /******************* Events ********************/
  292. .x-field-combo-events,
  293. .x-field-combo-event-add {
  294. border-left: 1px solid #e4e4e4 !important;
  295. }
  296. .x-field-combo-events:hover,
  297. .x-field-combo-event-add:hover {
  298. border-left-color: transparent !important;
  299. }
  300. .x-field-combo-events {
  301. right: 31px !important;
  302. border-radius: 0 !important;
  303. }
  304. .x-field-combo-event-add:before {
  305. content: '\f067' !important;
  306. }
  307. /******************* Action Buttons ********************/
  308. .right-side-tree #modx-content {
  309. position: relative;
  310. top: 0 !important;
  311. }
  312. .right-side-tree #modx-action-buttons {
  313. position: absolute;
  314. top: 0;
  315. }
  316. #modx-leftbar-tabs-xsplit .x-layout-mini-east::after {
  317. border-right: none;
  318. border-left: 5px solid #556c88;
  319. right: 2px;
  320. }
  321. #modx-leftbar-tabs-xcollapsed .x-layout-mini-east::after {
  322. border-right: 5px solid #556c88;
  323. border-left: none;
  324. right: 6px;
  325. }
  326. /* messages */
  327. #message-counter {
  328. background-color: #fc0a03 !important;
  329. position: absolute;
  330. left: 43px;
  331. top: 7px;
  332. }
  333. #message-counter:empty {
  334. display: none;
  335. }