al_folio_core 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/CHANGELOG.md +12 -0
- data/LICENSE +20 -0
- data/README.md +28 -0
- data/_includes/audio 2.liquid +30 -0
- data/_includes/audio.liquid +30 -0
- data/_includes/bib_search 2.liquid +4 -0
- data/_includes/bib_search.liquid +4 -0
- data/_includes/calendar 2.liquid +25 -0
- data/_includes/calendar.liquid +25 -0
- data/_includes/citation 2.liquid +26 -0
- data/_includes/citation.liquid +26 -0
- data/_includes/course_schedule 2.liquid +71 -0
- data/_includes/course_schedule.liquid +71 -0
- data/_includes/courses 2.liquid +37 -0
- data/_includes/courses.liquid +37 -0
- data/_includes/disqus 2.liquid +13 -0
- data/_includes/disqus.liquid +13 -0
- data/_includes/figure 2.liquid +86 -0
- data/_includes/figure.liquid +86 -0
- data/_includes/footer 2.liquid +34 -0
- data/_includes/footer.liquid +34 -0
- data/_includes/giscus 2.liquid +25 -0
- data/_includes/giscus.liquid +25 -0
- data/_includes/head 2.liquid +147 -0
- data/_includes/head.liquid +147 -0
- data/_includes/header 2.liquid +149 -0
- data/_includes/header.liquid +149 -0
- data/_includes/latest_posts 2.liquid +48 -0
- data/_includes/latest_posts.liquid +48 -0
- data/_includes/metadata 2.liquid +247 -0
- data/_includes/metadata.liquid +247 -0
- data/_includes/news 2.liquid +34 -0
- data/_includes/news.liquid +34 -0
- data/_includes/newsletter 2.liquid +68 -0
- data/_includes/newsletter.liquid +68 -0
- data/_includes/pagination 2.liquid +21 -0
- data/_includes/pagination.liquid +21 -0
- data/_includes/plugins/al_analytics_scripts 2.liquid +4 -0
- data/_includes/plugins/al_analytics_scripts.liquid +4 -0
- data/_includes/plugins/al_charts_scripts 2.liquid +4 -0
- data/_includes/plugins/al_charts_scripts.liquid +4 -0
- data/_includes/plugins/al_comments 2.liquid +4 -0
- data/_includes/plugins/al_comments.liquid +4 -0
- data/_includes/plugins/al_cookie_scripts 2.liquid +4 -0
- data/_includes/plugins/al_cookie_scripts.liquid +4 -0
- data/_includes/plugins/al_cookie_styles 2.liquid +4 -0
- data/_includes/plugins/al_cookie_styles.liquid +4 -0
- data/_includes/plugins/al_img_tools_scripts 2.liquid +4 -0
- data/_includes/plugins/al_img_tools_scripts.liquid +4 -0
- data/_includes/plugins/al_img_tools_styles 2.liquid +4 -0
- data/_includes/plugins/al_img_tools_styles.liquid +4 -0
- data/_includes/plugins/al_math_scripts 2.liquid +4 -0
- data/_includes/plugins/al_math_scripts.liquid +4 -0
- data/_includes/plugins/al_math_styles 2.liquid +4 -0
- data/_includes/plugins/al_math_styles.liquid +4 -0
- data/_includes/plugins/al_newsletter_form_center 2.liquid +4 -0
- data/_includes/plugins/al_newsletter_form_center.liquid +4 -0
- data/_includes/plugins/al_newsletter_form_center_margin 2.liquid +1 -0
- data/_includes/plugins/al_newsletter_form_center_margin.liquid +1 -0
- data/_includes/plugins/al_newsletter_form_left 2.liquid +1 -0
- data/_includes/plugins/al_newsletter_form_left.liquid +1 -0
- data/_includes/plugins/al_newsletter_scripts 2.liquid +1 -0
- data/_includes/plugins/al_newsletter_scripts.liquid +1 -0
- data/_includes/plugins/al_search_assets 2.liquid +5 -0
- data/_includes/plugins/al_search_assets.liquid +5 -0
- data/_includes/projects 2.liquid +35 -0
- data/_includes/projects.liquid +35 -0
- data/_includes/projects_horizontal 2.liquid +34 -0
- data/_includes/projects_horizontal.liquid +34 -0
- data/_includes/related_posts 2.liquid +40 -0
- data/_includes/related_posts.liquid +40 -0
- data/_includes/repository/repo 2.liquid +47 -0
- data/_includes/repository/repo.liquid +47 -0
- data/_includes/repository/repo_trophies 2.liquid +42 -0
- data/_includes/repository/repo_trophies.liquid +42 -0
- data/_includes/repository/repo_user 2.liquid +34 -0
- data/_includes/repository/repo_user.liquid +34 -0
- data/_includes/scripts 2.liquid +123 -0
- data/_includes/scripts.liquid +123 -0
- data/_includes/selected_papers 2.liquid +3 -0
- data/_includes/selected_papers.liquid +3 -0
- data/_includes/video 2.liquid +97 -0
- data/_includes/video.liquid +97 -0
- data/_layouts/about 2.liquid +84 -0
- data/_layouts/about.liquid +84 -0
- data/_layouts/archive 2.liquid +38 -0
- data/_layouts/archive.liquid +38 -0
- data/_layouts/bib 2.liquid +395 -0
- data/_layouts/bib.liquid +395 -0
- data/_layouts/book-review 2.liquid +265 -0
- data/_layouts/book-review.liquid +265 -0
- data/_layouts/book-shelf 2.liquid +49 -0
- data/_layouts/book-shelf.liquid +49 -0
- data/_layouts/course 2.liquid +75 -0
- data/_layouts/course.liquid +75 -0
- data/_layouts/cv 2.liquid +18 -0
- data/_layouts/cv.liquid +18 -0
- data/_layouts/default 2.liquid +56 -0
- data/_layouts/default.liquid +56 -0
- data/_layouts/distill 2.liquid +21 -0
- data/_layouts/distill.liquid +21 -0
- data/_layouts/none 2.liquid +1 -0
- data/_layouts/none.liquid +1 -0
- data/_layouts/page 2.liquid +31 -0
- data/_layouts/page.liquid +31 -0
- data/_layouts/post 2.liquid +94 -0
- data/_layouts/post.liquid +94 -0
- data/_layouts/profiles 2.liquid +36 -0
- data/_layouts/profiles.liquid +36 -0
- data/_sass/_blog 2.scss +204 -0
- data/_sass/_blog.scss +204 -0
- data/_sass/_components 2.scss +261 -0
- data/_sass/_components.scss +261 -0
- data/_sass/_footer 2.scss +35 -0
- data/_sass/_footer.scss +35 -0
- data/_sass/_layout 2.scss +58 -0
- data/_sass/_layout.scss +58 -0
- data/_sass/_navbar 2.scss +190 -0
- data/_sass/_navbar.scss +190 -0
- data/_sass/_publications 2.scss +188 -0
- data/_sass/_publications.scss +188 -0
- data/_sass/_tabs 2.scss +48 -0
- data/_sass/_tabs.scss +48 -0
- data/_sass/_teachings 2.scss +77 -0
- data/_sass/_teachings.scss +77 -0
- data/_sass/_themes 2.scss +208 -0
- data/_sass/_themes.scss +208 -0
- data/_sass/_typograms 2.scss +132 -0
- data/_sass/_typograms.scss +132 -0
- data/_sass/_typography 2.scss +136 -0
- data/_sass/_typography.scss +136 -0
- data/_sass/_utilities 2.scss +607 -0
- data/_sass/_utilities.scss +607 -0
- data/_sass/_variables 2.scss +52 -0
- data/_sass/_variables.scss +52 -0
- data/_sass/font-awesome/_animated 2.scss +150 -0
- data/_sass/font-awesome/_animated.scss +150 -0
- data/_sass/font-awesome/_bordered 2.scss +24 -0
- data/_sass/font-awesome/_bordered.scss +24 -0
- data/_sass/font-awesome/_core 2.scss +29 -0
- data/_sass/font-awesome/_core.scss +29 -0
- data/_sass/font-awesome/_fa 2.scss +3 -0
- data/_sass/font-awesome/_fa.scss +3 -0
- data/_sass/font-awesome/_functions 2.scss +8 -0
- data/_sass/font-awesome/_functions.scss +8 -0
- data/_sass/font-awesome/_icons 2.scss +15 -0
- data/_sass/font-awesome/_icons.scss +15 -0
- data/_sass/font-awesome/_list 2.scss +19 -0
- data/_sass/font-awesome/_list.scss +19 -0
- data/_sass/font-awesome/_mixins 2.scss +28 -0
- data/_sass/font-awesome/_mixins.scss +28 -0
- data/_sass/font-awesome/_pulled 2.scss +15 -0
- data/_sass/font-awesome/_pulled.scss +15 -0
- data/_sass/font-awesome/_rotated-flipped 2.scss +32 -0
- data/_sass/font-awesome/_rotated-flipped.scss +32 -0
- data/_sass/font-awesome/_shims 2.scss +2193 -0
- data/_sass/font-awesome/_shims.scss +2193 -0
- data/_sass/font-awesome/_sizing 2.scss +18 -0
- data/_sass/font-awesome/_sizing.scss +18 -0
- data/_sass/font-awesome/_stacked 2.scss +33 -0
- data/_sass/font-awesome/_stacked.scss +33 -0
- data/_sass/font-awesome/_variables 2.scss +5130 -0
- data/_sass/font-awesome/_variables.scss +5130 -0
- data/_sass/font-awesome/_widths 2.scss +12 -0
- data/_sass/font-awesome/_widths.scss +12 -0
- data/_sass/font-awesome/brands 2.scss +45 -0
- data/_sass/font-awesome/brands.scss +45 -0
- data/_sass/font-awesome/fontawesome 2.scss +18 -0
- data/_sass/font-awesome/fontawesome.scss +18 -0
- data/_sass/font-awesome/regular 2.scss +51 -0
- data/_sass/font-awesome/regular.scss +51 -0
- data/_sass/font-awesome/solid 2.scss +51 -0
- data/_sass/font-awesome/solid.scss +51 -0
- data/_sass/font-awesome/v4-shims 2.scss +11 -0
- data/_sass/font-awesome/v4-shims.scss +11 -0
- data/_scripts/giscus-setup 2.js +48 -0
- data/_scripts/giscus-setup.js +48 -0
- data/assets/css/academicons.min 2.css +1 -0
- data/assets/css/academicons.min.css +1 -0
- data/assets/css/jekyll-pygments-themes-github 2.css +209 -0
- data/assets/css/jekyll-pygments-themes-github.css +209 -0
- data/assets/css/jekyll-pygments-themes-native 2.css +232 -0
- data/assets/css/jekyll-pygments-themes-native.css +232 -0
- data/assets/css/jupyter 2.css +383 -0
- data/assets/css/jupyter-grade3 2.css +3758 -0
- data/assets/css/jupyter-grade3.css +3758 -0
- data/assets/css/jupyter-monokai 2.css +3758 -0
- data/assets/css/jupyter-monokai.css +3758 -0
- data/assets/css/jupyter.css +383 -0
- data/assets/css/main 2.scss +37 -0
- data/assets/css/main.scss +37 -0
- data/assets/css/scholar-icons 2.css +386 -0
- data/assets/css/scholar-icons.css +386 -0
- data/assets/css/tailwind 2.css +2 -0
- data/assets/css/tailwind.css +2 -0
- data/assets/js/bibsearch 2.js +70 -0
- data/assets/js/bibsearch.js +70 -0
- data/assets/js/calendar-setup 2.js +16 -0
- data/assets/js/calendar-setup.js +16 -0
- data/assets/js/common 2.js +137 -0
- data/assets/js/common.js +137 -0
- data/assets/js/copy_code 2.js +56 -0
- data/assets/js/copy_code.js +56 -0
- data/assets/js/highlight-search-term 2.js +110 -0
- data/assets/js/highlight-search-term.js +110 -0
- data/assets/js/jupyter_new_tab 2.js +18 -0
- data/assets/js/jupyter_new_tab.js +18 -0
- data/assets/js/masonry 2.js +12 -0
- data/assets/js/masonry.js +12 -0
- data/assets/js/nav-toggle 2.js +102 -0
- data/assets/js/nav-toggle.js +102 -0
- data/assets/js/no_defer 2.js +31 -0
- data/assets/js/no_defer.js +31 -0
- data/assets/js/progress-bar 2.js +69 -0
- data/assets/js/progress-bar.js +69 -0
- data/assets/js/search/hotkeys-js/hotkeys.esm.min 2.js +18 -0
- data/assets/js/search/hotkeys-js/hotkeys.esm.min.js +18 -0
- data/assets/js/search/lit/decorators.min 2.js +7 -0
- data/assets/js/search/lit/decorators.min.js +7 -0
- data/assets/js/search/lit/directives/class-map.min.js +7 -0
- data/assets/js/search/lit/directives/join.min.js +7 -0
- data/assets/js/search/lit/directives/live.min.js +7 -0
- data/assets/js/search/lit/directives/ref.min.js +7 -0
- data/assets/js/search/lit/directives/repeat.min.js +7 -0
- data/assets/js/search/lit/directives/unsafe-html.min.js +7 -0
- data/assets/js/search/lit/index.min 2.js +7 -0
- data/assets/js/search/lit/index.min.js +7 -0
- data/assets/js/search/lit-element/lit-element.min 2.js +12 -0
- data/assets/js/search/lit-element/lit-element.min.js +12 -0
- data/assets/js/search/lit-html/directives/class-map.min.js +22 -0
- data/assets/js/search/lit-html/directives/join.min.js +12 -0
- data/assets/js/search/lit-html/directives/live.min.js +28 -0
- data/assets/js/search/lit-html/directives/ref.min.js +32 -0
- data/assets/js/search/lit-html/directives/repeat.min.js +27 -0
- data/assets/js/search/lit-html/directives/unsafe-html.min.js +22 -0
- data/assets/js/search/lit-html/is-server.min 2.js +12 -0
- data/assets/js/search/lit-html/is-server.min.js +12 -0
- data/assets/js/search/lit-html/lit-html.min 2.js +12 -0
- data/assets/js/search/lit-html/lit-html.min.js +12 -0
- data/assets/js/search/reactive-element/decorators/custom-element.min.js +12 -0
- data/assets/js/search/reactive-element/decorators/event-options.min.js +12 -0
- data/assets/js/search/reactive-element/decorators/property.min.js +22 -0
- data/assets/js/search/reactive-element/decorators/query-all.min.js +17 -0
- data/assets/js/search/reactive-element/decorators/query-assigned-elements.min.js +17 -0
- data/assets/js/search/reactive-element/decorators/query-assigned-nodes.min.js +17 -0
- data/assets/js/search/reactive-element/decorators/query-async.min.js +17 -0
- data/assets/js/search/reactive-element/decorators/query.min.js +17 -0
- data/assets/js/search/reactive-element/decorators/state.min.js +27 -0
- data/assets/js/search/reactive-element/reactive-element.min 2.js +17 -0
- data/assets/js/search/reactive-element/reactive-element.min.js +17 -0
- data/assets/js/tabs.min 2.js +5 -0
- data/assets/js/tabs.min.js +5 -0
- data/assets/js/theme 2.js +329 -0
- data/assets/js/theme.js +329 -0
- data/assets/js/tooltips-setup 2.js +116 -0
- data/assets/js/tooltips-setup.js +116 -0
- data/assets/js/typograms 2.js +1341 -0
- data/assets/js/typograms.js +1341 -0
- data/assets/js/vanilla-back-to-top.min 2.js +1 -0
- data/assets/js/vanilla-back-to-top.min.js +1 -0
- data/assets/tailwind/app 2.css +855 -0
- data/assets/tailwind/app.css +855 -0
- data/assets/tailwind/bootstrap-compat.input 2.css +54 -0
- data/assets/tailwind/bootstrap-compat.input.css +54 -0
- data/assets/tailwind/input 2.css +2 -0
- data/assets/tailwind/input.css +2 -0
- data/lib/al_folio_core/version.rb +5 -0
- data/lib/al_folio_core.rb +282 -0
- data/migrations/1.0.0_to_1.1.0 2.yml +26 -0
- data/migrations/1.0.0_to_1.1.0.yml +26 -0
- data/migrations/1.1.0_to_1.2.0 2.yml +17 -0
- data/migrations/1.1.0_to_1.2.0.yml +17 -0
- metadata +393 -0
|
@@ -0,0 +1,3758 @@
|
|
|
1
|
+
/* From https://github.com/dunovank/jupyter-themes/blob/master/jupyterthemes/styles/compiled/grade3.css */
|
|
2
|
+
div#notebook {
|
|
3
|
+
font-family: sans-serif;
|
|
4
|
+
font-size: 13pt;
|
|
5
|
+
line-height: 170%;
|
|
6
|
+
color: #303030;
|
|
7
|
+
-webkit-font-smoothing: antialiased !important;
|
|
8
|
+
padding-top: 25px !important;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
body,
|
|
12
|
+
div.body {
|
|
13
|
+
font-family: sans-serif;
|
|
14
|
+
font-size: 13pt;
|
|
15
|
+
color: #303030;
|
|
16
|
+
background-color: #ffffff;
|
|
17
|
+
background: #ffffff;
|
|
18
|
+
-webkit-font-smoothing: antialiased !important;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
body.notebook_app {
|
|
22
|
+
padding: 0;
|
|
23
|
+
background-color: #ffffff;
|
|
24
|
+
background: #ffffff;
|
|
25
|
+
padding-right: 0px !important;
|
|
26
|
+
overflow-y: hidden;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
a {
|
|
30
|
+
font-family: sans-serif;
|
|
31
|
+
color: #303030;
|
|
32
|
+
-webkit-font-smoothing: antialiased !important;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
a:hover,
|
|
36
|
+
a:focus {
|
|
37
|
+
color: #2f2f2f;
|
|
38
|
+
-webkit-font-smoothing: antialiased !important;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
div#maintoolbar {
|
|
42
|
+
position: absolute;
|
|
43
|
+
width: 90%;
|
|
44
|
+
margin-left: -10%;
|
|
45
|
+
padding-right: 8%;
|
|
46
|
+
float: left;
|
|
47
|
+
background: transparent !important;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
#maintoolbar {
|
|
51
|
+
margin-bottom: -3px;
|
|
52
|
+
margin-top: 0px;
|
|
53
|
+
border: 0px;
|
|
54
|
+
min-height: 27px;
|
|
55
|
+
padding-top: 2px;
|
|
56
|
+
padding-bottom: 0px;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
#maintoolbar .container {
|
|
60
|
+
width: 75%;
|
|
61
|
+
margin-right: auto;
|
|
62
|
+
margin-left: auto;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.list_header,
|
|
66
|
+
div#notebook_list_header.row.list_header {
|
|
67
|
+
font-size: 14pt;
|
|
68
|
+
color: #2f2f2f;
|
|
69
|
+
background-color: transparent;
|
|
70
|
+
height: 35px;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
i.fa.fa-folder {
|
|
74
|
+
display: inline-block;
|
|
75
|
+
font: normal normal normal 14px "FontAwesome";
|
|
76
|
+
font-family: "FontAwesome" !important;
|
|
77
|
+
text-rendering: auto;
|
|
78
|
+
-webkit-font-smoothing: antialiased;
|
|
79
|
+
font-size: 18px;
|
|
80
|
+
-moz-osx-font-smoothing: grayscale;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
#running .panel-group .panel .panel-heading {
|
|
84
|
+
font-size: 14pt;
|
|
85
|
+
color: #303030;
|
|
86
|
+
padding: 8px 8px;
|
|
87
|
+
background: #e4e4e4;
|
|
88
|
+
background-color: #e4e4e4;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
#running .panel-group .panel .panel-heading a {
|
|
92
|
+
font-size: 14pt;
|
|
93
|
+
color: #303030;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
#running .panel-group .panel .panel-heading a:focus,
|
|
97
|
+
#running .panel-group .panel .panel-heading a:hover {
|
|
98
|
+
font-size: 14pt;
|
|
99
|
+
color: #303030;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
#running .panel-group .panel .panel-body .list_container .list_item {
|
|
103
|
+
background: #f4f4f4;
|
|
104
|
+
background-color: #f4f4f4;
|
|
105
|
+
padding: 2px;
|
|
106
|
+
border-bottom: 2px solid #dedede;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
#running .panel-group .panel .panel-body .list_container .list_item:hover {
|
|
110
|
+
background: #f4f4f4;
|
|
111
|
+
background-color: #f4f4f4;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
#running .panel-group .panel .panel-body {
|
|
115
|
+
padding: 2px;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
button#refresh_running_list {
|
|
119
|
+
border: none !important;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
button#refresh_cluster_list {
|
|
123
|
+
border: none !important;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
div.running_list_info.toolbar_info {
|
|
127
|
+
font-size: 15px;
|
|
128
|
+
padding: 4px 0 4px 0;
|
|
129
|
+
margin-top: 5px;
|
|
130
|
+
margin-bottom: 8px;
|
|
131
|
+
height: 24px;
|
|
132
|
+
line-height: 24px;
|
|
133
|
+
text-shadow: none;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.list_placeholder {
|
|
137
|
+
font-weight: normal;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
#tree-selector {
|
|
141
|
+
padding: 0px;
|
|
142
|
+
border-color: transparent;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
#project_name > ul > li > a > i.fa.fa-home {
|
|
146
|
+
color: #ff7823;
|
|
147
|
+
font-size: 17pt;
|
|
148
|
+
display: inline-block;
|
|
149
|
+
position: static;
|
|
150
|
+
padding: 0px 0px;
|
|
151
|
+
font-weight: normal;
|
|
152
|
+
text-align: center;
|
|
153
|
+
vertical-align: text-top;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.fa-folder:before {
|
|
157
|
+
color: #126dce;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.fa-arrow-up:before {
|
|
161
|
+
font-size: 14px;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.fa-arrow-down:before {
|
|
165
|
+
font-size: 14px;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
span#last-modified.btn.btn-xs.btn-default.sort-action:hover .fa,
|
|
169
|
+
span#sort-name.btn.btn-xs.btn-default.sort-action:hover .fa {
|
|
170
|
+
color: #ef5c00;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.folder_icon:before {
|
|
174
|
+
display: inline-block;
|
|
175
|
+
font: normal normal normal 14px/1 FontAwesome;
|
|
176
|
+
font-size: inherit;
|
|
177
|
+
text-rendering: auto;
|
|
178
|
+
-webkit-font-smoothing: antialiased;
|
|
179
|
+
-moz-osx-font-smoothing: grayscale;
|
|
180
|
+
content: "\f07b";
|
|
181
|
+
color: #126dce;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.notebook_icon:before {
|
|
185
|
+
display: inline-block;
|
|
186
|
+
font: normal normal normal 14px/1 FontAwesome;
|
|
187
|
+
font-size: inherit;
|
|
188
|
+
text-rendering: auto;
|
|
189
|
+
-webkit-font-smoothing: antialiased;
|
|
190
|
+
-moz-osx-font-smoothing: grayscale;
|
|
191
|
+
content: "\f02d";
|
|
192
|
+
position: relative;
|
|
193
|
+
color: #009e07 !important;
|
|
194
|
+
top: 0px;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.file_icon:before {
|
|
198
|
+
display: inline-block;
|
|
199
|
+
font: normal normal normal 14px/1 FontAwesome;
|
|
200
|
+
font-size: inherit;
|
|
201
|
+
text-rendering: auto;
|
|
202
|
+
-webkit-font-smoothing: antialiased;
|
|
203
|
+
-moz-osx-font-smoothing: grayscale;
|
|
204
|
+
content: "\f15b";
|
|
205
|
+
position: relative;
|
|
206
|
+
top: 0px;
|
|
207
|
+
color: #6a737d !important;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
#project_name a {
|
|
211
|
+
display: inline-flex;
|
|
212
|
+
padding-left: 7px;
|
|
213
|
+
margin-left: -2px;
|
|
214
|
+
text-align: -webkit-auto;
|
|
215
|
+
vertical-align: baseline;
|
|
216
|
+
font-size: 18px;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
div#notebook_toolbar div.dynamic-instructions {
|
|
220
|
+
font-family: sans-serif;
|
|
221
|
+
font-size: 17px;
|
|
222
|
+
color: #828892;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
span#login_widget > .button,
|
|
226
|
+
#logout {
|
|
227
|
+
font-family: "Proxima Nova", sans-serif;
|
|
228
|
+
color: #303030;
|
|
229
|
+
background: transparent;
|
|
230
|
+
background-color: transparent;
|
|
231
|
+
border: 2px solid #e5e5e5;
|
|
232
|
+
font-weight: normal;
|
|
233
|
+
box-shadow: none;
|
|
234
|
+
text-shadow: none;
|
|
235
|
+
border-radius: 3px;
|
|
236
|
+
margin-right: 10px;
|
|
237
|
+
padding: 2px 7px;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
span#login_widget > .button:hover,
|
|
241
|
+
#logout:hover {
|
|
242
|
+
color: #ef5c00;
|
|
243
|
+
background-color: transparent;
|
|
244
|
+
background: transparent;
|
|
245
|
+
border: 2px solid #ef5c00;
|
|
246
|
+
background-image: none;
|
|
247
|
+
box-shadow: none !important;
|
|
248
|
+
border-radius: 3px;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
span#login_widget > .button:focus,
|
|
252
|
+
#logout:focus,
|
|
253
|
+
span#login_widget > .button.focus,
|
|
254
|
+
#logout.focus,
|
|
255
|
+
span#login_widget > .button:active,
|
|
256
|
+
#logout:active,
|
|
257
|
+
span#login_widget > .button.active,
|
|
258
|
+
#logout.active,
|
|
259
|
+
.open > .dropdown-togglespan#login_widget > .button,
|
|
260
|
+
.open > .dropdown-toggle#logout {
|
|
261
|
+
color: #1c1c1c;
|
|
262
|
+
background-color: #303030;
|
|
263
|
+
background: #303030;
|
|
264
|
+
border-color: #303030;
|
|
265
|
+
background-image: none;
|
|
266
|
+
box-shadow: none !important;
|
|
267
|
+
border-radius: 2px;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
body > #header #header-container {
|
|
271
|
+
padding-bottom: 0px;
|
|
272
|
+
padding-top: 4px;
|
|
273
|
+
box-sizing: border-box;
|
|
274
|
+
-moz-box-sizing: border-box;
|
|
275
|
+
-webkit-box-sizing: border-box;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
body > #header {
|
|
279
|
+
background: #ffffff;
|
|
280
|
+
background-color: #ffffff;
|
|
281
|
+
position: relative;
|
|
282
|
+
z-index: 100;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.list_container {
|
|
286
|
+
font-size: 13pt;
|
|
287
|
+
color: #303030;
|
|
288
|
+
border: none;
|
|
289
|
+
text-shadow: none !important;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.list_container > div {
|
|
293
|
+
border-bottom: 1px solid rgba(180, 180, 180, 0.14);
|
|
294
|
+
font-size: 13pt;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.list_header > div,
|
|
298
|
+
.list_item > div {
|
|
299
|
+
padding-top: 6px;
|
|
300
|
+
padding-bottom: 2px;
|
|
301
|
+
padding-left: 0px;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.list_header > div .item_link,
|
|
305
|
+
.list_item > div .item_link {
|
|
306
|
+
margin-left: -1px;
|
|
307
|
+
vertical-align: middle;
|
|
308
|
+
line-height: 22px;
|
|
309
|
+
font-size: 13pt;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.item_icon {
|
|
313
|
+
color: #126dce;
|
|
314
|
+
font-size: 13pt;
|
|
315
|
+
vertical-align: middle;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.list_item input:not([type="checkbox"]) {
|
|
319
|
+
padding-right: 0px;
|
|
320
|
+
height: 1.75em;
|
|
321
|
+
width: 25%;
|
|
322
|
+
margin: 0px 0 0;
|
|
323
|
+
margin-top: 0px;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.list_header > div .item_link,
|
|
327
|
+
.list_item > div .item_link {
|
|
328
|
+
margin-left: -1px;
|
|
329
|
+
vertical-align: middle;
|
|
330
|
+
line-height: 1.5em;
|
|
331
|
+
font-size: 12pt;
|
|
332
|
+
display: inline-table;
|
|
333
|
+
position: static;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
#button-select-all {
|
|
337
|
+
height: 34px;
|
|
338
|
+
min-width: 55px;
|
|
339
|
+
z-index: 0;
|
|
340
|
+
border: none !important;
|
|
341
|
+
padding-top: 0px;
|
|
342
|
+
padding-bottom: 0px;
|
|
343
|
+
margin-bottom: 0px;
|
|
344
|
+
margin-top: 0px;
|
|
345
|
+
left: -3px;
|
|
346
|
+
border-radius: 0px !important;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
#button-select-all:focus,
|
|
350
|
+
#button-select-all:active:focus,
|
|
351
|
+
#button-select-all.active:focus,
|
|
352
|
+
#button-select-all.focus,
|
|
353
|
+
#button-select-all:active.focus,
|
|
354
|
+
#button-select-all.active.focus {
|
|
355
|
+
background-color: #e5e5e5 !important;
|
|
356
|
+
background: #e5e5e5 !important;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
button#tree-selector-btn {
|
|
360
|
+
height: 34px;
|
|
361
|
+
font-size: 12pt;
|
|
362
|
+
border: none;
|
|
363
|
+
left: 0px;
|
|
364
|
+
border-radius: 0px !important;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
input#select-all.pull-left.tree-selector {
|
|
368
|
+
margin-left: 7px;
|
|
369
|
+
margin-right: 2px;
|
|
370
|
+
margin-top: 2px;
|
|
371
|
+
top: 4px;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
input[type="radio"],
|
|
375
|
+
input[type="checkbox"] {
|
|
376
|
+
margin-top: 1px;
|
|
377
|
+
line-height: normal;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.delete-button {
|
|
381
|
+
border: none !important;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
i.fa.fa-trash {
|
|
385
|
+
font-size: 13.5pt;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.list_container a {
|
|
389
|
+
font-size: 16px;
|
|
390
|
+
color: #303030;
|
|
391
|
+
border: none;
|
|
392
|
+
text-shadow: none !important;
|
|
393
|
+
font-weight: normal;
|
|
394
|
+
font-style: normal;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
div.list_container a:hover {
|
|
398
|
+
color: #2f2f2f;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.list_header > div input,
|
|
402
|
+
.list_item > div input {
|
|
403
|
+
margin-right: 7px;
|
|
404
|
+
margin-left: 12px;
|
|
405
|
+
vertical-align: baseline;
|
|
406
|
+
line-height: 22px;
|
|
407
|
+
position: relative;
|
|
408
|
+
top: -1px;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
div.list_item:hover {
|
|
412
|
+
background-color: #fafafa;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.breadcrumb > li {
|
|
416
|
+
font-size: 12pt;
|
|
417
|
+
color: #303030;
|
|
418
|
+
border: none;
|
|
419
|
+
text-shadow: none !important;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.breadcrumb > li + li:before {
|
|
423
|
+
content: "/\00a0";
|
|
424
|
+
padding: 0px;
|
|
425
|
+
color: #303030;
|
|
426
|
+
font-size: 18px;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
#project_name > .breadcrumb {
|
|
430
|
+
padding: 0px;
|
|
431
|
+
margin-bottom: 0px;
|
|
432
|
+
background-color: transparent;
|
|
433
|
+
font-weight: normal;
|
|
434
|
+
margin-top: -2px;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
ul#tabs a {
|
|
438
|
+
font-family: sans-serif;
|
|
439
|
+
font-size: 13.5pt;
|
|
440
|
+
font-weight: normal;
|
|
441
|
+
font-style: normal;
|
|
442
|
+
text-shadow: none !important;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.nav-tabs {
|
|
446
|
+
font-family: sans-serif;
|
|
447
|
+
font-size: 13.5pt;
|
|
448
|
+
font-weight: normal;
|
|
449
|
+
font-style: normal;
|
|
450
|
+
background-color: transparent;
|
|
451
|
+
border-color: transparent;
|
|
452
|
+
text-shadow: none !important;
|
|
453
|
+
border: 2px solid transparent;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.nav-tabs > li > a:active,
|
|
457
|
+
.nav-tabs > li > a:focus,
|
|
458
|
+
.nav-tabs > li > a:hover,
|
|
459
|
+
.nav-tabs > li.active > a,
|
|
460
|
+
.nav-tabs > li.active > a:focus,
|
|
461
|
+
.nav-tabs > li.active > a:hover,
|
|
462
|
+
.nav-tabs > li.active > a,
|
|
463
|
+
.nav-tabs > li.active > a:hover,
|
|
464
|
+
.nav-tabs > li.active > a:focus {
|
|
465
|
+
color: #ef5c00;
|
|
466
|
+
background-color: transparent;
|
|
467
|
+
border-color: transparent;
|
|
468
|
+
border-bottom: 2px solid transparent;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
.nav > li.disabled > a,
|
|
472
|
+
.nav > li.disabled > a:hover {
|
|
473
|
+
color: #828892;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.nav-tabs > li > a:before {
|
|
477
|
+
content: "";
|
|
478
|
+
position: absolute;
|
|
479
|
+
width: 100%;
|
|
480
|
+
height: 2px;
|
|
481
|
+
bottom: -2px;
|
|
482
|
+
left: 0;
|
|
483
|
+
background-color: #ef5c00;
|
|
484
|
+
visibility: hidden;
|
|
485
|
+
-webkit-transform: perspective(0) scaleX(0);
|
|
486
|
+
transform: perspective(0) scaleX(0);
|
|
487
|
+
-webkit-transition: ease 220ms;
|
|
488
|
+
transition: ease 220ms;
|
|
489
|
+
-webkit-font-smoothing: antialiased !important;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.nav-tabs > li > a:hover:before {
|
|
493
|
+
visibility: visible;
|
|
494
|
+
-webkit-transform: perspective(1) scaleX(1);
|
|
495
|
+
transform: perspective(1) scaleX(1);
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
.nav-tabs > li.active > a:before {
|
|
499
|
+
content: "";
|
|
500
|
+
position: absolute;
|
|
501
|
+
width: 100%;
|
|
502
|
+
height: 2px;
|
|
503
|
+
bottom: -2px;
|
|
504
|
+
left: 0;
|
|
505
|
+
background-color: #ef5c00;
|
|
506
|
+
visibility: visible;
|
|
507
|
+
-webkit-transform: perspective(1) scaleX(1);
|
|
508
|
+
transform: perspective(1) scaleX(1);
|
|
509
|
+
-webkit-font-smoothing: subpixel-antialiased !important;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
div#notebook {
|
|
513
|
+
font-family: sans-serif;
|
|
514
|
+
font-size: 13pt;
|
|
515
|
+
padding-top: 4px;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
.notebook_app {
|
|
519
|
+
background-color: #ffffff;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
#notebook-container {
|
|
523
|
+
padding: 13px 2px;
|
|
524
|
+
background-color: #ffffff;
|
|
525
|
+
min-height: 0px;
|
|
526
|
+
box-shadow: none;
|
|
527
|
+
width: 980px;
|
|
528
|
+
margin-right: auto;
|
|
529
|
+
margin-left: auto;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
div#ipython-main-app.container {
|
|
533
|
+
width: 980px;
|
|
534
|
+
margin-right: auto;
|
|
535
|
+
margin-left: auto;
|
|
536
|
+
margin-right: auto;
|
|
537
|
+
margin-left: auto;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
.container {
|
|
541
|
+
width: 980px;
|
|
542
|
+
margin-right: auto;
|
|
543
|
+
margin-left: auto;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
div#menubar-container {
|
|
547
|
+
width: 100%;
|
|
548
|
+
width: 980px;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
div#header-container {
|
|
552
|
+
width: 980px;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
.notebook_app #header,
|
|
556
|
+
.edit_app #header {
|
|
557
|
+
box-shadow: none !important;
|
|
558
|
+
background-color: #ffffff;
|
|
559
|
+
border-bottom: 2px solid rgba(180, 180, 180, 0.14);
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
#header,
|
|
563
|
+
.edit_app #header {
|
|
564
|
+
font-family: sans-serif;
|
|
565
|
+
font-size: 13pt;
|
|
566
|
+
box-shadow: none;
|
|
567
|
+
background-color: #ffffff;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
#header .header-bar,
|
|
571
|
+
.edit_app #header .header-bar {
|
|
572
|
+
background: #ffffff;
|
|
573
|
+
background-color: #ffffff;
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
body > #header .header-bar {
|
|
577
|
+
width: 100%;
|
|
578
|
+
background: #ffffff;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
span.checkpoint_status,
|
|
582
|
+
span.autosave_status {
|
|
583
|
+
font-size: small;
|
|
584
|
+
display: none;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
#menubar,
|
|
588
|
+
div#menubar {
|
|
589
|
+
background-color: #ffffff;
|
|
590
|
+
padding-top: 0px !important;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
#menubar .navbar,
|
|
594
|
+
.navbar-default {
|
|
595
|
+
background-color: #ffffff;
|
|
596
|
+
margin-bottom: 0px;
|
|
597
|
+
margin-top: 0px;
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
.navbar {
|
|
601
|
+
border: none;
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
div.navbar-text,
|
|
605
|
+
.navbar-text,
|
|
606
|
+
.navbar-text.indicator_area,
|
|
607
|
+
p.navbar-text.indicator_area {
|
|
608
|
+
margin-top: 8px !important;
|
|
609
|
+
margin-bottom: 0px;
|
|
610
|
+
color: #ff7823;
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
.navbar-default {
|
|
614
|
+
font-family: sans-serif;
|
|
615
|
+
font-size: 13pt;
|
|
616
|
+
background-color: #ffffff;
|
|
617
|
+
border-color: #d4d4d4;
|
|
618
|
+
line-height: 1.5em;
|
|
619
|
+
padding-bottom: 0px;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
.navbar-default .navbar-nav > li > a {
|
|
623
|
+
font-family: sans-serif;
|
|
624
|
+
font-size: 13pt;
|
|
625
|
+
color: #303030;
|
|
626
|
+
display: block;
|
|
627
|
+
line-height: 1.5em;
|
|
628
|
+
padding-top: 14px;
|
|
629
|
+
padding-bottom: 11px;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
.navbar-default .navbar-nav > li > a:hover,
|
|
633
|
+
.navbar-default .navbar-nav > li > a:focus {
|
|
634
|
+
color: #2f2f2f !important;
|
|
635
|
+
background-color: rgba(180, 180, 180, 0.14) !important;
|
|
636
|
+
border-color: #d4d4d4 !important;
|
|
637
|
+
line-height: 1.5em;
|
|
638
|
+
transition: 80ms ease;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
.navbar-default .navbar-nav > .open > a,
|
|
642
|
+
.navbar-default .navbar-nav > .open > a:hover,
|
|
643
|
+
.navbar-default .navbar-nav > .open > a:focus {
|
|
644
|
+
color: #1c1c1c;
|
|
645
|
+
background-color: #dedede;
|
|
646
|
+
border-color: #dedede;
|
|
647
|
+
line-height: 1.5em;
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
.navbar-nav > li > .dropdown-menu {
|
|
651
|
+
margin-top: 0px;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
.navbar-nav {
|
|
655
|
+
margin: 0;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
div.notification_widget.info,
|
|
659
|
+
.notification_widget.info,
|
|
660
|
+
.notification_widget:active:hover,
|
|
661
|
+
.notification_widget.active:hover,
|
|
662
|
+
.open > .dropdown-toggle.notification_widget:hover,
|
|
663
|
+
.notification_widget:active:focus,
|
|
664
|
+
.notification_widget.active:focus,
|
|
665
|
+
.open > .dropdown-toggle.notification_widget:focus,
|
|
666
|
+
.notification_widget:active.focus,
|
|
667
|
+
.notification_widget.active.focus,
|
|
668
|
+
.open > .dropdown-toggle.notification_widget.focus,
|
|
669
|
+
div#notification_notebook.notification_widget.btn.btn-xs.navbar-btn,
|
|
670
|
+
div#notification_notebook.notification_widget.btn.btn-xs.navbar-btn:hover,
|
|
671
|
+
div#notification_notebook.notification_widget.btn.btn-xs.navbar-btn:focus {
|
|
672
|
+
color: #303030 !important;
|
|
673
|
+
background-color: transparent !important;
|
|
674
|
+
border-color: transparent !important;
|
|
675
|
+
padding-bottom: 0px !important;
|
|
676
|
+
margin-bottom: 0px !important;
|
|
677
|
+
font-size: 9pt !important;
|
|
678
|
+
z-index: 0;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
div#notification_notebook.notification_widget.btn.btn-xs.navbar-btn {
|
|
682
|
+
font-size: 9pt !important;
|
|
683
|
+
z-index: 0;
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
.notification_widget {
|
|
687
|
+
color: #126dce;
|
|
688
|
+
z-index: -500;
|
|
689
|
+
font-size: 9pt;
|
|
690
|
+
background: transparent;
|
|
691
|
+
background-color: transparent;
|
|
692
|
+
margin-right: 3px;
|
|
693
|
+
border: none;
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
.notification_widget,
|
|
697
|
+
div.notification_widget {
|
|
698
|
+
margin-right: 0px;
|
|
699
|
+
margin-left: 0px;
|
|
700
|
+
padding-right: 0px;
|
|
701
|
+
vertical-align: text-top !important;
|
|
702
|
+
margin-top: 6px !important;
|
|
703
|
+
background: transparent !important;
|
|
704
|
+
background-color: transparent !important;
|
|
705
|
+
font-size: 9pt !important;
|
|
706
|
+
border: none;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
.navbar-btn.btn-xs:hover {
|
|
710
|
+
border: none !important;
|
|
711
|
+
background: transparent !important;
|
|
712
|
+
background-color: transparent !important;
|
|
713
|
+
color: #303030 !important;
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
div.notification_widget.info,
|
|
717
|
+
.notification_widget.info {
|
|
718
|
+
display: none !important;
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
.edit_mode .modal_indicator:before {
|
|
722
|
+
display: none;
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
.command_mode .modal_indicator:before {
|
|
726
|
+
display: none;
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
.item_icon {
|
|
730
|
+
color: #126dce;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
.item_buttons .kernel-name {
|
|
734
|
+
font-size: 13pt;
|
|
735
|
+
color: #126dce;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
.running_notebook_icon:before {
|
|
739
|
+
color: #009e07 !important;
|
|
740
|
+
font: normal normal normal 15px/1 FontAwesome;
|
|
741
|
+
font-size: 15px;
|
|
742
|
+
text-rendering: auto;
|
|
743
|
+
-webkit-font-smoothing: antialiased;
|
|
744
|
+
-moz-osx-font-smoothing: grayscale;
|
|
745
|
+
content: "\f10c";
|
|
746
|
+
vertical-align: middle;
|
|
747
|
+
position: static;
|
|
748
|
+
display: inherit;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
.item_buttons .running-indicator {
|
|
752
|
+
padding-top: 4px;
|
|
753
|
+
color: #009e07;
|
|
754
|
+
font-family: sans-serif;
|
|
755
|
+
text-rendering: auto;
|
|
756
|
+
-webkit-font-smoothing: antialiased;
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
#notification_trusted {
|
|
760
|
+
font-family: sans-serif;
|
|
761
|
+
border: none;
|
|
762
|
+
background: transparent;
|
|
763
|
+
background-color: transparent;
|
|
764
|
+
margin-bottom: 0px !important;
|
|
765
|
+
vertical-align: bottom !important;
|
|
766
|
+
color: #828892 !important;
|
|
767
|
+
cursor: default !important;
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
#notification_area,
|
|
771
|
+
div.notification_area {
|
|
772
|
+
float: right !important;
|
|
773
|
+
position: static;
|
|
774
|
+
cursor: pointer;
|
|
775
|
+
padding-top: 6px;
|
|
776
|
+
padding-right: 4px;
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
div#notification_notebook.notification_widget.btn.btn-xs.navbar-btn {
|
|
780
|
+
font-size: 9pt !important;
|
|
781
|
+
z-index: 0;
|
|
782
|
+
margin-top: -5px !important;
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
#modal_indicator {
|
|
786
|
+
float: right !important;
|
|
787
|
+
color: #4c8be2;
|
|
788
|
+
background: #ffffff;
|
|
789
|
+
background-color: #ffffff;
|
|
790
|
+
margin-top: 8px !important;
|
|
791
|
+
margin-left: 0px;
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
#kernel_indicator {
|
|
795
|
+
float: right !important;
|
|
796
|
+
color: #ff7823;
|
|
797
|
+
background: #ffffff;
|
|
798
|
+
background-color: #ffffff;
|
|
799
|
+
border-left: 2px solid #ff7823;
|
|
800
|
+
padding-top: 0px;
|
|
801
|
+
padding-bottom: 4px;
|
|
802
|
+
margin-top: 10px !important;
|
|
803
|
+
margin-left: -2px;
|
|
804
|
+
padding-left: 5px !important;
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
#kernel_indicator .kernel_indicator_name {
|
|
808
|
+
font-size: 17px;
|
|
809
|
+
color: #ff7823;
|
|
810
|
+
background: #ffffff;
|
|
811
|
+
background-color: #ffffff;
|
|
812
|
+
padding-left: 5px;
|
|
813
|
+
padding-right: 5px;
|
|
814
|
+
margin-top: 4px;
|
|
815
|
+
vertical-align: text-top;
|
|
816
|
+
padding-bottom: 0px;
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.kernel_idle_icon:before {
|
|
820
|
+
display: inline-block;
|
|
821
|
+
font: normal normal normal 22px/1 FontAwesome;
|
|
822
|
+
font-size: 22px;
|
|
823
|
+
text-rendering: auto;
|
|
824
|
+
-webkit-font-smoothing: antialiased;
|
|
825
|
+
cursor: pointer;
|
|
826
|
+
margin-left: 0px !important;
|
|
827
|
+
opacity: 0.7;
|
|
828
|
+
vertical-align: bottom;
|
|
829
|
+
margin-top: 1px;
|
|
830
|
+
content: "\f1db";
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
.kernel_busy_icon:before {
|
|
834
|
+
display: inline-block;
|
|
835
|
+
font: normal normal normal 22px/1 FontAwesome;
|
|
836
|
+
font-size: 22px;
|
|
837
|
+
-webkit-animation: pulsate 2s infinite ease-out;
|
|
838
|
+
animation: pulsate 2s infinite ease-out;
|
|
839
|
+
text-rendering: auto;
|
|
840
|
+
-webkit-font-smoothing: antialiased;
|
|
841
|
+
cursor: pointer;
|
|
842
|
+
margin-left: 0px !important;
|
|
843
|
+
vertical-align: bottom;
|
|
844
|
+
margin-top: 1px;
|
|
845
|
+
content: "\f111";
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
@-webkit-keyframes pulsate {
|
|
849
|
+
0% {
|
|
850
|
+
-webkit-transform: scale(1, 1);
|
|
851
|
+
opacity: 0.8;
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
8% {
|
|
855
|
+
-webkit-transform: scale(1, 1);
|
|
856
|
+
opacity: 0.8;
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
50% {
|
|
860
|
+
-webkit-transform: scale(0.75, 0.75);
|
|
861
|
+
opacity: 0.3;
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
92% {
|
|
865
|
+
-webkit-transform: scale(1, 1);
|
|
866
|
+
opacity: 0.8;
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
100% {
|
|
870
|
+
-webkit-transform: scale(1, 1);
|
|
871
|
+
opacity: 0.8;
|
|
872
|
+
}
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
div.notification_widget.info,
|
|
876
|
+
.notification_widget.info,
|
|
877
|
+
.notification_widget:active:hover,
|
|
878
|
+
.notification_widget.active:hover,
|
|
879
|
+
.open > .dropdown-toggle.notification_widget:hover,
|
|
880
|
+
.notification_widget:active:focus,
|
|
881
|
+
.notification_widget.active:focus,
|
|
882
|
+
.open > .dropdown-toggle.notification_widget:focus,
|
|
883
|
+
.notification_widget:active.focus,
|
|
884
|
+
.notification_widget.active.focus,
|
|
885
|
+
.open > .dropdown-toggle.notification_widget.focus,
|
|
886
|
+
div#notification_notebook.notification_widget.btn.btn-xs.navbar-btn,
|
|
887
|
+
div#notification_notebook.notification_widget.btn.btn-xs.navbar-btn:hover,
|
|
888
|
+
div#notification_notebook.notification_widget.btn.btn-xs.navbar-btn:focus {
|
|
889
|
+
color: #303030;
|
|
890
|
+
background-color: #ffffff;
|
|
891
|
+
border-color: #ffffff;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
#notification_area,
|
|
895
|
+
div.notification_area {
|
|
896
|
+
float: right !important;
|
|
897
|
+
position: static;
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
.notification_widget,
|
|
901
|
+
div.notification_widget {
|
|
902
|
+
margin-right: 0px;
|
|
903
|
+
margin-left: 0px;
|
|
904
|
+
padding-right: 0px;
|
|
905
|
+
vertical-align: text-top !important;
|
|
906
|
+
margin-top: 6px !important;
|
|
907
|
+
z-index: 1000;
|
|
908
|
+
}
|
|
909
|
+
|
|
910
|
+
#kernel_logo_widget,
|
|
911
|
+
#kernel_logo_widget .current_kernel_logo {
|
|
912
|
+
display: none;
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
div#ipython_notebook {
|
|
916
|
+
display: none;
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
i.fa.fa-icon {
|
|
920
|
+
-webkit-font-smoothing: antialiased;
|
|
921
|
+
-moz-osx-font-smoothing: grayscale;
|
|
922
|
+
text-rendering: auto;
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
.fa {
|
|
926
|
+
display: inline-block;
|
|
927
|
+
font:
|
|
928
|
+
normal normal normal 10pt/1 "FontAwesome",
|
|
929
|
+
sans-serif;
|
|
930
|
+
text-rendering: auto;
|
|
931
|
+
-webkit-font-smoothing: antialiased;
|
|
932
|
+
-moz-osx-font-smoothing: grayscale;
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
.dropdown-menu {
|
|
936
|
+
font-family: sans-serif;
|
|
937
|
+
font-size: 13pt;
|
|
938
|
+
box-shadow: none;
|
|
939
|
+
padding: 0px;
|
|
940
|
+
text-align: left;
|
|
941
|
+
border: none;
|
|
942
|
+
background-color: #dedede;
|
|
943
|
+
background: #dedede;
|
|
944
|
+
line-height: 1;
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
.dropdown-menu:hover {
|
|
948
|
+
font-family: sans-serif;
|
|
949
|
+
font-size: 13pt;
|
|
950
|
+
box-shadow: none;
|
|
951
|
+
padding: 0px;
|
|
952
|
+
text-align: left;
|
|
953
|
+
border: none;
|
|
954
|
+
background-color: #dedede;
|
|
955
|
+
box-shadow: none;
|
|
956
|
+
line-height: 1;
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
.dropdown-menu > li > a {
|
|
960
|
+
font-family: sans-serif;
|
|
961
|
+
font-size: 12pt;
|
|
962
|
+
display: block;
|
|
963
|
+
padding: 10px 20px 9px 10px;
|
|
964
|
+
color: #303030;
|
|
965
|
+
background-color: #dedede;
|
|
966
|
+
background: #dedede;
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
.dropdown-menu > li > a:hover,
|
|
970
|
+
.dropdown-menu > li > a:focus {
|
|
971
|
+
color: #2f2f2f;
|
|
972
|
+
background-color: #d4d4d4;
|
|
973
|
+
background: #d4d4d4;
|
|
974
|
+
border-color: #d4d4d4;
|
|
975
|
+
transition: 200ms ease;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
.dropdown-menu .divider {
|
|
979
|
+
height: 1px;
|
|
980
|
+
margin: 0px 0px;
|
|
981
|
+
overflow: hidden;
|
|
982
|
+
background-color: rgba(180, 180, 180, 0.3);
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
.dropdown-submenu > .dropdown-menu {
|
|
986
|
+
display: none;
|
|
987
|
+
top: 2px !important;
|
|
988
|
+
left: 100%;
|
|
989
|
+
margin-top: -2px;
|
|
990
|
+
margin-left: 0px;
|
|
991
|
+
padding-top: 0px;
|
|
992
|
+
transition: 200ms ease;
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
.dropdown-menu > .disabled > a,
|
|
996
|
+
.dropdown-menu > .disabled > a:hover,
|
|
997
|
+
.dropdown-menu > .disabled > a:focus {
|
|
998
|
+
font-family: sans-serif;
|
|
999
|
+
font-size: 12pt;
|
|
1000
|
+
font-weight: normal;
|
|
1001
|
+
color: #828892;
|
|
1002
|
+
padding: none;
|
|
1003
|
+
display: block;
|
|
1004
|
+
clear: both;
|
|
1005
|
+
white-space: nowrap;
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
.dropdown-submenu > a:after {
|
|
1009
|
+
color: #303030;
|
|
1010
|
+
margin-right: -16px;
|
|
1011
|
+
margin-top: 0px;
|
|
1012
|
+
display: inline-block;
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
.dropdown-submenu:hover > a:after,
|
|
1016
|
+
.dropdown-submenu:active > a:after,
|
|
1017
|
+
.dropdown-submenu:focus > a:after,
|
|
1018
|
+
.dropdown-submenu:visited > a:after {
|
|
1019
|
+
color: #ff7823;
|
|
1020
|
+
margin-right: -16px;
|
|
1021
|
+
display: inline-block !important;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
div.kse-dropdown > .dropdown-menu,
|
|
1025
|
+
.kse-dropdown > .dropdown-menu {
|
|
1026
|
+
min-width: 0;
|
|
1027
|
+
top: 94%;
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
.btn,
|
|
1031
|
+
.btn-default {
|
|
1032
|
+
font-family: sans-serif;
|
|
1033
|
+
color: #303030;
|
|
1034
|
+
background: #e5e5e5;
|
|
1035
|
+
background-color: #e5e5e5;
|
|
1036
|
+
border: 2px solid #e5e5e5;
|
|
1037
|
+
font-weight: normal;
|
|
1038
|
+
box-shadow: none;
|
|
1039
|
+
text-shadow: none;
|
|
1040
|
+
border-radius: 3px;
|
|
1041
|
+
font-size: initial;
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
.btn:hover,
|
|
1045
|
+
.btn:active:hover,
|
|
1046
|
+
.btn.active:hover,
|
|
1047
|
+
.btn-default:hover,
|
|
1048
|
+
.open > .dropdown-toggle.btn-default:hover,
|
|
1049
|
+
.open > .dropdown-toggle.btn:hover {
|
|
1050
|
+
color: #ef5c00;
|
|
1051
|
+
border: 2px solid #e0e0e0;
|
|
1052
|
+
background-color: #e0e0e0;
|
|
1053
|
+
background: #e0e0e0;
|
|
1054
|
+
background-image: none;
|
|
1055
|
+
box-shadow: none !important;
|
|
1056
|
+
border-radius: 3px;
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
.btn:active,
|
|
1060
|
+
.btn.active,
|
|
1061
|
+
.btn:active:focus,
|
|
1062
|
+
.btn.active:focus,
|
|
1063
|
+
.btn:active.focus,
|
|
1064
|
+
.btn.active.focus,
|
|
1065
|
+
.btn-default:focus,
|
|
1066
|
+
.btn-default.focus,
|
|
1067
|
+
.btn-default:active,
|
|
1068
|
+
.btn-default.active,
|
|
1069
|
+
.btn-default:active:hover,
|
|
1070
|
+
.btn-default.active:hover,
|
|
1071
|
+
.btn-default:active:focus,
|
|
1072
|
+
.btn-default.active:focus,
|
|
1073
|
+
.btn-default:active.focus,
|
|
1074
|
+
.btn-default.active.focus,
|
|
1075
|
+
.open > .dropdown-toggle.btn:focus,
|
|
1076
|
+
.open > .dropdown-toggle.btn.focus,
|
|
1077
|
+
.open > .dropdown-toggle.btn-default:hover,
|
|
1078
|
+
.open > .dropdown-toggle.btn-default:focus,
|
|
1079
|
+
.open > .dropdown-toggle.btn-default.hover,
|
|
1080
|
+
.open > .dropdown-toggle.btn-default.focus {
|
|
1081
|
+
color: #ef5c00;
|
|
1082
|
+
border: 2px solid #e0e0e0;
|
|
1083
|
+
background-color: #e0e0e0 !important;
|
|
1084
|
+
background: #e0e0e0 !important;
|
|
1085
|
+
background-image: none;
|
|
1086
|
+
box-shadow: none !important;
|
|
1087
|
+
border-radius: 3px;
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
.btn-default:active:hover,
|
|
1091
|
+
.btn-default.active:hover,
|
|
1092
|
+
.btn-default:active:focus,
|
|
1093
|
+
.btn-default.active:focus,
|
|
1094
|
+
.btn-default:active.focus,
|
|
1095
|
+
.btn-default.active.focus {
|
|
1096
|
+
color: #ef5c00 !important;
|
|
1097
|
+
background-color: #e5e5e5;
|
|
1098
|
+
border-color: #ffccac !important;
|
|
1099
|
+
transition: 2000ms ease;
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
.btn:focus,
|
|
1103
|
+
.btn.focus,
|
|
1104
|
+
.btn:active:focus,
|
|
1105
|
+
.btn.active:focus,
|
|
1106
|
+
.btn:active,
|
|
1107
|
+
.btn.active,
|
|
1108
|
+
.btn:active.focus,
|
|
1109
|
+
.btn.active.focus {
|
|
1110
|
+
color: #ef5c00 !important;
|
|
1111
|
+
outline: none !important;
|
|
1112
|
+
outline-width: 0px !important;
|
|
1113
|
+
background: #ffccac !important;
|
|
1114
|
+
background-color: #ffccac !important;
|
|
1115
|
+
border-color: #ffccac !important;
|
|
1116
|
+
transition: 200ms ease !important;
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
.item_buttons > .btn,
|
|
1120
|
+
.item_buttons > .btn-group,
|
|
1121
|
+
.item_buttons > .input-group {
|
|
1122
|
+
font-size: 13pt;
|
|
1123
|
+
background: transparent;
|
|
1124
|
+
background-color: transparent;
|
|
1125
|
+
border: 0px solid #e4e4e4;
|
|
1126
|
+
border-bottom: 2px solid transparent;
|
|
1127
|
+
margin-left: 5px;
|
|
1128
|
+
padding-top: 4px !important;
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
.item_buttons > .btn:hover,
|
|
1132
|
+
.item_buttons > .btn-group:hover,
|
|
1133
|
+
.item_buttons > .input-group:hover,
|
|
1134
|
+
.item_buttons > .btn.active,
|
|
1135
|
+
.item_buttons > .btn-group.active,
|
|
1136
|
+
.item_buttons > .input-group.active,
|
|
1137
|
+
.item_buttons > .btn.focus {
|
|
1138
|
+
margin-left: 5px;
|
|
1139
|
+
background: #dfdfdf;
|
|
1140
|
+
padding-top: 4px !important;
|
|
1141
|
+
background-color: transparent;
|
|
1142
|
+
border: 0px solid transparent;
|
|
1143
|
+
border-bottom: 2px solid #ff7823;
|
|
1144
|
+
border-radius: 0px;
|
|
1145
|
+
transition: none;
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
.item_buttons {
|
|
1149
|
+
line-height: 1.5em !important;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
.item_buttons .btn {
|
|
1153
|
+
min-width: 11ex;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
.btn-group > .btn:first-child {
|
|
1157
|
+
margin-left: 3px;
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
.btn-group > .btn-mini,
|
|
1161
|
+
.btn-sm,
|
|
1162
|
+
.btn-group-sm > .btn,
|
|
1163
|
+
.btn-xs,
|
|
1164
|
+
.btn-group-xs > .btn,
|
|
1165
|
+
.alternate_upload .btn-upload,
|
|
1166
|
+
.btn-group,
|
|
1167
|
+
.btn-group-vertical {
|
|
1168
|
+
font-size: inherit;
|
|
1169
|
+
font-weight: normal;
|
|
1170
|
+
height: inherit;
|
|
1171
|
+
line-height: inherit;
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
.btn-xs,
|
|
1175
|
+
.btn-group-xs > .btn {
|
|
1176
|
+
font-size: initial !important;
|
|
1177
|
+
background-image: none;
|
|
1178
|
+
font-weight: normal;
|
|
1179
|
+
text-shadow: none;
|
|
1180
|
+
display: inline-table;
|
|
1181
|
+
padding: 2px 5px;
|
|
1182
|
+
line-height: 1.45;
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
.btn-group > .btn:first-child {
|
|
1186
|
+
margin-left: 3px;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
div#new-buttons > button,
|
|
1190
|
+
#new-buttons > button,
|
|
1191
|
+
div#refresh_notebook_list,
|
|
1192
|
+
#refresh_notebook_list {
|
|
1193
|
+
background: transparent;
|
|
1194
|
+
background-color: transparent;
|
|
1195
|
+
border: none;
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1198
|
+
div#new-buttons > button:hover,
|
|
1199
|
+
#new-buttons > button:hover,
|
|
1200
|
+
div#refresh_notebook_list,
|
|
1201
|
+
#refresh_notebook_list,
|
|
1202
|
+
div.alternate_upload .btn-upload,
|
|
1203
|
+
.alternate_upload .btn-upload,
|
|
1204
|
+
div.dynamic-buttons > button,
|
|
1205
|
+
.dynamic-buttons > button,
|
|
1206
|
+
.dynamic-buttons > button:focus,
|
|
1207
|
+
.dynamic-buttons > button:active:focus,
|
|
1208
|
+
.dynamic-buttons > button.active:focus,
|
|
1209
|
+
.dynamic-buttons > button.focus,
|
|
1210
|
+
.dynamic-buttons > button:active.focus,
|
|
1211
|
+
.dynamic-buttons > button.active.focus,
|
|
1212
|
+
#new-buttons > button:focus,
|
|
1213
|
+
#new-buttons > button:active:focus,
|
|
1214
|
+
#new-buttons > button.active:focus,
|
|
1215
|
+
#new-buttons > button.focus,
|
|
1216
|
+
#new-buttons > button:active.focus,
|
|
1217
|
+
#new-buttons > button.active.focus,
|
|
1218
|
+
.alternate_upload .btn-upload:focus,
|
|
1219
|
+
.alternate_upload .btn-upload:active:focus,
|
|
1220
|
+
.alternate_upload .btn-upload.active:focus,
|
|
1221
|
+
.alternate_upload .btn-upload.focus,
|
|
1222
|
+
.alternate_upload .btn-upload:active.focus,
|
|
1223
|
+
.alternate_upload .btn-upload.active.focus {
|
|
1224
|
+
background: transparent !important;
|
|
1225
|
+
background-color: transparent !important;
|
|
1226
|
+
border: none !important;
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1229
|
+
.alternate_upload input.fileinput {
|
|
1230
|
+
text-align: center;
|
|
1231
|
+
vertical-align: bottom;
|
|
1232
|
+
margin-left: -0.5ex;
|
|
1233
|
+
display: inline-table;
|
|
1234
|
+
border: solid 0px #e5e5e5;
|
|
1235
|
+
margin-bottom: -1ex;
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
.alternate_upload .btn-upload {
|
|
1239
|
+
display: inline-table;
|
|
1240
|
+
background: transparent;
|
|
1241
|
+
border: none;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
.btn-group .btn + .btn,
|
|
1245
|
+
.btn-group .btn + .btn-group,
|
|
1246
|
+
.btn-group .btn-group + .btn,
|
|
1247
|
+
.btn-group .btn-group + .btn-group {
|
|
1248
|
+
margin-left: -2px;
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1251
|
+
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
|
|
1252
|
+
border-bottom-right-radius: 0;
|
|
1253
|
+
border-top-right-radius: 0;
|
|
1254
|
+
z-index: 2;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
.dropdown-header {
|
|
1258
|
+
font-family: sans-serif !important;
|
|
1259
|
+
font-size: 13pt !important;
|
|
1260
|
+
color: #ff7823 !important;
|
|
1261
|
+
border-bottom: none !important;
|
|
1262
|
+
padding: 0px !important;
|
|
1263
|
+
margin: 6px 6px 0px !important;
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
span#last-modified.btn.btn-xs.btn-default.sort-action,
|
|
1267
|
+
span#sort-name.btn.btn-xs.btn-default.sort-action,
|
|
1268
|
+
span#file-size.btn.btn-xs.btn-default.sort-action {
|
|
1269
|
+
font-family: sans-serif;
|
|
1270
|
+
font-size: 16px;
|
|
1271
|
+
background-color: transparent;
|
|
1272
|
+
background: transparent;
|
|
1273
|
+
border: none;
|
|
1274
|
+
color: #303030;
|
|
1275
|
+
padding-bottom: 0px;
|
|
1276
|
+
margin-bottom: 0px;
|
|
1277
|
+
vertical-align: sub;
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
span#last-modified.btn.btn-xs.btn-default.sort-action {
|
|
1281
|
+
margin-left: 19px;
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
button.close {
|
|
1285
|
+
border: 0px none;
|
|
1286
|
+
font-family: sans-serif;
|
|
1287
|
+
font-size: 20pt;
|
|
1288
|
+
font-weight: normal;
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
.dynamic-buttons {
|
|
1292
|
+
padding-top: 0px;
|
|
1293
|
+
display: inline-block;
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
.close {
|
|
1297
|
+
color: #de143d;
|
|
1298
|
+
opacity: 0.5;
|
|
1299
|
+
text-shadow: none;
|
|
1300
|
+
font-weight: normal;
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
.close:hover {
|
|
1304
|
+
color: #de143d;
|
|
1305
|
+
opacity: 1;
|
|
1306
|
+
font-weight: normal;
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
div.nbext-enable-btns .btn[disabled],
|
|
1310
|
+
div.nbext-enable-btns .btn[disabled]:hover,
|
|
1311
|
+
.btn-default.disabled,
|
|
1312
|
+
.btn-default[disabled],
|
|
1313
|
+
.btn-default.disabled:hover,
|
|
1314
|
+
.btn-default[disabled]:hover,
|
|
1315
|
+
fieldset[disabled] .btn-default:hover,
|
|
1316
|
+
.btn-default.disabled:focus,
|
|
1317
|
+
.btn-default[disabled]:focus,
|
|
1318
|
+
fieldset[disabled] .btn-default:focus,
|
|
1319
|
+
.btn-default.disabled.focus,
|
|
1320
|
+
.btn-default[disabled].focus,
|
|
1321
|
+
fieldset[disabled] .btn-default.focus {
|
|
1322
|
+
color: #4a4a4a;
|
|
1323
|
+
background: #e2e2e2;
|
|
1324
|
+
background-color: #e2e2e2;
|
|
1325
|
+
border-color: #e2e2e2;
|
|
1326
|
+
transition: 200ms ease;
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
.input-group-addon {
|
|
1330
|
+
padding: 2px 5px;
|
|
1331
|
+
font-size: 13pt;
|
|
1332
|
+
font-weight: normal;
|
|
1333
|
+
height: auto;
|
|
1334
|
+
color: #303030;
|
|
1335
|
+
text-align: center;
|
|
1336
|
+
background-color: transparent;
|
|
1337
|
+
border: 2px solid transparent !important;
|
|
1338
|
+
text-transform: capitalize;
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1341
|
+
a.btn.btn-default.input-group-addon:hover {
|
|
1342
|
+
background: transparent !important;
|
|
1343
|
+
background-color: transparent !important;
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1346
|
+
.btn-group > .btn + .dropdown-toggle {
|
|
1347
|
+
padding-left: 8px;
|
|
1348
|
+
padding-right: 8px;
|
|
1349
|
+
height: 100%;
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
.btn-group > .btn + .dropdown-toggle:hover {
|
|
1353
|
+
background: #e0e0e0 !important;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
.input-group-btn {
|
|
1357
|
+
position: relative;
|
|
1358
|
+
font-size: inherit;
|
|
1359
|
+
white-space: nowrap;
|
|
1360
|
+
background: #e4e4e4;
|
|
1361
|
+
background-color: #e4e4e4;
|
|
1362
|
+
border: none;
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1365
|
+
.input-group-btn:hover {
|
|
1366
|
+
background: #dfdfdf;
|
|
1367
|
+
background-color: #dfdfdf;
|
|
1368
|
+
border: none;
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
.input-group-btn:first-child > .btn,
|
|
1372
|
+
.input-group-btn:first-child > .btn-group {
|
|
1373
|
+
background: #e4e4e4;
|
|
1374
|
+
background-color: #e4e4e4;
|
|
1375
|
+
border: none;
|
|
1376
|
+
margin-left: 2px;
|
|
1377
|
+
margin-right: -1px;
|
|
1378
|
+
font-size: inherit;
|
|
1379
|
+
}
|
|
1380
|
+
|
|
1381
|
+
.input-group-btn:first-child > .btn:hover,
|
|
1382
|
+
.input-group-btn:first-child > .btn-group:hover {
|
|
1383
|
+
background: #e0e0e0;
|
|
1384
|
+
background-color: #e0e0e0;
|
|
1385
|
+
border: none;
|
|
1386
|
+
font-size: inherit;
|
|
1387
|
+
transition: 200ms ease;
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
div.modal .btn-group > .btn:first-child {
|
|
1391
|
+
background: #e4e4e4;
|
|
1392
|
+
background-color: #e4e4e4;
|
|
1393
|
+
border: 1px solid #e1e1e1;
|
|
1394
|
+
margin-top: 0px !important;
|
|
1395
|
+
margin-left: 0px;
|
|
1396
|
+
margin-bottom: 2px;
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
div.modal .btn-group > .btn:first-child:hover {
|
|
1400
|
+
background: #dfdfdf;
|
|
1401
|
+
background-color: #dfdfdf;
|
|
1402
|
+
border: 1px solid #dfdfdf;
|
|
1403
|
+
transition: 200ms ease;
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
div.modal > button,
|
|
1407
|
+
div.modal-footer > button {
|
|
1408
|
+
background: #e4e4e4;
|
|
1409
|
+
background-color: #e4e4e4;
|
|
1410
|
+
border-color: #e4e4e4;
|
|
1411
|
+
}
|
|
1412
|
+
|
|
1413
|
+
div.modal > button:hover,
|
|
1414
|
+
div.modal-footer > button:hover {
|
|
1415
|
+
background: #dfdfdf;
|
|
1416
|
+
background-color: #dfdfdf;
|
|
1417
|
+
border-color: #dfdfdf;
|
|
1418
|
+
transition: 200ms ease;
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
.modal-content {
|
|
1422
|
+
font-family: sans-serif;
|
|
1423
|
+
font-size: 12pt;
|
|
1424
|
+
position: relative;
|
|
1425
|
+
background: #e4e4e4;
|
|
1426
|
+
background-color: #e4e4e4;
|
|
1427
|
+
border: none;
|
|
1428
|
+
border-radius: 1px;
|
|
1429
|
+
background-clip: padding-box;
|
|
1430
|
+
outline: none;
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
.modal-header {
|
|
1434
|
+
font-family: sans-serif;
|
|
1435
|
+
font-size: 13pt;
|
|
1436
|
+
color: #303030;
|
|
1437
|
+
background: #e4e4e4;
|
|
1438
|
+
background-color: #e4e4e4;
|
|
1439
|
+
border-color: #dedede;
|
|
1440
|
+
padding: 12px;
|
|
1441
|
+
min-height: 16.4286px;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
.modal-content h4 {
|
|
1445
|
+
font-family: sans-serif;
|
|
1446
|
+
font-size: 16pt;
|
|
1447
|
+
color: #303030;
|
|
1448
|
+
padding: 5px;
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1451
|
+
.modal-body {
|
|
1452
|
+
background-color: #ffffff;
|
|
1453
|
+
position: relative;
|
|
1454
|
+
padding: 15px;
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
.modal-footer {
|
|
1458
|
+
padding: 8px;
|
|
1459
|
+
text-align: right;
|
|
1460
|
+
background-color: #ffffff;
|
|
1461
|
+
border-top: none;
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
.alert-info {
|
|
1465
|
+
background-color: #fdfdfd;
|
|
1466
|
+
border-color: #dedede;
|
|
1467
|
+
color: #303030;
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1470
|
+
.modal-header .close {
|
|
1471
|
+
margin-top: -5px;
|
|
1472
|
+
font-size: 25pt;
|
|
1473
|
+
}
|
|
1474
|
+
|
|
1475
|
+
.modal-backdrop,
|
|
1476
|
+
.modal-backdrop.in {
|
|
1477
|
+
opacity: 0.85;
|
|
1478
|
+
background-color: notebook-bg;
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
div.panel,
|
|
1482
|
+
div.panel-default,
|
|
1483
|
+
.panel,
|
|
1484
|
+
.panel-default {
|
|
1485
|
+
font-family: sans-serif;
|
|
1486
|
+
font-size: 13pt;
|
|
1487
|
+
background-color: #f4f4f4;
|
|
1488
|
+
color: #303030;
|
|
1489
|
+
margin-bottom: 14px;
|
|
1490
|
+
border: 0;
|
|
1491
|
+
box-shadow: none;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
div.panel > .panel-heading,
|
|
1495
|
+
div.panel-default > .panel-heading {
|
|
1496
|
+
font-size: 14pt;
|
|
1497
|
+
color: #303030;
|
|
1498
|
+
background: #e4e4e4;
|
|
1499
|
+
background-color: #e4e4e4;
|
|
1500
|
+
border: 0;
|
|
1501
|
+
}
|
|
1502
|
+
|
|
1503
|
+
.modal .modal-dialog {
|
|
1504
|
+
min-width: 950px;
|
|
1505
|
+
margin: 50px auto;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
div.container-fluid {
|
|
1509
|
+
margin-right: auto;
|
|
1510
|
+
margin-left: auto;
|
|
1511
|
+
padding-left: 0px;
|
|
1512
|
+
padding-right: 5px;
|
|
1513
|
+
}
|
|
1514
|
+
|
|
1515
|
+
div.form-control,
|
|
1516
|
+
.form-control {
|
|
1517
|
+
font-family: sans-serif;
|
|
1518
|
+
font-size: initial;
|
|
1519
|
+
color: #303030;
|
|
1520
|
+
background-color: #ffffff;
|
|
1521
|
+
border: 1px solid #d0d0d0 !important;
|
|
1522
|
+
margin-left: 2px;
|
|
1523
|
+
box-shadow: none;
|
|
1524
|
+
transition:
|
|
1525
|
+
border-color 0.15s ease-in-out 0s,
|
|
1526
|
+
box-shadow 0.15s ease-in-out 0s;
|
|
1527
|
+
}
|
|
1528
|
+
|
|
1529
|
+
.form-control-static {
|
|
1530
|
+
min-height: inherit;
|
|
1531
|
+
height: inherit;
|
|
1532
|
+
}
|
|
1533
|
+
|
|
1534
|
+
.form-group.list-group-item {
|
|
1535
|
+
color: #303030;
|
|
1536
|
+
background-color: #f4f4f4;
|
|
1537
|
+
border-color: #dedede;
|
|
1538
|
+
margin-bottom: 0px;
|
|
1539
|
+
}
|
|
1540
|
+
|
|
1541
|
+
.form-group .input-group {
|
|
1542
|
+
float: left;
|
|
1543
|
+
}
|
|
1544
|
+
|
|
1545
|
+
input,
|
|
1546
|
+
button,
|
|
1547
|
+
select,
|
|
1548
|
+
textarea {
|
|
1549
|
+
background-color: #ffffff;
|
|
1550
|
+
font-weight: normal;
|
|
1551
|
+
border: 1px solid #dedede;
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
select.form-control.select-xs {
|
|
1555
|
+
height: 33px;
|
|
1556
|
+
font-size: 13pt;
|
|
1557
|
+
}
|
|
1558
|
+
|
|
1559
|
+
.toolbar select,
|
|
1560
|
+
.toolbar label {
|
|
1561
|
+
width: auto;
|
|
1562
|
+
vertical-align: middle;
|
|
1563
|
+
margin-right: 0px;
|
|
1564
|
+
margin-bottom: 0px;
|
|
1565
|
+
display: inline;
|
|
1566
|
+
font-size: 92%;
|
|
1567
|
+
margin-left: 10px;
|
|
1568
|
+
padding: 0px;
|
|
1569
|
+
background: #e5e5e5 !important;
|
|
1570
|
+
background-color: #e5e5e5 !important;
|
|
1571
|
+
border: 2px solid #e5e5e5 !important;
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1574
|
+
.form-control:focus {
|
|
1575
|
+
border-color: #ff7823;
|
|
1576
|
+
outline: 2px solid rgba(240, 147, 43, 0.5);
|
|
1577
|
+
-webkit-box-shadow: none;
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
::-webkit-input-placeholder {
|
|
1581
|
+
color: #828892;
|
|
1582
|
+
}
|
|
1583
|
+
|
|
1584
|
+
::-moz-placeholder {
|
|
1585
|
+
color: #828892;
|
|
1586
|
+
}
|
|
1587
|
+
|
|
1588
|
+
:-ms-input-placeholder {
|
|
1589
|
+
color: #828892;
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
:-moz-placeholder {
|
|
1593
|
+
color: #828892;
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
[dir="ltr"] #find-and-replace .input-group-btn + .form-control {
|
|
1597
|
+
border: 2px solid #dedede !important;
|
|
1598
|
+
}
|
|
1599
|
+
|
|
1600
|
+
[dir="ltr"] #find-and-replace .input-group-btn + .form-control:focus {
|
|
1601
|
+
border-color: #ff7823;
|
|
1602
|
+
outline: 2px solid rgba(240, 147, 43, 0.5);
|
|
1603
|
+
-webkit-box-shadow: none;
|
|
1604
|
+
box-shadow: none;
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1607
|
+
div.output.output_scroll {
|
|
1608
|
+
box-shadow: none;
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1611
|
+
::-webkit-scrollbar {
|
|
1612
|
+
width: 11px;
|
|
1613
|
+
max-height: 9px;
|
|
1614
|
+
background-color: #ebebeb;
|
|
1615
|
+
border-radius: 3px;
|
|
1616
|
+
border: none;
|
|
1617
|
+
}
|
|
1618
|
+
|
|
1619
|
+
::-webkit-scrollbar-track {
|
|
1620
|
+
background: #ebebeb;
|
|
1621
|
+
border: none;
|
|
1622
|
+
width: 11px;
|
|
1623
|
+
max-height: 9px;
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
::-webkit-scrollbar-thumb {
|
|
1627
|
+
border-radius: 2px;
|
|
1628
|
+
border: none;
|
|
1629
|
+
background: #909090;
|
|
1630
|
+
background-clip: content-box;
|
|
1631
|
+
width: 11px;
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1634
|
+
HTML,
|
|
1635
|
+
body,
|
|
1636
|
+
div,
|
|
1637
|
+
dl,
|
|
1638
|
+
dt,
|
|
1639
|
+
dd,
|
|
1640
|
+
ul,
|
|
1641
|
+
ol,
|
|
1642
|
+
li,
|
|
1643
|
+
h1,
|
|
1644
|
+
h2,
|
|
1645
|
+
h3,
|
|
1646
|
+
h4,
|
|
1647
|
+
h5,
|
|
1648
|
+
h6,
|
|
1649
|
+
pre,
|
|
1650
|
+
code,
|
|
1651
|
+
form,
|
|
1652
|
+
fieldset,
|
|
1653
|
+
legend,
|
|
1654
|
+
input,
|
|
1655
|
+
button,
|
|
1656
|
+
textarea,
|
|
1657
|
+
p,
|
|
1658
|
+
blockquote,
|
|
1659
|
+
th,
|
|
1660
|
+
td,
|
|
1661
|
+
span,
|
|
1662
|
+
a {
|
|
1663
|
+
text-rendering: geometricPrecision;
|
|
1664
|
+
-webkit-font-smoothing: subpixel-antialiased;
|
|
1665
|
+
font-weight: 400;
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
div.input_area {
|
|
1669
|
+
background-color: #ededed;
|
|
1670
|
+
background: #ededed;
|
|
1671
|
+
padding-right: 1.2em;
|
|
1672
|
+
border: 0px;
|
|
1673
|
+
border-radius: 0px;
|
|
1674
|
+
border-top-right-radius: 4px;
|
|
1675
|
+
border-bottom-right-radius: 4px;
|
|
1676
|
+
}
|
|
1677
|
+
|
|
1678
|
+
div.cell {
|
|
1679
|
+
padding: 0px;
|
|
1680
|
+
background: #ededed;
|
|
1681
|
+
background-color: #ededed;
|
|
1682
|
+
border: medium solid #ffffff;
|
|
1683
|
+
border-radius: 4px;
|
|
1684
|
+
top: 0;
|
|
1685
|
+
}
|
|
1686
|
+
|
|
1687
|
+
div.cell.selected {
|
|
1688
|
+
background: #ededed;
|
|
1689
|
+
background-color: #ededed;
|
|
1690
|
+
border: medium solid #ffffff;
|
|
1691
|
+
padding: 0px;
|
|
1692
|
+
border-radius: 5px;
|
|
1693
|
+
}
|
|
1694
|
+
|
|
1695
|
+
.edit_mode div.cell.selected {
|
|
1696
|
+
padding: 0px;
|
|
1697
|
+
background: #ededed;
|
|
1698
|
+
background-color: #ededed;
|
|
1699
|
+
border: medium solid #ffffff;
|
|
1700
|
+
border-radius: 5px;
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1703
|
+
div.cell.edit_mode {
|
|
1704
|
+
padding: 0px;
|
|
1705
|
+
background: #ededed;
|
|
1706
|
+
background-color: #ededed;
|
|
1707
|
+
}
|
|
1708
|
+
|
|
1709
|
+
div.CodeMirror-sizer {
|
|
1710
|
+
margin-left: 0px;
|
|
1711
|
+
margin-bottom: -21px;
|
|
1712
|
+
border-right-width: 16px;
|
|
1713
|
+
min-height: 37px;
|
|
1714
|
+
padding-right: 0px;
|
|
1715
|
+
padding-bottom: 0px;
|
|
1716
|
+
margin-top: 0px;
|
|
1717
|
+
}
|
|
1718
|
+
|
|
1719
|
+
div.cell.selected:before,
|
|
1720
|
+
.edit_mode div.cell.selected:before,
|
|
1721
|
+
div.cell.selected:before,
|
|
1722
|
+
div.cell.selected.jupyter-soft-selected:before {
|
|
1723
|
+
background: #ededed !important;
|
|
1724
|
+
border: none;
|
|
1725
|
+
border-radius: 3px;
|
|
1726
|
+
position: absolute;
|
|
1727
|
+
display: block;
|
|
1728
|
+
top: 0px;
|
|
1729
|
+
left: 0px;
|
|
1730
|
+
width: 0px;
|
|
1731
|
+
height: 100%;
|
|
1732
|
+
}
|
|
1733
|
+
|
|
1734
|
+
div.cell.text_cell.selected::before,
|
|
1735
|
+
.edit_mode div.cell.text_cell.selected:before,
|
|
1736
|
+
div.cell.text_cell.selected:before,
|
|
1737
|
+
div.cell.text_cell.selected.jupyter-soft-selected:before {
|
|
1738
|
+
background: #ffffff !important;
|
|
1739
|
+
background-color: #ffffff !important;
|
|
1740
|
+
border-color: #f2f2f2 !important;
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1743
|
+
div.cell.code_cell .input {
|
|
1744
|
+
border-left: 5px solid #ededed !important;
|
|
1745
|
+
border-radius: 3px;
|
|
1746
|
+
border-bottom-left-radius: 3px;
|
|
1747
|
+
border-top-left-radius: 3px;
|
|
1748
|
+
}
|
|
1749
|
+
|
|
1750
|
+
div.cell.code_cell.selected .input {
|
|
1751
|
+
border-left: 5px solid #ff7823 !important;
|
|
1752
|
+
border-radius: 3px;
|
|
1753
|
+
}
|
|
1754
|
+
|
|
1755
|
+
.edit_mode div.cell.code_cell.selected .input {
|
|
1756
|
+
border-left: 5px solid #ffd5bb !important;
|
|
1757
|
+
border-radius: 3px;
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
.edit_mode div.cell.selected:before {
|
|
1761
|
+
height: 100%;
|
|
1762
|
+
border-left: 5px solid #ffd5bb !important;
|
|
1763
|
+
border-radius: 3px;
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1766
|
+
div.cell.jupyter-soft-selected,
|
|
1767
|
+
div.cell.selected.jupyter-soft-selected {
|
|
1768
|
+
border-left-color: #ffd5bb !important;
|
|
1769
|
+
border-left-width: 0px !important;
|
|
1770
|
+
padding-left: 7px !important;
|
|
1771
|
+
border-right-color: #ffd5bb !important;
|
|
1772
|
+
border-right-width: 0px !important;
|
|
1773
|
+
background: #ffd5bb !important;
|
|
1774
|
+
border-radius: 6px !important;
|
|
1775
|
+
}
|
|
1776
|
+
|
|
1777
|
+
div.cell.selected.jupyter-soft-selected .input {
|
|
1778
|
+
border-left: 5px solid #ededed !important;
|
|
1779
|
+
}
|
|
1780
|
+
|
|
1781
|
+
div.cell.selected.jupyter-soft-selected {
|
|
1782
|
+
border-left-color: #ff7823;
|
|
1783
|
+
border-color: #ffffff;
|
|
1784
|
+
padding-left: 7px;
|
|
1785
|
+
border-radius: 6px;
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
div.cell.code_cell.selected .input {
|
|
1789
|
+
border-left: none;
|
|
1790
|
+
border-radius: 3px;
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
div.cell.selected.jupyter-soft-selected .prompt,
|
|
1794
|
+
div.cell.text_cell.selected.jupyter-soft-selected .prompt {
|
|
1795
|
+
top: 0;
|
|
1796
|
+
border-left: #ededed !important;
|
|
1797
|
+
border-radius: 2px;
|
|
1798
|
+
}
|
|
1799
|
+
|
|
1800
|
+
div.cell.text_cell.selected.jupyter-soft-selected .input_prompt {
|
|
1801
|
+
border-left: none !important;
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
div.cell.text_cell.jupyter-soft-selected,
|
|
1805
|
+
div.cell.text_cell.selected.jupyter-soft-selected {
|
|
1806
|
+
border-left-color: #f2f2f2 !important;
|
|
1807
|
+
border-left-width: 0px !important;
|
|
1808
|
+
padding-left: 26px !important;
|
|
1809
|
+
border-right-color: #f2f2f2 !important;
|
|
1810
|
+
border-right-width: 0px !important;
|
|
1811
|
+
background: #f2f2f2 !important;
|
|
1812
|
+
border-radius: 5px !important;
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
div.cell.jupyter-soft-selected .input,
|
|
1816
|
+
div.cell.selected.jupyter-soft-selected .input {
|
|
1817
|
+
border-left-color: #ffd5bb !important;
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
div.prompt,
|
|
1821
|
+
.prompt {
|
|
1822
|
+
font-family: monospace, monospace;
|
|
1823
|
+
font-size: 9pt !important;
|
|
1824
|
+
font-weight: normal;
|
|
1825
|
+
color: #828892;
|
|
1826
|
+
line-height: 170%;
|
|
1827
|
+
padding: 0px;
|
|
1828
|
+
padding-top: 4px;
|
|
1829
|
+
padding-left: 0px;
|
|
1830
|
+
padding-right: 1px;
|
|
1831
|
+
text-align: right !important;
|
|
1832
|
+
min-width: 11.5ex !important;
|
|
1833
|
+
width: 11.5ex !important;
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
div.prompt.input_prompt {
|
|
1837
|
+
font-size: 9pt !important;
|
|
1838
|
+
background-color: #ededed;
|
|
1839
|
+
border-top: 0px;
|
|
1840
|
+
border-top-right-radius: 0px;
|
|
1841
|
+
border-bottom-left-radius: 0px;
|
|
1842
|
+
border-bottom-right-radius: 0px;
|
|
1843
|
+
padding-right: 3px;
|
|
1844
|
+
min-width: 11.5ex;
|
|
1845
|
+
width: 11.5ex !important;
|
|
1846
|
+
}
|
|
1847
|
+
|
|
1848
|
+
div.cell.code_cell .input_prompt {
|
|
1849
|
+
border-right: 2px solid rgba(240, 147, 43, 0.5);
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1852
|
+
div.cell.selected .prompt {
|
|
1853
|
+
top: 0;
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
.edit_mode div.cell.selected .prompt {
|
|
1857
|
+
top: 0;
|
|
1858
|
+
}
|
|
1859
|
+
|
|
1860
|
+
.edit_mode div.cell.selected .prompt {
|
|
1861
|
+
top: 0;
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1864
|
+
.run_this_cell {
|
|
1865
|
+
visibility: hidden;
|
|
1866
|
+
color: transparent;
|
|
1867
|
+
padding-top: 0px;
|
|
1868
|
+
padding-bottom: 0px;
|
|
1869
|
+
padding-left: 3px;
|
|
1870
|
+
padding-right: 12px;
|
|
1871
|
+
width: 1.5ex;
|
|
1872
|
+
width: 0ex;
|
|
1873
|
+
background: transparent;
|
|
1874
|
+
background-color: transparent;
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1877
|
+
div.code_cell:hover div.input .run_this_cell {
|
|
1878
|
+
visibility: visible;
|
|
1879
|
+
}
|
|
1880
|
+
|
|
1881
|
+
div.cell.code_cell.rendered.selected .run_this_cell:hover {
|
|
1882
|
+
background-color: #e3e3e3;
|
|
1883
|
+
background: #e3e3e3;
|
|
1884
|
+
color: #ff7823 !important;
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
div.cell.code_cell.rendered.unselected .run_this_cell:hover {
|
|
1888
|
+
background-color: #e3e3e3;
|
|
1889
|
+
background: #e3e3e3;
|
|
1890
|
+
color: #ff7823 !important;
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1893
|
+
i.fa-step-forward.fa {
|
|
1894
|
+
display: inline-block;
|
|
1895
|
+
font: normal normal normal 9px "FontAwesome";
|
|
1896
|
+
}
|
|
1897
|
+
|
|
1898
|
+
.fa-step-forward:before {
|
|
1899
|
+
content: "\f04b";
|
|
1900
|
+
}
|
|
1901
|
+
|
|
1902
|
+
div.cell.selected.jupyter-soft-selected .run_this_cell,
|
|
1903
|
+
div.cell.selected.jupyter-soft-selected .run_this_cell:hover,
|
|
1904
|
+
div.cell.unselected.jupyter-soft-selected .run_this_cell:hover,
|
|
1905
|
+
div.cell.code_cell.rendered.selected.jupyter-soft-selected .run_this_cell:hover,
|
|
1906
|
+
div.cell.code_cell.rendered.unselected.jupyter-soft-selected .run_this_cell:hover {
|
|
1907
|
+
background-color: #ffd5bb !important;
|
|
1908
|
+
background: #ffd5bb !important;
|
|
1909
|
+
color: #ffd5bb !important;
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
div.output_wrapper {
|
|
1913
|
+
background-color: #ffffff;
|
|
1914
|
+
border: 0px;
|
|
1915
|
+
left: 0px;
|
|
1916
|
+
margin-bottom: 0em;
|
|
1917
|
+
margin-top: 0em;
|
|
1918
|
+
border-top-right-radius: 0px;
|
|
1919
|
+
border-top-left-radius: 0px;
|
|
1920
|
+
}
|
|
1921
|
+
|
|
1922
|
+
div.output_subarea.output_text.output_stream.output_stdout,
|
|
1923
|
+
div.output_subarea.output_text {
|
|
1924
|
+
font-family: monospace, monospace;
|
|
1925
|
+
font-size: 8.5pt !important;
|
|
1926
|
+
line-height: 150% !important;
|
|
1927
|
+
background-color: #ffffff;
|
|
1928
|
+
color: #303030;
|
|
1929
|
+
border-top-right-radius: 0px;
|
|
1930
|
+
border-top-left-radius: 0px;
|
|
1931
|
+
margin-left: 11.5px;
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
div.output_area pre {
|
|
1935
|
+
font-family: monospace, monospace;
|
|
1936
|
+
font-size: 8.5pt !important;
|
|
1937
|
+
line-height: 151% !important;
|
|
1938
|
+
color: #303030;
|
|
1939
|
+
border-top-right-radius: 0px;
|
|
1940
|
+
border-top-left-radius: 0px;
|
|
1941
|
+
}
|
|
1942
|
+
|
|
1943
|
+
div.output_area {
|
|
1944
|
+
display: -webkit-box;
|
|
1945
|
+
}
|
|
1946
|
+
|
|
1947
|
+
div.output_html {
|
|
1948
|
+
font-family: monospace, monospace;
|
|
1949
|
+
font-size: 8.5pt;
|
|
1950
|
+
color: #353535;
|
|
1951
|
+
background-color: #ffffff;
|
|
1952
|
+
background: #ffffff;
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
div.output_subarea {
|
|
1956
|
+
overflow-x: auto;
|
|
1957
|
+
padding: 1.2em !important;
|
|
1958
|
+
-webkit-box-flex: 1;
|
|
1959
|
+
-moz-box-flex: 1;
|
|
1960
|
+
box-flex: 1;
|
|
1961
|
+
flex: 1;
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1964
|
+
div.btn.btn-default.output_collapsed {
|
|
1965
|
+
background: #d7d7d7;
|
|
1966
|
+
background-color: #d7d7d7;
|
|
1967
|
+
border-color: #d7d7d7;
|
|
1968
|
+
}
|
|
1969
|
+
|
|
1970
|
+
div.btn.btn-default.output_collapsed:hover {
|
|
1971
|
+
background: #d2d2d2;
|
|
1972
|
+
background-color: #d2d2d2;
|
|
1973
|
+
border-color: #d2d2d2;
|
|
1974
|
+
}
|
|
1975
|
+
|
|
1976
|
+
div.prompt.output_prompt {
|
|
1977
|
+
font-family: monospace, monospace;
|
|
1978
|
+
font-weight: bold !important;
|
|
1979
|
+
background-color: #ffffff;
|
|
1980
|
+
color: transparent;
|
|
1981
|
+
border-bottom-left-radius: 4px;
|
|
1982
|
+
border-top-right-radius: 0px;
|
|
1983
|
+
border-top-left-radius: 0px;
|
|
1984
|
+
border-bottom-right-radius: 0px;
|
|
1985
|
+
min-width: 11.5ex !important;
|
|
1986
|
+
width: 11.5ex !important;
|
|
1987
|
+
border-right: 2px solid transparent;
|
|
1988
|
+
}
|
|
1989
|
+
|
|
1990
|
+
div.out_prompt_overlay.prompt {
|
|
1991
|
+
font-family: monospace, monospace;
|
|
1992
|
+
font-weight: bold !important;
|
|
1993
|
+
background-color: #ffffff;
|
|
1994
|
+
border-bottom-left-radius: 2px;
|
|
1995
|
+
border-top-right-radius: 0px;
|
|
1996
|
+
border-top-left-radius: 0px;
|
|
1997
|
+
border-bottom-right-radius: 0px;
|
|
1998
|
+
min-width: 11.5ex !important;
|
|
1999
|
+
width: 11.5ex !important;
|
|
2000
|
+
border-right: 2px solid transparent;
|
|
2001
|
+
color: transparent;
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
div.out_prompt_overlay.prompt:hover {
|
|
2005
|
+
background-color: #f7f7f7;
|
|
2006
|
+
box-shadow: none !important;
|
|
2007
|
+
border: none;
|
|
2008
|
+
border-bottom-left-radius: 2px;
|
|
2009
|
+
-webkit-border-: 2px;
|
|
2010
|
+
-moz-border-radius: 2px;
|
|
2011
|
+
border-top-right-radius: 0px;
|
|
2012
|
+
border-top-left-radius: 0px;
|
|
2013
|
+
min-width: 11.5ex !important;
|
|
2014
|
+
width: 11.5ex !important;
|
|
2015
|
+
border-right: 2px solid #f7f7f7 !important;
|
|
2016
|
+
}
|
|
2017
|
+
|
|
2018
|
+
div.cell.code_cell .output_prompt {
|
|
2019
|
+
border-right: 2px solid transparent;
|
|
2020
|
+
color: transparent;
|
|
2021
|
+
}
|
|
2022
|
+
|
|
2023
|
+
div.cell.selected .output_prompt,
|
|
2024
|
+
div.cell.selected .out_prompt_overlay.prompt {
|
|
2025
|
+
border-left: 5px solid #f2f2f2;
|
|
2026
|
+
border-right: 2px solid #ffffff;
|
|
2027
|
+
border-radius: 0px !important;
|
|
2028
|
+
}
|
|
2029
|
+
|
|
2030
|
+
.edit_mode div.cell.selected .output_prompt,
|
|
2031
|
+
.edit_mode div.cell.selected .out_prompt_overlay.prompt {
|
|
2032
|
+
border-left: 5px solid #f2f2f2;
|
|
2033
|
+
border-right: 2px solid #ffffff;
|
|
2034
|
+
border-radius: 0px !important;
|
|
2035
|
+
}
|
|
2036
|
+
|
|
2037
|
+
div.text_cell,
|
|
2038
|
+
div.text_cell_render pre,
|
|
2039
|
+
div.text_cell_render {
|
|
2040
|
+
font-family: sans-serif;
|
|
2041
|
+
font-size: 13pt;
|
|
2042
|
+
line-height: 130% !important;
|
|
2043
|
+
color: #353535;
|
|
2044
|
+
background: #ffffff;
|
|
2045
|
+
background-color: #ffffff;
|
|
2046
|
+
border-radius: 0px;
|
|
2047
|
+
}
|
|
2048
|
+
|
|
2049
|
+
div .text_cell_render {
|
|
2050
|
+
padding: 0.4em 0.4em 0.4em 0.4em;
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2053
|
+
div.cell.text_cell .CodeMirror-lines {
|
|
2054
|
+
padding-top: 0.7em !important;
|
|
2055
|
+
padding-bottom: 0.4em !important;
|
|
2056
|
+
padding-left: 0.5em !important;
|
|
2057
|
+
padding-right: 0.5em !important;
|
|
2058
|
+
margin-top: 0.4em;
|
|
2059
|
+
margin-bottom: 0.3em;
|
|
2060
|
+
}
|
|
2061
|
+
|
|
2062
|
+
div.cell.text_cell.unrendered div.input_area,
|
|
2063
|
+
div.cell.text_cell.rendered div.input_area {
|
|
2064
|
+
background-color: #ffffff;
|
|
2065
|
+
background: #ffffff;
|
|
2066
|
+
border: 0px;
|
|
2067
|
+
border-radius: 2px;
|
|
2068
|
+
}
|
|
2069
|
+
|
|
2070
|
+
div.cell.text_cell .CodeMirror,
|
|
2071
|
+
div.cell.text_cell .CodeMirror pre {
|
|
2072
|
+
line-height: 170% !important;
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
div.cell.text_cell.rendered.selected {
|
|
2076
|
+
font-family: sans-serif;
|
|
2077
|
+
line-height: 170% !important;
|
|
2078
|
+
background: #ffffff;
|
|
2079
|
+
background-color: #ffffff;
|
|
2080
|
+
border-radius: 0px;
|
|
2081
|
+
}
|
|
2082
|
+
|
|
2083
|
+
div.cell.text_cell.unrendered.selected {
|
|
2084
|
+
font-family: sans-serif;
|
|
2085
|
+
line-height: 170% !important;
|
|
2086
|
+
background: #ffffff;
|
|
2087
|
+
background-color: #ffffff;
|
|
2088
|
+
border-radius: 0px;
|
|
2089
|
+
}
|
|
2090
|
+
|
|
2091
|
+
div.cell.text_cell.selected {
|
|
2092
|
+
font-family: sans-serif;
|
|
2093
|
+
line-height: 170% !important;
|
|
2094
|
+
background: #ffffff;
|
|
2095
|
+
background-color: #ffffff;
|
|
2096
|
+
border-radius: 0px;
|
|
2097
|
+
}
|
|
2098
|
+
|
|
2099
|
+
.edit_mode div.cell.text_cell.selected {
|
|
2100
|
+
font-family: sans-serif;
|
|
2101
|
+
line-height: 170% !important;
|
|
2102
|
+
background: #ffffff;
|
|
2103
|
+
background-color: #ffffff;
|
|
2104
|
+
border-radius: 0px;
|
|
2105
|
+
}
|
|
2106
|
+
|
|
2107
|
+
div.text_cell.unrendered,
|
|
2108
|
+
div.text_cell.unrendered.selected,
|
|
2109
|
+
div.edit_mode div.text_cell.unrendered {
|
|
2110
|
+
font-family: sans-serif;
|
|
2111
|
+
line-height: 170% !important;
|
|
2112
|
+
background: #ffffff;
|
|
2113
|
+
background-color: #ffffff;
|
|
2114
|
+
border-radius: 0px;
|
|
2115
|
+
}
|
|
2116
|
+
|
|
2117
|
+
div.cell.text_cell .prompt {
|
|
2118
|
+
border-right: 0;
|
|
2119
|
+
min-width: 11.5ex !important;
|
|
2120
|
+
width: 11.5ex !important;
|
|
2121
|
+
}
|
|
2122
|
+
|
|
2123
|
+
div.cell.text_cell.rendered .prompt {
|
|
2124
|
+
font-family: monospace, monospace;
|
|
2125
|
+
font-size: 9.5pt !important;
|
|
2126
|
+
font-weight: normal;
|
|
2127
|
+
color: #828892 !important;
|
|
2128
|
+
text-align: right !important;
|
|
2129
|
+
min-width: 14.5ex !important;
|
|
2130
|
+
width: 14.5ex !important;
|
|
2131
|
+
background-color: #ffffff;
|
|
2132
|
+
border-right: 2px solid transparent;
|
|
2133
|
+
border-left: 4px solid #ffffff;
|
|
2134
|
+
}
|
|
2135
|
+
|
|
2136
|
+
div.cell.text_cell.unrendered .prompt {
|
|
2137
|
+
font-family: monospace, monospace;
|
|
2138
|
+
font-size: 9.5pt !important;
|
|
2139
|
+
font-weight: normal;
|
|
2140
|
+
color: #828892 !important;
|
|
2141
|
+
text-align: right !important;
|
|
2142
|
+
min-width: 14.5ex !important;
|
|
2143
|
+
width: 14.5ex !important;
|
|
2144
|
+
border-right: 2px solid transparent;
|
|
2145
|
+
border-left: 4px solid #ffffff;
|
|
2146
|
+
background-color: #ffffff;
|
|
2147
|
+
}
|
|
2148
|
+
|
|
2149
|
+
div.cell.text_cell.rendered .prompt {
|
|
2150
|
+
border-right: 2px solid transparent;
|
|
2151
|
+
}
|
|
2152
|
+
|
|
2153
|
+
div.cell.text_cell.rendered.selected .prompt {
|
|
2154
|
+
top: 0;
|
|
2155
|
+
border-left: 4px solid #f2f2f2;
|
|
2156
|
+
border-right: 2px solid transparent;
|
|
2157
|
+
}
|
|
2158
|
+
|
|
2159
|
+
div.text_cell.unrendered.selected .prompt,
|
|
2160
|
+
div.text_cell.rendered.selected .prompt {
|
|
2161
|
+
top: 0;
|
|
2162
|
+
background: #ffffff;
|
|
2163
|
+
border-left: 4px solid #f2f2f2;
|
|
2164
|
+
border-right: 2px solid transparent;
|
|
2165
|
+
}
|
|
2166
|
+
|
|
2167
|
+
div.rendered_html code {
|
|
2168
|
+
font-family: monospace, monospace;
|
|
2169
|
+
font-size: 11pt;
|
|
2170
|
+
padding-top: 3px;
|
|
2171
|
+
padding-left: 2px;
|
|
2172
|
+
color: #303030;
|
|
2173
|
+
background: #efefef;
|
|
2174
|
+
background-color: #efefef;
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2177
|
+
pre,
|
|
2178
|
+
code,
|
|
2179
|
+
kbd,
|
|
2180
|
+
samp {
|
|
2181
|
+
white-space: pre-wrap;
|
|
2182
|
+
}
|
|
2183
|
+
|
|
2184
|
+
.well code,
|
|
2185
|
+
code {
|
|
2186
|
+
font-family: monospace, monospace;
|
|
2187
|
+
font-size: 11pt !important;
|
|
2188
|
+
line-height: 170% !important;
|
|
2189
|
+
color: #353535;
|
|
2190
|
+
background: #efefef;
|
|
2191
|
+
background-color: #efefef;
|
|
2192
|
+
border-color: #efefef;
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
kbd {
|
|
2196
|
+
padding: 1px;
|
|
2197
|
+
font-size: 11pt;
|
|
2198
|
+
font-weight: 800;
|
|
2199
|
+
color: #303030;
|
|
2200
|
+
background-color: transparent !important;
|
|
2201
|
+
border: 0;
|
|
2202
|
+
box-shadow: none;
|
|
2203
|
+
}
|
|
2204
|
+
|
|
2205
|
+
pre {
|
|
2206
|
+
display: block;
|
|
2207
|
+
padding: 8.5px;
|
|
2208
|
+
margin: 0 0 9px;
|
|
2209
|
+
font-size: 12pt;
|
|
2210
|
+
line-height: 1.42857143;
|
|
2211
|
+
color: #303030;
|
|
2212
|
+
background-color: #efefef;
|
|
2213
|
+
border: 1px solid #e7e7e7;
|
|
2214
|
+
border-radius: 2px;
|
|
2215
|
+
}
|
|
2216
|
+
|
|
2217
|
+
div.rendered_html {
|
|
2218
|
+
color: #353535;
|
|
2219
|
+
}
|
|
2220
|
+
|
|
2221
|
+
.rendered_html * + ul {
|
|
2222
|
+
margin-top: 0.4em;
|
|
2223
|
+
margin-bottom: 0.3em;
|
|
2224
|
+
}
|
|
2225
|
+
|
|
2226
|
+
.rendered_html * + p {
|
|
2227
|
+
margin-top: 0.5em;
|
|
2228
|
+
margin-bottom: 0.5em;
|
|
2229
|
+
}
|
|
2230
|
+
|
|
2231
|
+
div.rendered_html pre {
|
|
2232
|
+
font-family: monospace, monospace;
|
|
2233
|
+
font-size: 11pt !important;
|
|
2234
|
+
line-height: 170% !important;
|
|
2235
|
+
color: #353535 !important;
|
|
2236
|
+
background: #efefef;
|
|
2237
|
+
background-color: #efefef;
|
|
2238
|
+
max-width: 80%;
|
|
2239
|
+
border-radius: 0px;
|
|
2240
|
+
border-left: 3px solid #efefef;
|
|
2241
|
+
max-width: 80%;
|
|
2242
|
+
border-radius: 0px;
|
|
2243
|
+
padding-left: 5px;
|
|
2244
|
+
margin-left: 6px;
|
|
2245
|
+
}
|
|
2246
|
+
|
|
2247
|
+
div.text_cell_render pre,
|
|
2248
|
+
div.text_cell_render code {
|
|
2249
|
+
font-family: monospace, monospace;
|
|
2250
|
+
font-size: 11pt !important;
|
|
2251
|
+
line-height: 170% !important;
|
|
2252
|
+
color: #353535;
|
|
2253
|
+
background: #ffffff;
|
|
2254
|
+
background-color: #ffffff;
|
|
2255
|
+
max-width: 80%;
|
|
2256
|
+
border-radius: 0px;
|
|
2257
|
+
border-left: none;
|
|
2258
|
+
}
|
|
2259
|
+
|
|
2260
|
+
div.text_cell_render pre {
|
|
2261
|
+
border-left: 3px solid rgba(240, 147, 43, 0.5) !important;
|
|
2262
|
+
max-width: 80%;
|
|
2263
|
+
border-radius: 0px;
|
|
2264
|
+
padding-left: 5px;
|
|
2265
|
+
margin-left: 6px;
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
div.text_cell_render h1,
|
|
2269
|
+
div.rendered_html h1,
|
|
2270
|
+
div.text_cell_render h2,
|
|
2271
|
+
div.rendered_html h2,
|
|
2272
|
+
div.text_cell_render h3,
|
|
2273
|
+
div.rendered_html h3,
|
|
2274
|
+
div.text_cell_render h4,
|
|
2275
|
+
div.rendered_html h4,
|
|
2276
|
+
div.text_cell_render h5,
|
|
2277
|
+
div.rendered_html h5 {
|
|
2278
|
+
font-family: sans-serif;
|
|
2279
|
+
margin: 0.4em 0.2em 0.3em 0.2em !important;
|
|
2280
|
+
}
|
|
2281
|
+
|
|
2282
|
+
.rendered_html h1:first-child,
|
|
2283
|
+
.rendered_html h2:first-child,
|
|
2284
|
+
.rendered_html h3:first-child,
|
|
2285
|
+
.rendered_html h4:first-child,
|
|
2286
|
+
.rendered_html h5:first-child,
|
|
2287
|
+
.rendered_html h6:first-child {
|
|
2288
|
+
margin-top: 0.2em !important;
|
|
2289
|
+
margin-bottom: 0.2em !important;
|
|
2290
|
+
}
|
|
2291
|
+
|
|
2292
|
+
.rendered_html h1,
|
|
2293
|
+
.text_cell_render h1 {
|
|
2294
|
+
color: #126dce !important;
|
|
2295
|
+
font-size: 200%;
|
|
2296
|
+
text-align: left;
|
|
2297
|
+
font-style: normal;
|
|
2298
|
+
font-weight: normal;
|
|
2299
|
+
}
|
|
2300
|
+
|
|
2301
|
+
.rendered_html h2,
|
|
2302
|
+
.text_cell_render h2 {
|
|
2303
|
+
color: #126dce !important;
|
|
2304
|
+
font-size: 170%;
|
|
2305
|
+
font-style: normal;
|
|
2306
|
+
font-weight: normal;
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2309
|
+
.rendered_html h3,
|
|
2310
|
+
.text_cell_render h3 {
|
|
2311
|
+
color: #126dce !important;
|
|
2312
|
+
font-size: 140%;
|
|
2313
|
+
font-style: normal;
|
|
2314
|
+
font-weight: normal;
|
|
2315
|
+
}
|
|
2316
|
+
|
|
2317
|
+
.rendered_html h4,
|
|
2318
|
+
.text_cell_render h4 {
|
|
2319
|
+
color: #126dce !important;
|
|
2320
|
+
font-size: 110%;
|
|
2321
|
+
font-style: normal;
|
|
2322
|
+
font-weight: normal;
|
|
2323
|
+
}
|
|
2324
|
+
|
|
2325
|
+
.rendered_html h5,
|
|
2326
|
+
.text_cell_render h5 {
|
|
2327
|
+
color: #126dce !important;
|
|
2328
|
+
font-size: 100%;
|
|
2329
|
+
font-style: normal;
|
|
2330
|
+
font-weight: normal;
|
|
2331
|
+
}
|
|
2332
|
+
|
|
2333
|
+
hr {
|
|
2334
|
+
margin-top: 8px;
|
|
2335
|
+
margin-bottom: 10px;
|
|
2336
|
+
border: 0;
|
|
2337
|
+
border-top: 1px solid #126dce;
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
|
+
.rendered_html hr {
|
|
2341
|
+
color: #126dce;
|
|
2342
|
+
background-color: #126dce;
|
|
2343
|
+
margin-right: 2em;
|
|
2344
|
+
}
|
|
2345
|
+
|
|
2346
|
+
#complete > select > option:hover {
|
|
2347
|
+
background: #d4d4d4;
|
|
2348
|
+
background-color: #d4d4d4;
|
|
2349
|
+
}
|
|
2350
|
+
|
|
2351
|
+
div#_vivaldi-spatnav-focus-indicator._vivaldi-spatnav-focus-indicator {
|
|
2352
|
+
position: absolute;
|
|
2353
|
+
z-index: 9999999999;
|
|
2354
|
+
top: 0px;
|
|
2355
|
+
left: 0px;
|
|
2356
|
+
box-shadow: none;
|
|
2357
|
+
pointer-events: none;
|
|
2358
|
+
border-radius: 2px;
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2361
|
+
.rendered_html tr,
|
|
2362
|
+
.rendered_html th,
|
|
2363
|
+
.rendered_html td {
|
|
2364
|
+
text-align: left;
|
|
2365
|
+
vertical-align: middle;
|
|
2366
|
+
padding: 0.42em 0.47em;
|
|
2367
|
+
line-height: normal;
|
|
2368
|
+
white-space: normal;
|
|
2369
|
+
max-width: none;
|
|
2370
|
+
border: none;
|
|
2371
|
+
}
|
|
2372
|
+
|
|
2373
|
+
.rendered_html td {
|
|
2374
|
+
font-family: sans-serif !important;
|
|
2375
|
+
font-size: 9.3pt;
|
|
2376
|
+
}
|
|
2377
|
+
|
|
2378
|
+
.rendered_html table {
|
|
2379
|
+
font-family: sans-serif !important;
|
|
2380
|
+
margin-left: 8px;
|
|
2381
|
+
margin-right: auto;
|
|
2382
|
+
border: none;
|
|
2383
|
+
border-collapse: collapse;
|
|
2384
|
+
border-spacing: 0;
|
|
2385
|
+
color: #353535;
|
|
2386
|
+
table-layout: fixed;
|
|
2387
|
+
}
|
|
2388
|
+
|
|
2389
|
+
.rendered_html thead {
|
|
2390
|
+
font-family: sans-serif !important;
|
|
2391
|
+
font-size: 10.3pt !important;
|
|
2392
|
+
background: #ebebeb;
|
|
2393
|
+
color: #353535;
|
|
2394
|
+
border-bottom: 1px solid #ebebeb;
|
|
2395
|
+
vertical-align: bottom;
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2398
|
+
.rendered_html tbody tr:nth-child(odd) {
|
|
2399
|
+
background: #fafafa;
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2402
|
+
.rendered_html tbody tr {
|
|
2403
|
+
background: #f2f2f2;
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
.rendered_html tbody tr:hover:nth-child(odd) {
|
|
2407
|
+
background: #f7f7f7;
|
|
2408
|
+
}
|
|
2409
|
+
|
|
2410
|
+
.rendered_html tbody tr:hover {
|
|
2411
|
+
background: #f0f0f0;
|
|
2412
|
+
}
|
|
2413
|
+
|
|
2414
|
+
.rendered_html * + table {
|
|
2415
|
+
margin-top: 0.05em;
|
|
2416
|
+
}
|
|
2417
|
+
|
|
2418
|
+
div.widget-area {
|
|
2419
|
+
background-color: #ffffff;
|
|
2420
|
+
background: #ffffff;
|
|
2421
|
+
color: #303030;
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
div.widget-area a {
|
|
2425
|
+
font-family: sans-serif;
|
|
2426
|
+
font-size: 12pt;
|
|
2427
|
+
font-weight: normal;
|
|
2428
|
+
font-style: normal;
|
|
2429
|
+
color: #303030;
|
|
2430
|
+
text-shadow: none !important;
|
|
2431
|
+
}
|
|
2432
|
+
|
|
2433
|
+
div.widget-area a:hover,
|
|
2434
|
+
div.widget-area a:focus {
|
|
2435
|
+
font-family: sans-serif;
|
|
2436
|
+
font-size: 12pt;
|
|
2437
|
+
font-weight: normal;
|
|
2438
|
+
font-style: normal;
|
|
2439
|
+
color: #2f2f2f;
|
|
2440
|
+
background: rgba(180, 180, 180, 0.14);
|
|
2441
|
+
background-color: rgba(180, 180, 180, 0.14);
|
|
2442
|
+
border-color: transparent;
|
|
2443
|
+
background-image: none;
|
|
2444
|
+
text-shadow: none !important;
|
|
2445
|
+
}
|
|
2446
|
+
|
|
2447
|
+
div.widget_item.btn-group > button.btn.btn-default.widget-combo-btn,
|
|
2448
|
+
div.widget_item.btn-group > button.btn.btn-default.widget-combo-btn:hover {
|
|
2449
|
+
background: #e1e1e1;
|
|
2450
|
+
background-color: #e1e1e1;
|
|
2451
|
+
border: 2px solid #e1e1e1 !important;
|
|
2452
|
+
font-size: inherit;
|
|
2453
|
+
z-index: 0;
|
|
2454
|
+
}
|
|
2455
|
+
|
|
2456
|
+
div.jupyter-widgets.widget-hprogress.widget-hbox {
|
|
2457
|
+
display: inline-table !important;
|
|
2458
|
+
width: 38% !important;
|
|
2459
|
+
margin-left: 10px;
|
|
2460
|
+
}
|
|
2461
|
+
|
|
2462
|
+
div.jupyter-widgets.widget-hprogress.widget-hbox .widget-label,
|
|
2463
|
+
div.widget-hbox .widget-label,
|
|
2464
|
+
.widget-hbox .widget-label,
|
|
2465
|
+
.widget-inline-hbox .widget-label,
|
|
2466
|
+
div.widget-label {
|
|
2467
|
+
text-align: -webkit-auto !important;
|
|
2468
|
+
margin-left: 15px !important;
|
|
2469
|
+
max-width: 240px !important;
|
|
2470
|
+
min-width: 100px !important;
|
|
2471
|
+
vertical-align: text-top !important;
|
|
2472
|
+
color: #303030 !important;
|
|
2473
|
+
font-size: 14px !important;
|
|
2474
|
+
}
|
|
2475
|
+
|
|
2476
|
+
.widget-hprogress .progress {
|
|
2477
|
+
flex-grow: 1;
|
|
2478
|
+
height: 20px;
|
|
2479
|
+
margin-top: auto;
|
|
2480
|
+
margin-left: 12px;
|
|
2481
|
+
margin-bottom: auto;
|
|
2482
|
+
width: 300px;
|
|
2483
|
+
}
|
|
2484
|
+
|
|
2485
|
+
.progress {
|
|
2486
|
+
overflow: hidden;
|
|
2487
|
+
height: 22px;
|
|
2488
|
+
margin-bottom: 10px;
|
|
2489
|
+
padding-left: 10px;
|
|
2490
|
+
background-color: #d6d6d6 !important;
|
|
2491
|
+
border-radius: 2px;
|
|
2492
|
+
-webkit-box-shadow: none;
|
|
2493
|
+
box-shadow: none;
|
|
2494
|
+
z-index: 10;
|
|
2495
|
+
}
|
|
2496
|
+
|
|
2497
|
+
.progress-bar-danger {
|
|
2498
|
+
background-color: #e5344a !important;
|
|
2499
|
+
}
|
|
2500
|
+
|
|
2501
|
+
.progress-bar-info {
|
|
2502
|
+
background-color: #2980b9 !important;
|
|
2503
|
+
}
|
|
2504
|
+
|
|
2505
|
+
.progress-bar-warning {
|
|
2506
|
+
background-color: #f39c12 !important;
|
|
2507
|
+
}
|
|
2508
|
+
|
|
2509
|
+
.progress-bar-success {
|
|
2510
|
+
background-color: #5cb85c !important;
|
|
2511
|
+
}
|
|
2512
|
+
|
|
2513
|
+
.widget-select select {
|
|
2514
|
+
margin-left: 12px;
|
|
2515
|
+
}
|
|
2516
|
+
|
|
2517
|
+
.rendered_html :link {
|
|
2518
|
+
font-family: sans-serif;
|
|
2519
|
+
font-size: 100%;
|
|
2520
|
+
color: #ff7823;
|
|
2521
|
+
text-decoration: underline;
|
|
2522
|
+
}
|
|
2523
|
+
|
|
2524
|
+
.rendered_html :visited,
|
|
2525
|
+
.rendered_html :visited:active,
|
|
2526
|
+
.rendered_html :visited:focus {
|
|
2527
|
+
color: #fa853d;
|
|
2528
|
+
}
|
|
2529
|
+
|
|
2530
|
+
.rendered_html :visited:hover,
|
|
2531
|
+
.rendered_html :link:hover {
|
|
2532
|
+
font-family: sans-serif;
|
|
2533
|
+
font-size: 100%;
|
|
2534
|
+
color: #f96000;
|
|
2535
|
+
}
|
|
2536
|
+
|
|
2537
|
+
div.cell.text_cell a.anchor-link:link {
|
|
2538
|
+
font-size: inherit;
|
|
2539
|
+
text-decoration: none;
|
|
2540
|
+
padding: 0px 20px;
|
|
2541
|
+
visibility: none;
|
|
2542
|
+
color: rgba(0, 0, 0, 0.32);
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2545
|
+
div.cell.text_cell a.anchor-link:link:hover {
|
|
2546
|
+
font-size: inherit;
|
|
2547
|
+
color: #de6d25;
|
|
2548
|
+
}
|
|
2549
|
+
|
|
2550
|
+
.navbar-text {
|
|
2551
|
+
margin-top: 4px;
|
|
2552
|
+
margin-bottom: 0px;
|
|
2553
|
+
}
|
|
2554
|
+
|
|
2555
|
+
#clusters > a {
|
|
2556
|
+
color: #ef5c00;
|
|
2557
|
+
text-decoration: underline;
|
|
2558
|
+
cursor: auto;
|
|
2559
|
+
}
|
|
2560
|
+
|
|
2561
|
+
#clusters > a:hover {
|
|
2562
|
+
color: #126dce;
|
|
2563
|
+
text-decoration: underline;
|
|
2564
|
+
cursor: auto;
|
|
2565
|
+
}
|
|
2566
|
+
|
|
2567
|
+
#nbextensions-configurator-container > div.row.container-fluid.nbext-selector > h3 {
|
|
2568
|
+
font-size: 17px;
|
|
2569
|
+
margin-top: 5px;
|
|
2570
|
+
margin-bottom: 8px;
|
|
2571
|
+
height: 24px;
|
|
2572
|
+
padding: 4px 0 4px 0;
|
|
2573
|
+
}
|
|
2574
|
+
|
|
2575
|
+
div#nbextensions-configurator-container.container,
|
|
2576
|
+
#nbextensions-configurator-container.container {
|
|
2577
|
+
width: 100%;
|
|
2578
|
+
margin-right: auto;
|
|
2579
|
+
margin-left: auto;
|
|
2580
|
+
}
|
|
2581
|
+
|
|
2582
|
+
div.nbext-selector > nav > .nav > li > a {
|
|
2583
|
+
font-family: sans-serif;
|
|
2584
|
+
font-size: 10.5pt;
|
|
2585
|
+
padding: 2px 5px;
|
|
2586
|
+
}
|
|
2587
|
+
|
|
2588
|
+
div.nbext-selector > nav > .nav > li > a:hover {
|
|
2589
|
+
background: transparent;
|
|
2590
|
+
}
|
|
2591
|
+
|
|
2592
|
+
div.nbext-selector > nav > .nav > li:hover {
|
|
2593
|
+
background-color: rgba(180, 180, 180, 0.14) !important;
|
|
2594
|
+
background: rgba(180, 180, 180, 0.14) !important;
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2597
|
+
div.nbext-selector > nav > .nav > li.active:hover {
|
|
2598
|
+
background: transparent !important;
|
|
2599
|
+
background-color: transparent !important;
|
|
2600
|
+
}
|
|
2601
|
+
|
|
2602
|
+
.nav-pills > li.active > a,
|
|
2603
|
+
.nav-pills > li.active > a:active,
|
|
2604
|
+
.nav-pills > li.active > a:hover,
|
|
2605
|
+
.nav-pills > li.active > a:focus {
|
|
2606
|
+
color: #1c1c1c;
|
|
2607
|
+
background-color: rgba(180, 180, 180, 0.14) !important;
|
|
2608
|
+
background: rgba(180, 180, 180, 0.14) !important;
|
|
2609
|
+
-webkit-backface-visibility: hidden;
|
|
2610
|
+
-webkit-font-smoothing: subpixel-antialiased !important;
|
|
2611
|
+
}
|
|
2612
|
+
|
|
2613
|
+
div.nbext-readme > .nbext-readme-contents > .rendered_html {
|
|
2614
|
+
font-family: sans-serif;
|
|
2615
|
+
font-size: 11.5pt;
|
|
2616
|
+
line-height: 145%;
|
|
2617
|
+
padding: 1em 1em;
|
|
2618
|
+
color: #353535;
|
|
2619
|
+
background-color: #ffffff;
|
|
2620
|
+
-webkit-box-shadow: none;
|
|
2621
|
+
-moz-box-shadow: none;
|
|
2622
|
+
box-shadow: none;
|
|
2623
|
+
}
|
|
2624
|
+
|
|
2625
|
+
.nbext-icon,
|
|
2626
|
+
.nbext-desc,
|
|
2627
|
+
.nbext-compat-div,
|
|
2628
|
+
.nbext-enable-btns,
|
|
2629
|
+
.nbext-params {
|
|
2630
|
+
margin-bottom: 8px;
|
|
2631
|
+
font-size: 11.5pt;
|
|
2632
|
+
}
|
|
2633
|
+
|
|
2634
|
+
div.nbext-readme > .nbext-readme-contents {
|
|
2635
|
+
padding: 0;
|
|
2636
|
+
overflow-y: hidden;
|
|
2637
|
+
}
|
|
2638
|
+
|
|
2639
|
+
div.nbext-readme > .nbext-readme-contents:not(:empty) {
|
|
2640
|
+
margin-top: 0.5em;
|
|
2641
|
+
margin-bottom: 2em;
|
|
2642
|
+
border: none;
|
|
2643
|
+
border-top-color: #828892;
|
|
2644
|
+
}
|
|
2645
|
+
|
|
2646
|
+
.nbext-showhide-incompat {
|
|
2647
|
+
padding-bottom: 0.5em;
|
|
2648
|
+
color: #4a4a4a;
|
|
2649
|
+
font-size: 10.5pt;
|
|
2650
|
+
}
|
|
2651
|
+
|
|
2652
|
+
.nbext-filter-menu.dropdown-menu > li > a:hover,
|
|
2653
|
+
.nbext-filter-menu.dropdown-menu > li > a:focus,
|
|
2654
|
+
.nbext-filter-menu.dropdown-menu > li > a.ui-state-focus {
|
|
2655
|
+
color: #2f2f2f !important;
|
|
2656
|
+
background-color: #d4d4d4 !important;
|
|
2657
|
+
background: #d4d4d4 !important;
|
|
2658
|
+
border-color: #d4d4d4 !important;
|
|
2659
|
+
}
|
|
2660
|
+
|
|
2661
|
+
.nbext-filter-input-wrap > .nbext-filter-input-subwrap,
|
|
2662
|
+
.nbext-filter-input-wrap > .nbext-filter-input-subwrap > input {
|
|
2663
|
+
border: none;
|
|
2664
|
+
outline: none;
|
|
2665
|
+
background-color: transparent;
|
|
2666
|
+
padding: 0;
|
|
2667
|
+
vertical-align: middle;
|
|
2668
|
+
margin-top: -2px;
|
|
2669
|
+
}
|
|
2670
|
+
|
|
2671
|
+
span.rendered_html code {
|
|
2672
|
+
background-color: transparent;
|
|
2673
|
+
color: #303030;
|
|
2674
|
+
}
|
|
2675
|
+
|
|
2676
|
+
#nbextensions-configurator-container > div.row.container-fluid.nbext-selector {
|
|
2677
|
+
padding-left: 0px;
|
|
2678
|
+
padding-right: 0px;
|
|
2679
|
+
}
|
|
2680
|
+
|
|
2681
|
+
.nbext-filter-menu {
|
|
2682
|
+
max-height: 55vh !important;
|
|
2683
|
+
overflow-y: auto;
|
|
2684
|
+
outline: none;
|
|
2685
|
+
border: none;
|
|
2686
|
+
}
|
|
2687
|
+
|
|
2688
|
+
.nbext-filter-menu:hover {
|
|
2689
|
+
border: none;
|
|
2690
|
+
}
|
|
2691
|
+
|
|
2692
|
+
.alert-warning {
|
|
2693
|
+
background-color: #f4f4f4;
|
|
2694
|
+
border-color: #f4f4f4;
|
|
2695
|
+
color: #303030;
|
|
2696
|
+
}
|
|
2697
|
+
|
|
2698
|
+
.notification_widget.danger {
|
|
2699
|
+
color: #ffffff;
|
|
2700
|
+
background-color: #e5344a;
|
|
2701
|
+
border-color: #e5344a;
|
|
2702
|
+
padding-right: 5px;
|
|
2703
|
+
}
|
|
2704
|
+
|
|
2705
|
+
#nbextensions-configurator-container > div.nbext-buttons.tree-buttons.no-padding.pull-right > span > button {
|
|
2706
|
+
border: none !important;
|
|
2707
|
+
}
|
|
2708
|
+
|
|
2709
|
+
button#refresh_running_list {
|
|
2710
|
+
border: none !important;
|
|
2711
|
+
}
|
|
2712
|
+
|
|
2713
|
+
mark,
|
|
2714
|
+
.mark {
|
|
2715
|
+
background-color: #ffffff;
|
|
2716
|
+
color: #353535;
|
|
2717
|
+
padding: 0.15em;
|
|
2718
|
+
}
|
|
2719
|
+
|
|
2720
|
+
a.text-warning,
|
|
2721
|
+
a.text-warning:hover {
|
|
2722
|
+
color: #828892;
|
|
2723
|
+
}
|
|
2724
|
+
|
|
2725
|
+
a.text-warning.bg-warning {
|
|
2726
|
+
background-color: #ffffff;
|
|
2727
|
+
}
|
|
2728
|
+
|
|
2729
|
+
span.bg-success.text-success {
|
|
2730
|
+
background-color: transparent;
|
|
2731
|
+
color: #009e07;
|
|
2732
|
+
}
|
|
2733
|
+
|
|
2734
|
+
span.bg-danger.text-danger {
|
|
2735
|
+
background-color: #ffffff;
|
|
2736
|
+
color: #de143d;
|
|
2737
|
+
}
|
|
2738
|
+
|
|
2739
|
+
.has-success .input-group-addon {
|
|
2740
|
+
color: #009e07;
|
|
2741
|
+
border-color: transparent;
|
|
2742
|
+
background: inherit;
|
|
2743
|
+
background-color: rgba(83, 180, 115, 0.1);
|
|
2744
|
+
}
|
|
2745
|
+
|
|
2746
|
+
.has-success .form-control {
|
|
2747
|
+
border-color: #009e07;
|
|
2748
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025);
|
|
2749
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025);
|
|
2750
|
+
}
|
|
2751
|
+
|
|
2752
|
+
.has-error .input-group-addon {
|
|
2753
|
+
color: #de143d;
|
|
2754
|
+
border-color: transparent;
|
|
2755
|
+
background: inherit;
|
|
2756
|
+
background-color: rgba(192, 57, 67, 0.1);
|
|
2757
|
+
}
|
|
2758
|
+
|
|
2759
|
+
.has-error .form-control {
|
|
2760
|
+
border-color: #de143d;
|
|
2761
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025);
|
|
2762
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025);
|
|
2763
|
+
}
|
|
2764
|
+
|
|
2765
|
+
.kse-input-group-pretty > kbd {
|
|
2766
|
+
font-family: monospace, monospace;
|
|
2767
|
+
color: #303030;
|
|
2768
|
+
font-weight: normal;
|
|
2769
|
+
background: transparent;
|
|
2770
|
+
}
|
|
2771
|
+
|
|
2772
|
+
.kse-input-group-pretty > kbd {
|
|
2773
|
+
font-family: monospace, monospace;
|
|
2774
|
+
color: #303030;
|
|
2775
|
+
font-weight: normal;
|
|
2776
|
+
background: transparent;
|
|
2777
|
+
}
|
|
2778
|
+
|
|
2779
|
+
div.nbext-enable-btns .btn[disabled],
|
|
2780
|
+
div.nbext-enable-btns .btn[disabled]:hover,
|
|
2781
|
+
.btn-default.disabled,
|
|
2782
|
+
.btn-default[disabled] {
|
|
2783
|
+
background: #e2e2e2;
|
|
2784
|
+
background-color: #e2e2e2;
|
|
2785
|
+
color: #282828;
|
|
2786
|
+
}
|
|
2787
|
+
|
|
2788
|
+
label#Keyword-Filter {
|
|
2789
|
+
display: none;
|
|
2790
|
+
}
|
|
2791
|
+
|
|
2792
|
+
.input-group .nbext-list-btn-add,
|
|
2793
|
+
.input-group-btn:last-child > .btn-group > .btn {
|
|
2794
|
+
background: #e4e4e4;
|
|
2795
|
+
background-color: #e4e4e4;
|
|
2796
|
+
border-color: #e4e4e4;
|
|
2797
|
+
border: 2px solid #e4e4e4;
|
|
2798
|
+
}
|
|
2799
|
+
|
|
2800
|
+
.input-group .nbext-list-btn-add:hover,
|
|
2801
|
+
.input-group-btn:last-child > .btn-group > .btn:hover {
|
|
2802
|
+
background: #dfdfdf;
|
|
2803
|
+
background-color: #dfdfdf;
|
|
2804
|
+
border-color: #dfdfdf;
|
|
2805
|
+
border: 2px solid #dfdfdf;
|
|
2806
|
+
}
|
|
2807
|
+
|
|
2808
|
+
#notebook-container
|
|
2809
|
+
> div.cell.code_cell.rendered.selected
|
|
2810
|
+
> div.widget-area
|
|
2811
|
+
> div.widget-subarea
|
|
2812
|
+
> div
|
|
2813
|
+
> div.widget_item.btn-group
|
|
2814
|
+
> button.btn.btn-default.dropdown-toggle.widget-combo-carrot-btn {
|
|
2815
|
+
background: #e4e4e4;
|
|
2816
|
+
background-color: #e4e4e4;
|
|
2817
|
+
border-color: #e4e4e4;
|
|
2818
|
+
}
|
|
2819
|
+
|
|
2820
|
+
#notebook-container
|
|
2821
|
+
> div.cell.code_cell.rendered.selected
|
|
2822
|
+
> div.widget-area
|
|
2823
|
+
> div.widget-subarea
|
|
2824
|
+
> div
|
|
2825
|
+
> div.widget_item.btn-group
|
|
2826
|
+
> button.btn.btn-default.dropdown-toggle.widget-combo-carrot-btn:hover {
|
|
2827
|
+
background: #dfdfdf;
|
|
2828
|
+
background-color: #dfdfdf;
|
|
2829
|
+
border-color: #dfdfdf;
|
|
2830
|
+
}
|
|
2831
|
+
|
|
2832
|
+
.ui-widget-content {
|
|
2833
|
+
background: #e5e5e5;
|
|
2834
|
+
background-color: #e5e5e5;
|
|
2835
|
+
border: 2px solid #e5e5e5;
|
|
2836
|
+
color: #303030;
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2839
|
+
div.collapsible_headings_toggle {
|
|
2840
|
+
color: rgba(180, 180, 180, 0.3) !important;
|
|
2841
|
+
}
|
|
2842
|
+
|
|
2843
|
+
div.collapsible_headings_toggle:hover {
|
|
2844
|
+
color: #ff7823 !important;
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
|
+
.collapsible_headings_toggle .h1,
|
|
2848
|
+
.collapsible_headings_toggle .h2,
|
|
2849
|
+
.collapsible_headings_toggle .h3,
|
|
2850
|
+
.collapsible_headings_toggle .h4,
|
|
2851
|
+
.collapsible_headings_toggle .h5,
|
|
2852
|
+
.collapsible_headings_toggle .h6 {
|
|
2853
|
+
margin: 0.3em 0.4em 0em 0em !important;
|
|
2854
|
+
line-height: 1.2 !important;
|
|
2855
|
+
}
|
|
2856
|
+
|
|
2857
|
+
div.collapsible_headings_toggle .fa-caret-down:before,
|
|
2858
|
+
div.collapsible_headings_toggle .fa-caret-right:before {
|
|
2859
|
+
font-size: xx-large;
|
|
2860
|
+
transition: transform 1000ms;
|
|
2861
|
+
transform: none !important;
|
|
2862
|
+
}
|
|
2863
|
+
|
|
2864
|
+
.collapsible_headings_collapsed.collapsible_headings_ellipsis .rendered_html h1:after,
|
|
2865
|
+
.collapsible_headings_collapsed.collapsible_headings_ellipsis .rendered_html h2:after,
|
|
2866
|
+
.collapsible_headings_collapsed.collapsible_headings_ellipsis .rendered_html h3:after,
|
|
2867
|
+
.collapsible_headings_collapsed.collapsible_headings_ellipsis .rendered_html h4:after,
|
|
2868
|
+
.collapsible_headings_collapsed.collapsible_headings_ellipsis .rendered_html h5:after,
|
|
2869
|
+
.collapsible_headings_collapsed.collapsible_headings_ellipsis .rendered_html h6:after {
|
|
2870
|
+
position: absolute;
|
|
2871
|
+
right: 0;
|
|
2872
|
+
bottom: 20% !important;
|
|
2873
|
+
content: "[\002026]";
|
|
2874
|
+
color: rgba(180, 180, 180, 0.3) !important;
|
|
2875
|
+
padding: 0.5em 0em 0em 0em !important;
|
|
2876
|
+
}
|
|
2877
|
+
|
|
2878
|
+
.collapsible_headings_ellipsis .rendered_html h1,
|
|
2879
|
+
.collapsible_headings_ellipsis .rendered_html h2,
|
|
2880
|
+
.collapsible_headings_ellipsis .rendered_html h3,
|
|
2881
|
+
.collapsible_headings_ellipsis .rendered_html h4,
|
|
2882
|
+
.collapsible_headings_ellipsis .rendered_html h5,
|
|
2883
|
+
.collapsible_headings_ellipsis .rendered_html h6,
|
|
2884
|
+
.collapsible_headings_toggle .fa {
|
|
2885
|
+
transition: transform 1000ms !important;
|
|
2886
|
+
-webkit-transform: inherit !important;
|
|
2887
|
+
-moz-transform: inherit !important;
|
|
2888
|
+
-ms-transform: inherit !important;
|
|
2889
|
+
-o-transform: inherit !important;
|
|
2890
|
+
transform: inherit !important;
|
|
2891
|
+
padding-right: 0px !important;
|
|
2892
|
+
}
|
|
2893
|
+
|
|
2894
|
+
#toc-wrapper {
|
|
2895
|
+
z-index: 90;
|
|
2896
|
+
position: fixed !important;
|
|
2897
|
+
display: flex;
|
|
2898
|
+
flex-direction: column;
|
|
2899
|
+
overflow: hidden;
|
|
2900
|
+
padding: 10px;
|
|
2901
|
+
border-style: solid;
|
|
2902
|
+
border-width: thin;
|
|
2903
|
+
border-right-width: medium !important;
|
|
2904
|
+
background-color: #ffffff !important;
|
|
2905
|
+
}
|
|
2906
|
+
|
|
2907
|
+
#toc-wrapper.ui-draggable.ui-resizable.sidebar-wrapper {
|
|
2908
|
+
border-color: rgba(180, 180, 180, 0.14) !important;
|
|
2909
|
+
}
|
|
2910
|
+
|
|
2911
|
+
#toc a,
|
|
2912
|
+
#navigate_menu a,
|
|
2913
|
+
.toc {
|
|
2914
|
+
color: #303030 !important;
|
|
2915
|
+
font-size: 11pt !important;
|
|
2916
|
+
}
|
|
2917
|
+
|
|
2918
|
+
#toc li > span:hover {
|
|
2919
|
+
background-color: #d4d4d4 !important;
|
|
2920
|
+
}
|
|
2921
|
+
|
|
2922
|
+
#toc a:hover,
|
|
2923
|
+
#navigate_menu a:hover,
|
|
2924
|
+
.toc {
|
|
2925
|
+
color: #1c1c1c !important;
|
|
2926
|
+
font-size: 11pt !important;
|
|
2927
|
+
}
|
|
2928
|
+
|
|
2929
|
+
#toc-wrapper .toc-item-num {
|
|
2930
|
+
color: #ff7823 !important;
|
|
2931
|
+
font-size: 11pt !important;
|
|
2932
|
+
}
|
|
2933
|
+
|
|
2934
|
+
input.raw_input {
|
|
2935
|
+
font-family: monospace, monospace;
|
|
2936
|
+
font-size: 11pt !important;
|
|
2937
|
+
color: #303030;
|
|
2938
|
+
background-color: #efefef;
|
|
2939
|
+
border-color: #ececec;
|
|
2940
|
+
background: #ececec;
|
|
2941
|
+
width: auto;
|
|
2942
|
+
vertical-align: baseline;
|
|
2943
|
+
padding: 0em 0.25em;
|
|
2944
|
+
margin: 0em 0.25em;
|
|
2945
|
+
-webkit-box-shadow: none;
|
|
2946
|
+
box-shadow: none;
|
|
2947
|
+
}
|
|
2948
|
+
|
|
2949
|
+
audio,
|
|
2950
|
+
video {
|
|
2951
|
+
display: inline;
|
|
2952
|
+
vertical-align: middle;
|
|
2953
|
+
align-content: center;
|
|
2954
|
+
margin-left: 20%;
|
|
2955
|
+
}
|
|
2956
|
+
|
|
2957
|
+
.cmd-palette .modal-body {
|
|
2958
|
+
padding: 0px;
|
|
2959
|
+
margin: 0px;
|
|
2960
|
+
}
|
|
2961
|
+
|
|
2962
|
+
.cmd-palette form {
|
|
2963
|
+
background: #e5e5e5;
|
|
2964
|
+
background-color: #e5e5e5;
|
|
2965
|
+
}
|
|
2966
|
+
|
|
2967
|
+
.typeahead-field input:last-child,
|
|
2968
|
+
.typeahead-hint {
|
|
2969
|
+
background: #e5e5e5;
|
|
2970
|
+
background-color: #e5e5e5;
|
|
2971
|
+
z-index: 1;
|
|
2972
|
+
}
|
|
2973
|
+
|
|
2974
|
+
.typeahead-field input {
|
|
2975
|
+
font-family: sans-serif;
|
|
2976
|
+
color: #303030;
|
|
2977
|
+
border: none;
|
|
2978
|
+
font-size: 28pt;
|
|
2979
|
+
display: inline-block;
|
|
2980
|
+
line-height: inherit;
|
|
2981
|
+
padding: 3px 10px;
|
|
2982
|
+
height: 70px;
|
|
2983
|
+
}
|
|
2984
|
+
|
|
2985
|
+
.typeahead-select {
|
|
2986
|
+
background-color: #e5e5e5;
|
|
2987
|
+
}
|
|
2988
|
+
|
|
2989
|
+
body > div.modal.cmd-palette.typeahead-field {
|
|
2990
|
+
display: table;
|
|
2991
|
+
border-collapse: separate;
|
|
2992
|
+
background-color: #f4f4f4;
|
|
2993
|
+
}
|
|
2994
|
+
|
|
2995
|
+
.typeahead-container button {
|
|
2996
|
+
font-family: sans-serif;
|
|
2997
|
+
font-size: 28pt;
|
|
2998
|
+
background-color: #e4e4e4;
|
|
2999
|
+
border: none;
|
|
3000
|
+
display: inline-block;
|
|
3001
|
+
line-height: inherit;
|
|
3002
|
+
padding: 3px 10px;
|
|
3003
|
+
height: 70px;
|
|
3004
|
+
}
|
|
3005
|
+
|
|
3006
|
+
.typeahead-search-icon {
|
|
3007
|
+
min-width: 40px;
|
|
3008
|
+
min-height: 55px;
|
|
3009
|
+
display: block;
|
|
3010
|
+
vertical-align: middle;
|
|
3011
|
+
text-align: center;
|
|
3012
|
+
}
|
|
3013
|
+
|
|
3014
|
+
.typeahead-container button:focus,
|
|
3015
|
+
.typeahead-container button:hover {
|
|
3016
|
+
color: #2f2f2f;
|
|
3017
|
+
background-color: #dfdfdf;
|
|
3018
|
+
border-color: #e0e0e0;
|
|
3019
|
+
}
|
|
3020
|
+
|
|
3021
|
+
.typeahead-list > li.typeahead-group.active > a,
|
|
3022
|
+
.typeahead-list > li.typeahead-group > a,
|
|
3023
|
+
.typeahead-list > li.typeahead-group > a:focus,
|
|
3024
|
+
.typeahead-list > li.typeahead-group > a:hover {
|
|
3025
|
+
display: none;
|
|
3026
|
+
}
|
|
3027
|
+
|
|
3028
|
+
.typeahead-dropdown > li > a,
|
|
3029
|
+
.typeahead-list > li > a {
|
|
3030
|
+
color: #303030;
|
|
3031
|
+
text-decoration: none;
|
|
3032
|
+
}
|
|
3033
|
+
|
|
3034
|
+
.typeahead-dropdown,
|
|
3035
|
+
.typeahead-list {
|
|
3036
|
+
font-family: sans-serif;
|
|
3037
|
+
font-size: 13pt;
|
|
3038
|
+
color: #303030;
|
|
3039
|
+
background-color: #ffffff;
|
|
3040
|
+
border: none;
|
|
3041
|
+
background-clip: padding-box;
|
|
3042
|
+
margin-top: 0px;
|
|
3043
|
+
padding: 3px 2px 3px 0px;
|
|
3044
|
+
line-height: 1.7;
|
|
3045
|
+
}
|
|
3046
|
+
|
|
3047
|
+
.typeahead-dropdown > li.active > a,
|
|
3048
|
+
.typeahead-dropdown > li > a:focus,
|
|
3049
|
+
.typeahead-dropdown > li > a:hover,
|
|
3050
|
+
.typeahead-list > li.active > a,
|
|
3051
|
+
.typeahead-list > li > a:focus,
|
|
3052
|
+
.typeahead-list > li > a:hover {
|
|
3053
|
+
color: #2f2f2f;
|
|
3054
|
+
background-color: #f4f4f4;
|
|
3055
|
+
border-color: #f4f4f4;
|
|
3056
|
+
}
|
|
3057
|
+
|
|
3058
|
+
.command-shortcut:before {
|
|
3059
|
+
content: "(command)";
|
|
3060
|
+
padding-right: 3px;
|
|
3061
|
+
color: #828892;
|
|
3062
|
+
}
|
|
3063
|
+
|
|
3064
|
+
.edit-shortcut:before {
|
|
3065
|
+
content: "(edit)";
|
|
3066
|
+
padding-right: 3px;
|
|
3067
|
+
color: #828892;
|
|
3068
|
+
}
|
|
3069
|
+
|
|
3070
|
+
ul.typeahead-list i {
|
|
3071
|
+
margin-left: 1px;
|
|
3072
|
+
width: 18px;
|
|
3073
|
+
margin-right: 10px;
|
|
3074
|
+
}
|
|
3075
|
+
|
|
3076
|
+
ul.typeahead-list {
|
|
3077
|
+
max-height: 50vh;
|
|
3078
|
+
overflow: auto;
|
|
3079
|
+
}
|
|
3080
|
+
|
|
3081
|
+
.typeahead-list > li {
|
|
3082
|
+
position: relative;
|
|
3083
|
+
border: none;
|
|
3084
|
+
}
|
|
3085
|
+
|
|
3086
|
+
div.input.typeahead-hint,
|
|
3087
|
+
input.typeahead-hint,
|
|
3088
|
+
body > div.modal.cmd-palette.in > div > div > div > form > div > div.typeahead-field > span.typeahead-query > input.typeahead-hint {
|
|
3089
|
+
color: #828892 !important;
|
|
3090
|
+
background-color: transparent;
|
|
3091
|
+
padding: 3px 10px;
|
|
3092
|
+
}
|
|
3093
|
+
|
|
3094
|
+
.typeahead-dropdown > li > a,
|
|
3095
|
+
.typeahead-list > li > a {
|
|
3096
|
+
display: block;
|
|
3097
|
+
padding: 5px;
|
|
3098
|
+
clear: both;
|
|
3099
|
+
font-weight: 400;
|
|
3100
|
+
line-height: 1.7;
|
|
3101
|
+
border: 1px solid #ffffff;
|
|
3102
|
+
border-bottom-color: rgba(180, 180, 180, 0.3);
|
|
3103
|
+
}
|
|
3104
|
+
|
|
3105
|
+
body > div.modal.cmd-palette.in > div {
|
|
3106
|
+
min-width: 750px;
|
|
3107
|
+
margin: 150px auto;
|
|
3108
|
+
}
|
|
3109
|
+
|
|
3110
|
+
.typeahead-container strong {
|
|
3111
|
+
font-weight: bolder;
|
|
3112
|
+
color: #ff7823;
|
|
3113
|
+
}
|
|
3114
|
+
|
|
3115
|
+
#find-and-replace #replace-preview .match,
|
|
3116
|
+
#find-and-replace #replace-preview .insert {
|
|
3117
|
+
color: #ffffff;
|
|
3118
|
+
background-color: #ff7823;
|
|
3119
|
+
border-color: #ff7823;
|
|
3120
|
+
border-style: solid;
|
|
3121
|
+
border-width: 1px;
|
|
3122
|
+
border-radius: 0px;
|
|
3123
|
+
}
|
|
3124
|
+
|
|
3125
|
+
#find-and-replace #replace-preview .replace .match {
|
|
3126
|
+
background-color: #de143d;
|
|
3127
|
+
border-color: #de143d;
|
|
3128
|
+
border-radius: 0px;
|
|
3129
|
+
}
|
|
3130
|
+
|
|
3131
|
+
#find-and-replace #replace-preview .replace .insert {
|
|
3132
|
+
background-color: #009e07;
|
|
3133
|
+
border-color: #009e07;
|
|
3134
|
+
border-radius: 0px;
|
|
3135
|
+
}
|
|
3136
|
+
|
|
3137
|
+
.jupyter-dashboard-menu-item.selected::before {
|
|
3138
|
+
font-family: "FontAwesome" !important;
|
|
3139
|
+
content: "\f00c" !important;
|
|
3140
|
+
position: absolute !important;
|
|
3141
|
+
color: #ff7823 !important;
|
|
3142
|
+
left: 0px !important;
|
|
3143
|
+
top: 13px !important;
|
|
3144
|
+
font-size: 12px !important;
|
|
3145
|
+
}
|
|
3146
|
+
|
|
3147
|
+
.shortcut_key,
|
|
3148
|
+
span.shortcut_key {
|
|
3149
|
+
display: inline-block;
|
|
3150
|
+
width: 16ex;
|
|
3151
|
+
text-align: right;
|
|
3152
|
+
font-family: monospace;
|
|
3153
|
+
}
|
|
3154
|
+
|
|
3155
|
+
.jupyter-keybindings {
|
|
3156
|
+
padding: 1px;
|
|
3157
|
+
line-height: 24px;
|
|
3158
|
+
border-bottom: 1px solid rgba(180, 180, 180, 0.14);
|
|
3159
|
+
}
|
|
3160
|
+
|
|
3161
|
+
.jupyter-keybindings i {
|
|
3162
|
+
background: #efefef;
|
|
3163
|
+
font-size: small;
|
|
3164
|
+
padding: 5px;
|
|
3165
|
+
margin-left: 7px;
|
|
3166
|
+
}
|
|
3167
|
+
|
|
3168
|
+
div#short-key-bindings-intro.well,
|
|
3169
|
+
.well {
|
|
3170
|
+
background-color: #e4e4e4;
|
|
3171
|
+
border: 1px solid #e4e4e4;
|
|
3172
|
+
color: #303030;
|
|
3173
|
+
border-radius: 2px;
|
|
3174
|
+
-webkit-box-shadow: none;
|
|
3175
|
+
box-shadow: none;
|
|
3176
|
+
}
|
|
3177
|
+
|
|
3178
|
+
#texteditor-backdrop {
|
|
3179
|
+
background: #ffffff;
|
|
3180
|
+
background-color: #ffffff;
|
|
3181
|
+
}
|
|
3182
|
+
|
|
3183
|
+
#texteditor-backdrop #texteditor-container .CodeMirror-gutter,
|
|
3184
|
+
#texteditor-backdrop #texteditor-container .CodeMirror-gutters {
|
|
3185
|
+
background: #e0e1e3;
|
|
3186
|
+
background-color: #e0e1e3;
|
|
3187
|
+
color: #828892;
|
|
3188
|
+
}
|
|
3189
|
+
|
|
3190
|
+
.edit_app #menubar .navbar {
|
|
3191
|
+
margin-bottom: 0px;
|
|
3192
|
+
}
|
|
3193
|
+
|
|
3194
|
+
#texteditor-backdrop #texteditor-container {
|
|
3195
|
+
padding: 0px;
|
|
3196
|
+
background-color: #ededed;
|
|
3197
|
+
box-shadow: none;
|
|
3198
|
+
}
|
|
3199
|
+
|
|
3200
|
+
.terminal-app {
|
|
3201
|
+
background: #ffffff;
|
|
3202
|
+
}
|
|
3203
|
+
|
|
3204
|
+
.terminal-app > #header {
|
|
3205
|
+
background: #ffffff;
|
|
3206
|
+
}
|
|
3207
|
+
|
|
3208
|
+
.terminal-app .terminal {
|
|
3209
|
+
font-family: monospace, monospace;
|
|
3210
|
+
font-size: 11pt;
|
|
3211
|
+
line-height: 170%;
|
|
3212
|
+
color: #303030;
|
|
3213
|
+
background: #ededed;
|
|
3214
|
+
padding: 0.4em;
|
|
3215
|
+
border-radius: 2px;
|
|
3216
|
+
-webkit-box-shadow: none;
|
|
3217
|
+
box-shadow: none;
|
|
3218
|
+
}
|
|
3219
|
+
|
|
3220
|
+
.terminal .xterm-viewport {
|
|
3221
|
+
background-color: #ededed;
|
|
3222
|
+
color: #303030;
|
|
3223
|
+
overflow-y: auto;
|
|
3224
|
+
}
|
|
3225
|
+
|
|
3226
|
+
.terminal .xterm-color-0 {
|
|
3227
|
+
color: #ff7823;
|
|
3228
|
+
}
|
|
3229
|
+
|
|
3230
|
+
.terminal .xterm-color-1 {
|
|
3231
|
+
color: #de143d;
|
|
3232
|
+
}
|
|
3233
|
+
|
|
3234
|
+
.terminal .xterm-color-2 {
|
|
3235
|
+
color: #713bc5;
|
|
3236
|
+
}
|
|
3237
|
+
|
|
3238
|
+
.terminal .xterm-color-3 {
|
|
3239
|
+
color: #e22978;
|
|
3240
|
+
}
|
|
3241
|
+
|
|
3242
|
+
.terminal .xterm-color-4 {
|
|
3243
|
+
color: #ff8132;
|
|
3244
|
+
}
|
|
3245
|
+
|
|
3246
|
+
.terminal .xterm-color-5 {
|
|
3247
|
+
color: #009e07;
|
|
3248
|
+
}
|
|
3249
|
+
|
|
3250
|
+
.terminal .xterm-color-6 {
|
|
3251
|
+
color: #e22978;
|
|
3252
|
+
}
|
|
3253
|
+
|
|
3254
|
+
.terminal .xterm-color-7 {
|
|
3255
|
+
color: #e22978;
|
|
3256
|
+
}
|
|
3257
|
+
|
|
3258
|
+
.terminal .xterm-color-8 {
|
|
3259
|
+
color: #ef5c00;
|
|
3260
|
+
}
|
|
3261
|
+
|
|
3262
|
+
.terminal .xterm-color-9 {
|
|
3263
|
+
color: #009e07;
|
|
3264
|
+
}
|
|
3265
|
+
|
|
3266
|
+
.terminal .xterm-color-10 {
|
|
3267
|
+
color: #e22978;
|
|
3268
|
+
}
|
|
3269
|
+
|
|
3270
|
+
.terminal .xterm-color-14 {
|
|
3271
|
+
color: #e22978;
|
|
3272
|
+
}
|
|
3273
|
+
|
|
3274
|
+
.terminal .xterm-bg-color-15 {
|
|
3275
|
+
background-color: #ededed;
|
|
3276
|
+
}
|
|
3277
|
+
|
|
3278
|
+
.terminal:not(.xterm-cursor-style-underline):not(.xterm-cursor-style-bar) .terminal-cursor {
|
|
3279
|
+
background-color: #ff7823;
|
|
3280
|
+
color: #ededed;
|
|
3281
|
+
}
|
|
3282
|
+
|
|
3283
|
+
.terminal:not(.focus) .terminal-cursor {
|
|
3284
|
+
outline: 1px solid #ff7823;
|
|
3285
|
+
outline-offset: -1px;
|
|
3286
|
+
}
|
|
3287
|
+
|
|
3288
|
+
.celltoolbar {
|
|
3289
|
+
font-size: 100%;
|
|
3290
|
+
padding-top: 3px;
|
|
3291
|
+
border-color: transparent;
|
|
3292
|
+
border-bottom: thin solid #828892;
|
|
3293
|
+
background: transparent;
|
|
3294
|
+
}
|
|
3295
|
+
|
|
3296
|
+
.cell-tag,
|
|
3297
|
+
.tags-input input,
|
|
3298
|
+
.tags-input button {
|
|
3299
|
+
color: #303030;
|
|
3300
|
+
background-color: #ffffff;
|
|
3301
|
+
background-image: none;
|
|
3302
|
+
border: 1px solid #303030;
|
|
3303
|
+
border-radius: 1px;
|
|
3304
|
+
box-shadow: none;
|
|
3305
|
+
width: inherit;
|
|
3306
|
+
font-size: inherit;
|
|
3307
|
+
height: 22px;
|
|
3308
|
+
line-height: 22px;
|
|
3309
|
+
}
|
|
3310
|
+
|
|
3311
|
+
#notebook-container > div.cell.code_cell.rendered.selected > div.input > div.inner_cell > div.ctb_hideshow.ctb_show > div > div > button,
|
|
3312
|
+
#notebook-container > div.input > div.inner_cell > div.ctb_hideshow.ctb_show > div > div > button {
|
|
3313
|
+
font-size: 10pt;
|
|
3314
|
+
color: #303030;
|
|
3315
|
+
background-color: #ffffff;
|
|
3316
|
+
background-image: none;
|
|
3317
|
+
border: 1px solid #303030;
|
|
3318
|
+
border-radius: 1px;
|
|
3319
|
+
box-shadow: none;
|
|
3320
|
+
width: inherit;
|
|
3321
|
+
font-size: inherit;
|
|
3322
|
+
height: 22px;
|
|
3323
|
+
line-height: 22px;
|
|
3324
|
+
}
|
|
3325
|
+
|
|
3326
|
+
div#pager #pager-contents {
|
|
3327
|
+
background: #ffffff !important;
|
|
3328
|
+
background-color: #ffffff !important;
|
|
3329
|
+
}
|
|
3330
|
+
|
|
3331
|
+
div#pager pre {
|
|
3332
|
+
color: #303030 !important;
|
|
3333
|
+
background: #ededed !important;
|
|
3334
|
+
background-color: #ededed !important;
|
|
3335
|
+
padding: 0.4em;
|
|
3336
|
+
}
|
|
3337
|
+
|
|
3338
|
+
div#pager .ui-resizable-handle {
|
|
3339
|
+
top: 0px;
|
|
3340
|
+
height: 8px;
|
|
3341
|
+
background: #ff7823 !important;
|
|
3342
|
+
border-top: 1px solid #ff7823;
|
|
3343
|
+
border-bottom: 1px solid #ff7823;
|
|
3344
|
+
}
|
|
3345
|
+
|
|
3346
|
+
div.CodeMirror,
|
|
3347
|
+
div.CodeMirror pre {
|
|
3348
|
+
font-family: monospace, monospace;
|
|
3349
|
+
font-size: 11pt;
|
|
3350
|
+
line-height: 170%;
|
|
3351
|
+
color: #303030;
|
|
3352
|
+
}
|
|
3353
|
+
|
|
3354
|
+
div.CodeMirror-lines {
|
|
3355
|
+
padding-bottom: 0.9em;
|
|
3356
|
+
padding-left: 0.5em;
|
|
3357
|
+
padding-right: 1.5em;
|
|
3358
|
+
padding-top: 0.7em;
|
|
3359
|
+
}
|
|
3360
|
+
|
|
3361
|
+
span.ansiblack,
|
|
3362
|
+
.ansi-black-fg {
|
|
3363
|
+
color: #e22978;
|
|
3364
|
+
}
|
|
3365
|
+
|
|
3366
|
+
span.ansiblue,
|
|
3367
|
+
.ansi-blue-fg,
|
|
3368
|
+
.ansi-blue-intense-fg {
|
|
3369
|
+
color: #009e07;
|
|
3370
|
+
}
|
|
3371
|
+
|
|
3372
|
+
span.ansigray,
|
|
3373
|
+
.ansi-gray-fg,
|
|
3374
|
+
.ansi-gray-intense-fg {
|
|
3375
|
+
color: #ff8132;
|
|
3376
|
+
}
|
|
3377
|
+
|
|
3378
|
+
span.ansigreen,
|
|
3379
|
+
.ansi-green-fg {
|
|
3380
|
+
color: #333333;
|
|
3381
|
+
}
|
|
3382
|
+
|
|
3383
|
+
.ansi-green-intense-fg {
|
|
3384
|
+
color: #ff8132;
|
|
3385
|
+
}
|
|
3386
|
+
|
|
3387
|
+
span.ansipurple,
|
|
3388
|
+
.ansi-purple-fg,
|
|
3389
|
+
.ansi-purple-intense-fg {
|
|
3390
|
+
color: #653bc5;
|
|
3391
|
+
}
|
|
3392
|
+
|
|
3393
|
+
span.ansicyan,
|
|
3394
|
+
.ansi-cyan-fg,
|
|
3395
|
+
.ansi-cyan-intense-fg {
|
|
3396
|
+
color: #653bc5;
|
|
3397
|
+
}
|
|
3398
|
+
|
|
3399
|
+
span.ansiyellow,
|
|
3400
|
+
.ansi-yellow-fg,
|
|
3401
|
+
.ansi-yellow-intense-fg {
|
|
3402
|
+
color: #ff8132;
|
|
3403
|
+
}
|
|
3404
|
+
|
|
3405
|
+
span.ansired,
|
|
3406
|
+
.ansi-red-fg,
|
|
3407
|
+
.ansi-red-intense-fg {
|
|
3408
|
+
color: #de143d;
|
|
3409
|
+
}
|
|
3410
|
+
|
|
3411
|
+
div.output-stderr {
|
|
3412
|
+
background-color: #ebb5b7;
|
|
3413
|
+
}
|
|
3414
|
+
|
|
3415
|
+
div.output-stderr pre {
|
|
3416
|
+
color: #000000;
|
|
3417
|
+
}
|
|
3418
|
+
|
|
3419
|
+
div.js-error {
|
|
3420
|
+
color: #de143d;
|
|
3421
|
+
}
|
|
3422
|
+
|
|
3423
|
+
.ipython_tooltip {
|
|
3424
|
+
font-family: monospace, monospace;
|
|
3425
|
+
font-size: 11pt;
|
|
3426
|
+
line-height: 170%;
|
|
3427
|
+
border: 2px solid #dadada;
|
|
3428
|
+
background: #eeeeee;
|
|
3429
|
+
background-color: #eeeeee;
|
|
3430
|
+
border-radius: 2px;
|
|
3431
|
+
overflow-x: visible;
|
|
3432
|
+
overflow-y: visible;
|
|
3433
|
+
box-shadow: none;
|
|
3434
|
+
position: absolute;
|
|
3435
|
+
z-index: 1000;
|
|
3436
|
+
}
|
|
3437
|
+
|
|
3438
|
+
.ipython_tooltip .tooltiptext pre {
|
|
3439
|
+
font-family: monospace, monospace;
|
|
3440
|
+
font-size: 11pt;
|
|
3441
|
+
line-height: 170%;
|
|
3442
|
+
background: #eeeeee;
|
|
3443
|
+
background-color: #eeeeee;
|
|
3444
|
+
color: #303030;
|
|
3445
|
+
overflow-x: visible;
|
|
3446
|
+
overflow-y: visible;
|
|
3447
|
+
max-width: 900px;
|
|
3448
|
+
}
|
|
3449
|
+
|
|
3450
|
+
div#tooltip.ipython_tooltip {
|
|
3451
|
+
overflow-x: wrap;
|
|
3452
|
+
overflow-y: visible;
|
|
3453
|
+
max-width: 800px;
|
|
3454
|
+
}
|
|
3455
|
+
|
|
3456
|
+
div.tooltiptext.bigtooltip {
|
|
3457
|
+
overflow-x: visible;
|
|
3458
|
+
overflow-y: scroll;
|
|
3459
|
+
height: 400px;
|
|
3460
|
+
max-width: 800px;
|
|
3461
|
+
}
|
|
3462
|
+
|
|
3463
|
+
.cm-s-ipython.CodeMirror {
|
|
3464
|
+
font-family: monospace, monospace;
|
|
3465
|
+
font-size: 11pt;
|
|
3466
|
+
background: #ededed;
|
|
3467
|
+
color: #303030;
|
|
3468
|
+
border-radius: 2px;
|
|
3469
|
+
font-style: normal;
|
|
3470
|
+
font-weight: normal;
|
|
3471
|
+
}
|
|
3472
|
+
|
|
3473
|
+
.cm-s-ipython div.CodeMirror-selected {
|
|
3474
|
+
background: #e0e1e3;
|
|
3475
|
+
}
|
|
3476
|
+
|
|
3477
|
+
.CodeMirror-gutters {
|
|
3478
|
+
border: none;
|
|
3479
|
+
border-right: 1px solid #e0e1e3 !important;
|
|
3480
|
+
background-color: #e0e1e3 !important;
|
|
3481
|
+
background: #e0e1e3 !important;
|
|
3482
|
+
border-radius: 0px;
|
|
3483
|
+
white-space: nowrap;
|
|
3484
|
+
}
|
|
3485
|
+
|
|
3486
|
+
.cm-s-ipython .CodeMirror-gutters {
|
|
3487
|
+
background: #e0e1e3;
|
|
3488
|
+
border: none;
|
|
3489
|
+
border-radius: 0px;
|
|
3490
|
+
width: 36px;
|
|
3491
|
+
}
|
|
3492
|
+
|
|
3493
|
+
.cm-s-ipython .CodeMirror-linenumber {
|
|
3494
|
+
color: #828892;
|
|
3495
|
+
}
|
|
3496
|
+
|
|
3497
|
+
.CodeMirror-sizer {
|
|
3498
|
+
margin-left: 40px;
|
|
3499
|
+
}
|
|
3500
|
+
|
|
3501
|
+
.CodeMirror-linenumber,
|
|
3502
|
+
div.CodeMirror-linenumber,
|
|
3503
|
+
.CodeMirror-gutter.CodeMirror-linenumberdiv.CodeMirror-gutter.CodeMirror-linenumber {
|
|
3504
|
+
padding-right: 1px;
|
|
3505
|
+
margin-left: 0px;
|
|
3506
|
+
margin: 0px;
|
|
3507
|
+
width: 26px !important;
|
|
3508
|
+
padding: 0px;
|
|
3509
|
+
text-align: right;
|
|
3510
|
+
}
|
|
3511
|
+
|
|
3512
|
+
.CodeMirror-linenumber {
|
|
3513
|
+
color: #828892;
|
|
3514
|
+
}
|
|
3515
|
+
|
|
3516
|
+
.cm-s-ipython .CodeMirror-cursor {
|
|
3517
|
+
border-left: 2px solid #ff711a !important;
|
|
3518
|
+
}
|
|
3519
|
+
|
|
3520
|
+
.cm-s-ipython span.cm-comment {
|
|
3521
|
+
color: #8d8d8d;
|
|
3522
|
+
font-style: italic;
|
|
3523
|
+
}
|
|
3524
|
+
|
|
3525
|
+
.cm-s-ipython span.cm-atom {
|
|
3526
|
+
color: #055be0;
|
|
3527
|
+
}
|
|
3528
|
+
|
|
3529
|
+
.cm-s-ipython span.cm-number {
|
|
3530
|
+
color: #ff8132;
|
|
3531
|
+
}
|
|
3532
|
+
|
|
3533
|
+
.cm-s-ipython span.cm-property {
|
|
3534
|
+
color: #303030;
|
|
3535
|
+
}
|
|
3536
|
+
|
|
3537
|
+
.cm-s-ipython span.cm-attribute {
|
|
3538
|
+
color: #303030;
|
|
3539
|
+
}
|
|
3540
|
+
|
|
3541
|
+
.cm-s-ipython span.cm-keyword {
|
|
3542
|
+
color: #713bc5;
|
|
3543
|
+
font-weight: normal;
|
|
3544
|
+
}
|
|
3545
|
+
|
|
3546
|
+
.cm-s-ipython span.cm-string {
|
|
3547
|
+
color: #009e07;
|
|
3548
|
+
}
|
|
3549
|
+
|
|
3550
|
+
.cm-s-ipython span.cm-meta {
|
|
3551
|
+
color: #aa22ff;
|
|
3552
|
+
}
|
|
3553
|
+
|
|
3554
|
+
.cm-s-ipython span.cm-operator {
|
|
3555
|
+
color: #055be0;
|
|
3556
|
+
}
|
|
3557
|
+
|
|
3558
|
+
.cm-s-ipython span.cm-builtin {
|
|
3559
|
+
color: #e22978;
|
|
3560
|
+
}
|
|
3561
|
+
|
|
3562
|
+
.cm-s-ipython span.cm-variable {
|
|
3563
|
+
color: #303030;
|
|
3564
|
+
}
|
|
3565
|
+
|
|
3566
|
+
.cm-s-ipython span.cm-variable-2 {
|
|
3567
|
+
color: #de143d;
|
|
3568
|
+
}
|
|
3569
|
+
|
|
3570
|
+
.cm-s-ipython span.cm-variable-3 {
|
|
3571
|
+
color: #aa22ff;
|
|
3572
|
+
}
|
|
3573
|
+
|
|
3574
|
+
.cm-s-ipython span.cm-def {
|
|
3575
|
+
color: #e22978;
|
|
3576
|
+
font-weight: normal;
|
|
3577
|
+
}
|
|
3578
|
+
|
|
3579
|
+
.cm-s-ipython span.cm-error {
|
|
3580
|
+
background: rgba(191, 11, 55, 0.7);
|
|
3581
|
+
}
|
|
3582
|
+
|
|
3583
|
+
.cm-s-ipython span.cm-tag {
|
|
3584
|
+
color: #e22978;
|
|
3585
|
+
}
|
|
3586
|
+
|
|
3587
|
+
.cm-s-ipython span.cm-link {
|
|
3588
|
+
color: #ef5c00;
|
|
3589
|
+
}
|
|
3590
|
+
|
|
3591
|
+
.cm-s-ipython span.cm-storage {
|
|
3592
|
+
color: #055be0;
|
|
3593
|
+
}
|
|
3594
|
+
|
|
3595
|
+
.cm-s-ipython span.cm-entity {
|
|
3596
|
+
color: #e22978;
|
|
3597
|
+
}
|
|
3598
|
+
|
|
3599
|
+
.cm-s-ipython span.cm-quote {
|
|
3600
|
+
color: #009e07;
|
|
3601
|
+
}
|
|
3602
|
+
|
|
3603
|
+
div.CodeMirror span.CodeMirror-matchingbracket {
|
|
3604
|
+
color: #ffffff;
|
|
3605
|
+
font-weight: bold;
|
|
3606
|
+
background-color: #009e07;
|
|
3607
|
+
}
|
|
3608
|
+
|
|
3609
|
+
div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
3610
|
+
color: #ffffff;
|
|
3611
|
+
font-weight: bold;
|
|
3612
|
+
background: rgba(191, 11, 55, 0.7) !important;
|
|
3613
|
+
}
|
|
3614
|
+
|
|
3615
|
+
.cm-header-1 {
|
|
3616
|
+
font-size: 215%;
|
|
3617
|
+
}
|
|
3618
|
+
|
|
3619
|
+
.cm-header-2 {
|
|
3620
|
+
font-size: 180%;
|
|
3621
|
+
}
|
|
3622
|
+
|
|
3623
|
+
.cm-header-3 {
|
|
3624
|
+
font-size: 150%;
|
|
3625
|
+
}
|
|
3626
|
+
|
|
3627
|
+
.cm-header-4 {
|
|
3628
|
+
font-size: 120%;
|
|
3629
|
+
}
|
|
3630
|
+
|
|
3631
|
+
.cm-header-5 {
|
|
3632
|
+
font-size: 100%;
|
|
3633
|
+
}
|
|
3634
|
+
|
|
3635
|
+
.cm-s-default .cm-hr {
|
|
3636
|
+
color: #055be0;
|
|
3637
|
+
}
|
|
3638
|
+
|
|
3639
|
+
div.cell.text_cell .cm-s-default .cm-header {
|
|
3640
|
+
font-family: sans-serif;
|
|
3641
|
+
font-weight: normal;
|
|
3642
|
+
color: #126dce !important;
|
|
3643
|
+
margin-top: 0.3em !important;
|
|
3644
|
+
margin-bottom: 0.3em !important;
|
|
3645
|
+
}
|
|
3646
|
+
|
|
3647
|
+
div.cell.text_cell .cm-s-default span.cm-variable-2 {
|
|
3648
|
+
color: #353535 !important;
|
|
3649
|
+
}
|
|
3650
|
+
|
|
3651
|
+
div.cell.text_cell .cm-s-default span.cm-variable-3 {
|
|
3652
|
+
color: #aa22ff !important;
|
|
3653
|
+
}
|
|
3654
|
+
|
|
3655
|
+
.cm-s-default span.cm-comment {
|
|
3656
|
+
color: #8d8d8d !important;
|
|
3657
|
+
}
|
|
3658
|
+
|
|
3659
|
+
.cm-s-default .cm-tag {
|
|
3660
|
+
color: #009fb7;
|
|
3661
|
+
}
|
|
3662
|
+
|
|
3663
|
+
.cm-s-default .cm-builtin {
|
|
3664
|
+
color: #e22978;
|
|
3665
|
+
}
|
|
3666
|
+
|
|
3667
|
+
.cm-s-default .cm-string {
|
|
3668
|
+
color: #009e07;
|
|
3669
|
+
}
|
|
3670
|
+
|
|
3671
|
+
.cm-s-default .cm-keyword {
|
|
3672
|
+
color: #713bc5;
|
|
3673
|
+
}
|
|
3674
|
+
|
|
3675
|
+
.cm-s-default .cm-number {
|
|
3676
|
+
color: #ff8132;
|
|
3677
|
+
}
|
|
3678
|
+
|
|
3679
|
+
.cm-s-default .cm-error {
|
|
3680
|
+
color: #055be0;
|
|
3681
|
+
}
|
|
3682
|
+
|
|
3683
|
+
.cm-s-default .cm-link {
|
|
3684
|
+
color: #ef5c00;
|
|
3685
|
+
}
|
|
3686
|
+
|
|
3687
|
+
.cm-s-default .cm-atom {
|
|
3688
|
+
color: #ff8132;
|
|
3689
|
+
}
|
|
3690
|
+
|
|
3691
|
+
.cm-s-default .cm-def {
|
|
3692
|
+
color: #e22978;
|
|
3693
|
+
}
|
|
3694
|
+
|
|
3695
|
+
.CodeMirror-cursor {
|
|
3696
|
+
border-left: 2px solid #ff711a !important;
|
|
3697
|
+
border-right: none;
|
|
3698
|
+
width: 0;
|
|
3699
|
+
}
|
|
3700
|
+
|
|
3701
|
+
.cm-s-default div.CodeMirror-selected {
|
|
3702
|
+
background: #e0e1e3;
|
|
3703
|
+
}
|
|
3704
|
+
|
|
3705
|
+
.cm-s-default .cm-selected {
|
|
3706
|
+
background: #e0e1e3;
|
|
3707
|
+
}
|
|
3708
|
+
|
|
3709
|
+
.MathJax_Display,
|
|
3710
|
+
.MathJax {
|
|
3711
|
+
border: 0 !important;
|
|
3712
|
+
font-size: 100% !important;
|
|
3713
|
+
text-align: center !important;
|
|
3714
|
+
margin: 0em !important;
|
|
3715
|
+
line-height: 2.25 !important;
|
|
3716
|
+
}
|
|
3717
|
+
|
|
3718
|
+
.MathJax:focus,
|
|
3719
|
+
body :focus .MathJax {
|
|
3720
|
+
display: inline-block !important;
|
|
3721
|
+
}
|
|
3722
|
+
|
|
3723
|
+
.MathJax:focus,
|
|
3724
|
+
body :focus .MathJax {
|
|
3725
|
+
display: inline-block !important;
|
|
3726
|
+
}
|
|
3727
|
+
|
|
3728
|
+
.completions {
|
|
3729
|
+
position: absolute;
|
|
3730
|
+
z-index: 110;
|
|
3731
|
+
overflow: hidden;
|
|
3732
|
+
border: medium solid rgba(240, 147, 43, 0.5);
|
|
3733
|
+
box-shadow: none;
|
|
3734
|
+
line-height: 1;
|
|
3735
|
+
}
|
|
3736
|
+
|
|
3737
|
+
.completions select {
|
|
3738
|
+
background: #ededed;
|
|
3739
|
+
background-color: #ededed;
|
|
3740
|
+
outline: none;
|
|
3741
|
+
border: none;
|
|
3742
|
+
padding: 0px;
|
|
3743
|
+
margin: 0px;
|
|
3744
|
+
margin-left: 2px;
|
|
3745
|
+
overflow: auto;
|
|
3746
|
+
font-family: monospace, monospace;
|
|
3747
|
+
font-size: 11pt;
|
|
3748
|
+
color: #303030;
|
|
3749
|
+
width: auto;
|
|
3750
|
+
}
|
|
3751
|
+
|
|
3752
|
+
div#maintoolbar {
|
|
3753
|
+
display: none !important;
|
|
3754
|
+
}
|
|
3755
|
+
|
|
3756
|
+
#header-container {
|
|
3757
|
+
display: none !important;
|
|
3758
|
+
}
|