notebook.less
65 lines
| 1.1 KiB
| text/x-less
|
LessCssLexer
Matthias BUSSONNIER
|
r9367 | |||
Brian Granger
|
r4292 | body { | ||
Brian E. Granger
|
r10727 | background-color: @bodyBackground; | ||
Brian Granger
|
r4311 | } | ||
Matthias BUSSONNIER
|
r9290 | |||
body.notebook_app { | ||||
overflow: hidden; | ||||
} | ||||
Brian Granger
|
r4311 | |||
Brian Granger
|
r5859 | span#notebook_name { | ||
height: 1em; | ||||
line-height: 1em; | ||||
padding: 3px; | ||||
border: none; | ||||
font-size: 146.5%; | ||||
} | ||||
Brian E. Granger
|
r4360 | div#notebook_panel { | ||
Brian E. Granger
|
r4363 | margin: 0px 0px 0px 0px; | ||
Brian E. Granger
|
r4360 | padding: 0px; | ||
MinRK
|
r10970 | .box-shadow(0 -1px 10px rgba(0,0,0,.1)); | ||
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; | ||
MinRK
|
r7362 | margin: 0px; | ||
MinRK
|
r10970 | border-top: 1px solid @border_color; | ||
Brian Granger
|
r4331 | } | ||
Brian Granger
|
r4311 | |||
mcelrath
|
r7300 | div.ui-widget-content { | ||
Matthias BUSSONNIER
|
r9260 | border: 1px solid @border_color; | ||
mcelrath
|
r7300 | outline: none; | ||
} | ||||
MinRK
|
r5547 | pre.dialog { | ||
Matthias BUSSONNIER
|
r9260 | background-color: @cell_background; | ||
MinRK
|
r5547 | border: 1px solid #ddd; | ||
Matthias BUSSONNIER
|
r9261 | .corner-all; | ||
MinRK
|
r5547 | padding: 0.4em; | ||
padding-left: 2em; | ||||
} | ||||
Brian Granger
|
r5857 | p.dialog { | ||
MinRK
|
r5547 | padding : 0.2em; | ||
} | ||||
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; } | ||||
mcelrath
|
r7394 | |||
#fonttest { | ||||
Brian E. Granger
|
r10729 | font-family: @monoFontFamily; | ||
mcelrath
|
r7394 | } | ||
MinRK
|
r8052 | |||
Matthias BUSSONNIER
|
r9369 | p { | ||
Brian E. Granger
|
r10730 | margin-bottom:0; | ||
Matthias BUSSONNIER
|
r9369 | } | ||
MinRK
|
r10005 | |||
MinRK
|
r10938 | .end_space { | ||
height: 200px; | ||||
} | ||||