Last active
June 12, 2019 17:34
-
-
Save dschaehi/15b496e99b1126c466e9847d2cf5efe6 to your computer and use it in GitHub Desktop.
Jupyter Notebook Solarized theme. Install jupyterthemes with the solarized dark theme and overwrite custom.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @font-face { | |
| font-family: "DejaVu Sans Mono"; | |
| font-weight: normal; | |
| font-style: normal; | |
| src: local('"DejaVu Sans Mono"'), url('fonts/dejavu.ttf') format('truetype'); | |
| } | |
| @font-face { | |
| font-family: "DejaVu Sans Mono"; | |
| font-weight: normal; | |
| font-style: italic; | |
| src: local('"DejaVu Sans Mono"'), url('fonts/dejavu-italic.ttf') format('truetype'); | |
| } | |
| div#notebook { | |
| font-family: sans-serif; | |
| color: #586e75; | |
| -webkit-font-smoothing: antialiased !important; | |
| } | |
| body, | |
| div.body { | |
| font-family: sans-serif; | |
| color: #586e75; | |
| background-color: #002b36; | |
| background: #002b36; | |
| -webkit-font-smoothing: antialiased !important; | |
| } | |
| body.notebook_app { | |
| background-color: #002b36; | |
| background: #002b36; | |
| overflow-y: hidden; | |
| } | |
| a { | |
| font-family: sans-serif; | |
| color: #586e75; | |
| -webkit-font-smoothing: antialiased !important; | |
| } | |
| a:hover, | |
| a:focus { | |
| color: #839496; | |
| -webkit-font-smoothing: antialiased !important; | |
| } | |
| div#maintoolbar { | |
| position: absolute; | |
| float: left; | |
| background: transparent !important; | |
| } | |
| #maintoolbar { | |
| border: 0px; | |
| } | |
| #maintoolbar .container { | |
| } | |
| .list_header, | |
| div#notebook_list_header.row.list_header { | |
| color: #839496; | |
| background-color: transparent; | |
| } | |
| div#notebook_list { | |
| border-color: #002731; | |
| } | |
| i.fa.fa-folder { | |
| display: inline-block; | |
| font: normal normal normal 14px "FontAwesome"; | |
| font-family: "FontAwesome" !important; | |
| text-rendering: auto; | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| } | |
| #running .panel-group .panel .panel-heading { | |
| color: #586e75; | |
| background: #002731; | |
| background-color: #002731; | |
| } | |
| #running .panel-group .panel .panel-heading a { | |
| color: #586e75; | |
| } | |
| #running .panel-group .panel .panel-heading a:focus, | |
| #running .panel-group .panel .panel-heading a:hover { | |
| color: #586e75; | |
| } | |
| #running .panel-group .panel .panel-body .list_container .list_item { | |
| background: #073642; | |
| background-color: #073642; | |
| border-bottom: 2px solid rgba(30,67,77,.5); | |
| } | |
| #running .panel-group .panel .panel-body .list_container .list_item:hover { | |
| background: #073642; | |
| background-color: #073642; | |
| } | |
| #running .panel-group .panel .panel-body { | |
| } | |
| button#refresh_running_list { | |
| border: none !important; | |
| } | |
| button#refresh_cluster_list { | |
| border: none !important; | |
| } | |
| div.running_list_info.toolbar_info { | |
| text-shadow: none; | |
| } | |
| .list_placeholder { | |
| font-weight: normal; | |
| } | |
| #tree-selector { | |
| border-color: transparent; | |
| } | |
| #project_name > ul > li > a > i.fa.fa-home { | |
| color: #586e75; | |
| display: inline-block; | |
| position: static; | |
| font-weight: normal; | |
| text-align: center; | |
| vertical-align: text-top; | |
| } | |
| .fa-folder:before { | |
| color: #268bd2; | |
| } | |
| .fa-arrow-up:before { | |
| } | |
| .fa-arrow-down:before { | |
| } | |
| span#last-modified.btn.btn-xs.btn-default.sort-action:hover .fa, | |
| span#sort-name.btn.btn-xs.btn-default.sort-action:hover .fa { | |
| color: #657b83; | |
| } | |
| .folder_icon:before { | |
| display: inline-block; | |
| font: normal normal normal 14px/1 FontAwesome; | |
| text-rendering: auto; | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| content: "\f07b"; | |
| color: #268bd2; | |
| } | |
| .notebook_icon:before { | |
| display: inline-block; | |
| font: normal normal normal 14px/1 FontAwesome; | |
| text-rendering: auto; | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| content: "\f02d"; | |
| position: relative; | |
| color: #859900 !important; | |
| top: 0px; | |
| } | |
| .file_icon:before { | |
| display: inline-block; | |
| font: normal normal normal 14px/1 FontAwesome; | |
| text-rendering: auto; | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| content: "\f15b"; | |
| position: relative; | |
| top: 0px; | |
| color: #d6d6d6 !important; | |
| } | |
| #project_name a { | |
| display: inline-flex; | |
| text-align: -webkit-auto; | |
| vertical-align: baseline; | |
| } | |
| div#notebook_toolbar div.dynamic-instructions { | |
| font-family: sans-serif; | |
| color: #586e75; | |
| } | |
| span#login_widget > .button, | |
| #logout { | |
| font-family: "Proxima Nova", sans-serif; | |
| color: #586e75; | |
| background: transparent; | |
| background-color: transparent; | |
| border: 2px solid #073642; | |
| font-weight: normal; | |
| box-shadow: none; | |
| text-shadow: none; | |
| border-radius: 3px; | |
| } | |
| span#login_widget > .button:hover, | |
| #logout:hover { | |
| color: #657b83; | |
| background-color: transparent; | |
| background: transparent; | |
| border: 2px solid #657b83; | |
| background-image: none; | |
| box-shadow: none !important; | |
| border-radius: 3px; | |
| } | |
| span#login_widget > .button:focus, | |
| #logout:focus, | |
| span#login_widget > .button.focus, | |
| #logout.focus, | |
| span#login_widget > .button:active, | |
| #logout:active, | |
| span#login_widget > .button.active, | |
| #logout.active, | |
| .open > .dropdown-togglespan#login_widget > .button, | |
| .open > .dropdown-toggle#logout { | |
| color: #b58900; | |
| background-color: #586e75; | |
| background: #586e75; | |
| border-color: #586e75; | |
| background-image: none; | |
| box-shadow: none !important; | |
| border-radius: 2px; | |
| } | |
| body > #header #header-container { | |
| box-sizing: border-box; | |
| -moz-box-sizing: border-box; | |
| -webkit-box-sizing: border-box; | |
| } | |
| body > #header { | |
| background: #002b36; | |
| background-color: #002b36; | |
| position: relative; | |
| z-index: 100; | |
| } | |
| .list_container { | |
| color: #586e75; | |
| border-color = #002b36; | |
| text-shadow: none !important; | |
| } | |
| .list_container > div { | |
| border-bottom: 1px solid rgba(30,67,77,.3); | |
| } | |
| .list_header > div, | |
| .list_item > div { | |
| } | |
| .list_header > div .item_link, | |
| .list_item > div .item_link { | |
| vertical-align: middle; | |
| } | |
| .item_icon { | |
| color: #268bd2; | |
| vertical-align: middle; | |
| } | |
| .list_item input:not([type="checkbox"]) { | |
| } | |
| .list_header > div .item_link, | |
| .list_item > div .item_link { | |
| vertical-align: middle; | |
| display: inline-table; | |
| position: static; | |
| } | |
| #button-select-all { | |
| z-index: 0; | |
| border: none !important; | |
| left: -3px; | |
| border-radius: 0px !important; | |
| } | |
| #button-select-all:focus, | |
| #button-select-all:active:focus, | |
| #button-select-all.active:focus, | |
| #button-select-all.focus, | |
| #button-select-all:active.focus, | |
| #button-select-all.active.focus { | |
| background-color: #073642 !important; | |
| background: #073642 !important; | |
| } | |
| button#tree-selector-btn { | |
| border-color = #002b36; | |
| left: 0px; | |
| border-radius: 0px !important; | |
| } | |
| input#select-all.pull-left.tree-selector { | |
| top: 4px; | |
| } | |
| input[type="radio"], | |
| input[type="checkbox"] { | |
| } | |
| .delete-button { | |
| border: none !important; | |
| } | |
| i.fa.fa-trash { | |
| } | |
| .list_container a { | |
| color: #586e75; | |
| border-color = #002b36; | |
| text-shadow: none !important; | |
| font-weight: normal; | |
| font-style: normal; | |
| } | |
| div.list_container a:hover { | |
| color: #839496; | |
| } | |
| .list_header > div input, | |
| .list_item > div input { | |
| vertical-align: baseline; | |
| position: relative; | |
| top: -1px; | |
| } | |
| div.list_item:hover { | |
| background-color: rgba(30,67,77,.1); | |
| } | |
| .breadcrumb > li { | |
| color: #586e75; | |
| border-color = #002b36; | |
| text-shadow: none !important; | |
| } | |
| .breadcrumb > li + li:before { | |
| content: "/\00a0"; | |
| color: #586e75; | |
| } | |
| #project_name > .breadcrumb { | |
| background-color: transparent; | |
| font-weight: normal; | |
| } | |
| ul#tabs a { | |
| font-family: sans-serif; | |
| font-weight: normal; | |
| font-style: normal; | |
| text-shadow: none !important; | |
| } | |
| .nav-tabs { | |
| font-family: sans-serif; | |
| font-weight: normal; | |
| font-style: normal; | |
| background-color: transparent; | |
| border-color: transparent; | |
| text-shadow: none !important; | |
| border: 2px solid transparent; | |
| } | |
| .nav-tabs > li > a:active, | |
| .nav-tabs > li > a:focus, | |
| .nav-tabs > li > a:hover, | |
| .nav-tabs > li.active > a, | |
| .nav-tabs > li.active > a:focus, | |
| .nav-tabs > li.active > a:hover, | |
| .nav-tabs > li.active > a, | |
| .nav-tabs > li.active > a:hover, | |
| .nav-tabs > li.active > a:focus { | |
| color: #657b83; | |
| background-color: transparent; | |
| border-color: transparent; | |
| border-bottom: 2px solid transparent; | |
| } | |
| .nav > li.disabled > a, | |
| .nav > li.disabled > a:hover { | |
| color: #586e75; | |
| } | |
| .nav-tabs > li > a:before { | |
| content: ""; | |
| position: absolute; | |
| bottom: -2px; | |
| left: 0; | |
| background-color: #657b83; | |
| visibility: hidden; | |
| -webkit-transform: perspective(0)scaleX(0); | |
| transform: perspective(0)scaleX(0); | |
| -webkit-transition: ease 220ms; | |
| transition: ease 220ms; | |
| -webkit-font-smoothing: antialiased !important; | |
| } | |
| .nav-tabs > li > a:hover:before { | |
| visibility: visible; | |
| -webkit-transform: perspective(1)scaleX(1); | |
| transform: perspective(1)scaleX(1); | |
| } | |
| .nav-tabs > li.active > a:before { | |
| content: ""; | |
| position: absolute; | |
| bottom: -2px; | |
| left: 0; | |
| background-color: #657b83; | |
| visibility: visible; | |
| -webkit-transform: perspective(1)scaleX(1); | |
| transform: perspective(1)scaleX(1); | |
| -webkit-font-smoothing: subpixel-antialiased !important; | |
| } | |
| div#notebook { | |
| font-family: sans-serif; | |
| } | |
| .notebook_app { | |
| background-color: #002b36; | |
| } | |
| #notebook-container { | |
| background-color: #002b36; | |
| box-shadow: none; | |
| } | |
| div#ipython-main-app.container { | |
| } | |
| .container { | |
| } | |
| div#menubar-container { | |
| } | |
| div#header-container { | |
| } | |
| .notebook_app #header, | |
| .edit_app #header { | |
| box-shadow: none !important; | |
| background-color: #002b36; | |
| border-bottom: 2px solid rgba(30,67,77,.3); | |
| } | |
| #header, | |
| .edit_app #header { | |
| font-family: sans-serif; | |
| box-shadow: none; | |
| background-color: #002b36; | |
| } | |
| #header .header-bar, | |
| .edit_app #header .header-bar { | |
| background: #002b36; | |
| background-color: #002b36; | |
| } | |
| body > #header .header-bar { | |
| background: #002b36; | |
| } | |
| span.checkpoint_status, | |
| span.autosave_status { | |
| display: none; | |
| } | |
| #menubar, | |
| div#menubar { | |
| background-color: #002b36; | |
| } | |
| #menubar .navbar, | |
| .navbar-default { | |
| background-color: #002b36; | |
| } | |
| .navbar { | |
| border-color = #002b36; | |
| } | |
| div.navbar-text, | |
| .navbar-text, | |
| .navbar-text.indicator_area, | |
| p.navbar-text.indicator_area { | |
| color: #586e75; | |
| } | |
| .navbar-default { | |
| font-family: sans-serif; | |
| background-color: #002b36; | |
| border-color: rgba(30,67,77,.3); | |
| } | |
| .navbar-default .navbar-nav > li > a { | |
| font-family: sans-serif; | |
| color: #586e75; | |
| display: block; | |
| } | |
| .navbar-default .navbar-nav > li > a:hover, | |
| .navbar-default .navbar-nav > li > a:focus { | |
| color: #839496 !important; | |
| background-color: rgba(30,67,77,.3) !important; | |
| border-color: rgba(30,67,77,.3) !important; | |
| transition: 80ms ease; | |
| } | |
| .navbar-default .navbar-nav > .open > a, | |
| .navbar-default .navbar-nav > .open > a:hover, | |
| .navbar-default .navbar-nav > .open > a:focus { | |
| color: #b58900; | |
| background-color: #002b36; | |
| border-color: #002b36; | |
| } | |
| .navbar-nav > li > .dropdown-menu { | |
| } | |
| .navbar-nav { | |
| } | |
| div.notification_widget.info, | |
| .notification_widget.info, | |
| .notification_widget:active:hover, | |
| .notification_widget.active:hover, | |
| .open > .dropdown-toggle.notification_widget:hover, | |
| .notification_widget:active:focus, | |
| .notification_widget.active:focus, | |
| .open > .dropdown-toggle.notification_widget:focus, | |
| .notification_widget:active.focus, | |
| .notification_widget.active.focus, | |
| .open > .dropdown-toggle.notification_widget.focus, | |
| div#notification_notebook.notification_widget.btn.btn-xs.navbar-btn, | |
| div#notification_notebook.notification_widget.btn.btn-xs.navbar-btn:hover, | |
| div#notification_notebook.notification_widget.btn.btn-xs.navbar-btn:focus { | |
| color: #586e75 !important; | |
| background-color: transparent !important; | |
| border-color: transparent !important; | |
| z-index: 0; | |
| } | |
| div#notification_notebook.notification_widget.btn.btn-xs.navbar-btn { | |
| z-index: 0; | |
| } | |
| .notification_widget { | |
| color: #268bd2; | |
| z-index: -500; | |
| background: transparent; | |
| background-color: transparent; | |
| border-color = #002b36; | |
| } | |
| .notification_widget, | |
| div.notification_widget { | |
| vertical-align: text-top !important; | |
| background: transparent !important; | |
| background-color: transparent !important; | |
| border-color = #002b36; | |
| } | |
| .navbar-btn.btn-xs:hover { | |
| border: none !important; | |
| background: transparent !important; | |
| background-color: transparent !important; | |
| color: #586e75 !important; | |
| } | |
| div.notification_widget.info, | |
| .notification_widget.info { | |
| display: none !important; | |
| } | |
| .edit_mode .modal_indicator:before { | |
| display: none; | |
| } | |
| .command_mode .modal_indicator:before { | |
| display: none; | |
| } | |
| .item_icon { | |
| color: #268bd2; | |
| } | |
| .item_buttons .kernel-name { | |
| color: #268bd2; | |
| } | |
| .running_notebook_icon:before { | |
| color: #859900 !important; | |
| font: normal normal normal 15px/1 FontAwesome; | |
| text-rendering: auto; | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| content: "\f10c"; | |
| vertical-align: middle; | |
| position: static; | |
| display: inherit; | |
| } | |
| .item_buttons .running-indicator { | |
| color: #859900; | |
| font-family: sans-serif; | |
| text-rendering: auto; | |
| -webkit-font-smoothing: antialiased; | |
| } | |
| #notification_trusted { | |
| font-family: sans-serif; | |
| border-color = #002b36; | |
| background: transparent; | |
| background-color: transparent; | |
| vertical-align: bottom !important; | |
| color: #586e75 !important; | |
| cursor: default !important; | |
| } | |
| #notification_area, | |
| div.notification_area { | |
| float: right !important; | |
| position: static; | |
| cursor: pointer; | |
| } | |
| div#notification_notebook.notification_widget.btn.btn-xs.navbar-btn { | |
| z-index: 0; | |
| } | |
| #modal_indicator { | |
| float: right !important; | |
| color: #4c8be2; | |
| background: #002b36; | |
| background-color: #002b36; | |
| } | |
| #kernel_indicator { | |
| float: right !important; | |
| color: #586e75; | |
| background: #002b36; | |
| background-color: #002b36; | |
| border-left: 2px solid #586e75; | |
| } | |
| #kernel_indicator .kernel_indicator_name { | |
| color: #586e75; | |
| background: #002b36; | |
| background-color: #002b36; | |
| vertical-align: text-top; | |
| } | |
| .kernel_idle_icon:before { | |
| display: inline-block; | |
| font: normal normal normal 22px/1 FontAwesome; | |
| text-rendering: auto; | |
| -webkit-font-smoothing: antialiased; | |
| cursor: pointer; | |
| opacity: 0.7; | |
| vertical-align: bottom; | |
| content: "\f1db"; | |
| } | |
| .kernel_busy_icon:before { | |
| display: inline-block; | |
| font: normal normal normal 22px/1 FontAwesome; | |
| -webkit-animation: pulsate 2s infinite ease-out; | |
| animation: pulsate 2s infinite ease-out; | |
| text-rendering: auto; | |
| -webkit-font-smoothing: antialiased; | |
| cursor: pointer; | |
| vertical-align: bottom; | |
| content: "\f111"; | |
| } | |
| @-webkit-keyframes pulsate { | |
| 0% { | |
| -webkit-transform: scale(1.0,1.0); | |
| opacity: 0.8; | |
| } | |
| 8% { | |
| -webkit-transform: scale(1.0,1.0); | |
| opacity: 0.8; | |
| } | |
| 50% { | |
| -webkit-transform: scale(0.75,0.75); | |
| opacity: 0.3; | |
| } | |
| 92% { | |
| -webkit-transform: scale(1.0,1.0); | |
| opacity: 0.8; | |
| } | |
| 100% { | |
| -webkit-transform: scale(1.0,1.0); | |
| opacity: 0.8; | |
| } | |
| } | |
| div.notification_widget.info, | |
| .notification_widget.info, | |
| .notification_widget:active:hover, | |
| .notification_widget.active:hover, | |
| .open > .dropdown-toggle.notification_widget:hover, | |
| .notification_widget:active:focus, | |
| .notification_widget.active:focus, | |
| .open > .dropdown-toggle.notification_widget:focus, | |
| .notification_widget:active.focus, | |
| .notification_widget.active.focus, | |
| .open > .dropdown-toggle.notification_widget.focus, | |
| div#notification_notebook.notification_widget.btn.btn-xs.navbar-btn, | |
| div#notification_notebook.notification_widget.btn.btn-xs.navbar-btn:hover, | |
| div#notification_notebook.notification_widget.btn.btn-xs.navbar-btn:focus { | |
| color: #586e75; | |
| background-color: #002b36; | |
| border-color: #002b36; | |
| } | |
| #notification_area, | |
| div.notification_area { | |
| float: right !important; | |
| position: static; | |
| } | |
| .notification_widget, | |
| div.notification_widget { | |
| vertical-align: text-top !important; | |
| z-index: 1000; | |
| } | |
| #kernel_logo_widget, | |
| #kernel_logo_widget .current_kernel_logo { | |
| display: block; | |
| } | |
| div#ipython_notebook { | |
| display: none; | |
| } | |
| i.fa.fa-icon { | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| text-rendering: auto; | |
| } | |
| .fa { | |
| display: inline-block; | |
| font: normal normal normal 10pt/1 "FontAwesome", sans-serif; | |
| text-rendering: auto; | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| } | |
| .dropdown-menu { | |
| font-family: sans-serif; | |
| box-shadow: none; | |
| text-align: left; | |
| border-color = #002b36; | |
| background-color: #002b36; | |
| background: #002b36; | |
| } | |
| .dropdown-menu:hover { | |
| font-family: sans-serif; | |
| box-shadow: none; | |
| text-align: left; | |
| border-color = #002b36; | |
| background-color: #002b36; | |
| box-shadow: none; | |
| } | |
| .dropdown-menu > li > a { | |
| font-family: sans-serif; | |
| display: block; | |
| color: #586e75; | |
| background-color: #002b36; | |
| background: #002b36; | |
| } | |
| .dropdown-menu > li > a:hover, | |
| .dropdown-menu > li > a:focus { | |
| color: #839496; | |
| background-color: rgba(30,67,77,.3); | |
| background: rgba(30,67,77,.3); | |
| border-color: rgba(30,67,77,.3); | |
| transition: 200ms ease; | |
| } | |
| .dropdown-menu .divider { | |
| overflow: hidden; | |
| background-color: rgba(30,67,77,.5); | |
| } | |
| .dropdown-submenu > .dropdown-menu { | |
| display: none; | |
| top: 2px !important; | |
| left: 100%; | |
| transition: 200ms ease; | |
| } | |
| .dropdown-menu > .disabled > a, | |
| .dropdown-menu > .disabled > a:hover, | |
| .dropdown-menu > .disabled > a:focus { | |
| font-family: sans-serif; | |
| font-weight: normal; | |
| color: #586e75; | |
| display: block; | |
| clear: both; | |
| white-space: nowrap; | |
| } | |
| .dropdown-submenu > a:after { | |
| color: #586e75; | |
| display: inline-block; | |
| } | |
| .dropdown-submenu:hover > a:after, | |
| .dropdown-submenu:active > a:after, | |
| .dropdown-submenu:focus > a:after, | |
| .dropdown-submenu:visited > a:after { | |
| color: #586e75; | |
| display: inline-block !important; | |
| } | |
| div.kse-dropdown > .dropdown-menu, | |
| .kse-dropdown > .dropdown-menu { | |
| top: 94%; | |
| } | |
| .btn, | |
| .btn-default { | |
| font-family: sans-serif; | |
| color: #586e75; | |
| background: #073642; | |
| background-color: #073642; | |
| border: 2px solid #073642; | |
| font-weight: normal; | |
| box-shadow: none; | |
| text-shadow: none; | |
| border-radius: 3px; | |
| } | |
| .btn:hover, | |
| .btn:active:hover, | |
| .btn.active:hover, | |
| .btn-default:hover, | |
| .open > .dropdown-toggle.btn-default:hover, | |
| .open > .dropdown-toggle.btn:hover { | |
| color: #657b83; | |
| border: 2px solid #083e4b; | |
| background-color: #083e4b; | |
| background: #083e4b; | |
| background-image: none; | |
| box-shadow: none !important; | |
| border-radius: 3px; | |
| } | |
| .btn:active, | |
| .btn.active, | |
| .btn:active:focus, | |
| .btn.active:focus, | |
| .btn:active.focus, | |
| .btn.active.focus, | |
| .btn-default:focus, | |
| .btn-default.focus, | |
| .btn-default:active, | |
| .btn-default.active, | |
| .btn-default:active:hover, | |
| .btn-default.active:hover, | |
| .btn-default:active:focus, | |
| .btn-default.active:focus, | |
| .btn-default:active.focus, | |
| .btn-default.active.focus, | |
| .open > .dropdown-toggle.btn:focus, | |
| .open > .dropdown-toggle.btn.focus, | |
| .open > .dropdown-toggle.btn-default:hover, | |
| .open > .dropdown-toggle.btn-default:focus, | |
| .open > .dropdown-toggle.btn-default.hover, | |
| .open > .dropdown-toggle.btn-default.focus { | |
| color: #657b83; | |
| border: 2px solid #083e4b; | |
| background-color: #083e4b !important; | |
| background: #083e4b !important; | |
| background-image: none; | |
| box-shadow: none !important; | |
| border-radius: 3px; | |
| } | |
| .btn-default:active:hover, | |
| .btn-default.active:hover, | |
| .btn-default:active:focus, | |
| .btn-default.active:focus, | |
| .btn-default:active.focus, | |
| .btn-default.active.focus { | |
| color: #b58900 !important; | |
| background-color: #073642; | |
| border-color: #856c21 !important; | |
| transition: 2000ms ease; | |
| } | |
| .btn:focus, | |
| .btn.focus, | |
| .btn:active:focus, | |
| .btn.active:focus, | |
| .btn:active, | |
| .btn.active, | |
| .btn:active.focus, | |
| .btn.active.focus { | |
| color: #b58900 !important; | |
| outline: none !important; | |
| /* background: #856c21 !important; */ | |
| /* background-color: #856c21 !important; */ | |
| /* border-color: #856c21 !important; */ | |
| transition: 200ms ease !important; | |
| } | |
| .item_buttons > .btn, | |
| .item_buttons > .btn-group, | |
| .item_buttons > .input-group { | |
| background: transparent; | |
| background-color: transparent; | |
| border: 0px solid #002731; | |
| border-bottom: 2px solid transparent; | |
| } | |
| .item_buttons > .btn:hover, | |
| .item_buttons > .btn-group:hover, | |
| .item_buttons > .input-group:hover, | |
| .item_buttons > .btn.active, | |
| .item_buttons > .btn-group.active, | |
| .item_buttons > .input-group.active, | |
| .item_buttons > .btn.focus { | |
| background: #001f27; | |
| background-color: transparent; | |
| border: 0px solid transparent; | |
| border-bottom: 2px solid #586e75; | |
| border-radius: 0px; | |
| transition: none; | |
| } | |
| .item_buttons { | |
| } | |
| .item_buttons .btn { | |
| } | |
| .btn-group > .btn:first-child { | |
| } | |
| .btn-group > .btn-mini, | |
| .btn-sm, | |
| .btn-group-sm > .btn, | |
| .btn-xs, | |
| .btn-group-xs > .btn, | |
| .alternate_upload .btn-upload, | |
| .btn-group, | |
| .btn-group-vertical { | |
| font-weight: normal; | |
| } | |
| .btn-xs, | |
| .btn-group-xs > .btn { | |
| background-image: none; | |
| font-weight: normal; | |
| text-shadow: none; | |
| display: inline-table; | |
| } | |
| .btn-group > .btn:first-child { | |
| } | |
| div#new-buttons > button, | |
| #new-buttons > button, | |
| div#refresh_notebook_list, | |
| #refresh_notebook_list { | |
| background: transparent; | |
| background-color: transparent; | |
| border-color = #002b36; | |
| } | |
| div#new-buttons > button:hover, | |
| #new-buttons > button:hover, | |
| div#refresh_notebook_list, | |
| #refresh_notebook_list, | |
| div.alternate_upload .btn-upload, | |
| .alternate_upload .btn-upload, | |
| div.dynamic-buttons > button, | |
| .dynamic-buttons > button, | |
| .dynamic-buttons > button:focus, | |
| .dynamic-buttons > button:active:focus, | |
| .dynamic-buttons > button.active:focus, | |
| .dynamic-buttons > button.focus, | |
| .dynamic-buttons > button:active.focus, | |
| .dynamic-buttons > button.active.focus, | |
| #new-buttons > button:focus, | |
| #new-buttons > button:active:focus, | |
| #new-buttons > button.active:focus, | |
| #new-buttons > button.focus, | |
| #new-buttons > button:active.focus, | |
| #new-buttons > button.active.focus, | |
| .alternate_upload .btn-upload:focus, | |
| .alternate_upload .btn-upload:active:focus, | |
| .alternate_upload .btn-upload.active:focus, | |
| .alternate_upload .btn-upload.focus, | |
| .alternate_upload .btn-upload:active.focus, | |
| .alternate_upload .btn-upload.active.focus { | |
| background: transparent !important; | |
| background-color: transparent !important; | |
| border: none !important; | |
| } | |
| .alternate_upload input.fileinput { | |
| text-align: center; | |
| vertical-align: bottom; | |
| display: inline-table; | |
| border: solid 0px #073642; | |
| } | |
| .alternate_upload .btn-upload { | |
| display: inline-table; | |
| background: transparent; | |
| border-color = #002b36; | |
| } | |
| .btn-group .btn + .btn, | |
| .btn-group .btn + .btn-group, | |
| .btn-group .btn-group + .btn, | |
| .btn-group .btn-group + .btn-group { | |
| } | |
| .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { | |
| border-bottom-right-radius: 0; | |
| border-top-right-radius: 0; | |
| z-index: 2; | |
| } | |
| .dropdown-header { | |
| font-family: sans-serif !important; | |
| color: #586e75 !important; | |
| border-bottom: none !important; | |
| } | |
| span#last-modified.btn.btn-xs.btn-default.sort-action, | |
| span#sort-name.btn.btn-xs.btn-default.sort-action, | |
| span#file-size.btn.btn-xs.btn-default.sort-action { | |
| font-family: sans-serif; | |
| background-color: transparent; | |
| background: transparent; | |
| border-color = #002b36; | |
| color: #586e75; | |
| vertical-align: sub; | |
| } | |
| span#last-modified.btn.btn-xs.btn-default.sort-action { | |
| } | |
| button.close { | |
| border: 0px none; | |
| font-family: sans-serif; | |
| font-weight: normal; | |
| } | |
| .dynamic-buttons { | |
| display: inline-block; | |
| } | |
| .close { | |
| color: #dc322f; | |
| opacity: .5; | |
| text-shadow: none; | |
| font-weight: normal; | |
| } | |
| .close:hover { | |
| color: #dc322f; | |
| opacity: 1; | |
| font-weight: normal; | |
| } | |
| div.nbext-enable-btns .btn[disabled], | |
| div.nbext-enable-btns .btn[disabled]:hover, | |
| .btn-default.disabled, | |
| .btn-default[disabled], | |
| .btn-default.disabled:hover, | |
| .btn-default[disabled]:hover, | |
| fieldset[disabled] .btn-default:hover, | |
| .btn-default.disabled:focus, | |
| .btn-default[disabled]:focus, | |
| fieldset[disabled] .btn-default:focus, | |
| .btn-default.disabled.focus, | |
| .btn-default[disabled].focus, | |
| fieldset[disabled] .btn-default.focus { | |
| color: #93a1a1; | |
| background: #07323d; | |
| background-color: #07323d; | |
| border-color: #07323d; | |
| transition: 200ms ease; | |
| } | |
| .input-group-addon { | |
| font-weight: normal; | |
| color: #586e75; | |
| text-align: center; | |
| background-color: transparent; | |
| border: 2px solid transparent !important; | |
| text-transform: capitalize; | |
| } | |
| a.btn.btn-default.input-group-addon:hover { | |
| background: transparent !important; | |
| background-color: transparent !important; | |
| } | |
| .btn-group > .btn + .dropdown-toggle { | |
| } | |
| .btn-group > .btn + .dropdown-toggle:hover { | |
| background: #083e4b !important; | |
| } | |
| .input-group-btn { | |
| position: relative; | |
| white-space: nowrap; | |
| background: #002731; | |
| background-color: #002731; | |
| border-color = #002b36; | |
| } | |
| .input-group-btn:hover { | |
| background: #001f27; | |
| background-color: #001f27; | |
| border-color = #002b36; | |
| } | |
| .input-group-btn:first-child > .btn, | |
| .input-group-btn:first-child > .btn-group { | |
| background: #002731; | |
| background-color: #002731; | |
| border-color = #002b36; | |
| } | |
| .input-group-btn:first-child > .btn:hover, | |
| .input-group-btn:first-child > .btn-group:hover { | |
| background: #083e4b; | |
| background-color: #083e4b; | |
| border-color = #002b36; | |
| transition: 200ms ease; | |
| } | |
| div.modal .btn-group > .btn:first-child { | |
| background: #002731; | |
| background-color: #002731; | |
| border: 1px solid #00232c; | |
| } | |
| div.modal .btn-group > .btn:first-child:hover { | |
| background: #001f27; | |
| background-color: #001f27; | |
| border: 1px solid #001f27; | |
| transition: 200ms ease; | |
| } | |
| div.modal > button, | |
| div.modal-footer > button { | |
| background: #002731; | |
| background-color: #002731; | |
| border-color: #002731; | |
| } | |
| div.modal > button:hover, | |
| div.modal-footer > button:hover { | |
| background: #001f27; | |
| background-color: #001f27; | |
| border-color: #001f27; | |
| transition: 200ms ease; | |
| } | |
| .modal-content { | |
| font-family: sans-serif; | |
| position: relative; | |
| background: #002731; | |
| background-color: #002731; | |
| border-color = #002b36; | |
| border-radius: 1px; | |
| outline: none; | |
| } | |
| .modal-header { | |
| font-family: sans-serif; | |
| color: #586e75; | |
| background: #002731; | |
| background-color: #002731; | |
| border-color: rgba(30,67,77,.5); | |
| } | |
| .modal-content h4 { | |
| font-family: sans-serif; | |
| color: #586e75; | |
| } | |
| .modal-body { | |
| background-color: #073642; | |
| position: relative; | |
| } | |
| .modal-footer { | |
| text-align: right; | |
| background-color: #073642; | |
| border-top: none; | |
| } | |
| .alert-info { | |
| background-color: #073642; | |
| border-color: rgba(30,67,77,.5); | |
| color: #586e75; | |
| } | |
| .modal-header .close { | |
| } | |
| .modal-backdrop, | |
| .modal-backdrop.in { | |
| opacity: 0.85; | |
| background-color: notebook-bg; | |
| } | |
| div.panel, | |
| div.panel-default, | |
| .panel, | |
| .panel-default { | |
| font-family: sans-serif; | |
| background-color: #073642; | |
| color: #586e75; | |
| border: 0; | |
| box-shadow: none; | |
| } | |
| div.panel > .panel-heading, | |
| div.panel-default > .panel-heading { | |
| color: #586e75; | |
| background: #002731; | |
| background-color: #002731; | |
| border: 0; | |
| } | |
| .modal .modal-dialog { | |
| } | |
| div.container-fluid { | |
| } | |
| div.form-control, | |
| .form-control { | |
| font-family: sans-serif; | |
| color: #586e75; | |
| /* background-color: #084150; */ | |
| border: 1px solid #052730 !important; | |
| box-shadow: none; | |
| transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; | |
| } | |
| .form-control-static { | |
| } | |
| .form-group.list-group-item { | |
| color: #586e75; | |
| background-color: #073642; | |
| border-color: rgba(30,67,77,.5); | |
| } | |
| .form-group .input-group { | |
| float: left; | |
| } | |
| input, | |
| button, | |
| select, | |
| textarea { | |
| background-color: #084150; | |
| font-weight: normal; | |
| border: 1px solid rgba(30,67,77,.5); | |
| } | |
| select.form-control.select-xs { | |
| } | |
| .toolbar select, | |
| .toolbar label { | |
| vertical-align: middle; | |
| display: inline; | |
| background: #073642 !important; | |
| background-color: #073642 !important; | |
| border: 2px solid #073642 !important; | |
| } | |
| .form-control:focus { | |
| border-color: #586e75; | |
| outline: 2px solid #084552; | |
| -webkit-box-shadow: none; | |
| } | |
| ::-webkit-input-placeholder { | |
| color: #586e75; | |
| } | |
| ::-moz-placeholder { | |
| color: #586e75; | |
| } | |
| :-ms-input-placeholder { | |
| color: #586e75; | |
| } | |
| :-moz-placeholder { | |
| color: #586e75; | |
| } | |
| [dir="ltr"] #find-and-replace .input-group-btn + .form-control { | |
| border: 2px solid rgba(30,67,77,.5) !important; | |
| } | |
| [dir="ltr"] #find-and-replace .input-group-btn + .form-control:focus { | |
| border-color: #586e75; | |
| outline: 2px solid #084552; | |
| -webkit-box-shadow: none; | |
| box-shadow: none; | |
| } | |
| div.output.output_scroll { | |
| box-shadow: none; | |
| } | |
| ::-webkit-scrollbar { | |
| background-color: #004355; | |
| border-radius: 3px; | |
| border-color = #002b36; | |
| } | |
| ::-webkit-scrollbar-track { | |
| background: #004355; | |
| border-color = #002b36; | |
| } | |
| ::-webkit-scrollbar-thumb { | |
| border-radius: 2px; | |
| border-color = #002b36; | |
| background: #586e75; | |
| background-clip: content-box; | |
| } | |
| HTML, | |
| body, | |
| div, | |
| dl, | |
| dt, | |
| dd, | |
| ul, | |
| ol, | |
| li, | |
| h1, | |
| h2, | |
| h3, | |
| h4, | |
| h5, | |
| h6, | |
| pre, | |
| code, | |
| form, | |
| fieldset, | |
| legend, | |
| input, | |
| button, | |
| textarea, | |
| p, | |
| blockquote, | |
| th, | |
| td, | |
| span, | |
| a { | |
| text-rendering: geometricPrecision; | |
| -webkit-font-smoothing: subpixel-antialiased; | |
| font-weight: 400; | |
| } | |
| div.input_area { | |
| background-color: #073642; | |
| background: #073642; | |
| border: 0px; | |
| border-radius: 0px; | |
| border-top-right-radius: 4px; | |
| border-bottom-right-radius: 4px; | |
| } | |
| div.cell { | |
| background: #073642; | |
| background-color: #073642; | |
| border: medium solid #002b36; | |
| border-radius: 4px; | |
| top: 0; | |
| } | |
| div.cell.selected { | |
| background: #073642; | |
| background-color: #073642; | |
| border: medium solid #002b36; | |
| border-radius: 5px; | |
| } | |
| .edit_mode div.cell.selected { | |
| background: #073642; | |
| background-color: #073642; | |
| border: medium solid #002b36; | |
| border-radius: 5px; | |
| } | |
| div.cell.edit_mode { | |
| background: #073642; | |
| background-color: #073642; | |
| } | |
| div.CodeMirror-sizer { | |
| } | |
| div.cell.selected:before, | |
| .edit_mode div.cell.selected:before, | |
| div.cell.selected:before, | |
| div.cell.selected.jupyter-soft-selected:before { | |
| background: #073642 !important; | |
| border-color = #002b36; | |
| border-radius: 3px; | |
| position: absolute; | |
| display: block; | |
| top: 0px; | |
| left: 0px; | |
| } | |
| div.cell.text_cell.selected::before, | |
| .edit_mode div.cell.text_cell.selected:before, | |
| div.cell.text_cell.selected:before, | |
| div.cell.text_cell.selected.jupyter-soft-selected:before { | |
| background: #073642 !important; | |
| background-color: #073642 !important; | |
| border-color: #b58900 !important; | |
| } | |
| div.cell.code_cell .input { | |
| border-left: 5px solid #073642 !important; | |
| border-radius: 3px; | |
| border-bottom-left-radius: 3px; | |
| border-top-left-radius: 3px; | |
| } | |
| div.cell.code_cell.selected .input { | |
| border-left: 5px solid #0b6073 !important; | |
| border-radius: 3px; | |
| } | |
| .edit_mode div.cell.code_cell.selected .input { | |
| border-left: 5px solid #084552 !important; | |
| border-radius: 3px; | |
| } | |
| .edit_mode div.cell.selected:before { | |
| border-left: 5px solid #084552 !important; | |
| border-radius: 3px; | |
| } | |
| div.cell.jupyter-soft-selected, | |
| div.cell.selected.jupyter-soft-selected { | |
| border-left-color: #084552 !important; | |
| border-right-color: #084552 !important; | |
| background: #084552 !important; | |
| border-radius: 6px !important; | |
| } | |
| div.cell.selected.jupyter-soft-selected .input { | |
| border-left: 5px solid #073642 !important; | |
| } | |
| div.cell.selected.jupyter-soft-selected { | |
| border-left-color: #0b6073; | |
| border-color: #002b36; | |
| border-radius: 6px; | |
| } | |
| div.cell.code_cell.selected .input { | |
| border-left: none; | |
| border-radius: 3px; | |
| } | |
| div.cell.selected.jupyter-soft-selected .prompt, | |
| div.cell.text_cell.selected.jupyter-soft-selected .prompt { | |
| top: 0; | |
| border-left: #073642 !important; | |
| border-radius: 2px; | |
| } | |
| div.cell.text_cell.selected.jupyter-soft-selected .input_prompt { | |
| border-left: none !important; | |
| } | |
| div.cell.text_cell.jupyter-soft-selected, | |
| div.cell.text_cell.selected.jupyter-soft-selected { | |
| border-left-color: #a38012 !important; | |
| border-right-color: #a38012 !important; | |
| background: #a38012 !important; | |
| border-radius: 5px !important; | |
| } | |
| div.cell.jupyter-soft-selected .input, | |
| div.cell.selected.jupyter-soft-selected .input { | |
| border-left-color: #084552 !important; | |
| } | |
| div.prompt, | |
| .prompt { | |
| font-family: "DejaVu Sans Mono", monospace, monospace; | |
| font-weight: normal; | |
| color: #586e75; | |
| text-align: right !important; | |
| } | |
| div.prompt.input_prompt { | |
| background-color: #073642; | |
| border-top: 0px; | |
| border-top-right-radius: 0px; | |
| border-bottom-left-radius: 0px; | |
| border-bottom-right-radius: 0px; | |
| } | |
| div.cell.code_cell .input_prompt { | |
| border-right: 2px solid #084552; | |
| } | |
| div.cell.selected .prompt { | |
| top: 0; | |
| } | |
| .edit_mode div.cell.selected .prompt { | |
| top: 0; | |
| } | |
| .edit_mode div.cell.selected .prompt { | |
| top: 0; | |
| } | |
| .run_this_cell { | |
| visibility: hidden; | |
| color: transparent; | |
| background: transparent; | |
| background-color: transparent; | |
| } | |
| div.code_cell:hover div.input .run_this_cell { | |
| visibility: visible; | |
| } | |
| div.cell.code_cell.rendered.selected .run_this_cell:hover { | |
| background-color: #052730; | |
| background: #052730; | |
| color: #0b6073 !important; | |
| } | |
| div.cell.code_cell.rendered.unselected .run_this_cell:hover { | |
| background-color: #052730; | |
| background: #052730; | |
| color: #0b6073 !important; | |
| } | |
| i.fa-step-forward.fa { | |
| display: inline-block; | |
| font: normal normal normal 9px "FontAwesome"; | |
| } | |
| .fa-step-forward:before { | |
| content: "\f04b"; | |
| } | |
| div.cell.selected.jupyter-soft-selected .run_this_cell, | |
| div.cell.selected.jupyter-soft-selected .run_this_cell:hover, | |
| div.cell.unselected.jupyter-soft-selected .run_this_cell:hover, | |
| div.cell.code_cell.rendered.selected.jupyter-soft-selected .run_this_cell:hover, | |
| div.cell.code_cell.rendered.unselected.jupyter-soft-selected .run_this_cell:hover { | |
| background-color: #084552 !important; | |
| background: #084552 !important; | |
| color: #084552 !important; | |
| } | |
| div.output_wrapper { | |
| background-color: #002b36; | |
| border: 0px; | |
| left: 0px; | |
| border-top-right-radius: 0px; | |
| border-top-left-radius: 0px; | |
| } | |
| div.output_subarea.output_text.output_stream.output_stdout, | |
| div.output_subarea.output_text { | |
| font-family: "DejaVu Sans Mono", monospace, monospace; | |
| background-color: #002b36; | |
| color: #586e75; | |
| border-top-right-radius: 0px; | |
| border-top-left-radius: 0px; | |
| } | |
| div.output_area pre { | |
| font-family: "DejaVu Sans Mono", monospace, monospace; | |
| color: #586e75; | |
| border-top-right-radius: 0px; | |
| border-top-left-radius: 0px; | |
| } | |
| div.output_area { | |
| display: -webkit-box; | |
| } | |
| div.output_html { | |
| font-family: "DejaVu Sans Mono", monospace, monospace; | |
| color: #586e75; | |
| background-color: #002b36; | |
| background: #002b36; | |
| } | |
| div.output_subarea { | |
| overflow-x: auto; | |
| -webkit-box-flex: 1; | |
| -moz-box-flex: 1; | |
| box-flex: 1; | |
| flex: 1; | |
| } | |
| div.btn.btn-default.output_collapsed { | |
| background: #001318; | |
| background-color: #001318; | |
| border-color: #001318; | |
| } | |
| div.btn.btn-default.output_collapsed:hover { | |
| background: #000b0d; | |
| background-color: #000b0d; | |
| border-color: #000b0d; | |
| } | |
| div.prompt.output_prompt { | |
| font-family: "DejaVu Sans Mono", monospace, monospace; | |
| font-weight: bold !important; | |
| background-color: #002b36; | |
| color: transparent; | |
| border-bottom-left-radius: 4px; | |
| border-top-right-radius: 0px; | |
| border-top-left-radius: 0px; | |
| border-bottom-right-radius: 0px; | |
| border-right: 2px solid transparent; | |
| } | |
| div.out_prompt_overlay.prompt { | |
| font-family: "DejaVu Sans Mono", monospace, monospace; | |
| font-weight: bold !important; | |
| background-color: #002b36; | |
| border-bottom-left-radius: 2px; | |
| border-top-right-radius: 0px; | |
| border-top-left-radius: 0px; | |
| border-bottom-right-radius: 0px; | |
| border-right: 2px solid transparent; | |
| color: transparent; | |
| } | |
| div.out_prompt_overlay.prompt:hover { | |
| background-color: #05262f; | |
| box-shadow: none !important; | |
| border-color = #002b36; | |
| border-bottom-left-radius: 2px; | |
| -webkit-border-: 2px; | |
| -moz-border-radius: 2px; | |
| border-top-right-radius: 0px; | |
| border-top-left-radius: 0px; | |
| border-right: 2px solid #05262f !important; | |
| } | |
| div.cell.code_cell .output_prompt { | |
| border-right: 2px solid transparent; | |
| color: transparent; | |
| } | |
| div.cell.selected .output_prompt, | |
| div.cell.selected .out_prompt_overlay.prompt { | |
| border-left: 5px solid #a38012; | |
| border-right: 2px solid #002b36; | |
| border-radius: 0px !important; | |
| } | |
| .edit_mode div.cell.selected .output_prompt, | |
| .edit_mode div.cell.selected .out_prompt_overlay.prompt { | |
| border-left: 5px solid #a38012; | |
| border-right: 2px solid #002b36; | |
| border-radius: 0px !important; | |
| } | |
| div.text_cell, | |
| div.text_cell_render pre, | |
| div.text_cell_render { | |
| font-family: sans-serif; | |
| color: #586e75; | |
| background: #073642; | |
| background-color: #073642; | |
| border-radius: 0px; | |
| } | |
| div .text_cell_render { | |
| } | |
| div.cell.text_cell .CodeMirror-lines { | |
| } | |
| div.cell.text_cell.unrendered div.input_area, | |
| div.cell.text_cell.rendered div.input_area { | |
| background-color: #073642; | |
| background: #073642; | |
| border: 0px; | |
| border-radius: 2px; | |
| } | |
| div.cell.text_cell .CodeMirror, | |
| div.cell.text_cell .CodeMirror pre { | |
| } | |
| div.cell.text_cell.rendered.selected { | |
| font-family: sans-serif; | |
| background: #073642; | |
| background-color: #073642; | |
| border-radius: 0px; | |
| } | |
| div.cell.text_cell.unrendered.selected { | |
| font-family: sans-serif; | |
| background: #073642; | |
| background-color: #073642; | |
| border-radius: 0px; | |
| } | |
| div.cell.text_cell.selected { | |
| font-family: sans-serif; | |
| background: #073642; | |
| background-color: #073642; | |
| border-radius: 0px; | |
| } | |
| .edit_mode div.cell.text_cell.selected { | |
| font-family: sans-serif; | |
| background: #073642; | |
| background-color: #073642; | |
| border-radius: 0px; | |
| } | |
| div.text_cell.unrendered, | |
| div.text_cell.unrendered.selected, | |
| div.edit_mode div.text_cell.unrendered { | |
| font-family: sans-serif; | |
| background: #073642; | |
| background-color: #073642; | |
| border-radius: 0px; | |
| } | |
| div.cell.text_cell .prompt { | |
| border-right: 0; | |
| } | |
| div.cell.text_cell.rendered .prompt { | |
| font-family: "DejaVu Sans Mono", monospace, monospace; | |
| font-weight: normal; | |
| color: #586e75 !important; | |
| text-align: right !important; | |
| background-color: #073642; | |
| border-right: 2px solid rgba(30,67,77,.5); | |
| border-left: 4px solid #073642; | |
| } | |
| div.cell.text_cell.unrendered .prompt { | |
| font-family: "DejaVu Sans Mono", monospace, monospace; | |
| font-weight: normal; | |
| color: #586e75 !important; | |
| text-align: right !important; | |
| border-right: 2px solid rgba(30,67,77,.5); | |
| border-left: 4px solid #073642; | |
| background-color: #073642; | |
| } | |
| div.cell.text_cell.rendered .prompt { | |
| border-right: 2px solid rgba(30,67,77,.5); | |
| } | |
| div.cell.text_cell.rendered.selected .prompt { | |
| top: 0; | |
| border-left: 4px solid #b58900; | |
| border-right: 2px solid rgba(30,67,77,.5); | |
| } | |
| div.text_cell.unrendered.selected .prompt, | |
| div.text_cell.rendered.selected .prompt { | |
| top: 0; | |
| background: #073642; | |
| border-left: 4px solid #a38012; | |
| border-right: 2px solid rgba(30,67,77,.5); | |
| } | |
| div.rendered_html code { | |
| font-family: "DejaVu Sans Mono", monospace, monospace; | |
| color: #586e75; | |
| background: #052730; | |
| background-color: #052730; | |
| } | |
| pre, | |
| code, | |
| kbd, | |
| samp { | |
| white-space: pre-wrap; | |
| } | |
| .well code, | |
| code { | |
| font-family: "DejaVu Sans Mono", monospace, monospace; | |
| color: #586e75; | |
| background: #052730; | |
| background-color: #052730; | |
| border-color: #052730; | |
| } | |
| kbd { | |
| font-weight: 800; | |
| color: #586e75; | |
| background-color: transparent !important; | |
| border: 0; | |
| box-shadow: none; | |
| } | |
| pre { | |
| display: block; | |
| color: #586e75; | |
| background-color: #052730; | |
| border: 1px solid #052730; | |
| border-radius: 2px; | |
| } | |
| div.rendered_html { | |
| color: #586e75; | |
| } | |
| .rendered_html * + ul { | |
| } | |
| .rendered_html * + p { | |
| } | |
| div.rendered_html pre { | |
| font-family: "DejaVu Sans Mono", monospace, monospace; | |
| color: #586e75 !important; | |
| background: #052730; | |
| background-color: #052730; | |
| border-radius: 0px; | |
| border-left: 3px solid #052730; | |
| border-radius: 0px; | |
| } | |
| div.text_cell_render pre, | |
| div.text_cell_render code { | |
| font-family: "DejaVu Sans Mono", monospace, monospace; | |
| color: #586e75; | |
| background: #002b36; | |
| background-color: #002b36; | |
| border-radius: 0px; | |
| border-left: none; | |
| } | |
| div.text_cell_render pre { | |
| border-left: 3px solid #084552 !important; | |
| border-radius: 0px; | |
| } | |
| div.text_cell_render h1, | |
| div.rendered_html h1, | |
| div.text_cell_render h2, | |
| div.rendered_html h2, | |
| div.text_cell_render h3, | |
| div.rendered_html h3, | |
| div.text_cell_render h4, | |
| div.rendered_html h4, | |
| div.text_cell_render h5, | |
| div.rendered_html h5 { | |
| font-family: sans-serif; | |
| } | |
| .rendered_html h1:first-child, | |
| .rendered_html h2:first-child, | |
| .rendered_html h3:first-child, | |
| .rendered_html h4:first-child, | |
| .rendered_html h5:first-child, | |
| .rendered_html h6:first-child { | |
| } | |
| .rendered_html h1, | |
| .text_cell_render h1 { | |
| color: #cb4b16 !important; | |
| text-align: left; | |
| font-style: normal; | |
| font-weight: normal; | |
| } | |
| .rendered_html h2, | |
| .text_cell_render h2 { | |
| color: #cb4b16 !important; | |
| font-style: normal; | |
| font-weight: normal; | |
| } | |
| .rendered_html h3, | |
| .text_cell_render h3 { | |
| color: #cb4b16 !important; | |
| font-style: normal; | |
| font-weight: normal; | |
| } | |
| .rendered_html h4, | |
| .text_cell_render h4 { | |
| color: #cb4b16 !important; | |
| font-style: normal; | |
| font-weight: normal;} | |
| .rendered_html h5, | |
| .text_cell_render h5 { | |
| color: #cb4b16 !important; | |
| font-style: normal; | |
| font-weight: normal; | |
| } | |
| hr { | |
| border: 0; | |
| border-top: 1px solid #b58900; | |
| } | |
| .rendered_html hr { | |
| color: #b58900; | |
| background-color: #b58900; | |
| } | |
| #complete > select > option:hover { | |
| background: rgba(30,67,77,.3); | |
| background-color: rgba(30,67,77,.3); | |
| } | |
| div#_vivaldi-spatnav-focus-indicator._vivaldi-spatnav-focus-indicator { | |
| position: absolute; | |
| z-index: 9999999999; | |
| top: 0px; | |
| left: 0px; | |
| box-shadow: none; | |
| pointer-events: none; | |
| border-radius: 2px; | |
| } | |
| .rendered_html tr, | |
| .rendered_html th, | |
| .rendered_html td { | |
| text-align: left; | |
| vertical-align: middle; | |
| white-space: normal; | |
| border-color = #002b36; | |
| } | |
| .rendered_html td { | |
| font-family: sans-serif !important; | |
| } | |
| .rendered_html table { | |
| font-family: sans-serif !important; | |
| border-color = #002b36; | |
| border-collapse: collapse; | |
| border-spacing: 0; | |
| color: #586e75; | |
| table-layout: fixed; | |
| } | |
| .rendered_html thead { | |
| font-family: sans-serif !important; | |
| background: #001f27; | |
| color: #93a1a1; | |
| border-bottom: 1px solid #001f27; | |
| vertical-align: bottom; | |
| } | |
| .rendered_html tbody tr:nth-child(odd) { | |
| background: #002b36; | |
| } | |
| .rendered_html tbody tr { | |
| background: #001f27; | |
| } | |
| .rendered_html tbody tr:hover:nth-child(odd) { | |
| background: #002731; | |
| } | |
| .rendered_html tbody tr:hover { | |
| background: #001b22; | |
| } | |
| .rendered_html * + table { | |
| } | |
| div.widget-area { | |
| background-color: #002b36; | |
| background: #002b36; | |
| color: #586e75; | |
| } | |
| div.widget-area a { | |
| font-family: sans-serif; | |
| font-weight: normal; | |
| font-style: normal; | |
| color: #586e75; | |
| text-shadow: none !important; | |
| } | |
| div.widget-area a:hover, | |
| div.widget-area a:focus { | |
| font-family: sans-serif; | |
| font-weight: normal; | |
| font-style: normal; | |
| color: #839496; | |
| background: rgba(30,67,77,.3); | |
| background-color: rgba(30,67,77,.3); | |
| border-color: transparent; | |
| background-image: none; | |
| text-shadow: none !important; | |
| } | |
| div.widget_item.btn-group > button.btn.btn-default.widget-combo-btn, | |
| div.widget_item.btn-group > button.btn.btn-default.widget-combo-btn:hover { | |
| background: #00232c; | |
| background-color: #00232c; | |
| border: 2px solid #00232c !important; | |
| z-index: 0; | |
| } | |
| div.jupyter-widgets.widget-hprogress.widget-hbox { | |
| display: inline-table !important; | |
| } | |
| div.jupyter-widgets.widget-hprogress.widget-hbox .widget-label, | |
| div.widget-hbox .widget-label, | |
| .widget-hbox .widget-label, | |
| .widget-inline-hbox .widget-label, | |
| div.widget-label { | |
| text-align: -webkit-auto !important; | |
| vertical-align: text-top !important; | |
| color: #586e75 !important; | |
| } | |
| .widget-hprogress .progress { | |
| flex-grow: 1; | |
| } | |
| .progress { | |
| overflow: hidden; | |
| background-color: #d6d6d6 !important; | |
| border-radius: 2px; | |
| -webkit-box-shadow: none; | |
| box-shadow: none; | |
| z-index: 10; | |
| } | |
| .progress-bar-danger { | |
| background-color: #e16256 !important; | |
| } | |
| .progress-bar-info { | |
| background-color: #3498db !important; | |
| } | |
| .progress-bar-warning { | |
| background-color: #ff914d !important; | |
| } | |
| .progress-bar-success { | |
| background-color: #83a83b !important; | |
| } | |
| .widget-select select { | |
| } | |
| .rendered_html :link { | |
| font-family: sans-serif; | |
| color: #586e75; | |
| text-decoration: underline; | |
| } | |
| .rendered_html :visited, | |
| .rendered_html :visited:active, | |
| .rendered_html :visited:focus { | |
| color: #66767b; | |
| } | |
| .rendered_html :visited:hover, | |
| .rendered_html :link:hover { | |
| font-family: sans-serif; | |
| color: #3a5e6a; | |
| } | |
| div.cell.text_cell a.anchor-link:link { | |
| text-decoration: none; | |
| visibility: none; | |
| color: rgba(0,0,0,.32); | |
| } | |
| div.cell.text_cell a.anchor-link:link:hover { | |
| color: #de6d25; | |
| } | |
| .navbar-text { | |
| } | |
| #clusters > a { | |
| color: #268bd2; | |
| text-decoration: underline; | |
| cursor: auto; | |
| } | |
| #clusters > a:hover { | |
| color: #268bd2; | |
| text-decoration: underline; | |
| cursor: auto; | |
| } | |
| #nbextensions-configurator-container > div.row.container-fluid.nbext-selector > h3 { | |
| } | |
| div#nbextensions-configurator-container.container, | |
| #nbextensions-configurator-container.container { | |
| } | |
| div.nbext-selector > nav > .nav > li > a { | |
| font-family: sans-serif; | |
| } | |
| div.nbext-selector > nav > .nav > li > a:hover { | |
| background: transparent; | |
| } | |
| div.nbext-selector > nav > .nav > li:hover { | |
| background-color: rgba(30,67,77,.3) !important; | |
| background: rgba(30,67,77,.3) !important; | |
| } | |
| div.nbext-selector > nav > .nav > li.active:hover { | |
| background: transparent !important; | |
| background-color: transparent !important; | |
| } | |
| .nav-pills > li.active > a, | |
| .nav-pills > li.active > a:active, | |
| .nav-pills > li.active > a:hover, | |
| .nav-pills > li.active > a:focus { | |
| color: #b58900; | |
| background-color: rgba(30,67,77,.3) !important; | |
| background: rgba(30,67,77,.3) !important; | |
| -webkit-backface-visibility: hidden; | |
| -webkit-font-smoothing: subpixel-antialiased !important; | |
| } | |
| div.nbext-readme > .nbext-readme-contents > .rendered_html { | |
| font-family: sans-serif; | |
| color: #586e75; | |
| background-color: #073642; | |
| -webkit-box-shadow: none; | |
| -moz-box-shadow: none; | |
| box-shadow: none; | |
| } | |
| .nbext-icon, | |
| .nbext-desc, | |
| .nbext-compat-div, | |
| .nbext-enable-btns, | |
| .nbext-params { | |
| } | |
| div.nbext-readme > .nbext-readme-contents { | |
| overflow-y: hidden; | |
| } | |
| div.nbext-readme > .nbext-readme-contents:not(:empty) { | |
| border-color = #002b36; | |
| border-top-color: rgba(30,67,77,.5); | |
| } | |
| .nbext-showhide-incompat { | |
| color: #93a1a1; | |
| } | |
| .nbext-filter-menu.dropdown-menu > li > a:hover, | |
| .nbext-filter-menu.dropdown-menu > li > a:focus, | |
| .nbext-filter-menu.dropdown-menu > li > a.ui-state-focus { | |
| color: #839496 !important; | |
| background-color: rgba(30,67,77,.3) !important; | |
| background: rgba(30,67,77,.3) !important; | |
| border-color: rgba(30,67,77,.3) !important; | |
| } | |
| .nbext-filter-input-wrap > .nbext-filter-input-subwrap, | |
| .nbext-filter-input-wrap > .nbext-filter-input-subwrap > input { | |
| border-color = #002b36; | |
| outline: none; | |
| background-color: transparent; | |
| vertical-align: middle; | |
| } | |
| span.rendered_html code { | |
| background-color: transparent; | |
| color: #586e75; | |
| } | |
| #nbextensions-configurator-container > div.row.container-fluid.nbext-selector { | |
| } | |
| .nbext-filter-menu { | |
| overflow-y: auto; | |
| outline: none; | |
| border-color = #002b36; | |
| } | |
| .nbext-filter-menu:hover { | |
| border-color = #002b36; | |
| } | |
| .alert-warning { | |
| background-color: #073642; | |
| border-color: #073642; | |
| color: #586e75; | |
| } | |
| .notification_widget.danger { | |
| color: #ffffff; | |
| background-color: #e16256; | |
| border-color: #e16256; | |
| } | |
| border: none !important; | |
| } | |
| button#refresh_running_list { | |
| border: none !important; | |
| } | |
| mark, | |
| .mark { | |
| background-color: #073642; | |
| color: #586e75; | |
| } | |
| a.text-warning, | |
| a.text-warning:hover { | |
| color: #586e75; | |
| } | |
| a.text-warning.bg-warning { | |
| background-color: #002b36; | |
| } | |
| span.bg-success.text-success { | |
| background-color: transparent; | |
| color: #859900; | |
| } | |
| span.bg-danger.text-danger { | |
| background-color: #002b36; | |
| color: #dc322f; | |
| } | |
| .has-success .input-group-addon { | |
| color: #859900; | |
| border-color: transparent; | |
| background: inherit; | |
| background-color: rgba(83,180,115,.10); | |
| } | |
| .has-success .form-control { | |
| border-color: #859900; | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.025); | |
| box-shadow: inset 0 1px 1px rgba(0,0,0,0.025); | |
| } | |
| .has-error .input-group-addon { | |
| color: #dc322f; | |
| border-color: transparent; | |
| background: inherit; | |
| background-color: rgba(192,57,67,.10); | |
| } | |
| .has-error .form-control { | |
| border-color: #dc322f; | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.025); | |
| box-shadow: inset 0 1px 1px rgba(0,0,0,0.025); | |
| } | |
| .kse-input-group-pretty > kbd { | |
| font-family: "DejaVu Sans Mono", monospace, monospace; | |
| color: #586e75; | |
| font-weight: normal; | |
| background: transparent; | |
| } | |
| .kse-input-group-pretty > kbd { | |
| font-family: "DejaVu Sans Mono", monospace, monospace; | |
| color: #586e75; | |
| font-weight: normal; | |
| background: transparent; | |
| } | |
| div.nbext-enable-btns .btn[disabled], | |
| div.nbext-enable-btns .btn[disabled]:hover, | |
| .btn-default.disabled, | |
| .btn-default[disabled] { | |
| background: #07323d; | |
| background-color: #07323d; | |
| color: #51666c; | |
| } | |
| label#Keyword-Filter { | |
| display: none; | |
| } | |
| .input-group .nbext-list-btn-add, | |
| .input-group-btn:last-child > .btn-group > .btn { | |
| background: #002731; | |
| background-color: #002731; | |
| border-color: #002731; | |
| border: 2px solid #002731; | |
| } | |
| .input-group .nbext-list-btn-add:hover, | |
| .input-group-btn:last-child > .btn-group > .btn:hover { | |
| background: #001f27; | |
| background-color: #001f27; | |
| border-color: #001f27; | |
| border: 2px solid #001f27; | |
| } | |
| #notebook-container > div.cell.code_cell.rendered.selected > div.widget-area > div.widget-subarea > div > div.widget_item.btn-group > button.btn.btn-default.dropdown-toggle.widget-combo-carrot-btn { | |
| background: #002731; | |
| background-color: #002731; | |
| border-color: #002731; | |
| } | |
| #notebook-container > div.cell.code_cell.rendered.selected > div.widget-area > div.widget-subarea > div > div.widget_item.btn-group > button.btn.btn-default.dropdown-toggle.widget-combo-carrot-btn:hover { | |
| background: #001f27; | |
| background-color: #001f27; | |
| border-color: #001f27; | |
| } | |
| .ui-widget-content { | |
| background: #073642; | |
| background-color: #073642; | |
| border: 2px solid #073642; | |
| color: #586e75; | |
| } | |
| div.collapsible_headings_toggle { | |
| color: rgba(30,67,77,.5) !important; | |
| } | |
| div.collapsible_headings_toggle:hover { | |
| color: #586e75 !important; | |
| } | |
| .collapsible_headings_toggle .h1, | |
| .collapsible_headings_toggle .h2, | |
| .collapsible_headings_toggle .h3, | |
| .collapsible_headings_toggle .h4, | |
| .collapsible_headings_toggle .h5, | |
| .collapsible_headings_toggle .h6 { | |
| } | |
| div.collapsible_headings_toggle .fa-caret-down:before, | |
| div.collapsible_headings_toggle .fa-caret-right:before { | |
| transition: transform 1000ms; | |
| transform: none !important; | |
| } | |
| .collapsible_headings_collapsed.collapsible_headings_ellipsis .rendered_html h1:after, | |
| .collapsible_headings_collapsed.collapsible_headings_ellipsis .rendered_html h2:after, | |
| .collapsible_headings_collapsed.collapsible_headings_ellipsis .rendered_html h3:after, | |
| .collapsible_headings_collapsed.collapsible_headings_ellipsis .rendered_html h4:after, | |
| .collapsible_headings_collapsed.collapsible_headings_ellipsis .rendered_html h5:after, | |
| .collapsible_headings_collapsed.collapsible_headings_ellipsis .rendered_html h6:after { | |
| position: absolute; | |
| right: 0; | |
| bottom: 20% !important; | |
| content: "[\002026]"; | |
| color: rgba(30,67,77,.5) !important; | |
| } | |
| .collapsible_headings_ellipsis .rendered_html h1, | |
| .collapsible_headings_ellipsis .rendered_html h2, | |
| .collapsible_headings_ellipsis .rendered_html h3, | |
| .collapsible_headings_ellipsis .rendered_html h4, | |
| .collapsible_headings_ellipsis .rendered_html h5, | |
| .collapsible_headings_ellipsis .rendered_html h6, | |
| .collapsible_headings_toggle .fa { | |
| transition: transform 1000ms !important; | |
| -webkit-transform: inherit !important; | |
| -moz-transform: inherit !important; | |
| -ms-transform: inherit !important; | |
| -o-transform: inherit !important; | |
| transform: inherit !important; | |
| } | |
| #toc-wrapper { | |
| z-index: 90; | |
| position: fixed !important; | |
| display: flex; | |
| flex-direction: column; | |
| overflow: hidden; | |
| border-style: solid; | |
| background-color: #002b36 !important; | |
| } | |
| #toc-wrapper.ui-draggable.ui-resizable.sidebar-wrapper { | |
| border-color: rgba(30,67,77,.3) !important; | |
| } | |
| #toc a, | |
| #navigate_menu a, | |
| .toc { | |
| color: #586e75 !important; | |
| } | |
| #toc li > span:hover { | |
| background-color: rgba(30,67,77,.3) !important; | |
| } | |
| #toc a:hover, | |
| #navigate_menu a:hover, | |
| .toc { | |
| color: #b58900 !important; | |
| } | |
| #toc-wrapper .toc-item-num { | |
| color: #586e75 !important; | |
| } | |
| input.raw_input { | |
| font-family: "DejaVu Sans Mono", monospace, monospace; | |
| color: #586e75; | |
| background-color: #052730; | |
| border-color: #05232b; | |
| background: #05232b; | |
| vertical-align: baseline; | |
| -webkit-box-shadow: none; | |
| box-shadow: none; | |
| } | |
| audio, | |
| video { | |
| display: inline; | |
| vertical-align: middle; | |
| align-content: center; | |
| } | |
| .cmd-palette .modal-body { | |
| } | |
| .cmd-palette form { | |
| background: #002731; | |
| background-color: #002731; | |
| } | |
| .typeahead-field input:last-child, | |
| .typeahead-hint { | |
| background: #002731; | |
| background-color: #002731; | |
| z-index: 1; | |
| } | |
| .typeahead-field input { | |
| font-family: sans-serif; | |
| color: #586e75; | |
| border-color = #002b36; | |
| display: inline-block; | |
| } | |
| .typeahead-select { | |
| background-color: #002731; | |
| } | |
| body > div.modal.cmd-palette.typeahead-field { | |
| display: table; | |
| border-collapse: separate; | |
| background-color: #073642; | |
| } | |
| .typeahead-container button { | |
| font-family: sans-serif; | |
| background-color: #002731; | |
| border-color = #002b36; | |
| display: inline-block; | |
| } | |
| .typeahead-search-icon { | |
| display: block; | |
| vertical-align: middle; | |
| text-align: center; | |
| } | |
| .typeahead-container button:focus, | |
| .typeahead-container button:hover { | |
| color: #839496; | |
| background-color: #001f27; | |
| border-color: #083e4b; | |
| } | |
| .typeahead-list > li.typeahead-group.active > a, | |
| .typeahead-list > li.typeahead-group > a, | |
| .typeahead-list > li.typeahead-group > a:focus, | |
| .typeahead-list > li.typeahead-group > a:hover { | |
| display: none; | |
| } | |
| .typeahead-dropdown > li > a, | |
| .typeahead-list > li > a { | |
| color: #586e75; | |
| text-decoration: none; | |
| } | |
| .typeahead-dropdown, | |
| .typeahead-list { | |
| font-family: sans-serif; | |
| color: #586e75; | |
| background-color: #084150; | |
| border-color = #002b36; | |
| } | |
| .typeahead-dropdown > li.active > a, | |
| .typeahead-dropdown > li > a:focus, | |
| .typeahead-dropdown > li > a:hover, | |
| .typeahead-list > li.active > a, | |
| .typeahead-list > li > a:focus, | |
| .typeahead-list > li > a:hover { | |
| color: #839496; | |
| background-color: #073642; | |
| border-color: #073642; | |
| } | |
| .command-shortcut:before { | |
| content: "(command)"; | |
| color: #586e75; | |
| } | |
| .edit-shortcut:before { | |
| content: "(edit)"; | |
| color: #586e75; | |
| } | |
| ul.typeahead-list i { | |
| } | |
| ul.typeahead-list { | |
| overflow: auto; | |
| } | |
| .typeahead-list > li { | |
| position: relative; | |
| border-color = #002b36; | |
| } | |
| div.input.typeahead-hint, | |
| input.typeahead-hint, | |
| body > div.modal.cmd-palette.in > div > div > div > form > div > div.typeahead-field > span.typeahead-query > input.typeahead-hint { | |
| color: #586e75 !important; | |
| background-color: transparent; | |
| } | |
| .typeahead-dropdown > li > a, | |
| .typeahead-list > li > a { | |
| display: block; | |
| clear: both; | |
| font-weight: 400; | |
| border: 1px solid #084150; | |
| border-bottom-color: rgba(30,67,77,.5); | |
| } | |
| body > div.modal.cmd-palette.in > div { | |
| } | |
| .typeahead-container strong { | |
| font-weight: bolder; | |
| color: #586e75; | |
| } | |
| #find-and-replace #replace-preview .match, | |
| #find-and-replace #replace-preview .insert { | |
| color: #ffffff; | |
| background-color: #0b6073; | |
| border-color: #0b6073; | |
| border-style: solid; | |
| border-radius: 0px; | |
| } | |
| #find-and-replace #replace-preview .replace .match { | |
| background-color: #dc322f; | |
| border-color: #dc322f; | |
| border-radius: 0px; | |
| } | |
| #find-and-replace #replace-preview .replace .insert { | |
| background-color: #859900; | |
| border-color: #859900; | |
| border-radius: 0px; | |
| } | |
| .jupyter-dashboard-menu-item.selected::before { | |
| font-family: 'FontAwesome' !important; | |
| content: '\f00c' !important; | |
| position: absolute !important; | |
| color: #586e75 !important; | |
| left: 0px !important; | |
| top: 13px !important; | |
| } | |
| .shortcut_key, | |
| span.shortcut_key { | |
| display: inline-block; | |
| text-align: right; | |
| font-family: monospace; | |
| } | |
| .jupyter-keybindings { | |
| border-bottom: 1px solid rgba(30,67,77,.3); | |
| } | |
| .jupyter-keybindings i { | |
| background: #052730; | |
| } | |
| div#short-key-bindings-intro.well, | |
| .well { | |
| background-color: #002731; | |
| border: 1px solid #002731; | |
| color: #586e75; | |
| border-radius: 2px; | |
| -webkit-box-shadow: none; | |
| box-shadow: none; | |
| } | |
| #texteditor-backdrop { | |
| background: #002b36; | |
| background-color: #002b36; | |
| } | |
| #texteditor-backdrop #texteditor-container .CodeMirror-gutter, | |
| #texteditor-backdrop #texteditor-container .CodeMirror-gutters { | |
| background: #062e39; | |
| background-color: #062e39; | |
| color: #657b83; | |
| } | |
| .edit_app #menubar .navbar { | |
| } | |
| #texteditor-backdrop #texteditor-container { | |
| background-color: #073642; | |
| box-shadow: none; | |
| } | |
| .terminal-app { | |
| background: #002b36; | |
| } | |
| .terminal-app > #header { | |
| background: #002b36; | |
| } | |
| .terminal-app .terminal { | |
| font-family: "DejaVu Sans Mono", monospace, monospace; | |
| color: #586e75; | |
| background: #073642; | |
| border-radius: 2px; | |
| -webkit-box-shadow: none; | |
| box-shadow: none; | |
| } | |
| .terminal .xterm-viewport { | |
| background-color: #073642; | |
| color: #586e75; | |
| overflow-y: auto; | |
| } | |
| .terminal .xterm-color-0 { | |
| color: #586e75; | |
| } | |
| .terminal .xterm-color-1 { | |
| color: #d33682; | |
| } | |
| .terminal .xterm-color-2 { | |
| color: #859900; | |
| } | |
| .terminal .xterm-color-3 { | |
| color: #d33682; | |
| } | |
| .terminal .xterm-color-4 { | |
| color: #2aa198; | |
| } | |
| .terminal .xterm-color-5 { | |
| color: #2aa198; | |
| } | |
| .terminal .xterm-color-6 { | |
| color: #268bd2; | |
| } | |
| .terminal .xterm-color-7 { | |
| color: #268bd2; | |
| } | |
| .terminal .xterm-color-8 { | |
| color: #268bd2; | |
| } | |
| .terminal .xterm-color-9 { | |
| color: #2aa198; | |
| } | |
| .terminal .xterm-color-10 { | |
| color: #d33682; | |
| } | |
| .terminal .xterm-color-14 { | |
| color: #268bd2; | |
| } | |
| .terminal .xterm-bg-color-15 { | |
| background-color: #073642; | |
| } | |
| .terminal:not(.xterm-cursor-style-underline):not(.xterm-cursor-style-bar) .terminal-cursor { | |
| background-color: #586e75; | |
| color: #073642; | |
| } | |
| .terminal:not(.focus) .terminal-cursor { | |
| outline: 1px solid #586e75; | |
| outline-offset: -1px; | |
| } | |
| .celltoolbar { | |
| border-color: transparent; | |
| border-bottom: thin solid rgba(30,67,77,.5); | |
| background: transparent; | |
| } | |
| .cell-tag, | |
| .tags-input input, | |
| .tags-input button { | |
| color: #586e75; | |
| background-color: #002b36; | |
| background-image: none; | |
| border: 1px solid #586e75; | |
| border-radius: 1px; | |
| box-shadow: none; | |
| } | |
| #notebook-container > div.cell.code_cell.rendered.selected > div.input > div.inner_cell > div.ctb_hideshow.ctb_show > div > div > button, | |
| #notebook-container > div.input > div.inner_cell > div.ctb_hideshow.ctb_show > div > div > button { | |
| color: #586e75; | |
| background-color: #002b36; | |
| background-image: none; | |
| border: 1px solid #586e75; | |
| border-radius: 1px; | |
| box-shadow: none; | |
| } | |
| div#pager #pager-contents { | |
| background: #002b36 !important; | |
| background-color: #002b36 !important; | |
| } | |
| div#pager pre { | |
| color: #586e75 !important; | |
| background: #073642 !important; | |
| background-color: #073642 !important; | |
| } | |
| div#pager .ui-resizable-handle { | |
| top: 0px; | |
| background: #586e75 !important; | |
| border-top: 1px solid #586e75; | |
| border-bottom: 1px solid #586e75; | |
| } | |
| div.CodeMirror, | |
| div.CodeMirror pre { | |
| font-family: "DejaVu Sans Mono", monospace, monospace; | |
| color: #586e75; | |
| } | |
| div.CodeMirror-lines { | |
| } | |
| span.ansiblack, | |
| .ansi-black-fg { | |
| color: #002b36; | |
| } | |
| span.ansiblue, | |
| .ansi-blue-fg, | |
| .ansi-blue-intense-fg { | |
| color: #268bd2; | |
| } | |
| span.ansigray, | |
| .ansi-gray-fg, | |
| .ansi-gray-intense-fg { | |
| color: #839496; | |
| } | |
| span.ansigreen, | |
| .ansi-green-fg { | |
| color: #859900; | |
| } | |
| .ansi-green-intense-fg { | |
| color: #839496; | |
| } | |
| span.ansipurple, | |
| .ansi-purple-fg, | |
| .ansi-purple-intense-fg { | |
| color: #6c71c4; | |
| } | |
| span.ansicyan, | |
| .ansi-cyan-fg, | |
| .ansi-cyan-intense-fg { | |
| color: #6c71c4; | |
| } | |
| span.ansiyellow, | |
| .ansi-yellow-fg, | |
| .ansi-yellow-intense-fg { | |
| color: #b58900; | |
| } | |
| span.ansired, | |
| .ansi-red-fg, | |
| .ansi-red-intense-fg { | |
| color: #dc322f; | |
| } | |
| div.output-stderr { | |
| background-color: #cb4b16; | |
| } | |
| div.output-stderr pre { | |
| color: #586e75; | |
| } | |
| div.js-error { | |
| color: #dc322f; | |
| } | |
| .ipython_tooltip { | |
| font-family: "DejaVu Sans Mono", monospace, monospace; | |
| border: 2px solid #03181d; | |
| background: #073642; | |
| background-color: #073642; | |
| border-radius: 2px; | |
| overflow-x: visible; | |
| overflow-y: visible; | |
| box-shadow: none; | |
| position: absolute; | |
| z-index: 1000; | |
| } | |
| .ipython_tooltip .tooltiptext pre { | |
| font-family: "DejaVu Sans Mono", monospace, monospace; | |
| background: #073642; | |
| background-color: #073642; | |
| color: #586e75; | |
| overflow-x: visible; | |
| overflow-y: visible; | |
| } | |
| div#tooltip.ipython_tooltip { | |
| overflow-x: wrap; | |
| overflow-y: visible; | |
| } | |
| div.tooltiptext.bigtooltip { | |
| overflow-x: visible; | |
| overflow-y: scroll; | |
| } | |
| .cm-s-ipython.CodeMirror { | |
| font-family: "DejaVu Sans Mono", monospace, monospace; | |
| background: #073642; | |
| color: #586e75; | |
| border-radius: 2px; | |
| font-style: normal; | |
| font-weight: normal; | |
| } | |
| .cm-s-ipython div.CodeMirror-selected { | |
| background: #eee8d5; | |
| } | |
| .CodeMirror-gutters { | |
| border-color = #002b36; | |
| border-right: 1px solid #062e39 !important; | |
| /* background-color: #062e39 !important; */ | |
| /* background: #062e39 !important; */ | |
| width: 0.5em; | |
| border-radius: 0px; | |
| white-space: nowrap; | |
| } | |
| .cm-s-ipython .CodeMirror-gutters { | |
| background: #062e39; | |
| border-color = #002b36; | |
| border-radius: 0px; | |
| } | |
| .cm-s-ipython .CodeMirror-linenumber { | |
| color: #657b83; | |
| } | |
| .CodeMirror-sizer { | |
| } | |
| .CodeMirror-linenumber, | |
| div.CodeMirror-linenumber, | |
| .CodeMirror-gutter.CodeMirror-linenumberdiv.CodeMirror-gutter.CodeMirror-linenumber { | |
| text-align: right; | |
| } | |
| .CodeMirror-linenumber { | |
| color: #657b83; | |
| } | |
| .cm-s-ipython .CodeMirror-cursor { | |
| border-left: 2px solid #0095ff !important; | |
| } | |
| .cm-s-ipython span.cm-comment { | |
| color: #93a1a1; | |
| font-style: italic; | |
| } | |
| .cm-s-ipython span.cm-atom { | |
| color: #d33682; | |
| } | |
| .cm-s-ipython span.cm-number { | |
| color: #2aa198; | |
| } | |
| .cm-s-ipython span.cm-property { | |
| color: #586e75; | |
| } | |
| .cm-s-ipython span.cm-attribute { | |
| color: #586e75; | |
| } | |
| .cm-s-ipython span.cm-keyword { | |
| color: #859900; | |
| font-weight: normal; | |
| } | |
| /* .cm-s-ipython span.cm-keyword { */ | |
| /* color: #dc322f; */ | |
| /* font-weight: normal; */ | |
| /* } */ | |
| .cm-s-ipython span.cm-string { | |
| color: #2aa198; | |
| } | |
| .cm-s-ipython span.cm-meta { | |
| color: #586e75; | |
| } | |
| /* .cm-s-ipython span.cm-operator { */ | |
| /* color: #d33682; */ | |
| /* } */ | |
| .cm-s-ipython span.cm-operator { | |
| color: #6c71c4; | |
| } | |
| /* .cm-s-ipython span.cm-builtin { */ | |
| /* color: #d33682; */ | |
| /* } */ | |
| .cm-s-ipython span.cm-builtin { | |
| color: #859900; | |
| } | |
| .cm-s-ipython span.cm-variable { | |
| color: #b58900; | |
| } | |
| .cm-s-ipython span.cm-variable-2 { | |
| color: #859900; | |
| } | |
| .cm-s-ipython span.cm-variable-3 { | |
| color: #b58900; | |
| } | |
| .cm-s-ipython span.cm-def { | |
| color: #268bd2; | |
| font-weight: normal; | |
| } | |
| .cm-s-ipython span.cm-error { | |
| background: #073642; | |
| } | |
| .cm-s-ipython span.cm-tag { | |
| color: #268bd2; | |
| } | |
| .cm-s-ipython span.cm-link { | |
| color: #268bd2; | |
| } | |
| .cm-s-ipython span.cm-storage { | |
| color: #d33682; | |
| } | |
| .cm-s-ipython span.cm-entity { | |
| color: #268bd2; | |
| } | |
| .cm-s-ipython span.cm-quote { | |
| color: #2aa198; | |
| } | |
| div.CodeMirror span.CodeMirror-matchingbracket { | |
| /* color: #d33682; */ | |
| /* font-weight: bold; */ | |
| background-color: #002b36; | |
| } | |
| div.CodeMirror span.CodeMirror-nonmatchingbracket { | |
| color: #93a1a1; | |
| font-weight: bold; | |
| background: #dc322f !important; | |
| } | |
| .cm-header-1 { | |
| } | |
| .cm-header-2 { | |
| } | |
| .cm-header-3 { | |
| } | |
| .cm-header-4 { | |
| } | |
| .cm-header-5 { | |
| } | |
| .cm-s-default .cm-hr { | |
| color: #d33682; | |
| } | |
| div.cell.text_cell .cm-s-default .cm-header { | |
| font-family: sans-serif; | |
| font-weight: normal; | |
| color: #586e75 !important; | |
| } | |
| div.cell.text_cell .cm-s-default span.cm-variable-2 { | |
| color: #586e75 !important; | |
| } | |
| div.cell.text_cell .cm-s-default span.cm-variable-3 { | |
| color: #586e75 !important; | |
| } | |
| .cm-s-default span.cm-comment { | |
| color: #93a1a1 !important; | |
| } | |
| .cm-s-default .cm-tag { | |
| color: #586e75; | |
| } | |
| .cm-s-default .cm-builtin { | |
| color: #d33682; | |
| } | |
| .cm-s-default .cm-string { | |
| color: #2aa198; | |
| } | |
| .cm-s-default .cm-keyword { | |
| color: #859900; | |
| } | |
| .cm-s-default .cm-number { | |
| color: #2aa198; | |
| n} | |
| .cm-s-default .cm-error { | |
| color: #d33682; | |
| } | |
| .cm-s-default .cm-link { | |
| color: #268bd2; | |
| } | |
| .cm-s-default .cm-atom { | |
| color: #2aa198; | |
| } | |
| .cm-s-default .cm-def { | |
| color: #268bd2; | |
| } | |
| .CodeMirror-cursor { | |
| border-left: 2px solid #0095ff !important; | |
| border-right: none; | |
| } | |
| .cm-s-default div.CodeMirror-selected { | |
| background: #062e39; | |
| } | |
| .cm-s-default .cm-selected { | |
| background: #062e39; | |
| } | |
| .MathJax_Display, | |
| .MathJax { | |
| border: 0 !important; | |
| text-align: center !important; | |
| } | |
| .MathJax:focus, | |
| body :focus .MathJax { | |
| display: inline-block !important; | |
| } | |
| .MathJax:focus, | |
| body :focus .MathJax { | |
| display: inline-block !important; | |
| } | |
| .completions { | |
| position: absolute; | |
| z-index: 110; | |
| overflow: hidden; | |
| border: medium solid #084552; | |
| box-shadow: none; | |
| } | |
| .completions select { | |
| background: #073642; | |
| background-color: #073642; | |
| outline: none; | |
| border-color = #002b36; | |
| overflow: auto; | |
| font-family: monospace, monospace; | |
| color: #586e75; | |
| } | |
| .jupyter-widgets { | |
| color: #586e75 !important; | |
| } | |
| /* div#maintoolbar { */ | |
| /* display: none !important; */ | |
| /* } */ | |
| /* #header-container { */ | |
| /* display: none !important; */ | |
| /* } */ | |
| <script> | |
| MathJax.Hub.Config({ | |
| "HTML-CSS": { | |
| /*preferredFont: "TeX",*/ | |
| /*availableFonts: ["TeX", "STIX"],*/ | |
| styles: { | |
| scale: 100, | |
| ".MathJax_Display": { | |
| } | |
| } | |
| } | |
| }); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment