Show More
@@ -56,23 +56,6 b' input.engine_num_input{height:20px;margin-bottom:2px;padding-top:0;padding-botto' | |||||
56 | .ansibggray{background-color:gray;} |
|
56 | .ansibggray{background-color:gray;} | |
57 | div.cell{border:1px solid transparent;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;width:100%;padding:5px 5px 5px 0px;margin:2px 0px 2px 7px;outline:none;}div.cell.selected{border-radius:4px;border:thin #ababab solid;} |
|
57 | div.cell{border:1px solid transparent;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;width:100%;padding:5px 5px 5px 0px;margin:2px 0px 2px 7px;outline:none;}div.cell.selected{border-radius:4px;border:thin #ababab solid;} | |
58 | div.prompt{width:11ex;padding:0.4em;margin:0px;font-family:monospace;text-align:right;line-height:1.231em;} |
|
58 | div.prompt{width:11ex;padding:0.4em;margin:0px;font-family:monospace;text-align:right;line-height:1.231em;} | |
59 | .celltoolbar{border:thin solid #CFCFCF;border-bottom:none;background:#EEE;border-top-right-radius:3px;border-top-left-radius:3px;width:100%;-webkit-box-pack:end;height:22px;} |
|
|||
60 | .no_input_radius{border-top-right-radius:0px;border-top-left-radius:0px;} |
|
|||
61 | .text_cell .ctb_prompt{display:none;} |
|
|||
62 | .code_cell .ctb_prompt{display:block;} |
|
|||
63 | .ctb_hideshow{display:none;vertical-align:bottom;padding-right:2px;} |
|
|||
64 | .celltoolbar>div{padding-top:0px;} |
|
|||
65 | .ctb_area{margin:0;padding:0;width:100%;} |
|
|||
66 | .ctb_show.ctb_hideshow,.ctb_show .ctb_hideshow{display:block;} |
|
|||
67 | .ctb_show .input_area,.ctb_show .ctb_hideshow+div.text_cell_input{border-top-right-radius:0px;border-top-left-radius:0px;} |
|
|||
68 | .ctb_show>.celltoolbar{border-bottom-right-radius:0px;border-bottom-left-radius:0px;} |
|
|||
69 | .button_container{margin-top:0;margin-bottom:0;} |
|
|||
70 | .ui-button{min-width:30px;} |
|
|||
71 | .celltoolbar .button_container select{margin:10px;margin-top:1px;margin-bottom:0px;padding:0;font-size:87%;width:auto;display:inline-block;height:18px;line-height:18px;vertical-align:top;} |
|
|||
72 | .celltoolbar label{display:inline-block;height:15px;line-height:15px;vertical-align:top;} |
|
|||
73 | .celltoolbar label span{font-size:85%;} |
|
|||
74 | .celltoolbar input[type=checkbox]{margin:0px;margin-left:4px;margin-right:4px;} |
|
|||
75 | .celltoolbar .ui-button{border:none;vertical-align:top;height:20px;} |
|
|||
76 | 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;} |
|
59 | 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;} | |
77 | div.input_area{border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;} |
|
60 | div.input_area{border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;} | |
78 | div.input_prompt{color:navy;border-top:1px solid transparent;} |
|
61 | div.input_prompt{color:navy;border-top:1px solid transparent;} | |
@@ -88,9 +71,6 b' div.output_prompt{color:darkred;}' | |||||
88 | .CodeMirror-linenumber{padding:0 8px 0 4px;} |
|
71 | .CodeMirror-linenumber{padding:0 8px 0 4px;} | |
89 | .CodeMirror-gutters{border-bottom-left-radius:4px;border-top-left-radius:4px;} |
|
72 | .CodeMirror-gutters{border-bottom-left-radius:4px;border-top-left-radius:4px;} | |
90 | .CodeMirror pre{padding:0;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;} |
|
73 | .CodeMirror pre{padding:0;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;} | |
91 | .completions{position:absolute;z-index:10;overflow:hidden;border:1px solid #ababab;border-radius:4px;-webkit-box-shadow:0px 6px 10px -1px #adadad;-moz-box-shadow:0px 6px 10px -1px #adadad;box-shadow:0px 6px 10px -1px #adadad;} |
|
|||
92 | .completions select{background:white;outline:none;border:none;padding:0px;margin:0px;overflow:auto;font-family:monospace;font-size:110%;color:#000000;} |
|
|||
93 | .completions select option.context{color:#0064cd;} |
|
|||
94 | pre code{display:block;padding:0.5em;} |
|
74 | pre code{display:block;padding:0.5em;} | |
95 | .highlight-base,pre code,pre .subst,pre .tag .title,pre .lisp .title,pre .clojure .built_in,pre .nginx .title{color:black;} |
|
75 | .highlight-base,pre code,pre .subst,pre .tag .title,pre .lisp .title,pre .clojure .built_in,pre .nginx .title{color:black;} | |
96 | .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;} |
|
76 | .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;} | |
@@ -112,27 +92,10 b' pre .coffeescript .javascript,pre .javascript .xml,pre .tex .formula,pre .xml .j' | |||||
112 | .cm-s-ipython span.cm-operator{color:#AA22FF;font-weight:bold;} |
|
92 | .cm-s-ipython span.cm-operator{color:#AA22FF;font-weight:bold;} | |
113 | .cm-s-ipython span.cm-meta{color:#AA22FF;} |
|
93 | .cm-s-ipython span.cm-meta{color:#AA22FF;} | |
114 | .cm-s-ipython span.cm-tab{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);background-position:right;background-repeat:no-repeat;} |
|
94 | .cm-s-ipython span.cm-tab{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);background-position:right;background-repeat:no-repeat;} | |
115 | #menubar .navbar-inner{min-height:28px;border-top:1px;border-radius:0px 0px 4px 4px;} |
|
|||
116 | #menubar .navbar{margin-bottom:8px;} |
|
|||
117 | .nav-wrapper{border-bottom:1px solid #d4d4d4;} |
|
|||
118 | #menubar li.dropdown{line-height:12px;} |
|
|||
119 | body{background-color:#ffffff;} |
|
|||
120 | body.notebook_app{overflow:hidden;} |
|
|||
121 | span#notebook_name{height:1em;line-height:1em;padding:3px;border:none;font-size:146.5%;} |
|
|||
122 | div#notebook_panel{margin:0px 0px 0px 0px;padding:0px;-webkit-box-shadow:0 -1px 10px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 -1px 10px rgba(0, 0, 0, 0.1);box-shadow:0 -1px 10px rgba(0, 0, 0, 0.1);} |
|
|||
123 | div#notebook{overflow-y:scroll;overflow-x:auto;width:100%;padding:5px 5px 15px 5px;margin:0px;border-top:1px solid #ababab;} |
|
|||
124 | div.ui-widget-content{border:1px solid #ababab;outline:none;} |
|
|||
125 | pre.dialog{background-color:#f7f7f7;border:1px solid #ddd;border-radius:4px;padding:0.4em;padding-left:2em;} |
|
|||
126 | p.dialog{padding:0.2em;} |
|
|||
127 | pre,code,kbd,samp{white-space:pre-wrap;} |
|
|||
128 | #fonttest{font-family:monospace;} |
|
|||
129 | p{margin-bottom:0;} |
|
|||
130 | .end_space{height:200px;} |
|
|||
131 | #notification_area{z-index:10;} |
|
|||
132 | .notification_widget{color:#777777;padding:1px 12px;margin:2px 4px;z-index:10;border:1px solid #ccc;border-radius:4px;background:rgba(240, 240, 240, 0.5);} |
|
|||
133 | div.output_area{padding:0px;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;}div.output_area .MathJax_Display{text-align:left !important;} |
|
95 | div.output_area{padding:0px;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;}div.output_area .MathJax_Display{text-align:left !important;} | |
134 | div.output_area .rendered_html table{margin-left:0;margin-right:0;} |
|
96 | div.output_area .rendered_html table{margin-left:0;margin-right:0;} | |
135 | div.output_area .rendered_html img{margin-left:0;margin-right:0;} |
|
97 | div.output_area .rendered_html img{margin-left:0;margin-right:0;} | |
|
98 | .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;width:100%;} | |||
136 | div.output_area pre{font-family:monospace;margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;color:black;background-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;line-height:inherit;} |
|
99 | div.output_area pre{font-family:monospace;margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;color:black;background-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;line-height:inherit;} | |
137 | div.output_subarea{padding:0.44em 0.4em 0.4em 1px;margin-left:6px;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;} |
|
100 | div.output_subarea{padding:0.44em 0.4em 0.4em 1px;margin-left:6px;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;} | |
138 | div.output_text{text-align:left;color:#000000;font-family:monospace;line-height:1.231em;} |
|
101 | div.output_text{text-align:left;color:#000000;font-family:monospace;line-height:1.231em;} | |
@@ -144,12 +107,6 b' div.raw_input{padding-top:0px;padding-bottom:0px;height:1em;line-height:1em;font' | |||||
144 | span.input_prompt{font-family:inherit;} |
|
107 | span.input_prompt{font-family:inherit;} | |
145 | input.raw_input{font-family:inherit;font-size:inherit;color:inherit;width:auto;margin:-2px 0px 0px 1px;padding-left:1px;padding-top:2px;height:1em;} |
|
108 | input.raw_input{font-family:inherit;font-size:inherit;color:inherit;width:auto;margin:-2px 0px 0px 1px;padding-left:1px;padding-top:2px;height:1em;} | |
146 | p.p-space{margin-bottom:10px;} |
|
109 | p.p-space{margin-bottom:10px;} | |
147 | div#pager_splitter{height:8px;} |
|
|||
148 | #pager-container{position:relative;padding:15px 0px;} |
|
|||
149 | div#pager{overflow:auto;display:none;}div#pager pre{font-size:13px;line-height:1.231em;color:#000000;background-color:#f7f7f7;padding:0.4em;} |
|
|||
150 | .shortcut_key{display:inline-block;width:15ex;text-align:right;font-family:monospace;} |
|
|||
151 | .shortcut_descr{display:inline-block;} |
|
|||
152 | div.quickhelp{float:left;width:50%;} |
|
|||
153 | .rendered_html{color:black;}.rendered_html em{font-style:italic;} |
|
110 | .rendered_html{color:black;}.rendered_html em{font-style:italic;} | |
154 | .rendered_html strong{font-weight:bold;} |
|
111 | .rendered_html strong{font-weight:bold;} | |
155 | .rendered_html u{text-decoration:underline;} |
|
112 | .rendered_html u{text-decoration:underline;} | |
@@ -182,23 +139,8 b' div.quickhelp{float:left;width:50%;}' | |||||
182 | .rendered_html *+p{margin-top:1em;} |
|
139 | .rendered_html *+p{margin-top:1em;} | |
183 | .rendered_html *+table{margin-top:1em;} |
|
140 | .rendered_html *+table{margin-top:1em;} | |
184 | .rendered_html *+img{margin-top:1em;} |
|
141 | .rendered_html *+img{margin-top:1em;} | |
185 | span#save_widget{padding:0px 5px;margin-top:12px;} |
|
142 | div.text_cell{padding:5px 5px 5px 5px;} | |
186 | span#checkpoint_status,span#autosave_status{font-size:small;} |
|
|||
187 | @media (max-width:767px){span#save_widget{font-size:small;} span#checkpoint_status,span#autosave_status{font-size:x-small;}}@media (max-width:767px){span#checkpoint_status,span#autosave_status{display:none;}}@media (min-width:768px) and (max-width:979px){span#checkpoint_status{display:none;} span#autosave_status{font-size:x-small;}}div.text_cell{padding:5px 5px 5px 5px;} |
|
|||
188 | div.text_cell_input{color:#000000;border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;} |
|
143 | div.text_cell_input{color:#000000;border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;} | |
189 | div.text_cell_render{outline:none;resize:none;width:inherit;border-style:none;padding:5px;color:#000000;} |
|
144 | div.text_cell_render{outline:none;resize:none;width:inherit;border-style:none;padding:5px;color:#000000;} | |
190 | a.anchor-link:link{text-decoration:none;padding:0px 20px;visibility:hidden;} |
|
145 | a.anchor-link:link{text-decoration:none;padding:0px 20px;visibility:hidden;} | |
191 | 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;} |
|
146 | 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;} | |
192 | .toolbar{padding:0px 10px;margin-top:-5px;}.toolbar select,.toolbar label{width:auto;height:26px;vertical-align:middle;margin-right:2px;margin-bottom:0px;display:inline;font-size:92%;margin-left:0.3em;margin-right:0.3em;padding:0px;padding-top:3px;} |
|
|||
193 | .toolbar .btn{padding:2px 8px;} |
|
|||
194 | .toolbar .btn-group{margin-top:0px;} |
|
|||
195 | .toolbar-inner{border:none !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;} |
|
|||
196 | #maintoolbar{margin-bottom:0px;} |
|
|||
197 | @-moz-keyframes fadeOut{from{opacity:1;} to{opacity:0;}}@-webkit-keyframes fadeOut{from{opacity:1;} to{opacity:0;}}@-moz-keyframes fadeIn{from{opacity:0;} to{opacity:1;}}@-webkit-keyframes fadeIn{from{opacity:0;} to{opacity:1;}}.bigtooltip{overflow:auto;height:200px;-webkit-transition-property:height;-webkit-transition-duration:500ms;-moz-transition-property:height;-moz-transition-duration:500ms;transition-property:height;transition-duration:500ms;} |
|
|||
198 | .smalltooltip{-webkit-transition-property:height;-webkit-transition-duration:500ms;-moz-transition-property:height;-moz-transition-duration:500ms;transition-property:height;transition-duration:500ms;text-overflow:ellipsis;overflow:hidden;height:80px;} |
|
|||
199 | .tooltipbuttons{position:absolute;padding-right:15px;top:0px;right:0px;} |
|
|||
200 | .tooltiptext{padding-right:30px;} |
|
|||
201 | .ipython_tooltip{max-width:700px;-webkit-animation:fadeOut 400ms;-moz-animation:fadeOut 400ms;animation:fadeOut 400ms;-webkit-animation:fadeIn 400ms;-moz-animation:fadeIn 400ms;animation:fadeIn 400ms;vertical-align:middle;background-color:#f7f7f7;overflow:visible;border:#ababab 1px solid;outline:none;padding:3px;margin:0px;padding-left:7px;font-family:monospace;min-height:50px;-moz-box-shadow:0px 6px 10px -1px #adadad;-webkit-box-shadow:0px 6px 10px -1px #adadad;box-shadow:0px 6px 10px -1px #adadad;border-radius:4px;position:absolute;z-index:2;}.ipython_tooltip a{float:right;} |
|
|||
202 | .ipython_tooltip .tooltiptext pre{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;font-size:100%;background-color:#f7f7f7;} |
|
|||
203 | .pretooltiparrow{left:0px;margin:0px;top:-16px;width:40px;height:16px;overflow:hidden;position:absolute;} |
|
|||
204 | .pretooltiparrow:before{background-color:#f7f7f7;border:1px #ababab solid;z-index:11;content:"";position:absolute;left:15px;top:10px;width:25px;height:25px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);} |
|
@@ -1437,23 +1437,6 b' input.engine_num_input{height:20px;margin-bottom:2px;padding-top:0;padding-botto' | |||||
1437 | .ansibggray{background-color:gray;} |
|
1437 | .ansibggray{background-color:gray;} | |
1438 | div.cell{border:1px solid transparent;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;width:100%;padding:5px 5px 5px 0px;margin:2px 0px 2px 7px;outline:none;}div.cell.selected{border-radius:4px;border:thin #ababab solid;} |
|
1438 | div.cell{border:1px solid transparent;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;width:100%;padding:5px 5px 5px 0px;margin:2px 0px 2px 7px;outline:none;}div.cell.selected{border-radius:4px;border:thin #ababab solid;} | |
1439 | div.prompt{width:11ex;padding:0.4em;margin:0px;font-family:monospace;text-align:right;line-height:1.231em;} |
|
1439 | div.prompt{width:11ex;padding:0.4em;margin:0px;font-family:monospace;text-align:right;line-height:1.231em;} | |
1440 | .celltoolbar{border:thin solid #CFCFCF;border-bottom:none;background:#EEE;border-top-right-radius:3px;border-top-left-radius:3px;width:100%;-webkit-box-pack:end;height:22px;} |
|
|||
1441 | .no_input_radius{border-top-right-radius:0px;border-top-left-radius:0px;} |
|
|||
1442 | .text_cell .ctb_prompt{display:none;} |
|
|||
1443 | .code_cell .ctb_prompt{display:block;} |
|
|||
1444 | .ctb_hideshow{display:none;vertical-align:bottom;padding-right:2px;} |
|
|||
1445 | .celltoolbar>div{padding-top:0px;} |
|
|||
1446 | .ctb_area{margin:0;padding:0;width:100%;} |
|
|||
1447 | .ctb_show.ctb_hideshow,.ctb_show .ctb_hideshow{display:block;} |
|
|||
1448 | .ctb_show .input_area,.ctb_show .ctb_hideshow+div.text_cell_input{border-top-right-radius:0px;border-top-left-radius:0px;} |
|
|||
1449 | .ctb_show>.celltoolbar{border-bottom-right-radius:0px;border-bottom-left-radius:0px;} |
|
|||
1450 | .button_container{margin-top:0;margin-bottom:0;} |
|
|||
1451 | .ui-button{min-width:30px;} |
|
|||
1452 | .celltoolbar .button_container select{margin:10px;margin-top:1px;margin-bottom:0px;padding:0;font-size:87%;width:auto;display:inline-block;height:18px;line-height:18px;vertical-align:top;} |
|
|||
1453 | .celltoolbar label{display:inline-block;height:15px;line-height:15px;vertical-align:top;} |
|
|||
1454 | .celltoolbar label span{font-size:85%;} |
|
|||
1455 | .celltoolbar input[type=checkbox]{margin:0px;margin-left:4px;margin-right:4px;} |
|
|||
1456 | .celltoolbar .ui-button{border:none;vertical-align:top;height:20px;} |
|
|||
1457 | 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;} |
|
1440 | 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;} | |
1458 | div.input_area{border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;} |
|
1441 | div.input_area{border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;} | |
1459 | div.input_prompt{color:navy;border-top:1px solid transparent;} |
|
1442 | div.input_prompt{color:navy;border-top:1px solid transparent;} | |
@@ -1469,9 +1452,6 b' div.output_prompt{color:darkred;}' | |||||
1469 | .CodeMirror-linenumber{padding:0 8px 0 4px;} |
|
1452 | .CodeMirror-linenumber{padding:0 8px 0 4px;} | |
1470 | .CodeMirror-gutters{border-bottom-left-radius:4px;border-top-left-radius:4px;} |
|
1453 | .CodeMirror-gutters{border-bottom-left-radius:4px;border-top-left-radius:4px;} | |
1471 | .CodeMirror pre{padding:0;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;} |
|
1454 | .CodeMirror pre{padding:0;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;} | |
1472 | .completions{position:absolute;z-index:10;overflow:hidden;border:1px solid #ababab;border-radius:4px;-webkit-box-shadow:0px 6px 10px -1px #adadad;-moz-box-shadow:0px 6px 10px -1px #adadad;box-shadow:0px 6px 10px -1px #adadad;} |
|
|||
1473 | .completions select{background:white;outline:none;border:none;padding:0px;margin:0px;overflow:auto;font-family:monospace;font-size:110%;color:#000000;} |
|
|||
1474 | .completions select option.context{color:#0064cd;} |
|
|||
1475 | pre code{display:block;padding:0.5em;} |
|
1455 | pre code{display:block;padding:0.5em;} | |
1476 | .highlight-base,pre code,pre .subst,pre .tag .title,pre .lisp .title,pre .clojure .built_in,pre .nginx .title{color:black;} |
|
1456 | .highlight-base,pre code,pre .subst,pre .tag .title,pre .lisp .title,pre .clojure .built_in,pre .nginx .title{color:black;} | |
1477 | .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;} |
|
1457 | .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;} | |
@@ -1493,27 +1473,10 b' pre .coffeescript .javascript,pre .javascript .xml,pre .tex .formula,pre .xml .j' | |||||
1493 | .cm-s-ipython span.cm-operator{color:#AA22FF;font-weight:bold;} |
|
1473 | .cm-s-ipython span.cm-operator{color:#AA22FF;font-weight:bold;} | |
1494 | .cm-s-ipython span.cm-meta{color:#AA22FF;} |
|
1474 | .cm-s-ipython span.cm-meta{color:#AA22FF;} | |
1495 | .cm-s-ipython span.cm-tab{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);background-position:right;background-repeat:no-repeat;} |
|
1475 | .cm-s-ipython span.cm-tab{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);background-position:right;background-repeat:no-repeat;} | |
1496 | #menubar .navbar-inner{min-height:28px;border-top:1px;border-radius:0px 0px 4px 4px;} |
|
|||
1497 | #menubar .navbar{margin-bottom:8px;} |
|
|||
1498 | .nav-wrapper{border-bottom:1px solid #d4d4d4;} |
|
|||
1499 | #menubar li.dropdown{line-height:12px;} |
|
|||
1500 | body{background-color:#ffffff;} |
|
|||
1501 | body.notebook_app{overflow:hidden;} |
|
|||
1502 | span#notebook_name{height:1em;line-height:1em;padding:3px;border:none;font-size:146.5%;} |
|
|||
1503 | div#notebook_panel{margin:0px 0px 0px 0px;padding:0px;-webkit-box-shadow:0 -1px 10px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 -1px 10px rgba(0, 0, 0, 0.1);box-shadow:0 -1px 10px rgba(0, 0, 0, 0.1);} |
|
|||
1504 | div#notebook{overflow-y:scroll;overflow-x:auto;width:100%;padding:5px 5px 15px 5px;margin:0px;border-top:1px solid #ababab;} |
|
|||
1505 | div.ui-widget-content{border:1px solid #ababab;outline:none;} |
|
|||
1506 | pre.dialog{background-color:#f7f7f7;border:1px solid #ddd;border-radius:4px;padding:0.4em;padding-left:2em;} |
|
|||
1507 | p.dialog{padding:0.2em;} |
|
|||
1508 | pre,code,kbd,samp{white-space:pre-wrap;} |
|
|||
1509 | #fonttest{font-family:monospace;} |
|
|||
1510 | p{margin-bottom:0;} |
|
|||
1511 | .end_space{height:200px;} |
|
|||
1512 | #notification_area{z-index:10;} |
|
|||
1513 | .notification_widget{color:#777777;padding:1px 12px;margin:2px 4px;z-index:10;border:1px solid #ccc;border-radius:4px;background:rgba(240, 240, 240, 0.5);} |
|
|||
1514 | div.output_area{padding:0px;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;}div.output_area .MathJax_Display{text-align:left !important;} |
|
1476 | div.output_area{padding:0px;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;}div.output_area .MathJax_Display{text-align:left !important;} | |
1515 | div.output_area .rendered_html table{margin-left:0;margin-right:0;} |
|
1477 | div.output_area .rendered_html table{margin-left:0;margin-right:0;} | |
1516 | div.output_area .rendered_html img{margin-left:0;margin-right:0;} |
|
1478 | div.output_area .rendered_html img{margin-left:0;margin-right:0;} | |
|
1479 | .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;width:100%;} | |||
1517 | div.output_area pre{font-family:monospace;margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;color:black;background-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;line-height:inherit;} |
|
1480 | div.output_area pre{font-family:monospace;margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;color:black;background-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;line-height:inherit;} | |
1518 | div.output_subarea{padding:0.44em 0.4em 0.4em 1px;margin-left:6px;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;} |
|
1481 | div.output_subarea{padding:0.44em 0.4em 0.4em 1px;margin-left:6px;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;} | |
1519 | div.output_text{text-align:left;color:#000000;font-family:monospace;line-height:1.231em;} |
|
1482 | div.output_text{text-align:left;color:#000000;font-family:monospace;line-height:1.231em;} | |
@@ -1525,12 +1488,6 b' div.raw_input{padding-top:0px;padding-bottom:0px;height:1em;line-height:1em;font' | |||||
1525 | span.input_prompt{font-family:inherit;} |
|
1488 | span.input_prompt{font-family:inherit;} | |
1526 | input.raw_input{font-family:inherit;font-size:inherit;color:inherit;width:auto;margin:-2px 0px 0px 1px;padding-left:1px;padding-top:2px;height:1em;} |
|
1489 | input.raw_input{font-family:inherit;font-size:inherit;color:inherit;width:auto;margin:-2px 0px 0px 1px;padding-left:1px;padding-top:2px;height:1em;} | |
1527 | p.p-space{margin-bottom:10px;} |
|
1490 | p.p-space{margin-bottom:10px;} | |
1528 | div#pager_splitter{height:8px;} |
|
|||
1529 | #pager-container{position:relative;padding:15px 0px;} |
|
|||
1530 | div#pager{overflow:auto;display:none;}div#pager pre{font-size:13px;line-height:1.231em;color:#000000;background-color:#f7f7f7;padding:0.4em;} |
|
|||
1531 | .shortcut_key{display:inline-block;width:15ex;text-align:right;font-family:monospace;} |
|
|||
1532 | .shortcut_descr{display:inline-block;} |
|
|||
1533 | div.quickhelp{float:left;width:50%;} |
|
|||
1534 | .rendered_html{color:black;}.rendered_html em{font-style:italic;} |
|
1491 | .rendered_html{color:black;}.rendered_html em{font-style:italic;} | |
1535 | .rendered_html strong{font-weight:bold;} |
|
1492 | .rendered_html strong{font-weight:bold;} | |
1536 | .rendered_html u{text-decoration:underline;} |
|
1493 | .rendered_html u{text-decoration:underline;} | |
@@ -1563,14 +1520,58 b' div.quickhelp{float:left;width:50%;}' | |||||
1563 | .rendered_html *+p{margin-top:1em;} |
|
1520 | .rendered_html *+p{margin-top:1em;} | |
1564 | .rendered_html *+table{margin-top:1em;} |
|
1521 | .rendered_html *+table{margin-top:1em;} | |
1565 | .rendered_html *+img{margin-top:1em;} |
|
1522 | .rendered_html *+img{margin-top:1em;} | |
1566 | span#save_widget{padding:0px 5px;margin-top:12px;} |
|
1523 | div.text_cell{padding:5px 5px 5px 5px;} | |
1567 | span#checkpoint_status,span#autosave_status{font-size:small;} |
|
|||
1568 | @media (max-width:767px){span#save_widget{font-size:small;} span#checkpoint_status,span#autosave_status{font-size:x-small;}}@media (max-width:767px){span#checkpoint_status,span#autosave_status{display:none;}}@media (min-width:768px) and (max-width:979px){span#checkpoint_status{display:none;} span#autosave_status{font-size:x-small;}}div.text_cell{padding:5px 5px 5px 5px;} |
|
|||
1569 | div.text_cell_input{color:#000000;border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;} |
|
1524 | div.text_cell_input{color:#000000;border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;} | |
1570 | div.text_cell_render{outline:none;resize:none;width:inherit;border-style:none;padding:5px;color:#000000;} |
|
1525 | div.text_cell_render{outline:none;resize:none;width:inherit;border-style:none;padding:5px;color:#000000;} | |
1571 | a.anchor-link:link{text-decoration:none;padding:0px 20px;visibility:hidden;} |
|
1526 | a.anchor-link:link{text-decoration:none;padding:0px 20px;visibility:hidden;} | |
1572 | 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;} |
|
1527 | 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;} | |
1573 | .toolbar{padding:0px 10px;margin-top:-5px;}.toolbar select,.toolbar label{width:auto;height:26px;vertical-align:middle;margin-right:2px;margin-bottom:0px;display:inline;font-size:92%;margin-left:0.3em;margin-right:0.3em;padding:0px;padding-top:3px;} |
|
1528 | body{background-color:#ffffff;} | |
|
1529 | body.notebook_app{overflow:hidden;} | |||
|
1530 | span#notebook_name{height:1em;line-height:1em;padding:3px;border:none;font-size:146.5%;} | |||
|
1531 | div#notebook_panel{margin:0px 0px 0px 0px;padding:0px;-webkit-box-shadow:0 -1px 10px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 -1px 10px rgba(0, 0, 0, 0.1);box-shadow:0 -1px 10px rgba(0, 0, 0, 0.1);} | |||
|
1532 | div#notebook{overflow-y:scroll;overflow-x:auto;width:100%;padding:5px 5px 15px 5px;margin:0px;border-top:1px solid #ababab;} | |||
|
1533 | div.ui-widget-content{border:1px solid #ababab;outline:none;} | |||
|
1534 | pre.dialog{background-color:#f7f7f7;border:1px solid #ddd;border-radius:4px;padding:0.4em;padding-left:2em;} | |||
|
1535 | p.dialog{padding:0.2em;} | |||
|
1536 | pre,code,kbd,samp{white-space:pre-wrap;} | |||
|
1537 | #fonttest{font-family:monospace;} | |||
|
1538 | p{margin-bottom:0;} | |||
|
1539 | .end_space{height:200px;} | |||
|
1540 | .celltoolbar{border:thin solid #CFCFCF;border-bottom:none;background:#EEE;border-top-right-radius:3px;border-top-left-radius:3px;width:100%;-webkit-box-pack:end;height:22px;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;-webkit-box-direction:reverse;-moz-box-direction:reverse;box-direction:reverse;} | |||
|
1541 | .no_input_radius{border-top-right-radius:0px;border-top-left-radius:0px;} | |||
|
1542 | .text_cell .ctb_prompt{display:none;} | |||
|
1543 | .code_cell .ctb_prompt{display:block;} | |||
|
1544 | .ctb_hideshow{display:none;vertical-align:bottom;padding-right:2px;} | |||
|
1545 | .celltoolbar>div{padding-top:0px;} | |||
|
1546 | .ctb_area{margin:0;padding:0;width:100%;} | |||
|
1547 | .ctb_show.ctb_hideshow,.ctb_show .ctb_hideshow{display:block;} | |||
|
1548 | .ctb_show .input_area,.ctb_show .ctb_hideshow+div.text_cell_input{border-top-right-radius:0px;border-top-left-radius:0px;} | |||
|
1549 | .ctb_show>.celltoolbar{border-bottom-right-radius:0px;border-bottom-left-radius:0px;} | |||
|
1550 | .button_container{margin-top:0;margin-bottom:0;} | |||
|
1551 | .ui-button{min-width:30px;} | |||
|
1552 | .celltoolbar .button_container select{margin:10px;margin-top:1px;margin-bottom:0px;padding:0;font-size:87%;width:auto;display:inline-block;height:18px;line-height:18px;vertical-align:top;} | |||
|
1553 | .celltoolbar label{display:inline-block;height:15px;line-height:15px;vertical-align:top;} | |||
|
1554 | .celltoolbar label span{font-size:85%;} | |||
|
1555 | .celltoolbar input[type=checkbox]{margin:0px;margin-left:4px;margin-right:4px;} | |||
|
1556 | .celltoolbar .ui-button{border:none;vertical-align:top;height:20px;} | |||
|
1557 | .completions{position:absolute;z-index:10;overflow:hidden;border:1px solid #ababab;border-radius:4px;-webkit-box-shadow:0px 6px 10px -1px #adadad;-moz-box-shadow:0px 6px 10px -1px #adadad;box-shadow:0px 6px 10px -1px #adadad;} | |||
|
1558 | .completions select{background:white;outline:none;border:none;padding:0px;margin:0px;overflow:auto;font-family:monospace;font-size:110%;color:#000000;} | |||
|
1559 | .completions select option.context{color:#0064cd;} | |||
|
1560 | #menubar .navbar-inner{min-height:28px;border-top:1px;border-radius:0px 0px 4px 4px;} | |||
|
1561 | #menubar .navbar{margin-bottom:8px;} | |||
|
1562 | .nav-wrapper{border-bottom:1px solid #d4d4d4;} | |||
|
1563 | #menubar li.dropdown{line-height:12px;} | |||
|
1564 | #notification_area{z-index:10;} | |||
|
1565 | .notification_widget{color:#777777;padding:1px 12px;margin:2px 4px;z-index:10;border:1px solid #ccc;border-radius:4px;background:rgba(240, 240, 240, 0.5);} | |||
|
1566 | div#pager_splitter{height:8px;} | |||
|
1567 | #pager-container{position:relative;padding:15px 0px;} | |||
|
1568 | div#pager{overflow:auto;display:none;}div#pager pre{font-size:13px;line-height:1.231em;color:#000000;background-color:#f7f7f7;padding:0.4em;} | |||
|
1569 | .shortcut_key{display:inline-block;width:15ex;text-align:right;font-family:monospace;} | |||
|
1570 | .shortcut_descr{display:inline-block;} | |||
|
1571 | div.quickhelp{float:left;width:50%;} | |||
|
1572 | span#save_widget{padding:0px 5px;margin-top:12px;} | |||
|
1573 | span#checkpoint_status,span#autosave_status{font-size:small;} | |||
|
1574 | @media (max-width:767px){span#save_widget{font-size:small;} span#checkpoint_status,span#autosave_status{font-size:x-small;}}@media (max-width:767px){span#checkpoint_status,span#autosave_status{display:none;}}@media (min-width:768px) and (max-width:979px){span#checkpoint_status{display:none;} span#autosave_status{font-size:x-small;}}.toolbar{padding:0px 10px;margin-top:-5px;}.toolbar select,.toolbar label{width:auto;height:26px;vertical-align:middle;margin-right:2px;margin-bottom:0px;display:inline;font-size:92%;margin-left:0.3em;margin-right:0.3em;padding:0px;padding-top:3px;} | |||
1574 | .toolbar .btn{padding:2px 8px;} |
|
1575 | .toolbar .btn{padding:2px 8px;} | |
1575 | .toolbar .btn-group{margin-top:0px;} |
|
1576 | .toolbar .btn-group{margin-top:0px;} | |
1576 | .toolbar-inner{border:none !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;} |
|
1577 | .toolbar-inner{border:none !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;} |
General Comments 0
You need to be logged in to leave comments.
Login now