Show More
@@ -3,7 +3,7 b'' | |||||
3 | @textColor: @black; |
|
3 | @textColor: @black; | |
4 | @baseFontSize: 13px; |
|
4 | @baseFontSize: 13px; | |
5 | @baseLineHeight: 1.231; |
|
5 | @baseLineHeight: 1.231; | |
6 |
|
6 | @monoFontFamily: monospace; // to allow user to customize their fonts | ||
7 |
|
7 | |||
8 | // Our own global variables for all pages go here |
|
8 | // Our own global variables for all pages go here | |
9 |
|
9 |
@@ -207,7 +207,7 b' div.prompt {' | |||||
207 | /* This 0.4em is tuned to match the padding on the CodeMirror editor. */ |
|
207 | /* This 0.4em is tuned to match the padding on the CodeMirror editor. */ | |
208 | padding: 0.4em; |
|
208 | padding: 0.4em; | |
209 | margin: 0px; |
|
209 | margin: 0px; | |
210 |
font-family: |
|
210 | font-family: @monoFontFamily; | |
211 | text-align: right; |
|
211 | text-align: right; | |
212 | /* This has to match that of the the CodeMirror class line-height below */ |
|
212 | /* This has to match that of the the CodeMirror class line-height below */ | |
213 | line-height: @baseLineHeight; |
|
213 | line-height: @baseLineHeight; | |
@@ -287,7 +287,7 b' div.output_area {' | |||||
287 | /* This is needed to protect the pre formating from global settings such |
|
287 | /* This is needed to protect the pre formating from global settings such | |
288 | as that of bootstrap */ |
|
288 | as that of bootstrap */ | |
289 | div.output_area pre { |
|
289 | div.output_area pre { | |
290 |
font-family: |
|
290 | font-family: @monoFontFamily; | |
291 | margin: 0; |
|
291 | margin: 0; | |
292 | padding: 0; |
|
292 | padding: 0; | |
293 | border: 0; |
|
293 | border: 0; | |
@@ -313,7 +313,7 b' div.output_subarea {' | |||||
313 | div.output_text { |
|
313 | div.output_text { | |
314 | text-align: left; |
|
314 | text-align: left; | |
315 | color: @textColor; |
|
315 | color: @textColor; | |
316 |
font-family: |
|
316 | font-family: @monoFontFamily; | |
317 | /* This has to match that of the the CodeMirror class line-height below */ |
|
317 | /* This has to match that of the the CodeMirror class line-height below */ | |
318 | line-height: @baseLineHeight; |
|
318 | line-height: @baseLineHeight; | |
319 | } |
|
319 | } | |
@@ -430,7 +430,7 b' div.text_cell_render {' | |||||
430 | padding: 0px; |
|
430 | padding: 0px; | |
431 | margin: 0px; |
|
431 | margin: 0px; | |
432 | overflow: auto; |
|
432 | overflow: auto; | |
433 |
font-family: |
|
433 | font-family: @monoFontFamily; | |
434 | font-size: 110%; |
|
434 | font-size: 110%; | |
435 | color: @textColor; |
|
435 | color: @textColor; | |
436 | } |
|
436 | } | |
@@ -455,7 +455,7 b' p.dialog {' | |||||
455 | display: inline-block; |
|
455 | display: inline-block; | |
456 | width: 15ex; |
|
456 | width: 15ex; | |
457 | text-align: right; |
|
457 | text-align: right; | |
458 |
font-family: |
|
458 | font-family: @monoFontFamily; | |
459 | } |
|
459 | } | |
460 |
|
460 | |||
461 | .shortcut_descr { |
|
461 | .shortcut_descr { | |
@@ -467,7 +467,7 b' p.dialog {' | |||||
467 | pre, code, kbd, samp { white-space: pre-wrap; } |
|
467 | pre, code, kbd, samp { white-space: pre-wrap; } | |
468 |
|
468 | |||
469 | #fonttest { |
|
469 | #fonttest { | |
470 |
font-family: |
|
470 | font-family: @monoFontFamily; | |
471 | } |
|
471 | } | |
472 |
|
472 | |||
473 | .js-error { |
|
473 | .js-error { | |
@@ -496,7 +496,7 b' div.raw_input {' | |||||
496 | padding-bottom: 0px; |
|
496 | padding-bottom: 0px; | |
497 | height: 1em; |
|
497 | height: 1em; | |
498 | line-height: 1em; |
|
498 | line-height: 1em; | |
499 |
font-family: |
|
499 | font-family: @monoFontFamily; | |
500 | } |
|
500 | } | |
501 | span.input_prompt { |
|
501 | span.input_prompt { | |
502 | font-family: inherit; |
|
502 | font-family: inherit; |
@@ -106,7 +106,7 b'' | |||||
106 | padding: 3px; |
|
106 | padding: 3px; | |
107 | margin: 0px; |
|
107 | margin: 0px; | |
108 | padding-left:7px; |
|
108 | padding-left:7px; | |
109 |
font-family: |
|
109 | font-family: @monoFontFamily; | |
110 | min-height:50px; |
|
110 | min-height:50px; | |
111 |
|
111 | |||
112 | .dropshadow; |
|
112 | .dropshadow; | |
@@ -123,7 +123,7 b'' | |||||
123 | pre { |
|
123 | pre { | |
124 | border: 0; |
|
124 | border: 0; | |
125 | .border-radius(0); |
|
125 | .border-radius(0); | |
126 |
font-size: 1 |
|
126 | font-size: 100%; | |
127 | background-color: @cell_background; |
|
127 | background-color: @cell_background; | |
128 | } |
|
128 | } | |
129 | } |
|
129 | } |
@@ -157,7 +157,7 b" blockquote.pull-right small:before{content:'';}" | |||||
157 | blockquote.pull-right small:after{content:'\00A0 \2014';} |
|
157 | blockquote.pull-right small:after{content:'\00A0 \2014';} | |
158 | q:before,q:after,blockquote:before,blockquote:after{content:"";} |
|
158 | q:before,q:after,blockquote:before,blockquote:after{content:"";} | |
159 | address{display:block;margin-bottom:1.231;font-style:normal;line-height:1.231;} |
|
159 | address{display:block;margin-bottom:1.231;font-style:normal;line-height:1.231;} | |
160 |
code,pre{padding:0 3px 2px;font-family: |
|
160 | code,pre{padding:0 3px 2px;font-family:monospace;font-size:11px;color:#333333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} | |
161 | code{padding:2px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8;white-space:nowrap;} |
|
161 | code{padding:2px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8;white-space:nowrap;} | |
162 | pre{display:block;padding:0.11550000000000005;margin:0 0 0.6155;font-size:12px;line-height:1.231;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}pre.prettyprint{margin-bottom:1.231;} |
|
162 | pre{display:block;padding:0.11550000000000005;margin:0 0 0.6155;font-size:12px;line-height:1.231;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}pre.prettyprint{margin-bottom:1.231;} | |
163 | pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:transparent;border:0;} |
|
163 | pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:transparent;border:0;} | |
@@ -1030,7 +1030,7 b' p.p-space{margin-bottom:10px;}' | |||||
1030 | .tooltipbuttons{position:absolute;padding-right:15px;top:0px;right:0px;} |
|
1030 | .tooltipbuttons{position:absolute;padding-right:15px;top:0px;right:0px;} | |
1031 | .tooltiptext{padding-right:30px;} |
|
1031 | .tooltiptext{padding-right:30px;} | |
1032 | .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;} |
|
1032 | .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;} | |
1033 |
.ipython_tooltip .tooltiptext pre{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;font-size:1 |
|
1033 | .ipython_tooltip .tooltiptext pre{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;font-size:100%;background-color:#f7f7f7;} | |
1034 | .pretooltiparrow{left:0px;margin:0px;top:-16px;width:40px;height:16px;overflow:hidden;position:absolute;} |
|
1034 | .pretooltiparrow{left:0px;margin:0px;top:-16px;width:40px;height:16px;overflow:hidden;position:absolute;} | |
1035 | .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);} |
|
1035 | .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);} | |
1036 | .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:20px;} |
|
1036 | .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:20px;} |
General Comments 0
You need to be logged in to leave comments.
Login now