This repository has been archived by the owner on Apr 15, 2018. It is now read-only.
forked from jmberros/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
oceans16-bright.juan-mod.css
653 lines (596 loc) · 17 KB
/
oceans16-bright.juan-mod.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
/*
Name: Oceans16 Dark
Author: Kyle Dunovan (http://github.com/dunovank)
Original Color Scheme by Gadzhi Kharkharov (https://github.com/kkga/spacegray)
CodeMirror & NB Style adapted from panditarevolution (https://github.com/panditarevolution/ipythonNotebook_customs)
CodeMirror template adapted for IPython Notebook by Nikhil Sonnad (https://github.com/nsonnad/base16-ipython-notebook)
Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
*/
/* Juan's modified version */
body {background-color: #262931;}
a {color: #8997b0; font-family: 'Helvetica', sans-serif; }
div#notebook, div.CodeMirror, div.output_area pre, div.output_wrapper,
div.prompt, div.CodeMirror pre {
font-family:'Hack', monospace;
/* font-size: 12pt; */
font-size: 10pt; /* Juan's */
line-height: 1.4; /* Juan's; original: (none) */
}
/* --- Juan's */
/* original bg dark: #303845; mod: #2a2a2a */
/* origina bg light: #39414F; mod: #333333 */
/* div.inner_cell { */
/* background-color: #2a2a2a; */
/* } */
img {
background-color: white;
}
.CodeMirror-gutter-elt.CodeMirror-linenumber {
left: -13px !important;
}
.CodeMirror-lines {
padding: 0.7em;
}
.completions {
box-shadow: 0px 6px 10px -1px #2a2a2a;
}
input.raw_input {
color: aquaMarine;
background-color: #444;
}
/* --- Juan's */
/* Hiding the ipython log */
div#ipython_notebook {display: none;}
/* INTRO PAGE */
.toolbar_info {color: #8997b0; font-size: 12pt; border: 0; font-family: 'Helvetica', sans-serif; text-shadow: none !important; }
.list_container {color: #8997b0; font-size: 12pt; border: 0; font-family: 'Helvetica', sans-serif;text-shadow: none !important; }
.breadcrumb>li {text-shadow:0 0px 0; color:#8997b0; font-family: 'Helvetica', sans-serif; font-size: 12pt}
.list_container a {color: #8997b0; font-family: 'Helvetica', sans-serif; font-size: 12pt; border: 0; text-shadow: none !important; }
.item_icon {color: #2c85f7;}
/*<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>
*****************************************
COMMENT THIS LINE OUT TO RESTORE TOOLBAR
*****************************************
<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>> */
div#maintoolbar {
display: none !important;
}
div.list_container a:hover {color: #eeeeee;}
.list_header {
font-weight: normal;
background-color: #2A2F3C;
}
div.list_container :hover {
background-color: #2A2F3C;
color: #eeeeee;
}
div.notebook_list_header {
background: #262931;
}
/* PANELS // LISTS // DROPDOWN MENUS*/
.list_container > div {
border-bottom: 1px solid rgba(53, 87, 120, 0.55);
font-size: 12pt;
}
.panel-default {
border-color: rgba(53, 87, 120, 0.55);
}
.panel {
line-height: 22px;
fontsize: 12px;
margin-bottom: 18px;
background-color: #262931;
color: #8997b0;
border: 2px solid rgba(53, 87, 120, 0.55);
box-shadow: none;
}
.dropdown-menu {
border: 1px solid rgba(53, 87, 120, 0.95);
background-color: #333333;
background: #333333;
box-shadow: none;
padding-top: 0px;
padding-bottom: 0px;
list-style: outside none none;
/* font-size: 12pt; */
font-size: 11pt; /* Juan's mod */
text-align: left;
}
.dropdown-menu:hover{
background-color: #333333;
border: 1px solid rgba(53, 87, 120, 0.95);
box-shadow: none;
padding-top: 0px;
padding-bottom: 0px;
}
.modal-content {
position: relative;
/* background-color: #333333; */
color: #222; /* Juan's */
border: 1px solid rgba(53, 87, 120, 0.15);
border-radius: 3px;
box-shadow: 0px 3px 9px rgba(53, 87, 120, 0.25);
background-clip: padding-box;
outline: 0px none;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12pt;
line-height: 1.42857;
color: #5c6b89;
text-decoration: underline;
text-decoration-color: rgba(53, 87, 120, 0.95);
white-space: nowrap;
}
.dropdown-menu > li > a {
border: 1px solid #333333;
display: block;
padding: none;
clear: both;
background-clip: padding-box;
font-weight: normal;
line-height: 1.42857;
color: #8997b0;
white-space: nowrap;
background-color: #333333;
background: #333333;
}
.dropdown-menu > li > a:hover {
background-clip: padding-box;
background-color: #333333;
border: 1px solid #333333;
color: #eeeeee;
padding: none;
background: #333333;
}
.dropdown-menu .divider {
height: 2px;
margin: 8px 0px;
overflow: hidden;
background-color: rgba(53, 87, 120, 0.95);
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
color: #5A647B;
}
.modal-header {
padding: 15px;
border-bottom: 1px solid rgba(53, 87, 120, 0.95);
min-height: 16.4286px;
}
#running .panel-group .panel .panel-heading {
background-color: #262931;
padding: 4px 7px;
line-height: 22px;
}
#running .panel-group .panel .panel-heading a:hover {
color: #2c85f7;
}
#running .panel-group .panel .panel-body .list_container .list_item {
border-bottom: 1px solid rgba(53, 87, 120, 0.55);
}
#project_name > .breadcrumb {
font-weight: normal;
color: #2c85f7;
}
.rendered_html pre {
padding: 20px !important;
}
.rendered_html pre, .rendered_html code {
font-size: 10pt; /* Juan's */
color: #bfc7d6;
background: #2a2a2a;
}
body {
font-family: "Helvetica", Helvetica, Arial, sans-serif;
/* font-size: 12pt; */
font-size: 10pt; /* Juan's */
line-height: 1.42857;
color: #8997b0;
}
#kernel_indicator {
float: right !important;
color: #2c85f7;
}
#kernel_indicator .kernel_indicator_name {
padding-left: 5px;
padding-right: 5px;
/* font-size: 13pt; */
font-size: 11pt; /* Juan's mod */
}
#modal_indicator {
float: right !important;
color: #2c85f7;
}
.CodeMirror pre {
font-family: 'Hack', monospace;
font-size: 13pt;
}
.notebook_app {
/* background-color: #262931; */
background-color: #2a2a2a; /* Juan's */
}
.notebook_app #header {
box-shadow: none !important;
}
#notebook-container {
padding: 15px;
/* background-color: #262931; */
background-color: #2a2a2a; /* Juan's */
min-height: 0px;
box-shadow: none;
margin: 0;
width: initial;
}
#header {
box-shadow: none;
position: relative;
z-index: 100;
}
#header-container {
padding-bottom: 5px;
display: none !important;
box-shadow: none;
}
#header,.header-bar {
background-color: #262931 !important;
}
/* text in output area (i.e. print some_list) */
div.output_html {color: #1e2429;}
/* Formatting code in text, code*/
.rendered_html table, .rendered_html th, .rendered_html tr, .rendered_html td {
border: 1px #a4b8cb solid;
color: #a4b8cb;
background-color: #2a2a2a !important;
align-content: left !important;
}
.navbar-default {
background-color: #262931;
border-color: #262931;
}
#menubar .navbar {
border-top: 1px;
border-radius: 0 0 2px 2px;
margin-bottom: 0;
margin-top: 8px;
}
.navbar-default .navbar-nav > li > a {
color: #8997b0;
/* font-size: 13pt; */
font-size: 11pt; /* Juan's mod */
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #ffffff;
background-color: rgba(53, 108, 180, .5);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #ffffff;
background-color: rgba(53, 108, 180, .5);
}
.btn {
color: #8997b0;
background: #262931;
/* font-size: 12pt; */
font-size: 10pt; /* Juan's */
font-weight: normal;
border: 0 none !important;
box-shadow: none !important;
text-shadow: none;
vertical-align: 0px;
}
.modal-content .btn { /* Juan's */
background-color: initial;
color: #222;
border: 2px solid #222 !important;
border-radius: 4px;
}
.btn-group > .btn-mini {
color: #8997b0;
background: #262931;
font-size: 11pt;
font-weight: normal;
border: 0 none !important;
box-shadow: none !important;
text-shadow: none;
}
.btn:hover {
color: #2c85f7;
background: #262931;
background-color: #262931;
background-image: none;
}
.btn-group > .btn-mini:hover {
color: #2c85f7;
background: #262931;
background-color: #262931;
background-image: none;
}
.btn-group, .btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.ipython_tooltip {
border: 2px solid #3572C6;
box-shadow: none;
border-radius: 2px;
position: absolute;
z-index: 1000;
background-color: #333333;
}
.ipython_tooltip .tooltiptext pre {
border: 0px none;
border-radius: 0px;
background-color: #333333;
color: #CFD2D9;
}
/* Formatting code in markdown cells */
div.text_cell {
max-width: 100%;
color: #8997b0;
}
div.text_cell_render h1,
div.text_cell_render h2,
div.text_cell_render h3,
div.text_cell_render h4,
div.text_cell_render h5,
div.text_cell_render h6,
div.text_cell_render {
background: white;
}
div.text_cell_render h1,
div.text_cell_render h2,
div.text_cell_render h3,
div.text_cell_render h4,
div.text_cell_render h5,
div.text_cell_render h6 {
/* font-weight: 300; */
font-family: sans-serif;
color: ForestGreen;
}
div.text_cell .input_prompt {
background: white !important;
border-right: none !important;
}
div.text_cell_render {
padding: 2em;
color: #444444;
font-family: serif;
font-size: 1.2em;
}
div.text_cell_render pre {
color: #8997b0;
background-color: #2a2a2a;
}
/* text in output area (i.e. print some_list) */
div.output_html {color: #a4b8cb;}
/* Formatting code in text, code*/
.rendered_html table, .rendered_html th, .rendered_html tr, .rendered_html td {
border: 1px #a4b8cb solid;
color: #a4b8cb;
background-color: #333333 !important;
align-content: left !important;
}
button.close {
padding: 0px;
cursor: pointer;
background: transparent none repeat scroll 0% 0%;
border: 0px none;
}
.close {
float: right;
font-size: 22px;
font-weight: bold;
line-height: 1;
color: #3572C6;
text-shadow: 0px 1px 0px rgba(53, 87, 120, 0.2);
opacity: 0.3;
}
.close:hover {
color: #0095ff;
text-shadow: 0px 1px 0px rgba(53, 87, 120, 0.2);
opacity: 0.9;
}
.form-control {
display: block;
width: 100%;
height: 32px;
padding: 6px 12px;
font-size: 13pt;
line-height: 1.6;
color: #6ea3d4;
background-color: #2a2a2a;
background-image: none;
border: 1px solid rgba(53, 87, 120, 0.95);
border-radius: 2px;
box-shadow: none;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid rgba(53, 87, 120, 0.95);
}
.input-form-control:hover:active {
background-color: rgba(53, 87, 120, 0.95);
selected: rgba(53, 87, 120, 0.95);
}
span.ansiblack {color: #2b303b;}
span.ansiblue {color: #6ea3d4;}
span.ansigray {color: #b4b7b4;}
span.ansigreen {color: #8fc198;}
/* Juan's */
/* #pager-container span.ansigreen { color: darkgreen; } */
/* #pager-container span.ansiblue { color: darkblue; } */
/* #pager-container span.ansiyellow { color: #c4a000; } */
/* #pager-container span.ansired { color: darkred; } */
div#pager #pager-contents {
background-color: #222;
}
div#pager pre {
color: #d0d4e6;
line-height: 1.35em;
background-color: #2a2a2a;
}
div#pager #pager-button-area {
background-color: white;
}
span.ansipurple {color: #be8fc1;}
span.ansicyan {color: #7bc6c0;}
span.ansiyellow {color: #DDD7A3;}
span.ansired {color: #DB797C;}
div.output_stderr {background-color: #cc8080;} /* Juan's */
div.output_stderr pre {color: #2a2a2a !important;} /* Juan's */
.cm-s-ipython.CodeMirror {background: #2a2a2a; color: #D0D4E6; font-size:13pt !important;}
.cm-s-ipython div.CodeMirror-selected {background: #3C4555 !important;}
.cm-s-ipython .CodeMirror-gutters {background: #333333; border: 0px; border-radius:0px;}
.cm-s-ipython .CodeMirror-linenumber {color: #5A647B !important; font-size: 11pt;}
.cm-s-ipython .CodeMirror-cursor {border-left: 2px solid #0095ff !important;}
/* Juan's mod color */
/* .cm-s-ipython span.cm-comment {color: #6F7998; font-style: italic !important;} */
.cm-s-ipython span.cm-comment {color: #71709C; font-style: italic !important;}
.cm-s-ipython span.cm-atom {color: #D9A0FF;}
.cm-s-ipython span.cm-number {color: #FFAD8B;}
.cm-s-ipython span.cm-property {color: #59BAFF;}
.cm-s-ipython span.cm-attribute {color: #FF9095;}
.cm-s-ipython span.cm-keyword {color: #D9A0FF; font-weight: normal;}
.cm-s-ipython span.cm-string {color: #8DD39A; font-weight: normal;}
/* .cm-s-ipython span.cm-operator {color: #59BAFF; font-weight: normal;} */
.cm-s-ipython span.cm-operator {
color: #FB50E3;
font-weight: bold;
} /* Juan's */
.cm-s-ipython span.cm-builtin {color: #FF9095; font-weight: normal;}
.cm-s-ipython span.cm-boolean {color: #FF9095;}
.cm-s-ipython span.cm-variable {color: #D0D4E6;}
.cm-s-ipython span.cm-variable-2 {color: #FF9095;}
.cm-s-ipython span.cm-def {color: #59BAFF; font-weight: normal;}
.cm-s-ipython span.cm-error {background: rgba(191, 97, 106, .3) !important;}
.cm-s-ipython span.cm-tag {color: #59BAFF;}
.cm-s-ipython span.cm-link {color: #FF9095;}
.cm-s-ipython span.cm-storage {color: #D9A0FF;}
.cm-s-ipython span.cm-entity {color: #FF9095;}
.cm-s-ipython span.cm-class {color: #F4ECA9;}
.cm-s-ipython span.cm-support {color: #59BAFF;}
.cm-s-ipython span.cm-qualifier {color: #59BAFF;}
.cm-s-ipython span.cm-property {color: #59BAFF;}
div.CodeMirror span.CodeMirror-matchingbracket { color: #eeeeee; background: rgba(53, 108, 180, .75) !important ; }
div.CodeMirror span.CodeMirror-nonmatchingbracket { color: #eeeeee; background: rgba(191, 97, 106, .65) !important ; }
.cm-s-ipython .CodeMirror-matchingbracket { color: #eeeeee; background: rgba(53, 108, 180, .75) !important; }
.cm-s-ipython .CodeMirror-nonmatchingbracket { color: #eeeeee; background: rgba(191, 97, 106, .65) !important; }
div.cell {
border: medium solid #333333;
border-bottom: none; /* Juan's */
padding: 0px;
border-radius: 0px;
}
div.cell:last-of-type {
border-bottom: medium solid #333333;
}
div.cell.selected {
border: medium solid rgba(53, 108, 180, .5);
padding: 0px;
border-radius: 0px;
} /* juan's mod, original below */
/* div.cell.selected { border: medium solid #3572C6; padding: 0px; border-radius: 0px; } */
.edit_mode div.cell.selected {
border: medium solid rgba(53, 108, 180, 1);
padding: 0px;
border-radius: 0px;
} /* Juan's mod, original below
/* .edit_mode div.cell.selected {border: medium solid rgba(53, 108, 180, .45) !important; padding: 0px; border-radius: 0px; } */
div.cell.edit_mode {border: medium solid rgba(53, 108, 180, .45) !important; padding: 0px; border-radius: 0px;}
div.prompt {
padding: 0.3em;
margin: 0px;
font-family: monospace;
text-align: left;
line-height: 1.21429em;
min-width: 11ex;
font-size: 9.5pt;
}
div.input_area {
margin-bottom: 0px;
border: 0px;
border-radius: 0px;
}
/*Input and output cells formatting*/
div.prompt.input_prompt {
font-family: 'Hack', monospace;
/* border-right: 2px solid rgba(53, 108, 180, .4); */
border-right: medium solid #333333; /* Juan's */
/* font-weight: bold; */
font-size: 10pt;
color: #59BAFF;
background-color: #2a2a2a;
width: 100px; /* Juan's */
/* width: 1em; */
padding: 15px;
/* padding-bottom: 0px; */
/* margin-bottom: 0px; */
text-align: center;
}
div.prompt.output_prompt {
font-family: 'Hack', monospace;
font-weight: bold;
background-color: #333333;
color: #333333;
font-size: 9.5pt;
width: 1em;
margin-bottom: 8px;
padding-top: 1em;
padding-bottom: 1em;
}
div.out_prompt_overlay.prompt {
font-family: 'Hack', monospace;
font-weight: bold;
font-size: 9.5pt;
width: 1em;
margin-bottom: 8px;
background-color: #333333;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
/* div.out_prompt_overlay.prompt:hover { */
/* font-family: 'Hack', monospace; */
/* font-weight: bold; */
/* font-size: 9pt; */
/* width: 1em; */
/* border-radius: 2px; */
/* margin-bottom: 8px; */
/* background-color: #333333; */
/* box-shadow: #2a2a2a 2px 2px 6px 4px inset; */
/* -webkit-border-radius: 2px; */
/* -moz-border-radius: 2px; */
/* } */
div.output_wrapper {
background-color:#333333;
margin-bottom: 0em;
margin-top: 0em;
border: 0px;
}
div.output_subarea.output_text.output_stream.output_stdout,div.output_subarea.output_text {
padding-top: 1em;
margin-bottom: 8px;
margin-top: 8px;
margin-left: 8px;
margin-right: 8px;
border-radius: 5px; /* Juan's */
/* background-color: #333333; */ /* Juan's commented out */
color: #CFD2D9;
}
div.output_area pre {
color: #CFD2D9;
/* font-size: 12pt; */
font-size: 10pt; /* Juan's */
}
div.output_subarea {
overflow-x: auto;
padding: 1.0em;
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
flex: 1;
max-width: calc(100% - 14ex);
}