atlas.css 6.1 KB

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