invoke css

This commit is contained in:
Jonathan Frederic 2014-12-12 07:43:00 -08:00
parent c5de028039
commit 45eadcd06c
2 changed files with 16 additions and 16 deletions

View File

@ -515,7 +515,7 @@ div.input {
}
/* input_area and input_prompt must match in top border and margin for alignment */
div.input_prompt {
color: #000080;
color: navy;
border-top: 1px solid transparent;
}
div.input_area > div.highlight {
@ -787,7 +787,7 @@ div.out_prompt_overlay:hover {
background: rgba(240, 240, 240, 0.5);
}
div.output_prompt {
color: #8b0000;
color: darkred;
}
/* This class is the outer container of all output sections. */
div.output_area {
@ -860,7 +860,7 @@ div.output_area pre {
padding: 0;
border: 0;
vertical-align: baseline;
color: #000000;
color: black;
background-color: transparent;
border-radius: 0;
}
@ -1053,8 +1053,8 @@ div.output_unrecognized a:hover {
margin-top: 1em;
}
.rendered_html hr {
color: #000000;
background-color: #000000;
color: black;
background-color: black;
}
.rendered_html pre {
margin: 1em 2em;
@ -1073,13 +1073,13 @@ div.output_unrecognized a:hover {
.rendered_html table {
margin-left: auto;
margin-right: auto;
border: 1px solid #000000;
border: 1px solid black;
border-collapse: collapse;
}
.rendered_html tr,
.rendered_html th,
.rendered_html td {
border: 1px solid #000000;
border: 1px solid black;
border-collapse: collapse;
margin: 1em 2em;
}
@ -1575,4 +1575,4 @@ h6:hover .anchor-link {
left: 0px !important;
margin-left: 0px !important;
}
/*# sourceMappingURL=../style/ipython.min.css.map */
/*# sourceMappingURL=ipython.min.css.map */

View File

@ -8388,7 +8388,7 @@ div.input {
}
/* input_area and input_prompt must match in top border and margin for alignment */
div.input_prompt {
color: #000080;
color: navy;
border-top: 1px solid transparent;
}
div.input_area > div.highlight {
@ -8660,7 +8660,7 @@ div.out_prompt_overlay:hover {
background: rgba(240, 240, 240, 0.5);
}
div.output_prompt {
color: #8b0000;
color: darkred;
}
/* This class is the outer container of all output sections. */
div.output_area {
@ -8733,7 +8733,7 @@ div.output_area pre {
padding: 0;
border: 0;
vertical-align: baseline;
color: #000000;
color: black;
background-color: transparent;
border-radius: 0;
}
@ -8926,8 +8926,8 @@ div.output_unrecognized a:hover {
margin-top: 1em;
}
.rendered_html hr {
color: #000000;
background-color: #000000;
color: black;
background-color: black;
}
.rendered_html pre {
margin: 1em 2em;
@ -8946,13 +8946,13 @@ div.output_unrecognized a:hover {
.rendered_html table {
margin-left: auto;
margin-right: auto;
border: 1px solid #000000;
border: 1px solid black;
border-collapse: collapse;
}
.rendered_html tr,
.rendered_html th,
.rendered_html td {
border: 1px solid #000000;
border: 1px solid black;
border-collapse: collapse;
margin: 1em 2em;
}
@ -10452,4 +10452,4 @@ span.autosave_status {
#terminado-container {
margin: 8px;
}
/*# sourceMappingURL=../style/style.min.css.map */
/*# sourceMappingURL=style.min.css.map */