Show More
@@ -25,8 +25,8 span#notebook_name{height:1em;line-height:1em;padding:3px;border:none;font-size: | |||||
25 | #menubar_container{position:relative;} |
|
25 | #menubar_container{position:relative;} | |
26 | #notification_area{position:absolute;right:0px;top:0px;height:25px;padding:3px 0px;padding-right:3px;z-index:10;} |
|
26 | #notification_area{position:absolute;right:0px;top:0px;height:25px;padding:3px 0px;padding-right:3px;z-index:10;} | |
27 | .notification_widget{float:right;right:0px;top:1px;height:25px;padding:3px 6px;z-index:10;} |
|
27 | .notification_widget{float:right;right:0px;top:1px;height:25px;padding:3px 6px;z-index:10;} | |
28 |
.toolbar{padding:3px 15px;border-bottom:1px # |
|
28 | .toolbar{padding:3px 15px;border-bottom:1px #ababab solid;} | |
29 |
.toolbar select,.toolbar label{height: |
|
29 | .toolbar select,.toolbar label{height:19px;vertical-align:top;margin-right:2px;margin-bottom:0;display:inline;font-size:92%;margin-left:0.3em;margin-right:0.3em;} | |
30 | .toolbar select{width:auto;} |
|
30 | .toolbar select{width:auto;} | |
31 | #ipython-main-app{width:100%;position:relative;} |
|
31 | #ipython-main-app{width:100%;position:relative;} | |
32 | span#quick_help_area{position:static;padding:5px 0px;margin:0px 0px 0px 0px;} |
|
32 | span#quick_help_area{position:static;padding:5px 0px;margin:0px 0px 0px 0px;} | |
@@ -37,12 +37,12 div#notebook{overflow-y:scroll;overflow-x:auto;width:100%;padding:5px 5px 15px 5 | |||||
37 | div#pager_splitter{height:8px;} |
|
37 | div#pager_splitter{height:8px;} | |
38 | #pager_container{position:relative;} |
|
38 | #pager_container{position:relative;} | |
39 | div#pager{padding:15px;overflow:auto;display:none;} |
|
39 | div#pager{padding:15px;overflow:auto;display:none;} | |
40 |
div.ui-widget-content{border:1px solid # |
|
40 | div.ui-widget-content{border:1px solid #ababab;outline:none;} | |
41 |
.cell{border:1px solid transparent;}.cell.selected{border-radius:3px;background-color:#fafafa;border:thin # |
|
41 | .cell{border:1px solid transparent;}.cell.selected{border-radius:3px;background-color:#fafafa;border:thin #ababab solid;} | |
42 | div.cell{width:100%;padding:5px 5px 5px 0px;margin:2px 0px 2px 0px;outline:none;} |
|
42 | div.cell{width:100%;padding:5px 5px 5px 0px;margin:2px 0px 2px 0px;outline:none;} | |
43 | div.prompt{width:11ex;padding:0.4em;margin:0px;font-family:monospace;text-align:right;line-height:1.231;} |
|
43 | div.prompt{width:11ex;padding:0.4em;margin:0px;font-family:monospace;text-align:right;line-height:1.231;} | |
44 | div.input{page-break-inside:avoid;} |
|
44 | div.input{page-break-inside:avoid;} | |
45 |
div.input_area{border:1px solid # |
|
45 | div.input_area{border:1px solid #ababab;border-radius:3px;background:#f7f7f7;} | |
46 | div.input_prompt{color:navy;border-top:1px solid transparent;} |
|
46 | div.input_prompt{color:navy;border-top:1px solid transparent;} | |
47 | div.output_wrapper{margin-top:5px;margin-left:5px;width:100%;position:relative;} |
|
47 | div.output_wrapper{margin-top:5px;margin-left:5px;width:100%;position:relative;} | |
48 | div.output_scroll{height:24em;width:100%;overflow:auto;border-radius:3px;box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);} |
|
48 | div.output_scroll{height:24em;width:100%;overflow:auto;border-radius:3px;box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);} | |
@@ -58,7 +58,7 div.output_stream{padding-top:0.0em;padding-bottom:0.0em;} | |||||
58 | div.output_stderr{background:#fdd;} |
|
58 | div.output_stderr{background:#fdd;} | |
59 | div.output_latex{text-align:left;} |
|
59 | div.output_latex{text-align:left;} | |
60 | div.text_cell{padding:5px 5px 5px 5px;} |
|
60 | div.text_cell{padding:5px 5px 5px 5px;} | |
61 |
div.text_cell_input{color:#000000;border:1px solid # |
|
61 | div.text_cell_input{color:#000000;border:1px solid #ababab;border-radius:3px;background:#f7f7f7;} | |
62 | div.text_cell_render{outline:none;resize:none;width:inherit;border-style:none;padding:5px;color:#000000;} |
|
62 | div.text_cell_render{outline:none;resize:none;width:inherit;border-style:none;padding:5px;color:#000000;} | |
63 | .CodeMirror{line-height:1.231;} |
|
63 | .CodeMirror{line-height:1.231;} | |
64 | .CodeMirror-scroll{height:auto;overflow-y:hidden;overflow-x:auto;} |
|
64 | .CodeMirror-scroll{height:auto;overflow-y:hidden;overflow-x:auto;} | |
@@ -71,7 +71,7 div.text_cell_render{outline:none;resize:none;width:inherit;border-style:none;pa | |||||
71 | .ansicyan{color:steelblue;} |
|
71 | .ansicyan{color:steelblue;} | |
72 | .ansigrey{color:grey;} |
|
72 | .ansigrey{color:grey;} | |
73 | .ansibold{font-weight:bold;} |
|
73 | .ansibold{font-weight:bold;} | |
74 |
.completions{position:absolute;z-index:10;overflow:hidden;border:1px solid # |
|
74 | .completions{position:absolute;z-index:10;overflow:hidden;border:1px solid #ababab;} | |
75 | .completions select{background:white;outline:none;border:none;padding:0px;margin:0px;overflow:auto;font-family:monospace;} |
|
75 | .completions select{background:white;outline:none;border:none;padding:0px;margin:0px;overflow:auto;font-family:monospace;} | |
76 | option.context{background-color:#DEF7FF;} |
|
76 | option.context{background-color:#DEF7FF;} | |
77 | option.introspection{background-color:#EBF4EB;} |
|
77 | option.introspection{background-color:#EBF4EB;} | |
@@ -116,7 +116,7 pre,code,kbd,samp{white-space:pre-wrap;} | |||||
116 | .tooltipbuttons{position:absolute;padding-right:15px;top:0px;right:0px;} |
|
116 | .tooltipbuttons{position:absolute;padding-right:15px;top:0px;right:0px;} | |
117 | .tooltiptext{padding-right:30px;} |
|
117 | .tooltiptext{padding-right:30px;} | |
118 | .pretooltiparrow{left:0px;margin:0px;top:-16px;width:40px;height:16px;overflow:hidden;position:absolute;} |
|
118 | .pretooltiparrow{left:0px;margin:0px;top:-16px;width:40px;height:16px;overflow:hidden;position:absolute;} | |
119 |
.pretooltiparrow:before{background-color:#f7f7f7;border:1px # |
|
119 | .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);} | |
120 | .corner-all{border-radius:3px;} |
|
120 | .corner-all{border-radius:3px;} | |
121 | article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;} |
|
121 | article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;} | |
122 | audio,canvas,video{display:inline-block;*display:inline;*zoom:1;} |
|
122 | audio,canvas,video{display:inline-block;*display:inline;*zoom:1;} |
@@ -88,12 +88,12 span#notebook_name { | |||||
88 | } |
|
88 | } | |
89 |
|
89 | |||
90 | .toolbar select, .toolbar label { |
|
90 | .toolbar select, .toolbar label { | |
91 |
height : |
|
91 | height : 19px; | |
92 | vertical-align: top; |
|
92 | vertical-align: top; | |
93 | margin-right:2px; |
|
93 | margin-right:2px; | |
94 | margin-bottom:0; |
|
94 | margin-bottom:0; | |
95 | display: inline; |
|
95 | display: inline; | |
96 |
font-size: |
|
96 | font-size: 92%; | |
97 | margin-left:0.3em; |
|
97 | margin-left:0.3em; | |
98 | margin-right:0.3em; |
|
98 | margin-right:0.3em; | |
99 | } |
|
99 | } |
@@ -2,7 +2,7 | |||||
2 | @notebook_background : white; |
|
2 | @notebook_background : white; | |
3 | @cell_selected_background: darken(@notebook_background, 2%); |
|
3 | @cell_selected_background: darken(@notebook_background, 2%); | |
4 | @cell_background: darken(@notebook_background, 3.2%); |
|
4 | @cell_background: darken(@notebook_background, 3.2%); | |
5 |
@border_color: darken(@cell_selected_background, 1 |
|
5 | @border_color: darken(@cell_selected_background, 31%); | |
6 | @borderwidth : 1px; |
|
6 | @borderwidth : 1px; | |
7 | @fontBaseColor : black; |
|
7 | @fontBaseColor : black; | |
8 |
|
8 |
General Comments 0
You need to be logged in to leave comments.
Login now