Skip to content

jupyter custom background by naruya

Screenshot of jupyter custom background

Details

Authornaruya

LicenseNo License

Categoryjupyter

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

jupyter custom background

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         jupyter
@version      20230714.17.46
@namespace    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://drive.google.com/uc?export=download&id=1zb6CJEHDvuqkZSKD7ZbDdPA651Pp8A1I");
    --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;
}
}

Reviews

No reviews yet.