@font-face { font-family: 'Octicons Regular'; src: url("octicons.woff") format("woff"); font-weight: normal; font-style: normal; } html { font-family: 'Lucida Grande', 'Segoe UI', Ubuntu, Cantarell, sans-serif; font-size: 11px; } html, body { width: 100%; height: 100%; overflow: hidden; } atom-workspace { display: block; height: 100%; overflow: hidden; position: relative; background-color: #333333; font-family: 'Lucida Grande', 'Segoe UI', Ubuntu, Cantarell, sans-serif; } atom-workspace atom-workspace-axis.horizontal { display: -webkit-flex; height: 100%; } atom-workspace atom-workspace-axis.vertical { display: -webkit-flex; -webkit-flex: 1; -webkit-flex-flow: column; } .nav > li > a { border-radius: 2px; } .nav > li > a:hover { background-color: rgba(255, 255, 255, 0.07); } .nav.nav-pills > li.active > a { background-color: #4182c4; } h1, h2, h3, h4, h5, h6 { font-family: inherit; } body { font-family: inherit; font-size: inherit; } .tooltip { font-family: 'Lucida Grande', 'Segoe UI', Ubuntu, Cantarell, sans-serif; font-size: 11px; } kbd { color: inherit; background-color: none; box-shadow: none; } .badge { display: inline-block; line-height: 1; vertical-align: middle; font-weight: normal; text-align: center; white-space: nowrap; border-radius: 1em; color: #ffffff; background-color: #4182c4; font-size: 11px; min-width: 17px; padding: 3px 5px; } .badge:empty { display: none; } .badge.badge-info { color: white; background-color: #0098ff; } .badge.badge-success { color: white; background-color: #17ca65; } .badge.badge-warning { color: white; background-color: #ffaa2c; } .badge.badge-error { color: white; background-color: #cc0000; } .badge.badge-large { font-size: 18px; min-width: 28px; padding: 5px 8px; } .badge.badge-medium { font-size: 14px; min-width: 22px; padding: 4px 6px; } .badge.badge-small { font-size: 10px; min-width: 16px; padding: 3px 5px; } .badge.badge-flexible { font-size: 0.8em; min-width: 1.6em; padding: 0.4em 0.6em; } .badge.icon { font-size: 13px; padding: 5px 10px; } .btn { color: #aaaaaa; border-radius: 2px; border: none; text-shadow: none; height: 27px; line-height: 25px; padding: 0 10px; font-size: 11px; z-index: 0; background-color: #43484d; } .btn:hover { background-color: #4f555b; } .btn.selected, .btn.selected:hover { z-index: 1; background-color: #5c6064; } .btn.btn-xs, .btn-group-xs > .btn { padding: 2.5px 5px; font-size: 9px; height: auto; line-height: 1.3em; } .btn.btn-sm, .btn-group-sm > .btn { padding: 2.5px 5px; height: auto; line-height: 1.3em; } .btn.btn-lg, .btn-group-lg > .btn { font-size: 13px; padding: 8px 12px; height: auto; line-height: 1.3em; } .btn-group > .btn { border-left: 1px solid rgba(0, 0, 0, 0.5); border-right: 1px solid rgba(0, 0, 0, 0.5); } .btn-group > .btn:first-child { border-left: none; border-top-left-radius: 2px; border-bottom-left-radius: 2px; } .btn-group > .btn:last-child, .btn-group > .btn.selected:last-child, .btn-group > .dropdown-toggle { border-right: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; } .btn-toolbar > .btn-group + .btn-group, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn { float: none; display: inline-block; margin-left: 0; } .btn-toolbar > * { margin-right: 5px; } .btn-toolbar > *:last-child { margin-right: 0; } .icon::before { margin-right: 5px; } a.icon, button.icon { text-decoration: none; color: #aaaaaa; } a.icon:hover, button.icon:hover { color: #ffffff; } a { cursor: pointer; color: #ffffff; } a:hover { color: #ffffff; text-decoration: underline; } atom-pane-container { position: relative; display: -webkit-flex; -webkit-flex: 1; } atom-pane-container atom-pane-axis { display: -webkit-flex; -webkit-flex: 1; } atom-pane-container atom-pane-axis > atom-pane-resize-handle { position: absolute; z-index: 3; } atom-pane-container atom-pane-axis.vertical { -webkit-flex-direction: column; } atom-pane-container atom-pane-axis.vertical > atom-pane-resize-handle { width: 100%; height: 8px; margin-top: -4px; cursor: ns-resize; border-bottom: none; } atom-pane-container atom-pane-axis.horizontal { -webkit-flex-direction: row; } atom-pane-container atom-pane-axis.horizontal > atom-pane-resize-handle { width: 8px; height: 100%; margin-left: -4px; cursor: ew-resize; border-right: none; } atom-pane-container atom-pane { position: relative; display: -webkit-flex; -webkit-flex: 1; -webkit-flex-direction: column; overflow: visible; } atom-pane-container atom-pane .item-views { -webkit-flex: 1; display: -webkit-flex; min-height: 0; min-width: 0; position: relative; } atom-pane-container atom-pane .item-views .pane-item { color: #aaaaaa; background-color: #292c2f; } atom-pane-container atom-pane .item-views > *, atom-pane-container atom-pane .item-views > atom-text-editor.react > * { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .panel { border-radius: 0; border: none; background-color: transparent; box-shadow: none; } .panel.bordered .panel-heading { border-radius: 2px 2px 0 0; } .inset-panel .panel-heading { border-radius: 2px 2px 0 0; } .panel-heading { margin: 0; padding: 10px; border-radius: 0; font-size: 11px; line-height: 1; } .panel-heading .btn { height: 20px; line-height: 20px; font-size: 9px; position: relative; top: -5px; } atom-panel-container.left, atom-panel-container.right { display: -webkit-flex; -webkit-flex-direction: row; -webkit-align-items: stretch; height: 100%; } atom-panel-container.left atom-panel, atom-panel-container.right atom-panel { height: 100%; } atom-panel { display: block; } atom-panel.top, atom-panel.bottom, atom-panel.left, atom-panel.right { background-color: #1d1f21; } .tool-panel { position: relative; background-color: #1d1f21; } .overlay, atom-panel.modal { position: absolute; left: 50%; width: 500px; margin-left: -250px; z-index: 9999; box-sizing: border-box; color: #aaaaaa; background-color: #202123; padding: 10px; } .overlay h1, atom-panel.modal h1 { margin-top: 0; color: #ffffff; font-size: 1.6em; font-weight: bold; } .overlay h2, atom-panel.modal h2 { font-size: 1.3em; } .overlay atom-text-editor[mini], atom-panel.modal atom-text-editor[mini] { margin-bottom: 10px; } .overlay .message, atom-panel.modal .message { padding-top: 5px; font-size: 11px; } .overlay.mini, atom-panel.modal.mini { width: 200px; margin-left: -100px; font-size: 12px; } .overlay.from-top, atom-panel.modal { top: 0; border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; } .overlay.from-bottom { bottom: 0; border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .overlay.floating { left: auto; } section, .section { position: relative; margin-top: 0; } section:last-child, .section:last-child { margin-bottom: 0; } section.bordered, .section.bordered { margin: 0; padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, 0.07); border-bottom: 1px solid rgba(0, 0, 0, 0.5); } section .section-heading:first-child, .section .section-heading:first-child { margin-top: 0; font-weight: bold; color: #ffffff; } div > section:first-child, form > section:first-child, div > .section:first-child, form > .section:first-child { border-top: none; padding-top: 0; } div > section:last-child, form > section:last-child, div > .section:last-child, form > .section:last-child { border-bottom: none; padding-bottom: 0; } .list-group, .list-group .list-group-item { background-color: transparent; border: none; padding: 0; margin: 0; position: static; } .list-group, .list-tree { margin: 0; padding: 0; list-style: none; cursor: default; } .list-group li:not(.list-nested-item), .list-tree li:not(.list-nested-item), .list-group li.list-nested-item > .list-item, .list-tree li.list-nested-item > .list-item { line-height: 25px; text-wrap: none; white-space: nowrap; } .list-group .selected::before, .list-tree .selected::before { content: ''; background-color: #4182c4; position: absolute; left: 0; right: 0; height: 25px; } .list-group .selected > *, .list-tree .selected > * { position: relative; } .list-group .icon::before, .list-tree .icon::before { margin-right: 5px; position: relative; top: 1px; } .list-group .no-icon, .list-tree .no-icon { padding-left: 21px; } .list-tree .list-nested-item > .list-tree > li, .list-tree .list-nested-item > .list-group > li { padding-left: 21px; } .list-tree.has-collapsable-children li.list-item { margin-left: 17px; } .list-tree.has-collapsable-children .list-nested-item.collapsed > .list-group, .list-tree.has-collapsable-children .list-nested-item.collapsed > .list-tree { display: none; } .list-tree.has-collapsable-children .list-nested-item > .list-item::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 12px; width: 12px; height: 12px; content: "\f0a3"; } .list-tree.has-collapsable-children .list-nested-item > .list-item::before { position: relative; top: -1px; margin-right: 5px; } .list-tree.has-collapsable-children .list-nested-item.collapsed > .list-item::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 12px; width: 12px; height: 12px; content: "\f078"; } .list-tree.has-collapsable-children .list-nested-item.collapsed > .list-item::before { left: 1px; } .list-tree.has-collapsable-children .list-nested-item > .list-tree > li, .list-tree.has-collapsable-children .list-nested-item > .list-group > li { padding-left: 17px; } .list-tree.has-collapsable-children .has-flat-children li.list-item, .list-tree.has-collapsable-children.has-flat-children li.list-item { margin-left: 0; } .select-list.popover-list { width: 200px; min-width: 200px; margin-left: 0; position: relative; } .select-list.popover-list ol.list-group { position: relative; overflow-y: scroll; max-height: 200px; } .info-messages, .error-messages { margin: 0; padding: 0; list-style: none; } .error-messages { color: #cc0000; } ul.background-message { font-size: 33px; margin: 0; padding: 0; } ul.background-message li { margin: 0; padding: 0; list-style: none; } ul.background-message.centered { display: -webkit-flex; position: absolute; top: 0; left: 0; right: 0; bottom: 0; -webkit-align-items: center; text-align: center; } ul.background-message.centered li { width: 100%; } .source.gfm .markup.heading { font-weight: bold; } .source.gfm .bold { font-weight: bold; } .source.gfm .italic { font-style: italic; } .source.gfm .comment.quote { font-style: italic; } atom-text-editor { display: block; font-family: Inconsolata, Monaco, Consolas, 'DejaVu Sans Mono', monospace; line-height: 1.3; } atom-text-editor[mini] { font-size: 14px; line-height: 25px; max-height: 27px; overflow: auto; } atom-overlay { position: absolute; display: block; z-index: 4; } atom-text-editor { display: -webkit-flex; } atom-text-editor .editor-contents { width: 100%; overflow: hidden; cursor: text; display: -webkit-flex; -webkit-user-select: none; position: relative; } atom-text-editor .gutter { overflow: hidden; text-align: right; cursor: default; min-width: 1em; box-sizing: border-box; } atom-text-editor .line-numbers { position: relative; } atom-text-editor .line-number { white-space: nowrap; padding-left: .5em; opacity: 0.6; } atom-text-editor .line-number.cursor-line { opacity: 1; } atom-text-editor .line-number .icon-right { display: inline-block; visibility: hidden; opacity: .6; padding: 0 .4em; } atom-text-editor .line-number .icon-right::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 0.8em; width: 0.8em; height: 0.8em; content: "\f0a3"; } atom-text-editor .line-number .icon-right::before { text-align: center; } atom-text-editor .gutter:hover .line-number.foldable .icon-right { visibility: visible; } atom-text-editor .gutter:hover .line-number.foldable .icon-right:hover { opacity: 1; } atom-text-editor .gutter .line-number.folded .icon-right, atom-text-editor .gutter:hover .line-number.folded .icon-right { visibility: visible; } atom-text-editor .gutter .line-number.folded .icon-right::before, atom-text-editor .gutter:hover .line-number.folded .icon-right::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 0.8em; width: 0.8em; height: 0.8em; content: "\f078"; } atom-text-editor .gutter .line-number.folded .icon-right::before, atom-text-editor .gutter:hover .line-number.folded .icon-right::before { position: relative; left: -0.1em; } atom-text-editor .scroll-view { position: relative; z-index: 0; overflow: hidden; -webkit-flex: 1; min-width: 0; } atom-text-editor .underlayer { position: absolute; z-index: -2; top: 0; bottom: 0; left: 0; right: 0; } atom-text-editor .highlight { background: none; padding: 0; } atom-text-editor .highlight .region { position: absolute; pointer-events: none; z-index: -1; } atom-text-editor .lines { min-width: 100%; position: relative; z-index: 1; } atom-text-editor .line { white-space: pre; } atom-text-editor .line.cursor-line .fold-marker::after { opacity: 1; } atom-text-editor .fold-marker { cursor: default; } atom-text-editor .fold-marker::after { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 0.8em; width: 0.8em; height: 0.8em; content: "\f09a"; padding-left: 0.2em; } atom-text-editor .placeholder-text { position: absolute; color: #555555; } atom-text-editor .invisible-character { font-weight: normal !important; font-style: normal !important; } atom-text-editor .indent-guide { display: inline-block; box-shadow: inset 1px 0; } atom-text-editor .hidden-input { padding: 0; border: 0; position: absolute; z-index: -1; top: 0; left: 0; opacity: 0; width: 1px; } atom-text-editor .cursor { z-index: 4; pointer-events: none; box-sizing: border-box; position: absolute; border-left: 1px solid; opacity: 0; } atom-text-editor.is-focused .cursor { opacity: 1; } atom-text-editor .cursors.blink-off .cursor { opacity: 0; } atom-text-editor .horizontal-scrollbar { position: absolute; left: 0; right: 0; bottom: 0; height: 15px; overflow-x: auto; overflow-y: hidden; z-index: 3; cursor: default; } atom-text-editor .horizontal-scrollbar .scrollbar-content { height: 15px; } atom-text-editor .vertical-scrollbar { position: absolute; top: 0; right: 0; bottom: 0; width: 15px; overflow-x: hidden; overflow-y: auto; z-index: 3; cursor: default; } atom-text-editor .scrollbar-corner { position: absolute; overflow: auto; bottom: 0; right: 0; } .select-list .loading .loading-message::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f09e"; } .select-list .loading .loading-message::before { font-size: 1.1em; width: 1.1em; height: 1.1em; margin-right: 5px; } .select-list .loading .badge { margin-left: 10px; } .select-list ol.list-group { position: relative; overflow-y: auto; max-height: 312px; margin: 10px 0 0 0; padding: 0; } .select-list ol.list-group li { display: block; } .select-list ol.list-group li .primary-line, .select-list ol.list-group li .secondary-line { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } atom-text-editor .lines .markup.git-commit.changed { color: orange; } atom-text-editor .lines .markup.git-commit.deleted { color: red; } atom-text-editor .lines .markup.git-commit.inserted { color: green; } @-webkit-keyframes flash { from { background-color: #0000ff; } to { background-color: null; } } atom-text-editor .flash.selection .region { -webkit-animation-name: flash; -webkit-animation-duration: .5s; -webkit-animation-iteration-count: 1; } .text-info code { color: #5293d8; background: rgba(0, 152, 255, 0.2); } .text-info a, .text-info a code { text-decoration: underline; color: #2d79ca; } .text-info a:hover, .text-info a code:hover { color: #296db5; } .text-success code { color: #2bda77; background: rgba(23, 202, 101, 0.2); } .text-success a, .text-success a code { text-decoration: underline; color: #1fb35f; } .text-success a:hover, .text-success a code:hover { color: #1b9d54; } .text-warning code { color: #ff982d; background: rgba(255, 170, 44, 0.2); } .text-warning a, .text-warning a code { text-decoration: underline; color: #f97f00; } .text-warning a:hover, .text-warning a code:hover { color: #e07200; } .text-error code { color: #cc0000; background: rgba(204, 0, 0, 0.2); } .text-error a, .text-error a code { text-decoration: underline; color: #990000; } .text-error a:hover, .text-error a code:hover { color: #800000; } :focus { outline: none; } .pull-center { margin-left: auto; margin-right: auto; } .padded { padding: 10px; } ul.block, div.block { margin-bottom: 10px; } div > ul.block:last-child, div > div.block:last-child { margin-bottom: 0; } .inline-block, .inline-block-tight { display: inline-block; vertical-align: middle; } .inline-block { margin-right: 10px; } .inline-block-tight { margin-right: 5px; } div > .inline-block:last-child, div > .inline-block-tight:last-child { margin-right: 0; } .inline-block .inline-block { vertical-align: top; } .pull-right .inline-block { margin-right: 0; margin-left: 10px; } .pull-right .inline-block-tight { margin-right: 0; margin-left: 5px; } .pull-right > .inline-block:first-child, .pull-right > .inline-block-tight:first-child { margin-left: 0; } .icon-alert::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f02d"; } .icon-alignment-align::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f08a"; } .icon-alignment-aligned-to::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f08e"; } .icon-alignment-unalign::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f08b"; } .icon-arrow-down::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f03f"; } .icon-arrow-left::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f040"; } .icon-arrow-right::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f03e"; } .icon-arrow-small-down::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0a0"; } .icon-arrow-small-left::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0a1"; } .icon-arrow-small-right::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f071"; } .icon-arrow-small-up::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f09f"; } .icon-arrow-up::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f03d"; } .icon-beer::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f069"; } .icon-book::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f007"; } .icon-bookmark::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f07b"; } .icon-briefcase::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0d3"; } .icon-broadcast::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f048"; } .icon-browser::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0c5"; } .icon-bug::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f091"; } .icon-calendar::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f068"; } .icon-check::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f03a"; } .icon-checklist::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f076"; } .icon-chevron-down::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0a3"; } .icon-chevron-left::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0a4"; } .icon-chevron-right::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f078"; } .icon-chevron-up::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0a2"; } .icon-circle-slash::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f084"; } .icon-circuit-board::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0d6"; } .icon-clippy::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f035"; } .icon-clock::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f046"; } .icon-cloud-download::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f00b"; } .icon-cloud-upload::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f00c"; } .icon-code::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f05f"; } .icon-color-mode::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f065"; } .icon-comment::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f02b"; } .icon-comment-add::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f02b"; } .icon-comment-discussion::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f04f"; } .icon-credit-card::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f045"; } .icon-dash::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0ca"; } .icon-dashboard::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f07d"; } .icon-database::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f096"; } .icon-device-camera::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f056"; } .icon-device-camera-video::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f057"; } .icon-device-desktop::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f27c"; } .icon-device-mobile::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f038"; } .icon-diff::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f04d"; } .icon-diff-added::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f06b"; } .icon-diff-ignored::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f099"; } .icon-diff-modified::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f06d"; } .icon-diff-removed::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f06c"; } .icon-diff-renamed::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f06e"; } .icon-ellipsis::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f09a"; } .icon-eye::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f04e"; } .icon-eye-unwatch::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f04e"; } .icon-eye-watch::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f04e"; } .icon-file-add::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f05d"; } .icon-file-binary::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f094"; } .icon-file-code::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f010"; } .icon-file-directory::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f016"; } .icon-file-directory-create::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f05d"; } .icon-file-media::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f012"; } .icon-file-pdf::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f014"; } .icon-file-submodule::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f017"; } .icon-file-symlink-directory::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0b1"; } .icon-file-symlink-file::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0b0"; } .icon-file-text::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f011"; } .icon-file-zip::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f013"; } .icon-flame::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0d2"; } .icon-fold::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0cc"; } .icon-gear::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f02f"; } .icon-gift::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f042"; } .icon-gist::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f00e"; } .icon-gist-fork::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f002"; } .icon-gist-new::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f05d"; } .icon-gist-private::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f06a"; } .icon-gist-secret::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f08c"; } .icon-git-branch::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f020"; } .icon-git-branch-create::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f020"; } .icon-git-branch-delete::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f020"; } .icon-git-commit::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f01f"; } .icon-git-compare::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0ac"; } .icon-git-fork-private::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f06a"; } .icon-git-merge::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f023"; } .icon-git-pull-request::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f009"; } .icon-git-pull-request-abandoned::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f009"; } .icon-globe::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0b6"; } .icon-graph::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f043"; } .icon-heart::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\2665"; } .icon-history::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f07e"; } .icon-home::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f08d"; } .icon-horizontal-rule::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f070"; } .icon-hourglass::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f09e"; } .icon-hubot::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f09d"; } .icon-inbox::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0cf"; } .icon-info::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f059"; } .icon-issue-closed::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f028"; } .icon-issue-opened::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f026"; } .icon-issue-reopened::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f027"; } .icon-jersey::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f019"; } .icon-jump-down::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f072"; } .icon-jump-left::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0a5"; } .icon-jump-right::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0a6"; } .icon-jump-up::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f073"; } .icon-key::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f049"; } .icon-keyboard::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f00d"; } .icon-law::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0d8"; } .icon-light-bulb::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f000"; } .icon-link::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f05c"; } .icon-link-external::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f07f"; } .icon-list-ordered::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f062"; } .icon-list-unordered::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f061"; } .icon-location::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f060"; } .icon-lock::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f06a"; } .icon-log-in::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f036"; } .icon-log-out::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f032"; } .icon-logo-github::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f092"; } .icon-mail::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f03b"; } .icon-mail-read::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f03c"; } .icon-mail-reply::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f051"; } .icon-mark-github::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f00a"; } .icon-markdown::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0c9"; } .icon-megaphone::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f077"; } .icon-mention::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0be"; } .icon-microscope::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f089"; } .icon-milestone::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f075"; } .icon-mirror::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f024"; } .icon-mirror-private::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f06a"; } .icon-mirror-public::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f024"; } .icon-mortar-board::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0d7"; } .icon-move-down::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0a8"; } .icon-move-left::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f074"; } .icon-move-right::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0a9"; } .icon-move-up::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0a7"; } .icon-mute::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f080"; } .icon-no-newline::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f09c"; } .icon-octoface::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f008"; } .icon-organization::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f037"; } .icon-package::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0c4"; } .icon-paintcan::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0d1"; } .icon-pencil::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f058"; } .icon-person::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f018"; } .icon-person-add::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f018"; } .icon-person-follow::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f018"; } .icon-pin::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f041"; } .icon-playback-fast-forward::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0bd"; } .icon-playback-pause::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0bb"; } .icon-playback-play::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0bf"; } .icon-playback-rewind::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0bc"; } .icon-plug::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0d4"; } .icon-plus::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f05d"; } .icon-podium::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0af"; } .icon-primitive-dot::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f052"; } .icon-primitive-square::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f053"; } .icon-pulse::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f085"; } .icon-puzzle::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0c0"; } .icon-question::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f02c"; } .icon-quote::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f063"; } .icon-radio-tower::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f030"; } .icon-remove-close::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f081"; } .icon-repo::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f001"; } .icon-repo-clone::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f04c"; } .icon-repo-create::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f05d"; } .icon-repo-delete::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f001"; } .icon-repo-force-push::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f04a"; } .icon-repo-forked::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f002"; } .icon-repo-pull::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f006"; } .icon-repo-push::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f005"; } .icon-repo-sync::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f087"; } .icon-rocket::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f033"; } .icon-rss::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f034"; } .icon-ruby::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f047"; } .icon-screen-full::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f066"; } .icon-screen-normal::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f067"; } .icon-search::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f02e"; } .icon-search-save::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f02e"; } .icon-server::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f097"; } .icon-settings::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f07c"; } .icon-sign-in::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f036"; } .icon-sign-out::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f032"; } .icon-split::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0c6"; } .icon-squirrel::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0b2"; } .icon-star::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f02a"; } .icon-star-add::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f02a"; } .icon-star-delete::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f02a"; } .icon-steps::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0c7"; } .icon-stop::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f08f"; } .icon-sync::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f087"; } .icon-tag::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f015"; } .icon-tag-add::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f015"; } .icon-tag-remove::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f015"; } .icon-telescope::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f088"; } .icon-terminal::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0c8"; } .icon-three-bars::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f05e"; } .icon-tools::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f031"; } .icon-trashcan::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0d0"; } .icon-triangle-down::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f05b"; } .icon-triangle-left::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f044"; } .icon-triangle-right::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f05a"; } .icon-triangle-up::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0aa"; } .icon-unfold::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f039"; } .icon-unmute::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f0ba"; } .icon-versions::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f064"; } .icon-x::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\f081"; } .icon-zap::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 16px; width: 16px; height: 16px; content: "\26A1"; } .tab-bar { display: -webkit-flex; -webkit-user-select: none; margin: 0; /* Drag and Drop */ } .tab-bar .tab { font-size: 11px; position: relative; padding-left: 10px; padding-right: 24px; -webkit-user-drag: element; -webkit-flex: 1; max-width: 175px; min-width: 40px; } .tab-bar .tab.active { -webkit-flex: 2; width: -webkit-fit-content; } .tab-bar .tab.active .title { padding-right: 10px; } .tab-bar .tab .title { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .tab-bar .tab .title.temp { font-style: italic; } .tab-bar .tab .hide-icon.icon:before { display: none; } .tab-bar .tab .close-icon { position: absolute; top: 1px; right: 10px; cursor: default; } .tab-bar .tab .close-icon::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 12px; width: 12px; height: 12px; content: "\f081"; } .tab-bar .tab.modified:hover .close-icon { color: #0098ff; } .tab-bar .tab.modified:not(:hover) .close-icon { top: 11px; right: 11px; width: 8px; height: 8px; border: 2px solid #0098ff; border-radius: 12px; } .tab-bar .tab.modified:not(:hover) .close-icon:before { display: none; } .tab-bar .placeholder { position: absolute; top: 0; z-index: 999; width: 2px; margin: -1px; padding: 0; height: 26px; display: inline-block; background: #0098ff; list-style: none; } .tab-bar .placeholder:after { content: ""; position: absolute; top: 26px; margin: -1px; z-index: 9999; width: 4px; height: 4px; background: #0098ff; border-radius: 4px; border: 1px solid transparent; } .tab-bar.hidden { display: none; } * { box-sizing: border-box; } atom-workspace { background-color: #333333; } .scrollbars-visible-always /deep/ ::-webkit-scrollbar { width: 10px; height: 10px; } .scrollbars-visible-always /deep/ ::-webkit-scrollbar-track, .scrollbars-visible-always /deep/ ::-webkit-scrollbar-corner { background: #222425; } .scrollbars-visible-always /deep/ ::-webkit-scrollbar-thumb { background: rgba(92, 92, 92, 0.5); border-radius: 5px; box-shadow: 0 0 1px black inset; } .btn { color: #aaaaaa; background-color: transparent; background-image: -webkit-linear-gradient(#43484d, #373b3f); } .btn:focus { color: #aaaaaa; } .btn:hover { color: #ffffff; background-image: -webkit-linear-gradient(#4f555b, #43484d); } .btn.selected, .btn.selected:hover { color: #ffffff; background-image: -webkit-linear-gradient(#505357, #5c6064); } .btn.selected:hover, .btn.selected:hover:hover { background-image: -webkit-linear-gradient(#5c6064, #505357); } .btn.btn-primary { color: #ffffff; background-color: transparent; background-image: -webkit-linear-gradient(#007acc, #006ab3); } .btn.btn-primary:focus { color: #ffffff; } .btn.btn-primary:hover { color: #ffffff; background-image: -webkit-linear-gradient(#0098ff, #0089e6); } .btn.btn-primary.selected, .btn.btn-primary.selected:hover { color: #ffffff; background-image: -webkit-linear-gradient(#0089e6, #0098ff); } .btn.btn-primary.selected:hover, .btn.btn-primary.selected:hover:hover { background-image: -webkit-linear-gradient(#0098ff, #0089e6); } .btn.btn-info { color: #ffffff; background-color: transparent; background-image: -webkit-linear-gradient(#007acc, #006ab3); } .btn.btn-info:focus { color: #ffffff; } .btn.btn-info:hover { color: #ffffff; background-image: -webkit-linear-gradient(#0098ff, #0089e6); } .btn.btn-info.selected, .btn.btn-info.selected:hover { color: #ffffff; background-image: -webkit-linear-gradient(#0089e6, #0098ff); } .btn.btn-info.selected:hover, .btn.btn-info.selected:hover:hover { background-image: -webkit-linear-gradient(#0098ff, #0089e6); } .btn.btn-success { color: #ffffff; background-color: transparent; background-image: -webkit-linear-gradient(#129c4e, #0f8543); } .btn.btn-success:focus { color: #ffffff; } .btn.btn-success:hover { color: #ffffff; background-image: -webkit-linear-gradient(#17ca65, #14b35a); } .btn.btn-success.selected, .btn.btn-success.selected:hover { color: #ffffff; background-image: -webkit-linear-gradient(#14b35a, #17ca65); } .btn.btn-success.selected:hover, .btn.btn-success.selected:hover:hover { background-image: -webkit-linear-gradient(#17ca65, #14b35a); } .btn.btn-warning { color: #ffffff; background-color: transparent; background-image: -webkit-linear-gradient(#f89400, #df8500); } .btn.btn-warning:focus { color: #ffffff; } .btn.btn-warning:hover { color: #ffffff; background-image: -webkit-linear-gradient(#ffaa2c, #ffa013); } .btn.btn-warning.selected, .btn.btn-warning.selected:hover { color: #ffffff; background-image: -webkit-linear-gradient(#ffa013, #ffaa2c); } .btn.btn-warning.selected:hover, .btn.btn-warning.selected:hover:hover { background-image: -webkit-linear-gradient(#ffaa2c, #ffa013); } .btn.btn-error { color: #ffffff; background-color: transparent; background-image: -webkit-linear-gradient(#990000, #800000); } .btn.btn-error:focus { color: #ffffff; } .btn.btn-error:hover { color: #ffffff; background-image: -webkit-linear-gradient(#cc0000, #b30000); } .btn.btn-error.selected, .btn.btn-error.selected:hover { color: #ffffff; background-image: -webkit-linear-gradient(#b30000, #cc0000); } .btn.btn-error.selected:hover, .btn.btn-error.selected:hover:hover { background-image: -webkit-linear-gradient(#cc0000, #b30000); } .caret { border-top: 5px solid #fff; margin-top: -1px; } atom-text-editor[mini], atom-text-editor[mini]::shadow { color: #ffffff; background-color: #212224; border: 1px solid rgba(0, 0, 0, 0.5); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); border-radius: 2px; padding-left: 5px; } atom-text-editor[mini] .cursor, atom-text-editor[mini]::shadow .cursor { border-color: #fff; } atom-text-editor[mini] .selection .region, atom-text-editor[mini]::shadow .selection .region { background-color: #393b3f; } atom-text-editor[mini].is-focused, atom-text-editor[mini].is-focused::shadow { background-color: #2d2f31; } atom-text-editor[mini].is-focused .selection .region, atom-text-editor[mini].is-focused::shadow .selection .region { background-color: #408cbf; } atom-text-editor .gutter.drop-shadow, atom-text-editor::shadow .gutter.drop-shadow { -webkit-box-shadow: -2px 0 10px 2px #222222; } .status { font-weight: normal; color: #aaaaaa; text-shadow: none; } .status-added { color: #2bda77; text-shadow: none; } .status-ignored { font-weight: normal; color: #555555; text-shadow: none; } .status-modified { color: #ff982d; text-shadow: none; } .status-removed { color: #cc0000; text-shadow: none; } .status-renamed { color: #5293d8; text-shadow: none; } .list-group li:not(.list-nested-item), .list-tree li:not(.list-nested-item), .list-group li.list-nested-item > .list-item, .list-tree li.list-nested-item > .list-item { font-weight: normal; color: #aaaaaa; text-shadow: none; } .list-group li:not(.list-nested-item).text-subtle, .list-tree li:not(.list-nested-item).text-subtle, .list-group li.list-nested-item.text-subtle > .list-item, .list-tree li.list-nested-item.text-subtle > .list-item { font-weight: normal; color: #555555; text-shadow: none; } .list-group li:not(.list-nested-item).text-info, .list-tree li:not(.list-nested-item).text-info, .list-group li.list-nested-item.text-info > .list-item, .list-tree li.list-nested-item.text-info > .list-item { color: #5293d8; text-shadow: none; } .list-group li:not(.list-nested-item).text-success, .list-tree li:not(.list-nested-item).text-success, .list-group li.list-nested-item.text-success > .list-item, .list-tree li.list-nested-item.text-success > .list-item { color: #2bda77; text-shadow: none; } .list-group li:not(.list-nested-item).text-warning, .list-tree li:not(.list-nested-item).text-warning, .list-group li.list-nested-item.text-warning > .list-item, .list-tree li.list-nested-item.text-warning > .list-item { color: #ff982d; text-shadow: none; } .list-group li:not(.list-nested-item).text-error, .list-tree li:not(.list-nested-item).text-error, .list-group li.list-nested-item.text-error > .list-item, .list-tree li.list-nested-item.text-error > .list-item { color: #cc0000; text-shadow: none; } .list-group li:not(.list-nested-item).text-selected, .list-tree li:not(.list-nested-item).text-selected, .list-group li.list-nested-item.text-selected > .list-item, .list-tree li.list-nested-item.text-selected > .list-item { font-weight: normal; color: #ffffff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .list-group li:not(.list-nested-item).status-ignored, .list-tree li:not(.list-nested-item).status-ignored, .list-group li.list-nested-item.status-ignored > .list-item, .list-tree li.list-nested-item.status-ignored > .list-item { color: #555555; } .list-group li:not(.list-nested-item).selected.status-ignored, .list-tree li:not(.list-nested-item).selected.status-ignored, .list-group li.list-nested-item.selected.status-ignored > .list-item, .list-tree li.list-nested-item.selected.status-ignored > .list-item { color: #555555; } .list-group li:not(.list-nested-item).status-added, .list-tree li:not(.list-nested-item).status-added, .list-group li.list-nested-item.status-added > .list-item, .list-tree li.list-nested-item.status-added > .list-item { color: #2bda77; } .list-group li:not(.list-nested-item).selected.status-added, .list-tree li:not(.list-nested-item).selected.status-added, .list-group li.list-nested-item.selected.status-added > .list-item, .list-tree li.list-nested-item.selected.status-added > .list-item { color: #2bda77; } .list-group li:not(.list-nested-item).status-renamed, .list-tree li:not(.list-nested-item).status-renamed, .list-group li.list-nested-item.status-renamed > .list-item, .list-tree li.list-nested-item.status-renamed > .list-item { color: #5293d8; } .list-group li:not(.list-nested-item).selected.status-renamed, .list-tree li:not(.list-nested-item).selected.status-renamed, .list-group li.list-nested-item.selected.status-renamed > .list-item, .list-tree li.list-nested-item.selected.status-renamed > .list-item { color: #5293d8; } .list-group li:not(.list-nested-item).status-modified, .list-tree li:not(.list-nested-item).status-modified, .list-group li.list-nested-item.status-modified > .list-item, .list-tree li.list-nested-item.status-modified > .list-item { color: #ff982d; } .list-group li:not(.list-nested-item).selected.status-modified, .list-tree li:not(.list-nested-item).selected.status-modified, .list-group li.list-nested-item.selected.status-modified > .list-item, .list-tree li.list-nested-item.selected.status-modified > .list-item { color: #ff982d; } .list-group li:not(.list-nested-item).status-removed, .list-tree li:not(.list-nested-item).status-removed, .list-group li.list-nested-item.status-removed > .list-item, .list-tree li.list-nested-item.status-removed > .list-item { color: #cc0000; } .list-group li:not(.list-nested-item).selected.status-removed, .list-tree li:not(.list-nested-item).selected.status-removed, .list-group li.list-nested-item.selected.status-removed > .list-item, .list-tree li.list-nested-item.selected.status-removed > .list-item { color: #cc0000; } .list-group li:not(.list-nested-item).selected, .list-tree li:not(.list-nested-item).selected, .list-group li.list-nested-item.selected > .list-item, .list-tree li.list-nested-item.selected > .list-item { font-weight: normal; color: #ffffff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .select-list ol.list-group li.two-lines .secondary-line, .select-list ol.list-group li.two-lines .secondary-line { color: #555555; } .select-list ol.list-group li.two-lines.selected .secondary-line, .select-list ol.list-group li.two-lines.selected .secondary-line { color: #aaaaaa; text-shadow: none; } .select-list ol.list-group li.selected, .select-list ol.list-group li.selected { background-color: #4182c4; } .select-list ol.list-group li.selected:before, .select-list ol.list-group li.selected:before { display: none; } .select-list ol.list-group.mark-active li:before, .select-list ol.list-group.mark-active li:before { content: ''; background-color: transparent; position: static; display: inline-block; left: auto; right: auto; height: 14px; width: 14px; } .select-list ol.list-group.mark-active > li:not(.active):before, .select-list ol.list-group.mark-active > li:not(.active):before { margin-right: 5px; } .select-list ol.list-group.mark-active li.active::before, .select-list ol.list-group.mark-active li.active::before { font-family: 'Octicons Regular'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; -webkit-font-smoothing: antialiased; text-decoration: none; font-size: 14px; width: 14px; height: 14px; content: "\f03a"; } .select-list ol.list-group.mark-active li.active:before, .select-list ol.list-group.mark-active li.active:before { margin-right: 5px; color: #2bda77; } .select-list.popover-list { background-color: #202123; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); padding: 5px; border-radius: 2px; border: 1px solid rgba(255, 255, 255, 0.07); } .select-list.popover-list atom-text-editor { margin-bottom: 5px; } .select-list.popover-list .list-group li { padding-left: 5px; } .ui-sortable li { line-height: 2.5; } .ui-sortable li.ui-sortable-placeholder { visibility: visible !important; background-color: #111213; } li.ui-draggable-dragging, li.ui-sortable-helper { line-height: 25px; height: 25px; border: 0; border-radius: 0; list-style: none; padding: 0 10px; background: rgba(255, 255, 255, 0.07); box-shadow: 0 0 1px rgba(0, 0, 0, 0.5); } ul.background-message { font-weight: bold; color: rgba(0, 0, 0, 0.2); } .nav-tabs { border-bottom: 1px solid rgba(0, 0, 0, 0.5); } .nav-tabs li a, .nav-tabs li.active a { border: none; margin-right: 0px; margin-bottom: 1px; } .nav-tabs li a:hover, .nav-tabs li.active a, .nav-tabs li.active a:hover { background-color: rgba(255, 255, 255, 0.07); border: none; color: #ffffff; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } .nav-tabs li.active a { background-color: #222222; } atom-panel.modal, .overlay { color: #aaaaaa; background-color: #202123; padding: 10px; border: 1px solid rgba(255, 255, 255, 0.07); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); border-radius: 2px; } atom-panel.modal atom-text-editor[mini], .overlay atom-text-editor[mini] { margin-bottom: 10px; } atom-panel.modal .select-list ol.list-group, .overlay .select-list ol.list-group, atom-panel.modal.select-list ol.list-group, .overlay.select-list ol.list-group { background-color: #27292b; } atom-panel.modal .select-list ol.list-group li, .overlay .select-list ol.list-group li, atom-panel.modal.select-list ol.list-group li, .overlay.select-list ol.list-group li { padding: 10px; border-bottom: 1px solid #202123; } atom-panel.modal .select-list ol.list-group li.two-lines, .overlay .select-list ol.list-group li.two-lines, atom-panel.modal.select-list ol.list-group li.two-lines, .overlay.select-list ol.list-group li.two-lines { padding: 5px 10px; } atom-panel.modal .select-list ol.list-group li .status.icon, .overlay .select-list ol.list-group li .status.icon, atom-panel.modal.select-list ol.list-group li .status.icon, .overlay.select-list ol.list-group li .status.icon { float: right; margin-left: 5px; } atom-panel.modal .select-list ol.list-group li .status.icon:before, .overlay .select-list ol.list-group li .status.icon:before, atom-panel.modal.select-list ol.list-group li .status.icon:before, .overlay.select-list ol.list-group li .status.icon:before { margin-right: 0; } atom-panel.modal .select-list ol.list-group li.selected .status.icon, .overlay .select-list ol.list-group li.selected .status.icon, atom-panel.modal.select-list ol.list-group li.selected .status.icon, .overlay.select-list ol.list-group li.selected .status.icon { color: #ffffff; } .panel.bordered { border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 2px; } atom-panel, .tool-panel { font-weight: normal; color: #aaaaaa; text-shadow: none; position: relative; background-color: #1d1f21; } atom-panel.bottom, .tool-panel.bottom, atom-panel.panel-bottom, .tool-panel.panel-bottom { border-top: 1px solid rgba(0, 0, 0, 0.5); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07); } atom-panel.left, .tool-panel.left, atom-panel.panel-left, .tool-panel.panel-left { border-right: 1px solid rgba(0, 0, 0, 0.5); } atom-panel.right, .tool-panel.right, atom-panel.panel-right, .tool-panel.panel-right { border-left: 1px solid rgba(0, 0, 0, 0.5); } .inset-panel { position: relative; background-color: #161719; } .panel-heading { font-weight: normal; color: #aaaaaa; text-shadow: none; border-bottom: 1px solid rgba(0, 0, 0, 0.6); border-top: 1px solid rgba(255, 255, 255, 0.17); background-color: transparent; background-image: -webkit-linear-gradient(#43484d, #2b2f32); } .panel-heading .btn { padding-left: 8px; padding-right: 8px; color: #c3c3c3; background-color: transparent; background-image: -webkit-linear-gradient(#5b6268, #4f555b); } .panel-heading .btn:focus { color: #c3c3c3; } .panel-heading .btn:hover { color: #ffffff; background-image: -webkit-linear-gradient(#676e76, #5b6268); } .panel-heading .btn.selected, .panel-heading .btn.selected:hover { color: #ffffff; background-image: -webkit-linear-gradient(#686d71, #747a7f); } .panel-heading .btn.selected:hover, .panel-heading .btn.selected:hover:hover { background-image: -webkit-linear-gradient(#747a7f, #686d71); } .pane-item .panel { border-color: rgba(0, 0, 0, 0.2); } atom-pane-container atom-pane { background-color: #3d3d3d; } atom-pane-container atom-pane:focus { background-color: #333333; } atom-pane-container atom-pane-axis.horizontal > * { border-right: 1px solid rgba(0, 0, 0, 0.5); } atom-pane-container atom-pane-axis.horizontal > *:last-child { border-right: none; } atom-pane-container atom-pane-axis.vertical > * { border-bottom: 1px solid rgba(0, 0, 0, 0.5); } atom-pane-container atom-pane-axis.vertical > *:last-child { border-bottom: none; } .loading-spinner-large { width: 64px; height: 64px; display: block; background-image: url(images/octocat-spinner-128.gif); background-repeat: no-repeat; background-size: cover; } .loading-spinner-large.inline-block { display: inline-block; } .loading-spinner-medium { width: 50px; height: 50px; display: block; background-image: url(images/octocat-spinner-128.gif); background-repeat: no-repeat; background-size: cover; } .loading-spinner-medium.inline-block { display: inline-block; } .loading-spinner-small { width: 32px; height: 32px; display: block; background-image: url(images/octocat-spinner-128.gif); background-repeat: no-repeat; background-size: cover; } .loading-spinner-small.inline-block { display: inline-block; } .loading-spinner-tiny { width: 20px; height: 20px; display: block; background-image: url(images/octocat-spinner-128.gif); background-repeat: no-repeat; background-size: cover; } .loading-spinner-tiny.inline-block { display: inline-block; } progress { height: 16px; -webkit-appearance: none; background-color: #666; background-image: -webkit-linear-gradient(-30deg, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.15)); border-radius: 2px; background-size: 25px 16px, 100% 100%, 100% 100%; -webkit-animation: animate-stripes 5s linear infinite; } progress::-webkit-progress-bar { background-color: transparent; } progress::-webkit-progress-value { border-radius: 2px; background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.15)); background-color: #17ca65; } progress[value] { background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.15)); animation: none; } @-webkit-keyframes animate-stripes { 100% { background-position: 100px 0px; } } .ui-site-1 { background-color: #17ca65; } .ui-site-2 { background-color: #0098ff; } .ui-site-3 { background-color: #ffaa2c; } .ui-site-4 { background-color: #db2ff4; } .ui-site-5 { background-color: #f5e11d; } .tab-bar { height: 36px; background: #222222; box-shadow: inset 0 -8px 8px -4px rgba(0, 0, 0, 0.15); padding: 0 10px 0 25px; overflow-x: auto; overflow-y: hidden; } .tab-bar::-webkit-scrollbar { display: none; } .tab-bar:after { content: ""; position: absolute; bottom: 0; height: 5px; left: 0; right: 0; background-color: #222222; border-top: 1px solid #484848; border-bottom: 1px solid #111111; pointer-events: none; } .tab-bar .tab { position: relative; top: 5px; max-width: 160px; height: 26px; line-height: 26px; padding: 0; margin: 0 20px 0 5px; color: #aaaaaa; transition: color 0.1s ease-in; border: none; } .tab-bar .tab, .tab-bar .tab:before, .tab-bar .tab:after { background-image: -webkit-linear-gradient(top, #454545, #333333); height: 26px; } .tab-bar .tab:before, .tab-bar .tab:after { content: ''; position: absolute; top: 0px; width: 25px; height: 26px; } .tab-bar .tab:before { left: -14px; border-top-left-radius: 3px; box-shadow: inset 1px 1px 0 #484848, -4px 0px 4px rgba(0, 0, 0, 0.1); -webkit-transform: skewX(-30deg); } .tab-bar .tab:after { right: -14px; border-top-right-radius: 3px; box-shadow: inset -1px 1px 0 #484848, 4px 0px 4px rgba(0, 0, 0, 0.1); -webkit-transform: skewX(30deg); } .tab-bar .tab .close-icon { right: 0; z-index: 3; text-align: right; line-height: 26px; color: #aaaaaa; } .tab-bar .tab .close-icon:hover { color: inherit; } .tab-bar .tab.modified:not(:hover) .close-icon { right: 0; top: 10px; width: 8px; height: 8px; } .tab-bar .tab.modified:hover .close-icon:hover { color: #ffffff; } .tab-bar .tab .title { position: relative; z-index: 1; padding-right: 10px; } .tab-bar .tab.active { z-index: 1; color: #ffffff; box-shadow: inset -1px 1px 0 #484848, 4px -4px 4px rgba(0, 0, 0, 0.1); } .tab-bar .tab.active .close-icon { line-height: 25px; color: #aaaaaa; } .tab-bar .tab.active, .tab-bar .tab.active:before, .tab-bar .tab.active:after { background-image: -webkit-linear-gradient(top, #343434, #222222); height: 27px; } .tab-bar .tab.active:before { box-shadow: inset 1px 1px 0 #484848, -4px -4px 4px rgba(0, 0, 0, 0.1); } .tab-bar .tab.active:after { box-shadow: inset -1px 1px 0 #484848, 4px -4px 4px rgba(0, 0, 0, 0.1); } .tab-bar .tab:hover { color: #ffffff; } .tab-bar .tab.active:hover .close-icon { color: #aaaaaa; } .tab-bar .tab.active:hover .close-icon:hover { color: inherit; } .tab-bar .placeholder { height: 36px; margin-left: -9px; pointer-events: none; } .tab-bar .placeholder:after { top: 34px; } h1, h2, h3 { line-height: 1em; margin-bottom: 15px; } h1 { font-size: 2em; } h2 { font-size: 1.5em; } h3 { font-size: 1.2em; } p { line-height: 1.6; margin-bottom: 15px; } label { font-weight: normal; } pre { box-shadow: none; color: #aaaaaa; background: #161719; border-radius: 2px; border: none; margin: 0; } code { font-weight: normal; color: #ffffff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); background: rgba(255, 255, 255, 0.07); border-radius: 2px; } .selected { font-weight: normal; color: #ffffff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .text-smaller { font-size: 0.9em; } .text-subtle { font-weight: normal; color: #555555; text-shadow: none; } .text-highlight { font-weight: normal; color: #ffffff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } .text-error { color: #cc0000; text-shadow: none; } .text-info { color: #5293d8; text-shadow: none; } .text-info:hover { color: #5293d8; } .text-warning { color: #ff982d; text-shadow: none; } .text-warning:hover { color: #ff982d; } .text-success { color: #2bda77; text-shadow: none; } .text-success:hover { color: #2bda77; } .highlight { color: #ffffff; font-weight: bold; text-shadow: none; background-color: rgba(255, 255, 255, 0.07); border-radius: 2px; padding: 1px 3px; } .highlight-info { color: #cfe1f4; font-weight: bold; text-shadow: none; background-color: rgba(0, 152, 255, 0.4); border-radius: 2px; padding: 1px 3px; } .highlight-warning { color: #ffe3c6; font-weight: bold; text-shadow: none; background-color: rgba(255, 170, 44, 0.4); border-radius: 2px; padding: 1px 3px; } .highlight-error { color: #ff6666; font-weight: bold; text-shadow: none; background-color: rgba(204, 0, 0, 0.4); border-radius: 2px; padding: 1px 3px; } .highlight-success { color: #adf1cb; font-weight: bold; text-shadow: none; background-color: rgba(23, 202, 101, 0.4); border-radius: 2px; padding: 1px 3px; } .results-view .path-details.list-item { color: #d1d1d1; } .tooltip { white-space: nowrap; } .tooltip .keystroke { font-family: Helvetica, Arial, sans-serif; font-size: 13px; color: #777; padding-left: 2px; } .tooltip.in { opacity: 1; } .tooltip .tooltip-inner { line-height: 19px; border-radius: 2px; background-color: #ffffff; color: #333333; white-space: nowrap; max-width: none; } .tooltip.top .tooltip-arrow { border-top-color: #ffffff; } .tooltip.top-left .tooltip-arrow { border-top-color: #ffffff; } .tooltip.top-right .tooltip-arrow { border-top-color: #ffffff; } .tooltip.right .tooltip-arrow { border-right-color: #ffffff; } .tooltip.left .tooltip-arrow { border-left-color: #ffffff; } .tooltip.bottom .tooltip-arrow { border-bottom-color: #ffffff; } .tooltip.bottom-left .tooltip-arrow { border-bottom-color: #ffffff; } .tooltip.bottom-right .tooltip-arrow { border-bottom-color: #ffffff; } .tree-view { font-size: 11px; background: #303030; } .tree-view .selected:before { background: #444; box-shadow: inset -3px 0 0 rgba(0, 0, 0, 0.05); } .tree-view-resizer .tree-view-resize-handle { width: 8px; } .focusable-panel { opacity: 1; box-shadow: inset -3px 0 0 rgba(0, 0, 0, 0.05); } .focusable-panel:focus { background: #282828; } .focusable-panel:focus .selected:before { background: #4182c4; } [data-show-on-right-side=true] .tree-view .selected:before, [data-show-on-right-side=true] .focusable-panel { box-shadow: inset 3px 0 0 rgba(0, 0, 0, 0.05); } .key-binding { background: -webkit-linear-gradient(rgba(100, 100, 100, 0.5), rgba(70, 70, 70, 0.5)); -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.1); display: inline-block; line-height: 100%; border-radius: 2px; margin-left: 5px; font-family: Helvetica, Arial, sans-serif; font-size: 10px; padding: 5px; } .badge { font-weight: normal; color: #ffffff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); background: rgba(255, 255, 255, 0.07); }