jupyter custom background
jupyter custom background by naruya
Details
Authornaruya
LicenseNo License
Categoryjupyter
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name jupyter
@version 20240708.09.16
@namespace https://userstyles.world/user/naruya
@description for jupyter lab
@author naruya
@license No License
==/UserStyle== */
@-moz-document domain("localhost"), domain("127.0.0.1") {
:root{
--url: url("https://i.gyazo.com/bbb793de1d100b5ad70e4b33a4c4df32.jpg");
--pos: left;
}
[class*="jp-LabShell"]{background-image:var(--url);background-size:cover;background-repeat:no-repeat;background-attachment:fixed;background-position:var(--pos);}
[class*="jp-Launcher"]{background:transparent;}
[class*="jp-Activity"]{background:transparent;}
/* text file */
.cm-editor {background:transparent;}
.CodeMirror.cm-s-jupyter {background:transparent;}
/* notebook */
[class*="jp-Notebook"]{background:transparent;}
[class*="jp-InputArea-editor"]{background:transparent;}
.jp-Notebook.jp-mod-editMode .jp-Cell.jp-mod-active .jp-InputArea-editor {background:transparent;}
/* side bar */
[class*="jp-DirListing-content"]{background:transparent;}
#jp-left-stack > .lm-Widget {
background:transparent;
}
}