@jupyterlab/nbconvert-css 4.5.6 → 4.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -8
- package/style/index.css +0 -91
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlab/nbconvert-css",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.7",
|
|
4
4
|
"description": "CSS bundle for the JupyterLab nbconvert template",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyterlab",
|
|
6
6
|
"bugs": {
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"watch": "webpack --watch"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@jupyterlab/application": "^4.5.
|
|
35
|
-
"@jupyterlab/apputils": "^4.6.
|
|
36
|
-
"@jupyterlab/cells": "^4.5.
|
|
37
|
-
"@jupyterlab/codemirror": "^4.5.
|
|
38
|
-
"@jupyterlab/notebook": "^4.5.
|
|
39
|
-
"@jupyterlab/outputarea": "^4.5.
|
|
40
|
-
"@jupyterlab/rendermime": "^4.5.
|
|
34
|
+
"@jupyterlab/application": "^4.5.7",
|
|
35
|
+
"@jupyterlab/apputils": "^4.6.7",
|
|
36
|
+
"@jupyterlab/cells": "^4.5.7",
|
|
37
|
+
"@jupyterlab/codemirror": "^4.5.7",
|
|
38
|
+
"@jupyterlab/notebook": "^4.5.7",
|
|
39
|
+
"@jupyterlab/outputarea": "^4.5.7",
|
|
40
|
+
"@jupyterlab/rendermime": "^4.5.7"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"css-loader": "^6.7.1",
|
package/style/index.css
CHANGED
|
@@ -5527,12 +5527,6 @@ button:not(:disabled) > .jp-DocumentSearch-up-down-button:active {
|
|
|
5527
5527
|
color: var(--jp-search-selected-match-color);
|
|
5528
5528
|
}
|
|
5529
5529
|
|
|
5530
|
-
.cm-trailingspace {
|
|
5531
|
-
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAsElEQVQIHQGlAFr/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7+r3zKmT0/+pk9P/7+r3zAAAAAAAAAAABAAAAAAAAAAA6OPzM+/q9wAAAAAA6OPzMwAAAAAAAAAAAgAAAAAAAAAAGR8NiRQaCgAZIA0AGR8NiQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQyoYJ/SY80UAAAAASUVORK5CYII=);
|
|
5532
|
-
background-position: center left;
|
|
5533
|
-
background-repeat: repeat-x;
|
|
5534
|
-
}
|
|
5535
|
-
|
|
5536
5530
|
.jp-CollaboratorCursor-hover {
|
|
5537
5531
|
position: absolute;
|
|
5538
5532
|
z-index: 1;
|
|
@@ -7048,12 +7042,6 @@ cell outputs.
|
|
|
7048
7042
|
display: block;
|
|
7049
7043
|
}
|
|
7050
7044
|
|
|
7051
|
-
.jp-Notebook-ExecutionIndicator-progress-bar {
|
|
7052
|
-
display: flex;
|
|
7053
|
-
justify-content: center;
|
|
7054
|
-
height: 100%;
|
|
7055
|
-
}
|
|
7056
|
-
|
|
7057
7045
|
.jp-Notebook-ExecutionIndicator-jumpButton {
|
|
7058
7046
|
margin-top: 4px;
|
|
7059
7047
|
margin-bottom: 3px;
|
|
@@ -7566,85 +7554,6 @@ cell outputs.
|
|
|
7566
7554
|
display: none;
|
|
7567
7555
|
}
|
|
7568
7556
|
|
|
7569
|
-
/*-----------------------------------------------------------------------------
|
|
7570
|
-
| Placeholder
|
|
7571
|
-
|----------------------------------------------------------------------------*/
|
|
7572
|
-
|
|
7573
|
-
.jp-Cell-Placeholder {
|
|
7574
|
-
padding-left: 55px;
|
|
7575
|
-
}
|
|
7576
|
-
|
|
7577
|
-
.jp-Cell-Placeholder-wrapper {
|
|
7578
|
-
background: #fff;
|
|
7579
|
-
border: 1px solid;
|
|
7580
|
-
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
|
|
7581
|
-
border-radius: 4px;
|
|
7582
|
-
-webkit-border-radius: 4px;
|
|
7583
|
-
margin: 10px 15px;
|
|
7584
|
-
}
|
|
7585
|
-
|
|
7586
|
-
.jp-Cell-Placeholder-wrapper-inner {
|
|
7587
|
-
padding: 15px;
|
|
7588
|
-
position: relative;
|
|
7589
|
-
}
|
|
7590
|
-
|
|
7591
|
-
.jp-Cell-Placeholder-wrapper-body {
|
|
7592
|
-
background-repeat: repeat;
|
|
7593
|
-
background-size: 50% auto;
|
|
7594
|
-
}
|
|
7595
|
-
|
|
7596
|
-
.jp-Cell-Placeholder-wrapper-body div {
|
|
7597
|
-
background: #f6f7f8;
|
|
7598
|
-
background-image: -webkit-linear-gradient(
|
|
7599
|
-
left,
|
|
7600
|
-
#f6f7f8 0%,
|
|
7601
|
-
#edeef1 20%,
|
|
7602
|
-
#f6f7f8 40%,
|
|
7603
|
-
#f6f7f8 100%
|
|
7604
|
-
);
|
|
7605
|
-
background-repeat: no-repeat;
|
|
7606
|
-
background-size: 800px 104px;
|
|
7607
|
-
height: 104px;
|
|
7608
|
-
position: absolute;
|
|
7609
|
-
right: 15px;
|
|
7610
|
-
left: 15px;
|
|
7611
|
-
top: 15px;
|
|
7612
|
-
}
|
|
7613
|
-
|
|
7614
|
-
div.jp-Cell-Placeholder-h1 {
|
|
7615
|
-
top: 20px;
|
|
7616
|
-
height: 20px;
|
|
7617
|
-
left: 15px;
|
|
7618
|
-
width: 150px;
|
|
7619
|
-
}
|
|
7620
|
-
|
|
7621
|
-
div.jp-Cell-Placeholder-h2 {
|
|
7622
|
-
left: 15px;
|
|
7623
|
-
top: 50px;
|
|
7624
|
-
height: 10px;
|
|
7625
|
-
width: 100px;
|
|
7626
|
-
}
|
|
7627
|
-
|
|
7628
|
-
div.jp-Cell-Placeholder-content-1,
|
|
7629
|
-
div.jp-Cell-Placeholder-content-2,
|
|
7630
|
-
div.jp-Cell-Placeholder-content-3 {
|
|
7631
|
-
left: 15px;
|
|
7632
|
-
right: 15px;
|
|
7633
|
-
height: 10px;
|
|
7634
|
-
}
|
|
7635
|
-
|
|
7636
|
-
div.jp-Cell-Placeholder-content-1 {
|
|
7637
|
-
top: 100px;
|
|
7638
|
-
}
|
|
7639
|
-
|
|
7640
|
-
div.jp-Cell-Placeholder-content-2 {
|
|
7641
|
-
top: 120px;
|
|
7642
|
-
}
|
|
7643
|
-
|
|
7644
|
-
div.jp-Cell-Placeholder-content-3 {
|
|
7645
|
-
top: 140px;
|
|
7646
|
-
}
|
|
7647
|
-
|
|
7648
7557
|
/*-----------------------------------------------------------------------------
|
|
7649
7558
|
| Virtual scrollbar
|
|
7650
7559
|
|----------------------------------------------------------------------------*/
|