mirror of
https://github.com/django-components/django-components.git
synced 2025-11-25 16:39:11 +00:00
Deployed a8a3828 to dev with MkDocs 1.5.3 and mike 2.0.0
This commit is contained in:
commit
3f18cd7e31
131 changed files with 16349 additions and 0 deletions
49
dev/assets/_markdown_exec_pyodide.css
Normal file
49
dev/assets/_markdown_exec_pyodide.css
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
html[data-theme="light"] {
|
||||
@import "https://cdn.jsdelivr.net/npm/highlightjs-themes@1.0.0/tomorrow.css"
|
||||
}
|
||||
|
||||
html[data-theme="dark"] {
|
||||
@import "https://cdn.jsdelivr.net/npm/highlightjs-themes@1.0.0/tomorrow-night-blue.min.css"
|
||||
}
|
||||
|
||||
|
||||
.ace_gutter {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.pyodide-editor {
|
||||
width: 100%;
|
||||
min-height: 200px;
|
||||
max-height: 400px;
|
||||
font-size: .85em;
|
||||
}
|
||||
|
||||
.pyodide-editor-bar {
|
||||
color: var(--md-primary-bg-color);
|
||||
background-color: var(--md-primary-fg-color);
|
||||
width: 100%;
|
||||
font: monospace;
|
||||
font-size: 0.75em;
|
||||
padding: 2px 0 2px;
|
||||
}
|
||||
|
||||
.pyodide-bar-item {
|
||||
padding: 0 18px 0;
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.pyodide pre {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.pyodide-output {
|
||||
width: 100%;
|
||||
margin-bottom: -15px;
|
||||
max-height: 400px
|
||||
}
|
||||
|
||||
.pyodide-clickable {
|
||||
cursor: pointer;
|
||||
text-align: right;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue