jupyterlab-emrys
Version:
A computational environment for Jupyter. Powered by Emrys
424 lines (302 loc) • 6.94 kB
CSS
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
@import url('~jupyterlab-emrys/lib/console/base.css');
@import url('~jupyterlab-emrys/lib/notebook/index.css');
@import url('~jupyterlab-emrys/lib/notebook/theme.css');
@import url('~jupyterlab-emrys/lib/index.css');
@import url('~jupyterlab-emrys/lib/theme.css');
@import url('~jupyterlab-emrys/lib/running/index.css');
@import url('~jupyterlab-emrys/lib/running/theme.css');
@import './about.css';
@import './codemirror.css';
@import './commandpalette.css';
@import './completion.css';
@import './console.css';
@import './help.css';
@import './images.css';
@import './inspector.css';
@import './markdownwidget.css';
@import './rendermime.css';
@import '../landing/index.css';
body {
margin: 0;
padding: 0;
background: #E0E0E0;
overflow: hidden;
font-family: sans-serif;
}
.p-ApplicationShell.p-Widget {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
font-size: 14px;
}
#p-top-panel {
display: flex;
min-height: 24px;
}
.jp-Document {
min-width: 120px;
min-height: 120px;
outline: none;
}
.jp-NotebookContainer-widget {
flex: 0 0 auto;
}
.jp-Notebook {
flex: 1 1 auto;
}
.jp-FileBrowser {
min-width: 300px;
}
#p-right-stack {
border-left: 1px solid #BDBDBD;
}
#p-left-stack {
border-right: 1px solid #BDBDBD;
}
.p-SideBar {
min-width: 36px;
max-width: 36px;
font-size: 14px;
color: #777777;
background: white;
}
.p-SideBar.p-Widget {
overflow: visible;
}
.p-SideBar.p-mod-left {
border-right: 1px solid #BDBDBD;
}
.p-SideBar.p-mod-right {
border-left: 1px solid #BDBDBD;
}
.p-SideBar-content {
height: 35px;
transform-origin: 0 0 0;
}
.p-SideBar.p-mod-left > .p-SideBar-content {
flex-direction: row-reverse;
transform: rotate(-90deg) translateX(-100%);
}
.p-SideBar.p-mod-right > .p-SideBar-content {
flex-direction: row;
transform: rotate(90deg) translateY(-100%);
}
.p-SideBar-button {
padding: 0 18px;
line-height: 35px;
}
.p-SideBar-button:hover:not(.p-mod-current) {
background: #FAFAFA;
}
.p-SideBar-button.p-mod-current {
color: #2196F3;
background: #FAFAFA;
}
.p-SideBar.p-mod-left .p-SideBar-button {
border-left: 1px solid #BDBDBD;
}
.p-SideBar.p-mod-right .p-SideBar-button {
border-right: 1px solid #BDBDBD;
}
#p-main-dock-panel {
padding: 8px;
}
.p-DockTabPanel {
border-top: none;
}
.p-DockTabPanel > .p-StackedPanel {
background: white;
border-left: 1px solid #BDBDBD;
border-right: 1px solid #BDBDBD;
border-bottom: 1px solid #BDBDBD;
}
.p-DockPanel-overlay {
background: rgba(33, 150, 243, 0.1);
border: 1px dashed #2196F3;
}
.p-DockPanel-overlay.p-mod-root-top,
.p-DockPanel-overlay.p-mod-root-left,
.p-DockPanel-overlay.p-mod-root-right,
.p-DockPanel-overlay.p-mod-root-bottom,
.p-DockPanel-overlay.p-mod-root-center {
border-width: 2px;
}
.p-TabBar {
min-height: 24px;
max-height: 24px;
color: #777777;
font-size: 13px;
}
/* increase specificity to override default */
.p-TabBar > .p-TabBar-header {
flex: 0 0 1px;
}
.p-TabBar-content {
min-width: 0;
/* max-height: 27px; */
padding-right: 1px;
}
/* increase specificity to override default */
.p-TabBar > .p-TabBar-footer {
flex: 0 0 1px;
background: #BDBDBD;
}
.p-TabBar-tab {
flex-basis: 144px;
min-height: 23px;
max-height: 23px;
min-width: 35px;
padding: 0px 7px;
background: #EEEEEE;
border: 1px solid #BDBDBD;
transform: translateY(-1px);
border-bottom: none;
margin-right: -1px;
}
.p-TabBar-tab.p-mod-current {
min-height: 24px;
max-height: 24px;
background: #FFFFFF;
border-top: 1px solid #2196F3;
}
.p-TabBar-tab:hover:not(.p-mod-current) {
background: #FAFAFA;
}
.p-TabBar-tabIcon,
.p-TabBar-tabText,
.p-TabBar-tabCloseIcon {
line-height: 24px;
}
.p-TabBar-tab.p-mod-closable > .p-TabBar-tabCloseIcon {
margin-left: 4px;
}
.p-TabBar-tab.p-mod-closable > .p-TabBar-tabCloseIcon:before {
font-family: FontAwesome;
content: '\f00d'; /* close */
}
.p-TabBar-tab.p-mod-closable.jp-mod-dirty > .p-TabBar-tabCloseIcon:before {
font-family: FontAwesome;
content: '\f111'; /* circle */
font-size: 10px;
}
.p-TabBar-tab.p-mod-drag-image {
min-height: 24px;
min-width: 124px;
color: #777777;
background: white;
border: 1px solid #BDBDBD;
border-top: 1px solid #2196F3;
font-size: 14px;
box-shadow: 1px 1px 2px rgba(0, 0, 1, 0.1);
transform: translateX(-40%) translateY(-58%);
}
.p-MenuBar {
padding-left: 5px;
background: #FAFAFA;
color: rgba(0, 0, 0, 0.87);
font-size: 14px;
}
.p-MenuBar-menu {
transform: translateY(-1px);
}
.p-MenuBar-item {
padding: 4px 8px;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
}
.p-MenuBar-item.p-mod-active {
background: #E5E5E5;
}
.p-MenuBar-item.p-mod-disabled {
color: rgba(0, 0, 0, 0.26);
}
.p-MenuBar-item.p-type-separator {
margin: 2px;
padding: 0;
border: none;
border-left: 1px solid #DDDDDD;
}
.p-MenuBar.p-mod-active .p-MenuBar-item.p-mod-active {
z-index: 10001;
background: white;
border-left: 1px solid #C0C0C0;
border-right: 1px solid #C0C0C0;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.p-Menu {
z-index: 10000;
padding: 3px 0px;
background: white;
color: rgba(0, 0, 0, 0.87);
border: 1px solid #C0C0C0;
font-size: 14px;
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.p-Menu-item.p-mod-active {
background: #E5E5E5;
}
.p-Menu-item.p-mod-disabled {
color: rgba(0, 0, 0, 0.26);
}
.p-Menu-itemIcon {
width: 21px;
padding: 4px 2px;
}
.p-Menu-itemText {
padding: 4px 35px 4px 2px;
}
.p-Menu-itemShortcut {
padding: 4px 0px;
}
.p-Menu-itemSubmenuIcon {
width: 16px;
padding: 4px 0px;
}
.p-Menu-item.p-type-separator > span {
padding: 0;
height: 9px;
}
.p-Menu-item.p-type-separator > span::after {
content: '';
display: block;
position: relative;
top: 4px;
border-top: 1px solid #DDDDDD;
}
.p-Menu-itemIcon::before,
.p-Menu-itemSubmenuIcon::before {
font-family: FontAwesome;
}
.p-Menu-item.p-type-check.p-mod-checked > .p-Menu-itemIcon::before {
content: '\f00c';
}
.p-Menu-item.p-type-submenu > .p-Menu-itemSubmenuIcon::before {
content: '\f0da';
}
.p-Widget.jp-Cell.jp-CodeCell.jp-mod-collapsed.jp-mod-readOnly {
padding-left: 5px;
padding-right: 5px;
border-width: 1px;
border-style: solid;
border-color: transparent;
outline: none;
background: transparent;
border-color: transparent;
}
.jp-MainAreaLandscapeIcon {
background-repeat: no-repeat;
margin-right: 2px;
width: 22px;
}
.jp-MainAreaPortraitIcon {
background-position: 0 1px;
background-repeat: no-repeat;
margin-right: 0;
width: 20px;
}