Show More
@@ -66,7 +66,7 b' pre, code, kbd, samp { font-family: monospace, sans-serif; }' | |||
|
66 | 66 | |
|
67 | 67 | body { |
|
68 | 68 | background-color: white; |
|
69 |
font-size: 1 |
|
|
69 | font-size: 11pt; | |
|
70 | 70 | |
|
71 | 71 | /* This makes sure that the body covers the entire window and needs to |
|
72 | 72 | be in a different element than the display: box in wrapper below */ |
@@ -97,18 +97,14 b' div#wrapper {' | |||
|
97 | 97 | } |
|
98 | 98 | |
|
99 | 99 | span#ipython_notebook h1 { |
|
100 | font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; | |
|
101 |
font-size: |
|
|
100 | font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; | |
|
101 | font-size: 26pt; | |
|
102 | 102 | padding: 10px; |
|
103 | 103 | margin: 10px; |
|
104 | 104 | } |
|
105 | 105 | |
|
106 |
div#tool |
|
|
107 | width: 100%; | |
|
108 | border-bottom-width: 2px; | |
|
109 | border-bottom-style: solid; | |
|
110 | border-bottom-color: black; | |
|
111 | padding: 5px; | |
|
106 | div#tools { | |
|
107 | font-size: 9pt; | |
|
112 | 108 | } |
|
113 | 109 | |
|
114 | 110 | span#kernel_status { |
@@ -154,7 +150,6 b' div.notebook {' | |||
|
154 | 150 | |
|
155 | 151 | div.cell { |
|
156 | 152 | width: 100%; |
|
157 | /* margin: 10px;*/ | |
|
158 | 153 | padding: 5px; |
|
159 | 154 | position: relative; |
|
160 | 155 | display: table; |
@@ -179,10 +174,6 b' div.prompt {' | |||
|
179 | 174 | } |
|
180 | 175 | |
|
181 | 176 | div.input { |
|
182 | display: table-row; | |
|
183 | padding: 0px; | |
|
184 | margin: 0px; | |
|
185 | ||
|
186 | 177 | display: box; |
|
187 | 178 | box-orient: horizontal; |
|
188 | 179 | |
@@ -206,9 +197,6 b' textarea.input_area {' | |||
|
206 | 197 | padding: 0px; |
|
207 | 198 | margin: 0px; |
|
208 | 199 | overflow: auto; |
|
209 | font-weight: normal; | |
|
210 | font-style: normal; | |
|
211 | /* width: 650px;*/ | |
|
212 | 200 | outline: none; |
|
213 | 201 | resize: none; |
|
214 | 202 | |
@@ -221,9 +209,14 b' textarea.input_area {' | |||
|
221 | 209 | } |
|
222 | 210 | |
|
223 | 211 | div.output { |
|
224 |
display: |
|
|
225 | padding: 0px; | |
|
226 | margin: 0px; | |
|
212 | display: box; | |
|
213 | box-orient: horizontal; | |
|
214 | ||
|
215 | display: -webkit-box; | |
|
216 | -webkit-box-orient: horizontal; | |
|
217 | ||
|
218 | display: -moz-box; | |
|
219 | -moz-box-orient: horizontal; | |
|
227 | 220 | } |
|
228 | 221 | |
|
229 | 222 | div.output_prompt { |
@@ -233,10 +226,7 b' div.output_prompt {' | |||
|
233 | 226 | div.output_area { |
|
234 | 227 | text-align: left; |
|
235 | 228 | font-family: Menlo, "Courier New", Courier, mono; |
|
236 | padding: 0px; | |
|
237 | margin: 0px; | |
|
238 | 229 | display: table-cell; |
|
239 | /* width: 650px;*/ | |
|
240 | 230 | } |
|
241 | 231 | |
|
242 | 232 | div.text_cell { |
@@ -245,25 +235,24 b' div.text_cell {' | |||
|
245 | 235 | |
|
246 | 236 | textarea.text_cell_input { |
|
247 | 237 | font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; |
|
248 |
font-size: |
|
|
238 | font-size: 12pt; | |
|
249 | 239 | outline: none; |
|
250 | 240 | resize: none; |
|
251 | 241 | width: inherit; |
|
252 | 242 | border-style: none; |
|
253 | padding: 0; | |
|
254 | margin: 0; | |
|
243 | padding: 0px; | |
|
244 | margin: 0px; | |
|
255 | 245 | color: black; |
|
256 | 246 | } |
|
257 | 247 | |
|
258 | 248 | div.text_cell_render { |
|
259 | 249 | font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; |
|
260 |
font-size: |
|
|
250 | font-size: 12pt; | |
|
261 | 251 | outline: none; |
|
262 | 252 | resize: none; |
|
263 | 253 | width: inherit; |
|
264 | 254 | border-style: none; |
|
265 |
padding: |
|
|
266 | margin: 0; | |
|
255 | padding: 5px; | |
|
267 | 256 | color: black; |
|
268 | 257 | } |
|
269 | 258 |
General Comments 0
You need to be logged in to leave comments.
Login now