123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263 |
- /*-----------------------------------------------------------------------------
- | Copyright (c) Jupyter Development Team.
- | Distributed under the terms of the Modified BSD License.
- |----------------------------------------------------------------------------*/
- .jp-Help {
- min-width: 240px;
- min-height: 240px;
- background: var(--jp-layout-color0);
- outline: none;
- }
- .jp-Help > iframe {
- border: none;
- /* Forcing white color to avoid contrast issues see issue #11320 */
- background: white;
- }
- .jp-About-body {
- display: flex;
- font-size: var(--jp-ui-font-size1);
- color: var(--jp-ui-font-color1);
- text-align: left;
- flex-direction: column;
- width: 100%;
- min-width: 360px;
- overflow: visible;
- }
- .jp-About-version-info {
- color: var(--jp-ui-font-color1);
- /* Dialog-header sets the font size to 3, we reset to 1 */
- font-size: var(--jp-ui-font-size1);
- width: 200px;
- font-weight: 400;
- letter-spacing: 0.4px;
- text-align: left;
- line-height: 1.12;
- }
- .jp-Dialog
- .jp-Dialog-content
- .jp-Dialog-footer
- .jp-Dialog-button.jp-About-button {
- margin-right: 0px;
- }
- .jp-About-version {
- display: block;
- }
- .jp-About-version {
- padding-top: 8px;
- }
- .jp-About-externalLinks {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: flex-start;
- padding-top: 12px;
- }
- .jp-About-externalLinks .jp-Button-flat {
- color: #f37726;
- }
- .jp-About-copyright {
- padding-top: 25px;
- }
- .jp-About-header {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .jp-About-body pre {
- white-space: pre-wrap;
- }
- .jp-About-header-info {
- display: flex;
- flex-direction: column;
- margin-left: 16px;
- }
- /* licenses */
- .jp-Licenses {
- display: flex;
- flex-direction: row;
- align-items: stretch;
- background-color: var(--jp-layout-color0);
- }
- .jp-Licenses-FormArea {
- display: flex;
- flex-direction: column;
- min-width: calc(10 * var(--jp-ui-font-size1));
- width: calc(18 * var(--jp-ui-font-size1));
- }
- .jp-Licenses .lm-SplitPanel-handle:hover {
- background-color: var(--jp-brand-color2);
- }
- /* filters */
- .jp-Licenses-Filters {
- padding: var(--jp-ui-font-size1) calc(var(--jp-ui-font-size1) / 2) 0
- var(--jp-ui-font-size1);
- }
- .jp-Licenses-Filters label {
- display: block;
- }
- .jp-Licenses-Filters label strong {
- font-weight: 600;
- text-transform: uppercase;
- letter-spacing: 1px;
- font-size: var(--jp-ui-font-size0);
- }
- .jp-RenderedHTMLCommon.jp-Licenses-Filters ul,
- .jp-RenderedHTMLCommon.jp-Licenses-Filters li {
- list-style: none;
- }
- .jp-Licenses-Filters input {
- width: 100%;
- }
- .jp-RenderedHTMLCommon.jp-Licenses-Filters ul {
- padding: 0 0 var(--jp-ui-font-size1) 0;
- margin: 0;
- padding-bottom: var(--jp-ui-font-size1);
- }
- /* bundles */
- .jp-Licenses-Bundles {
- background-color: var(--jp-layout-color2);
- overflow-y: auto;
- flex: 1;
- }
- .jp-Licenses-Bundles .lm-TabBar-content {
- width: 100%;
- }
- .jp-Licenses-Bundles .lm-TabBar-tab {
- padding: calc(var(--jp-ui-font-size1) / 2);
- background-color: var(--jp-layout-color1);
- color: var(--jp-ui-font-color1);
- }
- .jp-Licenses-Bundles .lm-TabBar-tabLabel {
- text-overflow: ellipsis;
- }
- .jp-Licenses-Bundles .lm-TabBar-tab label {
- background-color: var(--jp-layout-color2);
- border-radius: var(--jp-ui-font-size1);
- width: calc(2.5 * var(--jp-ui-font-size1));
- padding: 0 calc(var(--jp-ui-font-size1) / 2);
- text-align: center;
- margin-left: calc(var(--jp-ui-font-size1) / 2);
- }
- .jp-Licenses-Bundles .lm-TabBar-tab.lm-mod-current {
- background-color: var(--jp-brand-color1);
- color: #fff;
- }
- .jp-Licenses-Bundles .lm-TabBar-tab.lm-mod-current label {
- background-color: #fff;
- color: var(--jp-brand-color1);
- }
- /* license grid */
- .jp-Licenses-Grid.jp-RenderedHTMLCommon {
- min-width: calc(var(--jp-ui-font-size1) * 10);
- display: flex;
- flex-direction: column;
- padding: 0;
- }
- .jp-Licenses-Grid.jp-RenderedHTMLCommon form {
- flex: 1;
- display: flex;
- flex-direction: column;
- overflow-y: scroll;
- margin: 0;
- padding: 0;
- }
- .jp-RenderedHTMLCommon.jp-Licenses-Grid table {
- flex: 1;
- max-width: 100%;
- border: solid var(--jp-border-width) var(--jp-border-color2);
- border-top: 0;
- border-bottom: 0;
- margin: 0;
- }
- .jp-Licenses-Grid.jp-RenderedHTMLCommon td,
- .jp-Licenses-Grid.jp-RenderedHTMLCommon th {
- text-align: left;
- }
- .jp-Licenses-Grid table td:nth-child(1) {
- max-width: calc(2 * var(--jp-ui-font-size1));
- }
- .jp-Licenses-Grid label {
- width: 100%;
- }
- .jp-Licenses-Grid.jp-RenderedHTMLCommon code {
- background-color: transparent;
- }
- .jp-Licenses-Grid table tr.jp-mod-selected {
- background-color: var(--jp-brand-color1);
- color: #fff;
- }
- .jp-Licenses-Grid.jp-RenderedHTMLCommon .jp-mod-selected code {
- color: #fff;
- }
- /* license text */
- .jp-Licenses-Text {
- min-width: calc(10 * var(--jp-ui-font-size1));
- padding: 0 0 0 var(--jp-ui-font-size1);
- display: flex;
- flex-direction: column;
- }
- .jp-Licenses-Text h1 {
- flex: initial;
- margin-bottom: 0;
- }
- .jp-Licenses-Text h1:empty {
- display: none;
- }
- .jp-Licenses-Text blockquote {
- flex: initial;
- }
- .jp-Licenses-Text.jp-RenderedHTMLCommon code {
- overflow-wrap: anywhere;
- overflow-y: auto;
- flex: 1;
- padding-right: var(--jp-ui-font-size1);
- margin-bottom: 0;
- padding-bottom: var(--jp-ui-font-size1);
- }
- .jp-Licenses-Text code:empty {
- display: none;
- }
|