Show More
@@ -515,7 +515,7 b' div.input {' | |||||
515 | } |
|
515 | } | |
516 | /* input_area and input_prompt must match in top border and margin for alignment */ |
|
516 | /* input_area and input_prompt must match in top border and margin for alignment */ | |
517 | div.input_prompt { |
|
517 | div.input_prompt { | |
518 |
color: |
|
518 | color: navy; | |
519 | border-top: 1px solid transparent; |
|
519 | border-top: 1px solid transparent; | |
520 | } |
|
520 | } | |
521 | div.input_area > div.highlight { |
|
521 | div.input_area > div.highlight { | |
@@ -787,7 +787,7 b' div.out_prompt_overlay:hover {' | |||||
787 | background: rgba(240, 240, 240, 0.5); |
|
787 | background: rgba(240, 240, 240, 0.5); | |
788 | } |
|
788 | } | |
789 | div.output_prompt { |
|
789 | div.output_prompt { | |
790 | color: #8b0000; |
|
790 | color: darkred; | |
791 | } |
|
791 | } | |
792 | /* This class is the outer container of all output sections. */ |
|
792 | /* This class is the outer container of all output sections. */ | |
793 | div.output_area { |
|
793 | div.output_area { | |
@@ -860,7 +860,7 b' div.output_area pre {' | |||||
860 | padding: 0; |
|
860 | padding: 0; | |
861 | border: 0; |
|
861 | border: 0; | |
862 | vertical-align: baseline; |
|
862 | vertical-align: baseline; | |
863 |
color: |
|
863 | color: black; | |
864 | background-color: transparent; |
|
864 | background-color: transparent; | |
865 | border-radius: 0; |
|
865 | border-radius: 0; | |
866 | } |
|
866 | } | |
@@ -1053,8 +1053,8 b' div.output_unrecognized a:hover {' | |||||
1053 | margin-top: 1em; |
|
1053 | margin-top: 1em; | |
1054 | } |
|
1054 | } | |
1055 | .rendered_html hr { |
|
1055 | .rendered_html hr { | |
1056 |
color: |
|
1056 | color: black; | |
1057 |
background-color: |
|
1057 | background-color: black; | |
1058 | } |
|
1058 | } | |
1059 | .rendered_html pre { |
|
1059 | .rendered_html pre { | |
1060 | margin: 1em 2em; |
|
1060 | margin: 1em 2em; | |
@@ -1073,13 +1073,13 b' div.output_unrecognized a:hover {' | |||||
1073 | .rendered_html table { |
|
1073 | .rendered_html table { | |
1074 | margin-left: auto; |
|
1074 | margin-left: auto; | |
1075 | margin-right: auto; |
|
1075 | margin-right: auto; | |
1076 |
border: 1px solid |
|
1076 | border: 1px solid black; | |
1077 | border-collapse: collapse; |
|
1077 | border-collapse: collapse; | |
1078 | } |
|
1078 | } | |
1079 | .rendered_html tr, |
|
1079 | .rendered_html tr, | |
1080 | .rendered_html th, |
|
1080 | .rendered_html th, | |
1081 | .rendered_html td { |
|
1081 | .rendered_html td { | |
1082 |
border: 1px solid |
|
1082 | border: 1px solid black; | |
1083 | border-collapse: collapse; |
|
1083 | border-collapse: collapse; | |
1084 | margin: 1em 2em; |
|
1084 | margin: 1em 2em; | |
1085 | } |
|
1085 | } | |
@@ -1575,4 +1575,4 b' h6:hover .anchor-link {' | |||||
1575 | left: 0px !important; |
|
1575 | left: 0px !important; | |
1576 | margin-left: 0px !important; |
|
1576 | margin-left: 0px !important; | |
1577 | } |
|
1577 | } | |
1578 |
/*# sourceMappingURL= |
|
1578 | /*# sourceMappingURL=ipython.min.css.map */ No newline at end of file |
@@ -8388,7 +8388,7 b' div.input {' | |||||
8388 | } |
|
8388 | } | |
8389 | /* input_area and input_prompt must match in top border and margin for alignment */ |
|
8389 | /* input_area and input_prompt must match in top border and margin for alignment */ | |
8390 | div.input_prompt { |
|
8390 | div.input_prompt { | |
8391 |
color: |
|
8391 | color: navy; | |
8392 | border-top: 1px solid transparent; |
|
8392 | border-top: 1px solid transparent; | |
8393 | } |
|
8393 | } | |
8394 | div.input_area > div.highlight { |
|
8394 | div.input_area > div.highlight { | |
@@ -8660,7 +8660,7 b' div.out_prompt_overlay:hover {' | |||||
8660 | background: rgba(240, 240, 240, 0.5); |
|
8660 | background: rgba(240, 240, 240, 0.5); | |
8661 | } |
|
8661 | } | |
8662 | div.output_prompt { |
|
8662 | div.output_prompt { | |
8663 |
color: |
|
8663 | color: darkred; | |
8664 | } |
|
8664 | } | |
8665 | /* This class is the outer container of all output sections. */ |
|
8665 | /* This class is the outer container of all output sections. */ | |
8666 | div.output_area { |
|
8666 | div.output_area { | |
@@ -8733,7 +8733,7 b' div.output_area pre {' | |||||
8733 | padding: 0; |
|
8733 | padding: 0; | |
8734 | border: 0; |
|
8734 | border: 0; | |
8735 | vertical-align: baseline; |
|
8735 | vertical-align: baseline; | |
8736 |
color: |
|
8736 | color: black; | |
8737 | background-color: transparent; |
|
8737 | background-color: transparent; | |
8738 | border-radius: 0; |
|
8738 | border-radius: 0; | |
8739 | } |
|
8739 | } | |
@@ -8926,8 +8926,8 b' div.output_unrecognized a:hover {' | |||||
8926 | margin-top: 1em; |
|
8926 | margin-top: 1em; | |
8927 | } |
|
8927 | } | |
8928 | .rendered_html hr { |
|
8928 | .rendered_html hr { | |
8929 |
color: |
|
8929 | color: black; | |
8930 |
background-color: |
|
8930 | background-color: black; | |
8931 | } |
|
8931 | } | |
8932 | .rendered_html pre { |
|
8932 | .rendered_html pre { | |
8933 | margin: 1em 2em; |
|
8933 | margin: 1em 2em; | |
@@ -8946,13 +8946,13 b' div.output_unrecognized a:hover {' | |||||
8946 | .rendered_html table { |
|
8946 | .rendered_html table { | |
8947 | margin-left: auto; |
|
8947 | margin-left: auto; | |
8948 | margin-right: auto; |
|
8948 | margin-right: auto; | |
8949 |
border: 1px solid |
|
8949 | border: 1px solid black; | |
8950 | border-collapse: collapse; |
|
8950 | border-collapse: collapse; | |
8951 | } |
|
8951 | } | |
8952 | .rendered_html tr, |
|
8952 | .rendered_html tr, | |
8953 | .rendered_html th, |
|
8953 | .rendered_html th, | |
8954 | .rendered_html td { |
|
8954 | .rendered_html td { | |
8955 |
border: 1px solid |
|
8955 | border: 1px solid black; | |
8956 | border-collapse: collapse; |
|
8956 | border-collapse: collapse; | |
8957 | margin: 1em 2em; |
|
8957 | margin: 1em 2em; | |
8958 | } |
|
8958 | } | |
@@ -10452,4 +10452,4 b' span.autosave_status {' | |||||
10452 | #terminado-container { |
|
10452 | #terminado-container { | |
10453 | margin: 8px; |
|
10453 | margin: 8px; | |
10454 | } |
|
10454 | } | |
10455 |
/*# sourceMappingURL= |
|
10455 | /*# sourceMappingURL=style.min.css.map */ No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now