Show More
@@ -891,7 +891,7 b' div.ui-widget-content{border:1px solid #ababab;outline:none;}' | |||
|
891 | 891 | div.cell{width:100%;padding:5px 5px 5px 0px;margin:2px 0px 2px 0px;outline:none;} |
|
892 | 892 | div.prompt{width:11ex;padding:0.4em;margin:0px;font-family:monospace;text-align:right;line-height:1.231;} |
|
893 | 893 | div.input{page-break-inside:avoid;} |
|
894 |
div.input_area{border:1px solid # |
|
|
894 | div.input_area{border:1px solid #cfcfcf;border-radius:3px;background:#f7f7f7;} | |
|
895 | 895 | div.input_prompt{color:navy;border-top:1px solid transparent;} |
|
896 | 896 | div.output_wrapper{margin-top:5px;margin-left:5px;width:100%;position:relative;} |
|
897 | 897 | div.output_scroll{height:24em;width:100%;overflow:auto;border-radius:3px;box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);} |
@@ -933,6 +933,7 b' pre,code,kbd,samp{white-space:pre-wrap;}' | |||
|
933 | 933 | #fonttest{font-family:monospace;} |
|
934 | 934 | .js-error{color:darkred;} |
|
935 | 935 | a{text-decoration:underline;} |
|
936 | p{margin-bottom:0;} | |
|
936 | 937 | @media print{body{overflow:visible !important;} div#notebook{overflow:visible !important;} .ui-widget-content{border:0px;} #save_widget{margin:0px !important;} #header,#pager,#pager_splitter,#menubar,#toolbar{display:none !important;} .cell{border:none !important;} .toolbar{display:none;}}.rendered_html{color:black;}.rendered_html em{font-style:italic;} |
|
937 | 938 | .rendered_html strong{font-weight:bold;} |
|
938 | 939 | .rendered_html u{text-decoration:underline;} |
@@ -205,7 +205,7 b' div.input {' | |||
|
205 | 205 | /* input_area and input_prompt must match in top border and margin for alignment */ |
|
206 | 206 | div.input_area { |
|
207 | 207 | /*color: @fontBaseColor;*/ |
|
208 | border: 1px solid @border_color; | |
|
208 | border: 1px solid @light_border_color; | |
|
209 | 209 | .corner-all; |
|
210 | 210 | background: @cell_background; |
|
211 | 211 | } |
@@ -457,3 +457,8 b' a {' | |||
|
457 | 457 | text-decoration: underline; |
|
458 | 458 | } |
|
459 | 459 | |
|
460 | p { | |
|
461 | ||
|
462 | margin-bottom:0; | |
|
463 | ||
|
464 | } |
@@ -3,6 +3,7 b'' | |||
|
3 | 3 | @cell_selected_background: darken(@notebook_background, 2%); |
|
4 | 4 | @cell_background: darken(@notebook_background, 3.2%); |
|
5 | 5 | @border_color: darken(@cell_selected_background, 31%); |
|
6 | @light_border_color: darken(@cell_selected_background, 17%); | |
|
6 | 7 | @borderwidth : 1px; |
|
7 | 8 | @fontBaseColor : black; |
|
8 | 9 |
General Comments 0
You need to be logged in to leave comments.
Login now