atlas.css 6.2 KB

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