You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
1.3 KiB
68 lines
1.3 KiB
.jp-AboutNotebook .jp-Dialog-header {
|
|
justify-content: center;
|
|
padding: 0;
|
|
}
|
|
|
|
.jp-AboutNotebook-header {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
padding: var(--jp-flat-button-padding);
|
|
}
|
|
|
|
.jp-AboutNotebook-header-text {
|
|
margin-left: 16px;
|
|
}
|
|
|
|
.jp-AboutNotebook-version {
|
|
color: var(--jp-ui-font-color1);
|
|
font-size: var(--jp-ui-font-size1);
|
|
padding: var(--jp-flat-button-padding);
|
|
font-weight: 400;
|
|
letter-spacing: 0.4px;
|
|
line-height: 1.12;
|
|
min-width: 360px;
|
|
text-align: center;
|
|
}
|
|
|
|
.jp-AboutNotebook-body {
|
|
display: flex;
|
|
font-size: var(--jp-ui-font-size2);
|
|
padding: var(--jp-flat-button-padding);
|
|
color: var(--jp-ui-font-color1);
|
|
text-align: center;
|
|
flex-direction: column;
|
|
min-width: 360px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.jp-AboutNotebook-about-body pre {
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
.jp-AboutNotebook-about-externalLinks {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
align-items: flex-start;
|
|
padding-top: 12px;
|
|
color: var(--jp-warn-color0);
|
|
}
|
|
|
|
.jp-AboutNotebook-about-copyright {
|
|
padding-top: 25px;
|
|
}
|
|
|
|
.jp-AboutNotebook-shortcuts {
|
|
padding: 10px;
|
|
}
|
|
|
|
.jp-AboutNotebook-shortcuts pre {
|
|
padding: 5px;
|
|
margin: 0 0 10px;
|
|
background: var(--jp-layout-color2);
|
|
border: 1px solid var(--jp-border-color0);
|
|
border-radius: 2px;
|
|
word-break: break-all;
|
|
}
|