UNPKG

strong-arc

Version:

A visual suite for the StrongLoop API Platform

220 lines (191 loc) 3.71 kB
html { height: 100%; } body { cursor: default; position: relative; height: 100%; width: 100%; overflow: hidden; font-family: Lucida Grande, sans-serif; font-size: 12px; margin: 0; tab-size: 4; -webkit-user-select: none; color: #222; } body.platform-linux { color: rgb(48, 57, 66); font-family: Ubuntu, Arial, sans-serif; } body.platform-mac { color: rgb(48, 57, 66); font-family: 'Lucida Grande', sans-serif; } body.platform-windows { font-family: 'Segoe UI', Tahoma, sans-serif; } * { box-sizing: border-box; } :focus { outline: none; } img { -webkit-user-drag: none; } iframe, a img { border: none; } iframe.view { position: absolute; width: 100%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; } .hidden { display: none !important; } .monospace { font-size: 10px !important; font-family: monospace; } .resources-dividers { position: absolute; left: 0; right: 0; top: 0; z-index: -100; bottom: 0; } .resources-event-dividers { position: absolute; left: 0; right: 0; height: 100%; top: 0; z-index: 300; pointer-events: none; } .resources-dividers-label-bar { position: absolute; top: 0; left: 0; right: 0; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; height: 20px; z-index: 200; pointer-events: none; overflow: hidden; } .resources-divider { position: absolute; width: 1px; top: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.1); } .resources-event-divider { position: absolute; width: 2px; top: 0; bottom: 0; z-index: 300; } .resources-divider-label { position: absolute; top: 4px; right: 3px; font-size: 80%; white-space: nowrap; pointer-events: none; } .overview-grid-window-selector { position: absolute; top: 0; bottom: 0; background-color: rgba(125, 173, 217, 0.5); z-index: 250; pointer-events: none; } .overview-grid-window { background-color: white; position: absolute; left: 0; right: 0; top: 0; height: 20px; z-index: 150; } .overview-grid-dividers-background { left: 0%; right: 0%; top: 0; height: 20px; background-color: black; position: absolute; } .overview-grid-window-rulers { top: 0; bottom: 0; position: absolute; opacity: 0.2; border-right: 1px solid black; border-left: 1px solid black; z-index: 250; pointer-events: none; } .overview-grid-window-resizer { position: absolute; top: 0; height: 20px; width: 5px; margin-left: -2px; margin-right: -3px; background-color: rgb(153, 153, 153); z-index: 500; border-radius: 2px; box-shadow: white 1px 0 0, white -1px 0 0, white 0 1px 0, white 0 -1px 0; } .overview-grid-window-resizer-right { margin-left: -3px; margin-right: -2px; } .highlighted-search-result { border-radius: 1px; padding: 1px; margin: -1px; background-color: rgba(255, 255, 0, 0.8); } .sidebar-separator { background-color: rgb(230, 230, 230); padding: 0 5px; border-top: 1px solid rgb(189, 189, 189); border-bottom: 1px solid rgb(189, 189, 189); color: rgb(50, 50, 50); white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height: 16px; } .pie-chart { position: relative; } .pie-chart-foreground { position: absolute; width: 100%; height: 100%; z-index: 10; top: 0; display: flex; } .pie-chart-total { margin: auto; padding: 2px 5px; background-color: rgba(255, 255, 255, 0.6); }