JPT
jpt by aman-4-real
Details
Authoraman-4-real
LicenseNo License
Categoryjpt
Created
Updated
Size2.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 jpt
@version 20220606.16.40
@namespace userstyles.world/user/aman
@description for jupyter notebook
@author aman
@license No License
==/UserStyle== */
@-moz-document url-prefix("http://localhost:9136/notebooks/"), url-prefix("http://localhost:8888/notebooks/"), url-prefix("http://82.156.199.67:8888/"), regexp("^http:\\/\\/[^:]+:\\d+\\/[^\\/]+\\/.+\\.ipynb$"), regexp("http:\\/\\/.+?\\/notebooks\\/.+?\\/.+") {
/* Body */
/* #notebook-container {
width: 90%
} */
/* Markdown */
div#notebook {
font-family: san francisco, "PingFangSC-Medium", "Microsoft YaHei";
line-height: 20px;
-webkit-font-smoothing: antialiased !important;
}
/* Markdown - h2 */
div#notebook h2 {
color: #007aff;
}
/* Markdown - quote */
div#notebook blockquote{
background-color: #f8f8f8;
color: #505050;
padding: 8.5px;
margin: 0.5em -0.5em 0.5em -0.4em;
}
/* Markdown - code in paragraph */
div#notebook p code, div#notebook li code {
font-family: Consolas, "PingFangSC-Medium", "Microsoft YaHei";
font-size: 1em !important;
color: #111111;
border: 0.5px solid #cfcfcf;
border-radius: 2px;
background-color: #f7f7f7;
padding: .1em .2em;
margin: 0px 2px;
}
/* Markdown - code */
div.text_cell_render pre {
border: 1px solid #cfcfcf;
border-radius: 2px;
background: #f7f7f7;
line-height: 1.21429em;
padding: 8.5px;
margin: 0.5em -0.5em 0.5em -0.4em;
}
div.text_cell_render code {
background: #f7f7f7;
}
/* Code */
div.CodeMirror pre {
font-family: Consolas, "PingFangSC-Medium", "Microsoft YaHei" !important;
font-size: 11pt;
line-height: 140%;
-webkit-font-smoothing: antialiased !important;
}
/* Code - output */
div.output pre {
font-family: Consolas, "PingFangSC-Medium", "Microsoft YaHei";
line-height: 20px;
-webkit-font-smoothing: antialiased !important;
}
/* Code - comment */
span.cm-comment {
font-family: Consolas, "PingFangSC-Medium", "Microsoft YaHei" !important;
font-style: normal !important;
}
}