notebook.css
465 lines
| 8.2 KiB
| text/css
|
CssLexer
Brian E. Granger
|
r4379 | /** | ||
* Primary styles | ||||
* | ||||
* Author: IPython Development Team | ||||
*/ | ||||
Brian Granger
|
r4292 | body { | ||
background-color: white; | ||||
Brian Granger
|
r4311 | /* This makes sure that the body covers the entire window and needs to | ||
be in a different element than the display: box in wrapper below */ | ||||
position: absolute; | ||||
left: 0px; | ||||
right: 0px; | ||||
top: 0px; | ||||
bottom: 0px; | ||||
Brian E. Granger
|
r4355 | overflow: hidden; | ||
Brian Granger
|
r4311 | } | ||
Brian E. Granger
|
r4372 | span#save_widget { | ||
Matthias BUSSONNIER
|
r5702 | padding: 2px 0px; | ||
margin: 0px; | ||||
display:inline-block; | ||||
Brian E. Granger
|
r4372 | } | ||
Fernando Perez
|
r5023 | span#quick_help_area { | ||
position: static; | ||||
padding: 5px 0px; | ||||
margin: 0px 0px 0px 0px; | ||||
} | ||||
Brian E. Granger
|
r4372 | input#notebook_name { | ||
height: 1em; | ||||
line-height: 1em; | ||||
padding: 5px; | ||||
Brian Granger
|
r4292 | } | ||
Brian Granger
|
r4310 | span#kernel_status { | ||
MinRK
|
r5129 | position: absolute; | ||
padding: 8px 5px 5px 5px; | ||||
right: 10px; | ||||
Fernando Perez
|
r5023 | font-weight: bold; | ||
Brian Granger
|
r4310 | } | ||
Fernando Perez
|
r5023 | |||
Brian Granger
|
r4310 | .status_idle { | ||
color: gray; | ||||
MinRK
|
r5129 | visibility: hidden; | ||
Brian Granger
|
r4310 | } | ||
.status_busy { | ||||
color: red; | ||||
} | ||||
.status_restarting { | ||||
color: black; | ||||
} | ||||
Brian E. Granger
|
r4355 | div#left_panel { | ||
Brian Granger
|
r4311 | overflow-y: auto; | ||
Brian E. Granger
|
r4360 | top: 0px; | ||
left: 0px; | ||||
margin: 0px; | ||||
padding: 0px; | ||||
position: absolute; | ||||
Brian E. Granger
|
r4355 | } | ||
MinRK
|
r5116 | div.section_header { | ||
Brian E. Granger
|
r4365 | padding: 5px; | ||
} | ||||
MinRK
|
r5116 | div.section_header h3 { | ||
display: inline; | ||||
} | ||||
Brian E. Granger
|
r4365 | div.section_content { | ||
padding: 5px; | ||||
} | ||||
Brian E. Granger
|
r4631 | span.section_row_buttons button { | ||
width: 70px; | ||||
} | ||||
span.section_row_buttons a { | ||||
Brian Granger
|
r4508 | width: 70px; | ||
Brian E. Granger
|
r4367 | } | ||
Brian E. Granger
|
r4372 | .section_row { | ||
Brian E. Granger
|
r4367 | margin: 5px 0px; | ||
} | ||||
Brian E. Granger
|
r4372 | .section_row_buttons { | ||
Brian E. Granger
|
r4367 | float: right; | ||
} | ||||
Brian E. Granger
|
r4496 | #kernel_persist { | ||
float: right; | ||||
} | ||||
Brian E. Granger
|
r4516 | .help_string { | ||
float: right; | ||||
width: 170px; | ||||
padding: 0px 5px; | ||||
Brian E. Granger
|
r4646 | text-align: left; | ||
Brian E. Granger
|
r4640 | font-size: 85%; | ||
Brian E. Granger
|
r4516 | } | ||
.help_string_label { | ||||
float: right; | ||||
Brian E. Granger
|
r4640 | font-size: 85%; | ||
Brian E. Granger
|
r4516 | } | ||
Brian E. Granger
|
r4512 | #autoindent_span { | ||
float: right; | ||||
} | ||||
Matthias BUSSONNIER
|
r5564 | #timebeforetooltip{ | ||
margin-top:-3px; | ||||
text-align:right; | ||||
} | ||||
Matthias BUSSONNIER
|
r5402 | #timebeforetooltip_span { | ||
float: right; | ||||
MinRK
|
r5569 | padding: 0px 5px; | ||
font-size: 85%; | ||||
} | ||||
#timebeforetooltip_label { | ||||
float: right; | ||||
text-align:right; | ||||
font-size: 85%; | ||||
Matthias BUSSONNIER
|
r5402 | } | ||
Matthias BUSSONNIER
|
r5399 | #tooltipontab_span { | ||
float: right; | ||||
} | ||||
Matthias BUSSONNIER
|
r5401 | #smartcompleter_span { | ||
float: right; | ||||
} | ||||
Brian E. Granger
|
r4496 | .checkbox_label { | ||
font-size: 85%; | ||||
float: right; | ||||
padding: 0.3em; | ||||
} | ||||
Brian E. Granger
|
r4372 | .section_row_header { | ||
Brian E. Granger
|
r4367 | float: left; | ||
Brian E. Granger
|
r4379 | font-size: 85%; | ||
Brian E. Granger
|
r4496 | padding: 0.4em 0em; | ||
Brian E. Granger
|
r4367 | font-weight: bold; | ||
} | ||||
Brian E. Granger
|
r4365 | |||
span.button_label { | ||||
Brian E. Granger
|
r4367 | padding: 0.2em 1em; | ||
Brian E. Granger
|
r4379 | font-size: 77%; | ||
Brian E. Granger
|
r4367 | float: right; | ||
Brian E. Granger
|
r4365 | } | ||
Brian E. Granger
|
r4367 | /* This is needed because FF was adding a 2px margin top and bottom. */ | ||
Brian E. Granger
|
r4372 | .section_row .ui-button { | ||
Brian E. Granger
|
r4367 | margin-top: 0px; | ||
margin-bottom: 0px; | ||||
} | ||||
Brian E. Granger
|
r4484 | #download_format { | ||
float: right; | ||||
font-size: 85%; | ||||
Brian Granger
|
r4510 | width: 62px; | ||
Brian E. Granger
|
r4484 | margin: 1px 5px; | ||
} | ||||
Brian E. Granger
|
r4355 | div#left_panel_splitter { | ||
Brian E. Granger
|
r4361 | width: 8px; | ||
Brian E. Granger
|
r4360 | top: 0px; | ||
left: 202px; | ||||
margin: 0px; | ||||
padding: 0px; | ||||
position: absolute; | ||||
Brian E. Granger
|
r4355 | } | ||
Brian E. Granger
|
r4360 | div#notebook_panel { | ||
Brian E. Granger
|
r4363 | /* The L margin will be set in the Javascript code*/ | ||
margin: 0px 0px 0px 0px; | ||||
Brian E. Granger
|
r4360 | padding: 0px; | ||
Brian E. Granger
|
r4355 | } | ||
div#notebook { | ||||
overflow-y: scroll; | ||||
overflow-x: auto; | ||||
Brian E. Granger
|
r4360 | width: 100%; | ||
Brian E. Granger
|
r4525 | /* This spaces the cell away from the edge of the notebook area */ | ||
Fernando Perez
|
r5017 | padding: 5px 5px 15px 5px; | ||
Brian E. Granger
|
r4360 | margin: 0px | ||
Brian Granger
|
r4292 | background-color: white; | ||
Brian Granger
|
r4331 | } | ||
Brian Granger
|
r4311 | |||
Brian E. Granger
|
r4360 | div#pager_splitter { | ||
Brian E. Granger
|
r4361 | height: 8px; | ||
Brian E. Granger
|
r4360 | } | ||
div#pager { | ||||
Brian E. Granger
|
r4364 | padding: 15px; | ||
Brian E. Granger
|
r4360 | overflow: auto; | ||
} | ||||
Brian Granger
|
r4292 | div.cell { | ||
Brian Granger
|
r4311 | width: 100%; | ||
Fernando Perez
|
r5017 | padding: 5px 5px 5px 0px; | ||
Brian Granger
|
r4324 | /* This acts as a spacer between cells, that is outside the border */ | ||
Fernando Perez
|
r5017 | margin: 2px 0px 2px 0px; | ||
Brian Granger
|
r4292 | } | ||
div.code_cell { | ||||
background-color: white; | ||||
} | ||||
MinRK
|
r5221 | /* any special styling for code cells that are currently running goes here */ | ||
div.code_cell.running { | ||||
} | ||||
Brian Granger
|
r4292 | |||
div.prompt { | ||||
Brian E. Granger
|
r4642 | /* This needs to be wide enough for 3 digit prompt numbers: In[100]: */ | ||
Brian E. Granger
|
r4643 | width: 11ex; | ||
Brian E. Granger
|
r4525 | /* This 0.4em is tuned to match the padding on the CodeMirror editor. */ | ||
Brian Granger
|
r4366 | padding: 0.4em; | ||
Brian Granger
|
r4299 | margin: 0px; | ||
Brian E. Granger
|
r4379 | font-family: monospace; | ||
Fernando Perez
|
r4644 | text-align:right; | ||
Brian Granger
|
r4292 | } | ||
Brian E. Granger
|
r4625 | div.input { | ||
page-break-inside: avoid; | ||||
} | ||||
MinRK
|
r4887 | /* input_area and input_prompt must match in top border and margin for alignment */ | ||
Brian E. Granger
|
r4531 | div.input_area { | ||
color: black; | ||||
MinRK
|
r4883 | border: 1px solid #ddd; | ||
MinRK
|
r4886 | border-radius: 3px; | ||
Fernando Perez
|
r5064 | background: #f7f7f7; | ||
Brian E. Granger
|
r4531 | } | ||
Brian Granger
|
r4292 | div.input_prompt { | ||
Brian Granger
|
r4332 | color: navy; | ||
MinRK
|
r4887 | border-top: 1px solid transparent; | ||
Brian Granger
|
r4292 | } | ||
div.output { | ||||
Brian Granger
|
r4324 | /* This is a spacer between the input and output of each cell */ | ||
Brian E. Granger
|
r4525 | margin-top: 5px; | ||
Brian Granger
|
r4292 | } | ||
div.output_prompt { | ||||
Brian Granger
|
r4332 | color: darkred; | ||
Brian Granger
|
r4292 | } | ||
Brian E. Granger
|
r4642 | /* This class is the outer container of all output sections. */ | ||
Brian E. Granger
|
r4531 | div.output_area { | ||
Brian E. Granger
|
r4642 | padding: 0px; | ||
Brian E. Granger
|
r4625 | page-break-inside: avoid; | ||
Brian E. Granger
|
r4504 | } | ||
Brian E. Granger
|
r4642 | /* This class is for the output subarea inside the output_area and after | ||
the prompt div. */ | ||||
div.output_subarea { | ||||
Fernando Perez
|
r5257 | padding: 0.4em 6.1em 0.4em 0.4em; | ||
Brian E. Granger
|
r4531 | } | ||
/* The rest of the output_* classes are for special styling of the different | ||||
output types */ | ||||
MinRK
|
r4883 | /* all text output has this class: */ | ||
div.output_text { | ||||
Brian E. Granger
|
r4531 | text-align: left; | ||
color: black; | ||||
font-family: monospace; | ||||
Brian Granger
|
r4317 | } | ||
MinRK
|
r4883 | |||
/* stdout/stderr are 'text' as well as 'stream', but pyout/pyerr are *not* streams */ | ||||
div.output_stream { | ||||
padding-top: 0.0em; | ||||
padding-bottom: 0.0em; | ||||
} | ||||
div.output_stdout { | ||||
} | ||||
MinRK
|
r4865 | div.output_stderr { | ||
MinRK
|
r4883 | background: #fdd; /* very light red background for stderr */ | ||
MinRK
|
r4865 | } | ||
Brian Granger
|
r4317 | |||
div.output_latex { | ||||
Brian E. Granger
|
r4531 | text-align: left; | ||
color: black; | ||||
Brian Granger
|
r4317 | } | ||
MinRK
|
r4403 | div.output_html { | ||
} | ||||
Brian E. Granger
|
r4348 | div.output_png { | ||
} | ||||
Brian Granger
|
r4292 | |||
Brian E. Granger
|
r4531 | div.output_jpeg { | ||
} | ||||
Brian Granger
|
r4508 | div.text_cell { | ||
Brian Granger
|
r4292 | background-color: white; | ||
} | ||||
Brian Granger
|
r4508 | div.text_cell_input { | ||
Brian E. Granger
|
r4507 | color: black; | ||
} | ||||
Brian Granger
|
r4508 | div.text_cell_render { | ||
Brian E. Granger
|
r4507 | font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; | ||
outline: none; | ||||
resize: none; | ||||
width: inherit; | ||||
border-style: none; | ||||
padding: 5px; | ||||
color: black; | ||||
} | ||||
Brian E. Granger
|
r4379 | .CodeMirror { | ||
Brian E. Granger
|
r4638 | line-height: 1.231; /* Changed from 1em to our global default */ | ||
Brian E. Granger
|
r4379 | } | ||
Brian E. Granger
|
r4504 | .CodeMirror-scroll { | ||
Brian E. Granger
|
r4638 | height: auto; /* Changed to auto to autogrow */ | ||
/* The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/ | ||||
/* We have found that if it is visible, vertical scrollbars appear with font size changes.*/ | ||||
overflow-y: hidden; | ||||
overflow-x: auto; /* Changed from auto to remove scrollbar */ | ||||
Brian E. Granger
|
r4504 | } | ||
Brian Granger
|
r4383 | /* CSS font colors for translated ANSI colors. */ | ||
.ansiblack {color: black;} | ||||
.ansired {color: darkred;} | ||||
.ansigreen {color: darkgreen;} | ||||
.ansiyellow {color: brown;} | ||||
.ansiblue {color: darkblue;} | ||||
.ansipurple {color: darkviolet;} | ||||
.ansicyan {color: steelblue;} | ||||
.ansigrey {color: grey;} | ||||
.ansibold {font-weight: bold;} | ||||
Matthias BUSSONNIER
|
r5397 | .completions , .tooltip{ | ||
Brian E. Granger
|
r4389 | position: absolute; | ||
z-index: 10; | ||||
overflow: auto; | ||||
border: 1px solid black; | ||||
} | ||||
Brian Granger
|
r4383 | |||
Brian E. Granger
|
r4389 | .completions select { | ||
background: white; | ||||
outline: none; | ||||
border: none; | ||||
padding: 0px; | ||||
margin: 0px; | ||||
font-family: monospace; | ||||
} | ||||
Brian Granger
|
r4383 | |||
Matthias BUSSONNIER
|
r5397 | @-moz-keyframes fadeIn { | ||
from {opacity:0;} | ||||
to {opacity:1;} | ||||
} | ||||
@-webkit-keyframes fadeIn { | ||||
from {opacity:0;} | ||||
to {opacity:1;} | ||||
} | ||||
@keyframes fadeIn { | ||||
from {opacity:0;} | ||||
to {opacity:1;} | ||||
} | ||||
Matthias BUSSONNIER
|
r5405 | /*"close" "expand" and "Open in pager button" of | ||
/* the tooltip*/ | ||||
Matthias BUSSONNIER
|
r5407 | .tooltip a{ | ||
Matthias BUSSONNIER
|
r5405 | float:right; | ||
} | ||||
/*properties of tooltip after "expand"*/ | ||||
.bigtooltip{ | ||||
Fernando Perez
|
r5490 | height:30%; | ||
Matthias BUSSONNIER
|
r5405 | } | ||
/*properties of tooltip before "expand"*/ | ||||
.smalltooltip{ | ||||
text-overflow: ellipsis; | ||||
overflow: hidden; | ||||
Matthias BUSSONNIER
|
r5410 | height:15%; | ||
Matthias BUSSONNIER
|
r5405 | } | ||
Matthias BUSSONNIER
|
r5397 | |||
.tooltip{ | ||||
Matthias BUSSONNIER
|
r5405 | /*transition when "expand"ing tooltip */ | ||
-webkit-transition-property: height; | ||||
-webkit-transition-duration: 1s; | ||||
-moz-transition-property: height; | ||||
-moz-transition-duration: 1s; | ||||
transition-property: height; | ||||
transition-duration: 1s; | ||||
max-width:700px; | ||||
border-radius: 0px 10px 10px 10px; | ||||
Matthias BUSSONNIER
|
r5397 | box-shadow: 3px 3px 5px #999; | ||
Matthias BUSSONNIER
|
r5405 | /*fade-in animation when inserted*/ | ||
Matthias BUSSONNIER
|
r5397 | -webkit-animation: fadeIn 200ms; | ||
-moz-animation: fadeIn 200ms; | ||||
animation: fadeIn 200ms; | ||||
vertical-align: middle; | ||||
background: #FDFDD8; | ||||
outline: none; | ||||
padding: 3px; | ||||
margin: 0px; | ||||
font-family: monospace; | ||||
Matthias BUSSONNIER
|
r5410 | min-height:50px; | ||
Matthias BUSSONNIER
|
r5397 | } | ||
Matthias BUSSONNIER
|
r5637 | /*fixed part of the completion*/ | ||
.completions p b{ | ||||
font-weight:bold; | ||||
} | ||||
Matthias BUSSONNIER
|
r5507 | .completions p{ | ||
background: #DDF; | ||||
/*outline: none; | ||||
padding: 0px;*/ | ||||
border-bottom: black solid 1px; | ||||
padding: 1px; | ||||
font-family: monospace; | ||||
} | ||||
MinRK
|
r5547 | pre.dialog { | ||
background-color: #f7f7f7; | ||||
border: 1px solid #ddd; | ||||
border-radius: 3px; | ||||
padding: 0.4em; | ||||
padding-left: 2em; | ||||
} | ||||
p.dialog{ | ||||
padding : 0.2em; | ||||
} | ||||
Brian E. Granger
|
r4625 | @media print { | ||
body { overflow: visible !important; } | ||||
.ui-widget-content { border: 0px; } | ||||
} | ||||
Stefan van der Walt
|
r4650 | .shortcut_key { | ||
display: inline-block; | ||||
Fernando Perez
|
r5019 | width: 13ex; | ||
Stefan van der Walt
|
r4650 | text-align: right; | ||
Fernando Perez
|
r5019 | font-family: monospace; | ||
Stefan van der Walt
|
r4650 | } | ||
.shortcut_descr { | ||||
Fernando Perez
|
r5025 | } | ||
Fernando Perez
|
r5256 | |||
/* Word-wrap output correctly. This is the CSS3 spelling, though Firefox seems | ||||
to not honor it correctly. Webkit browsers (Chrome, rekonq, Safari) do. | ||||
*/ | ||||
pre, code, kbd, samp { white-space: pre-wrap; } | ||||