/*----------------------------------------------------------------------------- | Copyright (c) Jupyter Development Team. | Distributed under the terms of the Modified BSD License. |----------------------------------------------------------------------------*/ .jp-Landing { outline: none; position: absolute; top: 0px; left: 0px; margin: 0; padding: 0; overflow: auto; } .jp-Landing-wrapper { display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 20px 0; width: 100%; } .jp-Landing-dialog { padding-bottom: 12px; font-size: var(--jp-ui-font-size1); color: var(--jp-ui-font-color1); background: var(--jp-layout-color1); margin-left: auto; margin-right: auto; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column; box-shadow: 0 2px 7px 1px #BDBDBD; } .jp-Landing-logo { flex: 0 0 50px; margin-left: auto; margin-right: auto; width: 100%; background-color: var(--jp-layout-color1); background-size: 232px 50px; background-repeat: no-repeat; background-position: center; margin-top: 20px; } .jp-Landing-subtitle { background-color: var(--jp-layout-color1); font-size: var(--jp-ui-font-size2); width: 100%; margin-top: 4px; font-weight: 300; } .jp-Landing-header { padding-top: 16px; padding-bottom: 4px; } .jp-Landing-body { display: flex; flex-direction: row; padding-left: 20px; padding-right: 20px; } .jp-Landing-column { padding-left: 20px; padding-right: 20px; display: flex; flex-direction: column; } .jp-Landing-image { flex: 0 0 auto; min-height: 72px; min-width: 56px; max-width: 56px; background-size: 56px 72px; background-repeat: no-repeat; } .jp-Landing-image:hover { cursor: pointer; } .jp-Landing-text { flex: 0 0 auto; padding-top: 8px; } .jp-Landing-tour { margin-top: 14px; height: 14px; width: 100%; cursor: pointer; padding-bottom: 14px; border-bottom: var(--jp-border-width) solid var(--jp-border-color1); background-position: top center; background-repeat: no-repeat; } .jp-Landing-folder { margin-right: 0; display: inline-block; background-origin: content-box; background-repeat: no-repeat; clear: none; height: 1em; width: 1em; line-height: 1em; } .jp-Landing-folder:empty:before { content: "\00a0"; } .jp-Landing-path { padding-left: 8px; color: var(--jp-ui-font-color2); } .jp-Landing-cwd { float: left; padding-top: 24px; padding-left: 14px; margin-right: auto; }