|
|
|
|
@ -1,9 +1,5 @@
|
|
|
|
|
.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}
|
|
|
|
|
.clearfix:after{clear:both}
|
|
|
|
|
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
|
|
|
|
|
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
|
|
|
|
|
code{color:#000}
|
|
|
|
|
pre{font-size:inherit;line-height:inherit}
|
|
|
|
|
|
|
|
|
|
code{color:#222}
|
|
|
|
|
.border-box-sizing{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
|
|
|
|
|
.corner-all{border-radius:4px}
|
|
|
|
|
.hbox{display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}
|
|
|
|
|
@ -27,6 +23,32 @@ div.error{margin:2em;text-align:center}
|
|
|
|
|
div.error>h1{font-size:500%;line-height:normal}
|
|
|
|
|
div.error>p{font-size:200%;line-height:normal}
|
|
|
|
|
div.traceback-wrapper{text-align:left;max-width:800px;margin:auto}
|
|
|
|
|
.center-nav{display:inline-block;margin-bottom:-4px}
|
|
|
|
|
.alternate_upload{background-color:none;display:inline}
|
|
|
|
|
.alternate_upload.form{padding:0;margin:0}
|
|
|
|
|
.alternate_upload input.fileinput{background-color:#f00;position:relative;opacity:0;z-index:2;width:295px;margin-left:163px;cursor:pointer;height:26px}
|
|
|
|
|
ul#tabs{margin-bottom:4px}
|
|
|
|
|
ul#tabs a{padding-top:4px;padding-bottom:4px}
|
|
|
|
|
ul.breadcrumb a:focus,ul.breadcrumb a:hover{text-decoration:none}
|
|
|
|
|
ul.breadcrumb i.icon-home{font-size:16px;margin-right:4px}
|
|
|
|
|
ul.breadcrumb span{color:#5e5e5e}
|
|
|
|
|
.list_toolbar{padding:4px 0 4px 0}
|
|
|
|
|
.list_toolbar [class*="span"]{min-height:26px}
|
|
|
|
|
.list_header{font-weight:bold}
|
|
|
|
|
.list_container{margin-top:4px;margin-bottom:20px;border:1px solid #ababab;border-radius:4px}
|
|
|
|
|
.list_container>div{border-bottom:1px solid #ababab}.list_container>div:hover .list-item{background-color:#f00}
|
|
|
|
|
.list_container>div:last-child{border:none}
|
|
|
|
|
.list_item:hover .list_item{background-color:#ddd}
|
|
|
|
|
.list_item a{text-decoration:none}
|
|
|
|
|
.list_header>div,.list_item>div{padding-top:4px;padding-bottom:4px;padding-left:7px;padding-right:7px;height:22px;line-height:22px}
|
|
|
|
|
.item_name{line-height:22px;height:26px}
|
|
|
|
|
.item_icon{font-size:14px;color:#5e5e5e;margin-right:7px}
|
|
|
|
|
.item_buttons{line-height:1em}
|
|
|
|
|
.toolbar_info{height:26px;line-height:26px}
|
|
|
|
|
input.nbname_input,input.engine_num_input{padding-top:3px;padding-bottom:3px;height:14px;line-height:14px;margin:0}
|
|
|
|
|
input.engine_num_input{width:60px}
|
|
|
|
|
.highlight_text{color:#00f}
|
|
|
|
|
#project_name>.breadcrumb{padding:0;margin-bottom:0;background-color:transparent;font-weight:bold}
|
|
|
|
|
.ansibold{font-weight:bold}
|
|
|
|
|
.ansiblack{color:#000}
|
|
|
|
|
.ansired{color:#8b0000}
|
|
|
|
|
@ -49,19 +71,18 @@ div.cell.edit_mode{border-radius:4px;border:thin #008000 solid}
|
|
|
|
|
div.cell{width:100%;padding:5px 5px 5px 0;margin:0;outline:none}
|
|
|
|
|
div.prompt{min-width:11ex;padding:.4em;margin:0;font-family:monospace;text-align:right;line-height:1.21429em}
|
|
|
|
|
@media (max-width:480px){div.prompt{text-align:left}}div.inner_cell{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1}
|
|
|
|
|
div.input_area{border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;line-height:1.21429em}
|
|
|
|
|
div.input_area{border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7}
|
|
|
|
|
div.prompt:empty{padding-top:0;padding-bottom:0}
|
|
|
|
|
div.input{page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}
|
|
|
|
|
@media (max-width:480px){div.input{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}}div.input_prompt{color:#000080;border-top:1px solid transparent}
|
|
|
|
|
div.input_area>div.highlight{margin:.4em;border:none;padding:0;background-color:transparent}
|
|
|
|
|
div.input_area>div.highlight>pre{margin:0;border:none;padding:0;background-color:transparent}
|
|
|
|
|
div.input_area>div.highlight>pre{margin:0;border:0;padding:0;background-color:transparent;font-size:14px;line-height:1.21429em}
|
|
|
|
|
.CodeMirror{line-height:1.21429em;height:auto;background:none;}
|
|
|
|
|
.CodeMirror-scroll{overflow-y:hidden;overflow-x:auto}
|
|
|
|
|
.CodeMirror-lines{padding:.4em}
|
|
|
|
|
.CodeMirror-linenumber{padding:0 8px 0 4px}
|
|
|
|
|
.CodeMirror-gutters{border-bottom-left-radius:4px;border-top-left-radius:4px}
|
|
|
|
|
.CodeMirror pre{padding:0;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
|
|
|
|
|
.CodeMirror-vscrollbar,.CodeMirror-hscrollbar{display:none !important}
|
|
|
|
|
.CodeMirror pre{padding:0;border:0;border-radius:0}
|
|
|
|
|
pre code{display:block;padding:.5em}
|
|
|
|
|
.highlight-base,pre code,pre .subst,pre .tag .title,pre .lisp .title,pre .clojure .built_in,pre .nginx .title{color:#000}
|
|
|
|
|
.highlight-string,pre .string,pre .constant,pre .parent,pre .tag .value,pre .rules .value,pre .rules .value .number,pre .preprocessor,pre .ruby .symbol,pre .ruby .symbol .string,pre .aggregate,pre .template_tag,pre .django .variable,pre .smalltalk .class,pre .addition,pre .flow,pre .stream,pre .bash .variable,pre .apache .tag,pre .apache .cbracket,pre .tex .command,pre .tex .special,pre .erlang_repl .function_or_atom,pre .markdown .header{color:#ba2121}
|
|
|
|
|
@ -84,18 +105,18 @@ pre .coffeescript .javascript,pre .javascript .xml,pre .tex .formula,pre .xml .j
|
|
|
|
|
.cm-s-ipython span.cm-meta{color:#a2f}
|
|
|
|
|
.cm-s-ipython span.cm-tab{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);background-position:right;background-repeat:no-repeat}
|
|
|
|
|
div.output_wrapper{position:relative;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}
|
|
|
|
|
div.output_scroll{height:24em;width:100%;overflow:auto;border-radius:4px;-webkit-box-shadow:inset 0 2px 8px rgba(0,0,0,0.8);-moz-box-shadow:inset 0 2px 8px rgba(0,0,0,0.8);box-shadow:inset 0 2px 8px rgba(0,0,0,0.8);display:block}
|
|
|
|
|
div.output_scroll{height:24em;width:100%;overflow:auto;border-radius:4px;-webkit-box-shadow:inset 0 2px 8px rgba(0,0,0,0.8);box-shadow:inset 0 2px 8px rgba(0,0,0,0.8);display:block}
|
|
|
|
|
div.output_collapsed{margin:0;padding:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}
|
|
|
|
|
div.out_prompt_overlay{height:100%;padding:0 .4em;position:absolute;border-radius:4px}
|
|
|
|
|
div.out_prompt_overlay:hover{-webkit-box-shadow:inset 0 0 1px #000;-moz-box-shadow:inset 0 0 1px #000;box-shadow:inset 0 0 1px #000;background:rgba(240,240,240,0.5)}
|
|
|
|
|
div.out_prompt_overlay:hover{-webkit-box-shadow:inset 0 0 1px #000;box-shadow:inset 0 0 1px #000;background:rgba(240,240,240,0.5)}
|
|
|
|
|
div.output_prompt{color:#8b0000}
|
|
|
|
|
div.output_area{padding:0;page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}div.output_area .MathJax_Display{text-align:left !important}
|
|
|
|
|
div.output_area .rendered_html table{margin-left:0;margin-right:0}
|
|
|
|
|
div.output_area .rendered_html img{margin-left:0;margin-right:0}
|
|
|
|
|
.output{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}
|
|
|
|
|
@media (max-width:480px){div.output_area{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}}div.output_area pre{margin:0;padding:0;border:0;vertical-align:baseline;color:#000;background-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
|
|
|
|
|
@media (max-width:480px){div.output_area{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}}div.output_area pre{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;color:#000;background-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;line-height:inherit}
|
|
|
|
|
div.output_subarea{padding:.4em .4em 0 .4em;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1}
|
|
|
|
|
div.output_text{text-align:left;color:#000;line-height:1.21429em}
|
|
|
|
|
div.output_text{text-align:left;color:#222;line-height:1.21429em}
|
|
|
|
|
div.output_stderr{background:#fdd;}
|
|
|
|
|
div.output_latex{text-align:left}
|
|
|
|
|
div.output_javascript:empty{padding:0}
|
|
|
|
|
@ -105,7 +126,7 @@ span.raw_input_prompt{}
|
|
|
|
|
input.raw_input{font-family:inherit;font-size:inherit;color:inherit;width:auto;vertical-align:baseline;padding:0 .25em;margin:0 .25em}
|
|
|
|
|
input.raw_input:focus{box-shadow:none}
|
|
|
|
|
p.p-space{margin-bottom:10px}
|
|
|
|
|
.rendered_html{color:#000;}.rendered_html em{font-style:italic}
|
|
|
|
|
.rendered_html{color:#222;}.rendered_html em{font-style:italic}
|
|
|
|
|
.rendered_html strong{font-weight:bold}
|
|
|
|
|
.rendered_html u{text-decoration:underline}
|
|
|
|
|
.rendered_html :link{text-decoration:underline}
|
|
|
|
|
@ -134,7 +155,7 @@ p.p-space{margin-bottom:10px}
|
|
|
|
|
.rendered_html *+ol{margin-top:1em}
|
|
|
|
|
.rendered_html hr{color:#000;background-color:#000}
|
|
|
|
|
.rendered_html pre{margin:1em 2em}
|
|
|
|
|
.rendered_html pre,.rendered_html code{border:0;background-color:#fff;color:#000;font-size:100%;padding:0}
|
|
|
|
|
.rendered_html pre,.rendered_html code{border:0;background-color:#fff;color:#222;font-size:100%;padding:0}
|
|
|
|
|
.rendered_html blockquote{margin:1em 2em}
|
|
|
|
|
.rendered_html table{margin-left:auto;margin-right:auto;border:1px solid #000;border-collapse:collapse}
|
|
|
|
|
.rendered_html tr,.rendered_html th,.rendered_html td{border:1px solid #000;border-collapse:collapse;margin:1em 2em}
|
|
|
|
|
@ -146,7 +167,7 @@ p.p-space{margin-bottom:10px}
|
|
|
|
|
.rendered_html img{display:block;margin-left:auto;margin-right:auto}
|
|
|
|
|
.rendered_html *+img{margin-top:1em}
|
|
|
|
|
div.text_cell{padding:5px 5px 5px 0;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}
|
|
|
|
|
@media (max-width:480px){div.text_cell>div.prompt{display:none}}div.text_cell_render{outline:none;resize:none;width:inherit;border-style:none;padding:.5em .5em .5em .4em;color:#000}
|
|
|
|
|
@media (max-width:480px){div.text_cell>div.prompt{display:none}}div.text_cell_render{outline:none;resize:none;width:inherit;border-style:none;padding:.5em .5em .5em .4em;color:#222}
|
|
|
|
|
a.anchor-link:link{text-decoration:none;padding:0 20px;visibility:hidden}
|
|
|
|
|
h1:hover .anchor-link,h2:hover .anchor-link,h3:hover .anchor-link,h4:hover .anchor-link,h5:hover .anchor-link,h6:hover .anchor-link{visibility:visible}
|
|
|
|
|
div.cell.text_cell.rendered{padding:0}
|
|
|
|
|
|