atlas.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. .geToolbarContainer .geButton, .geToolbarContainer .geLabel {
  2. border:1px solid rgb(204, 204, 204) !important;
  3. border-bottom-color: rgb(179, 179, 179) !important;
  4. -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
  5. -moz-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
  6. box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
  7. padding:3px 5px 5px 5px;
  8. position: relative;
  9. text-align: center;
  10. vertical-align: middle;
  11. border-radius:3px;
  12. background-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(242, 242, 242) 100%);
  13. }
  14. body > .geToolbarContainer .geLabel, body > .geToolbarContainer .geButton {
  15. -webkit-box-shadow: none !important;
  16. -moz-box-shadow: none !important;
  17. box-shadow: none !important;
  18. border: 1px solid transparent !important;
  19. background: none !important;
  20. }
  21. body > .geToolbarContainer {
  22. background: #f5f5f5 !important;
  23. border-bottom: 1px solid #ccc !important;
  24. -webkit-box-shadow: none !important;
  25. -moz-box-shadow: none !important;
  26. box-shadow: none !important;
  27. }
  28. body > .geToolbarContainer > .geToolbar {
  29. padding-top:4px !important;
  30. }
  31. body > .geToolbarContainer > .geToolbar .geSeparator {
  32. width:1px !important;
  33. background:#cccccc !important;
  34. margin-top:3px;
  35. height:24px;
  36. }
  37. .geSidebarContainer .geToolbarContainer .geButton {
  38. padding:0px 2px 4px 2px;
  39. }
  40. .geToolbarContainer .geButton {
  41. margin:0px -1px 0px 0px !important;
  42. height:20px;
  43. }
  44. .geToolbarContainer .geLabel {
  45. height:18px;
  46. _height:31px;
  47. }
  48. .geStatus .geStatusAlert {
  49. color:#ffffff;
  50. font-size:12px;
  51. border:none;
  52. border-radius:6px;
  53. text-shadow: rgb(41, 89, 137) 0px 1px 0px;
  54. background-color:#428bca;
  55. background-image:linear-gradient(rgb(70, 135, 206) 0px, rgb(48, 104, 162) 100%);
  56. -webkit-box-shadow: rgba(255, 255, 255, 0.0980392) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px 1px 0px;
  57. -moz-box-shadow: rgba(255, 255, 255, 0.0980392) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px 1px 0px;
  58. box-shadow: rgba(255, 255, 255, 0.0980392) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px 1px 0px;
  59. margin-top:-5px;
  60. }
  61. .geStatus .geStatusAlert:hover {
  62. background-color: #2d6ca2;
  63. background-image: linear-gradient(rgb(90, 148, 211) 0px, rgb(54, 115, 181) 100%);
  64. }
  65. .geStatus .geStatusMessage {
  66. color:#ffffff;
  67. font-size:12px;
  68. border:none;
  69. border-radius:6px;
  70. text-shadow: rgb(41, 89, 137) 0px 1px 0px;
  71. background-color:#428bca;
  72. background-image:linear-gradient(rgb(70, 135, 206) 0px, rgb(48, 104, 162) 100%);
  73. -webkit-box-shadow: rgba(255, 255, 255, 0.0980392) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px 1px 0px;
  74. -moz-box-shadow: rgba(255, 255, 255, 0.0980392) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px 1px 0px;
  75. box-shadow: rgba(255, 255, 255, 0.0980392) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px 1px 0px;
  76. margin-top:-5px;
  77. }
  78. .geStatus .geStatusMessage:hover {
  79. background-color: #2d6ca2;
  80. background-image: linear-gradient(rgb(90, 148, 211) 0px, rgb(54, 115, 181) 100%);
  81. }
  82. div.mxWindow .geToolbarContainer {
  83. font-size:11px !important;
  84. color: #000000 !important;
  85. -webkit-box-shadow: none !important;
  86. -moz-box-shadow: none !important;
  87. box-shadow: none !important;
  88. border-width: 0px 0px 1px !important;
  89. border-color: rgb(195, 195, 195) !important;
  90. border-style: solid !important;
  91. border-bottom:1px solid #e0e0e0;
  92. }
  93. div.mxWindow .geButton, .mxWindow .geLabel {
  94. -webkit-box-shadow: none !important;
  95. -moz-box-shadow: none !important;
  96. box-shadow: none !important;
  97. background-image: none !important;
  98. border:1px solid transparent !important;
  99. }
  100. div.mxWindow .geButton {
  101. margin:1px !important;
  102. }
  103. div.mxWindow .geLabel {
  104. padding:3px 5px 3px 5px !important;
  105. margin:2px;
  106. }
  107. div.mxWindow .geButton:hover, .mxWindow .geLabel:hover {
  108. -webkit-box-shadow: none !important;
  109. -moz-box-shadow: none !important;
  110. box-shadow: none !important;
  111. background: none !important;
  112. border:1px solid gray;
  113. }
  114. div.mxWindow .geButton:active, .mxWindow .geLabel:active {
  115. -webkit-box-shadow: none !important;
  116. -moz-box-shadow: none !important;
  117. box-shadow: none !important;
  118. background-image: none !important;
  119. border:1px solid black;
  120. }
  121. .geToolbarContainer .geButton:hover, .geToolbarContainer .geLabel:hover {
  122. background-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(247, 247, 247) 100%) !important;
  123. border:1px solid rgb(153, 153, 153) !important;
  124. z-index:2;
  125. }
  126. .geToolbarContainer .geButton:active, .geToolbarContainer .geLabel:active {
  127. background-image: none !important;
  128. background-color: rgb(242, 242, 242) !important;
  129. border:1px solid rgb(153, 153, 153) !important;
  130. z-index:2;
  131. }
  132. .geSidebarTooltip, .geSidebarTooltipImage {
  133. z-index:2;
  134. }
  135. .geSidebarContainer .geTitle {
  136. font-size:13px;
  137. padding:8px 0px 8px 16px !important;
  138. }
  139. .geMenubarContainer * {
  140. color: #ffffff !important;
  141. }
  142. .geMenubarContainer .geStatus {
  143. color: rgb(179, 179, 179) !important;
  144. }
  145. .geMenubarContainer a {
  146. margin-top: 0px !important;
  147. }
  148. .geMenubar .geItem, .geMenubarContainer .geItem {
  149. background-repeat: no-repeat !important;
  150. background-position: 100% 50% !important;
  151. padding:12px !important;
  152. margin:0px !important;
  153. margin-left:2px !important;
  154. margin-right:2px !important;
  155. font-size:14px;
  156. }
  157. .geMenubarContainer .geBigButton {
  158. margin-top: 4px !important;
  159. padding: 7px !important;
  160. }
  161. .geMenubarContainer .geItem:hover {
  162. background-color: rgb(59, 115, 175);
  163. }
  164. .geToolbarContainer .geLabel {
  165. margin:0px;
  166. padding:6px 20px 4px 10px !important;
  167. }
  168. .geToolbar .geSeparator {
  169. width:0px !important;
  170. }
  171. .geMenubarContainer .geItem, .geToolbar .geButton, .geToolbar .geLabel, .geSidebar, .geSidebarContainer .geTitle, .geSidebar .geItem, .mxPopupMenuItem {
  172. -webkit-transition: none;
  173. -moz-transition: none;
  174. -o-transition: none;
  175. -ms-transition: none;
  176. transition: none;
  177. }
  178. .geMenubarContainer {
  179. background-color: #205081 !important;
  180. background-repeat: repeat-x;
  181. color: rgb(255, 255, 255);
  182. font-size: 13px;
  183. padding: 0px !important;
  184. margin: 0px !important;
  185. }
  186. .geMenubar {
  187. font-size: 14px;
  188. padding:0px 10px 0px 10px !important;
  189. margin-left:0px !important;
  190. }
  191. .geToolbarContainer {
  192. font-size: 13px;
  193. color: rgb(153, 153, 153);
  194. background-color: rgb(238, 238, 238);
  195. background-image: linear-gradient(top, rgb(245, 245, 245) 0px, rgb(238, 238, 238) 100%);
  196. background-repeat: repeat-x;
  197. border:1px solid rgb(229, 229, 229) !important;
  198. -webkit-box-shadow: rgb(136, 136, 136) 0px 1px 5px 0px !important;
  199. -moz-box-shadow: rgb(136, 136, 136) 0px 1px 5px 0px !important;
  200. box-shadow: rgb(136, 136, 136) 0px 1px 5px 0px !important;
  201. padding: 0px;
  202. margin: 0px;
  203. }
  204. .geSidebarContainer .geToolbarContainer {
  205. -webkit-box-shadow: none !important;
  206. -moz-box-shadow: none !important;
  207. box-shadow: none !important;
  208. border:none !important;
  209. }
  210. .geSidebarContainer .geToolbarContainer .geButton {
  211. margin:2px !important;
  212. }
  213. .geSidebarContainer .geToolbarContainer .geLabel {
  214. margin:2px !important;
  215. padding:4px !important;
  216. }
  217. .geToolbar {
  218. margin:0px !important;
  219. padding:8px 10px 0px 10px !important;
  220. -webkit-box-shadow:none;
  221. -moz-box-shadow:none;
  222. box-shadow:none;
  223. border:none;
  224. }
  225. .geMenubarContainer .mxDisabled {
  226. opacity: 1 !important;
  227. color: rgb(179, 179, 179) !important;
  228. }
  229. .geDialogTitle {
  230. box-sizing:border-box;
  231. white-space:nowrap;
  232. background:rgb(32, 80, 129);
  233. border-bottom:1px solid rgb(192, 192, 192);
  234. font-size:15px;
  235. font-weight:bold;
  236. text-align:center;
  237. color:white;
  238. }
  239. .geDialogFooter {
  240. background:whiteSmoke;
  241. white-space:nowrap;
  242. text-align:right;
  243. box-sizing:border-box;
  244. border-top:1px solid #e5e5e5;
  245. color:darkGray;
  246. }