initial commit to seperate repo
This commit is contained in:
commit
8630e4db13
23669 changed files with 1067407 additions and 0 deletions
33
themes/ipython-xkcd/assets/css/xkcd.css
Normal file
33
themes/ipython-xkcd/assets/css/xkcd.css
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
/* IPython notebook specific changes */
|
||||
@font-face {
|
||||
font-family: "xkcd";
|
||||
src: url('xkcd.otf');
|
||||
}
|
||||
div.cell {
|
||||
border: 2px solid black;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10 px;
|
||||
}
|
||||
.CodeMirror {font-family: xkcd; font-size: 120%}
|
||||
.rendered_html {font-family: xkcd; font-size: 120%}
|
||||
pre {font-family: xkcd; font-size: 120%}
|
||||
.rendered_html table {border: 2px solid black;}
|
||||
.rendered_html tr {border: 2px solid black;}
|
||||
.rendered_html th {border: 2px solid black; padding: 0.45em 1em;}
|
||||
.rendered_html td {border: 2px solid black; padding: 0.45em 1em;}
|
||||
div.prompt {font-family: xkcd; font-size: 120%}
|
||||
div.output_area pre {font-family: xkcd; font-size: 120%}
|
||||
|
||||
/* Nikola specific changes */
|
||||
h1, h2, h3, h4, h5, h6, h7 {
|
||||
font-family: xkcd;
|
||||
}
|
||||
p, a, small, li {
|
||||
font-family: xkcd;
|
||||
}
|
||||
.footerbox {
|
||||
font-family: xkcd;
|
||||
}
|
||||
img, iframe {
|
||||
border: 2px solid black;
|
||||
}
|
||||
BIN
themes/ipython-xkcd/assets/css/xkcd.otf
Normal file
BIN
themes/ipython-xkcd/assets/css/xkcd.otf
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue