##// END OF EJS Templates
invoke css
Jonathan Frederic -
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: navy;
518 color: #000080;
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: darkred;
790 color: #8b0000;
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: black;
863 color: #000000;
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: black;
1056 color: #000000;
1057 background-color: black;
1057 background-color: #000000;
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 black;
1076 border: 1px solid #000000;
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 black;
1082 border: 1px solid #000000;
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=ipython.min.css.map */ No newline at end of file
1578 /*# sourceMappingURL=../style/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: navy;
8391 color: #000080;
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: darkred;
8663 color: #8b0000;
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: black;
8736 color: #000000;
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: black;
8929 color: #000000;
8930 background-color: black;
8930 background-color: #000000;
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 black;
8949 border: 1px solid #000000;
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 black;
8955 border: 1px solid #000000;
8956 border-collapse: collapse;
8956 border-collapse: collapse;
8957 margin: 1em 2em;
8957 margin: 1em 2em;
8958 }
8958 }
@@ -10130,7 +10130,7 b' div#pager {'
10130 bottom: 0px;
10130 bottom: 0px;
10131 width: 100%;
10131 width: 100%;
10132 max-height: 50%;
10132 max-height: 50%;
10133 padding-top: 10px;
10133 padding-top: 8px;
10134 /* Display over codemirror */
10134 /* Display over codemirror */
10135 z-index: 100;
10135 z-index: 100;
10136 /* Hack which prevents jquery ui resizable from changing top. */
10136 /* Hack which prevents jquery ui resizable from changing top. */
@@ -10144,7 +10144,7 b' div#pager pre {'
10144 }
10144 }
10145 div#pager #pager-button-area {
10145 div#pager #pager-button-area {
10146 position: absolute;
10146 position: absolute;
10147 top: 10px;
10147 top: 8px;
10148 right: 20px;
10148 right: 20px;
10149 }
10149 }
10150 div#pager #pager-contents {
10150 div#pager #pager-contents {
@@ -10162,15 +10162,15 b' div#pager #pager-contents #pager-container {'
10162 }
10162 }
10163 div#pager .ui-resizable-handle {
10163 div#pager .ui-resizable-handle {
10164 top: 0px;
10164 top: 0px;
10165 height: 10px;
10165 height: 8px;
10166 background: #f7f7f7;
10166 background: #f7f7f7;
10167 border-top: 1px solid #cfcfcf;
10167 border-top: 1px solid #cfcfcf;
10168 border-bottom: 1px solid #cfcfcf;
10168 border-bottom: 1px solid #cfcfcf;
10169 /* Similar to the notebook header's shadow, but not
10169 /* Similar to the notebook header's shadow, but not
10170 exactly the same. The settings had to be adjusted
10170 exactly the same. The settings had to be adjusted
10171 to get the shadow to show. */
10171 to get the shadow to show. */
10172 -webkit-box-shadow: 1px 4px 9px -4px rgba(0, 0, 0, 0.25);
10172 -webkit-box-shadow: 1px 4px 9px -3px rgba(0, 0, 0, 0.15);
10173 box-shadow: 1px 4px 9px -4px rgba(0, 0, 0, 0.25);
10173 box-shadow: 1px 4px 9px -3px rgba(0, 0, 0, 0.15);
10174 /* This injects handle bars (a short, wide = symbol) for
10174 /* This injects handle bars (a short, wide = symbol) for
10175 the resize handle. */
10175 the resize handle. */
10176 }
10176 }
@@ -10179,10 +10179,9 b' div#pager .ui-resizable-handle::after {'
10179 top: 2px;
10179 top: 2px;
10180 left: 50%;
10180 left: 50%;
10181 height: 3px;
10181 height: 3px;
10182 width: 20px;
10182 width: 30px;
10183 margin-left: -10px;
10183 margin-left: -15px;
10184 position: absolute;
10184 position: absolute;
10185 border-bottom: 1px solid #cfcfcf;
10186 border-top: 1px solid #cfcfcf;
10185 border-top: 1px solid #cfcfcf;
10187 }
10186 }
10188 .quickhelp {
10187 .quickhelp {
@@ -10453,4 +10452,4 b' span.autosave_status {'
10453 #terminado-container {
10452 #terminado-container {
10454 margin: 8px;
10453 margin: 8px;
10455 }
10454 }
10456 /*# sourceMappingURL=style.min.css.map */ No newline at end of file
10455 /*# sourceMappingURL=../style/style.min.css.map */ No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now