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.
Files changed (274) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +12 -0
  3. data/LICENSE +20 -0
  4. data/README.md +28 -0
  5. data/_includes/audio 2.liquid +30 -0
  6. data/_includes/audio.liquid +30 -0
  7. data/_includes/bib_search 2.liquid +4 -0
  8. data/_includes/bib_search.liquid +4 -0
  9. data/_includes/calendar 2.liquid +25 -0
  10. data/_includes/calendar.liquid +25 -0
  11. data/_includes/citation 2.liquid +26 -0
  12. data/_includes/citation.liquid +26 -0
  13. data/_includes/course_schedule 2.liquid +71 -0
  14. data/_includes/course_schedule.liquid +71 -0
  15. data/_includes/courses 2.liquid +37 -0
  16. data/_includes/courses.liquid +37 -0
  17. data/_includes/disqus 2.liquid +13 -0
  18. data/_includes/disqus.liquid +13 -0
  19. data/_includes/figure 2.liquid +86 -0
  20. data/_includes/figure.liquid +86 -0
  21. data/_includes/footer 2.liquid +34 -0
  22. data/_includes/footer.liquid +34 -0
  23. data/_includes/giscus 2.liquid +25 -0
  24. data/_includes/giscus.liquid +25 -0
  25. data/_includes/head 2.liquid +147 -0
  26. data/_includes/head.liquid +147 -0
  27. data/_includes/header 2.liquid +149 -0
  28. data/_includes/header.liquid +149 -0
  29. data/_includes/latest_posts 2.liquid +48 -0
  30. data/_includes/latest_posts.liquid +48 -0
  31. data/_includes/metadata 2.liquid +247 -0
  32. data/_includes/metadata.liquid +247 -0
  33. data/_includes/news 2.liquid +34 -0
  34. data/_includes/news.liquid +34 -0
  35. data/_includes/newsletter 2.liquid +68 -0
  36. data/_includes/newsletter.liquid +68 -0
  37. data/_includes/pagination 2.liquid +21 -0
  38. data/_includes/pagination.liquid +21 -0
  39. data/_includes/plugins/al_analytics_scripts 2.liquid +4 -0
  40. data/_includes/plugins/al_analytics_scripts.liquid +4 -0
  41. data/_includes/plugins/al_charts_scripts 2.liquid +4 -0
  42. data/_includes/plugins/al_charts_scripts.liquid +4 -0
  43. data/_includes/plugins/al_comments 2.liquid +4 -0
  44. data/_includes/plugins/al_comments.liquid +4 -0
  45. data/_includes/plugins/al_cookie_scripts 2.liquid +4 -0
  46. data/_includes/plugins/al_cookie_scripts.liquid +4 -0
  47. data/_includes/plugins/al_cookie_styles 2.liquid +4 -0
  48. data/_includes/plugins/al_cookie_styles.liquid +4 -0
  49. data/_includes/plugins/al_img_tools_scripts 2.liquid +4 -0
  50. data/_includes/plugins/al_img_tools_scripts.liquid +4 -0
  51. data/_includes/plugins/al_img_tools_styles 2.liquid +4 -0
  52. data/_includes/plugins/al_img_tools_styles.liquid +4 -0
  53. data/_includes/plugins/al_math_scripts 2.liquid +4 -0
  54. data/_includes/plugins/al_math_scripts.liquid +4 -0
  55. data/_includes/plugins/al_math_styles 2.liquid +4 -0
  56. data/_includes/plugins/al_math_styles.liquid +4 -0
  57. data/_includes/plugins/al_newsletter_form_center 2.liquid +4 -0
  58. data/_includes/plugins/al_newsletter_form_center.liquid +4 -0
  59. data/_includes/plugins/al_newsletter_form_center_margin 2.liquid +1 -0
  60. data/_includes/plugins/al_newsletter_form_center_margin.liquid +1 -0
  61. data/_includes/plugins/al_newsletter_form_left 2.liquid +1 -0
  62. data/_includes/plugins/al_newsletter_form_left.liquid +1 -0
  63. data/_includes/plugins/al_newsletter_scripts 2.liquid +1 -0
  64. data/_includes/plugins/al_newsletter_scripts.liquid +1 -0
  65. data/_includes/plugins/al_search_assets 2.liquid +5 -0
  66. data/_includes/plugins/al_search_assets.liquid +5 -0
  67. data/_includes/projects 2.liquid +35 -0
  68. data/_includes/projects.liquid +35 -0
  69. data/_includes/projects_horizontal 2.liquid +34 -0
  70. data/_includes/projects_horizontal.liquid +34 -0
  71. data/_includes/related_posts 2.liquid +40 -0
  72. data/_includes/related_posts.liquid +40 -0
  73. data/_includes/repository/repo 2.liquid +47 -0
  74. data/_includes/repository/repo.liquid +47 -0
  75. data/_includes/repository/repo_trophies 2.liquid +42 -0
  76. data/_includes/repository/repo_trophies.liquid +42 -0
  77. data/_includes/repository/repo_user 2.liquid +34 -0
  78. data/_includes/repository/repo_user.liquid +34 -0
  79. data/_includes/scripts 2.liquid +123 -0
  80. data/_includes/scripts.liquid +123 -0
  81. data/_includes/selected_papers 2.liquid +3 -0
  82. data/_includes/selected_papers.liquid +3 -0
  83. data/_includes/video 2.liquid +97 -0
  84. data/_includes/video.liquid +97 -0
  85. data/_layouts/about 2.liquid +84 -0
  86. data/_layouts/about.liquid +84 -0
  87. data/_layouts/archive 2.liquid +38 -0
  88. data/_layouts/archive.liquid +38 -0
  89. data/_layouts/bib 2.liquid +395 -0
  90. data/_layouts/bib.liquid +395 -0
  91. data/_layouts/book-review 2.liquid +265 -0
  92. data/_layouts/book-review.liquid +265 -0
  93. data/_layouts/book-shelf 2.liquid +49 -0
  94. data/_layouts/book-shelf.liquid +49 -0
  95. data/_layouts/course 2.liquid +75 -0
  96. data/_layouts/course.liquid +75 -0
  97. data/_layouts/cv 2.liquid +18 -0
  98. data/_layouts/cv.liquid +18 -0
  99. data/_layouts/default 2.liquid +56 -0
  100. data/_layouts/default.liquid +56 -0
  101. data/_layouts/distill 2.liquid +21 -0
  102. data/_layouts/distill.liquid +21 -0
  103. data/_layouts/none 2.liquid +1 -0
  104. data/_layouts/none.liquid +1 -0
  105. data/_layouts/page 2.liquid +31 -0
  106. data/_layouts/page.liquid +31 -0
  107. data/_layouts/post 2.liquid +94 -0
  108. data/_layouts/post.liquid +94 -0
  109. data/_layouts/profiles 2.liquid +36 -0
  110. data/_layouts/profiles.liquid +36 -0
  111. data/_sass/_blog 2.scss +204 -0
  112. data/_sass/_blog.scss +204 -0
  113. data/_sass/_components 2.scss +261 -0
  114. data/_sass/_components.scss +261 -0
  115. data/_sass/_footer 2.scss +35 -0
  116. data/_sass/_footer.scss +35 -0
  117. data/_sass/_layout 2.scss +58 -0
  118. data/_sass/_layout.scss +58 -0
  119. data/_sass/_navbar 2.scss +190 -0
  120. data/_sass/_navbar.scss +190 -0
  121. data/_sass/_publications 2.scss +188 -0
  122. data/_sass/_publications.scss +188 -0
  123. data/_sass/_tabs 2.scss +48 -0
  124. data/_sass/_tabs.scss +48 -0
  125. data/_sass/_teachings 2.scss +77 -0
  126. data/_sass/_teachings.scss +77 -0
  127. data/_sass/_themes 2.scss +208 -0
  128. data/_sass/_themes.scss +208 -0
  129. data/_sass/_typograms 2.scss +132 -0
  130. data/_sass/_typograms.scss +132 -0
  131. data/_sass/_typography 2.scss +136 -0
  132. data/_sass/_typography.scss +136 -0
  133. data/_sass/_utilities 2.scss +607 -0
  134. data/_sass/_utilities.scss +607 -0
  135. data/_sass/_variables 2.scss +52 -0
  136. data/_sass/_variables.scss +52 -0
  137. data/_sass/font-awesome/_animated 2.scss +150 -0
  138. data/_sass/font-awesome/_animated.scss +150 -0
  139. data/_sass/font-awesome/_bordered 2.scss +24 -0
  140. data/_sass/font-awesome/_bordered.scss +24 -0
  141. data/_sass/font-awesome/_core 2.scss +29 -0
  142. data/_sass/font-awesome/_core.scss +29 -0
  143. data/_sass/font-awesome/_fa 2.scss +3 -0
  144. data/_sass/font-awesome/_fa.scss +3 -0
  145. data/_sass/font-awesome/_functions 2.scss +8 -0
  146. data/_sass/font-awesome/_functions.scss +8 -0
  147. data/_sass/font-awesome/_icons 2.scss +15 -0
  148. data/_sass/font-awesome/_icons.scss +15 -0
  149. data/_sass/font-awesome/_list 2.scss +19 -0
  150. data/_sass/font-awesome/_list.scss +19 -0
  151. data/_sass/font-awesome/_mixins 2.scss +28 -0
  152. data/_sass/font-awesome/_mixins.scss +28 -0
  153. data/_sass/font-awesome/_pulled 2.scss +15 -0
  154. data/_sass/font-awesome/_pulled.scss +15 -0
  155. data/_sass/font-awesome/_rotated-flipped 2.scss +32 -0
  156. data/_sass/font-awesome/_rotated-flipped.scss +32 -0
  157. data/_sass/font-awesome/_shims 2.scss +2193 -0
  158. data/_sass/font-awesome/_shims.scss +2193 -0
  159. data/_sass/font-awesome/_sizing 2.scss +18 -0
  160. data/_sass/font-awesome/_sizing.scss +18 -0
  161. data/_sass/font-awesome/_stacked 2.scss +33 -0
  162. data/_sass/font-awesome/_stacked.scss +33 -0
  163. data/_sass/font-awesome/_variables 2.scss +5130 -0
  164. data/_sass/font-awesome/_variables.scss +5130 -0
  165. data/_sass/font-awesome/_widths 2.scss +12 -0
  166. data/_sass/font-awesome/_widths.scss +12 -0
  167. data/_sass/font-awesome/brands 2.scss +45 -0
  168. data/_sass/font-awesome/brands.scss +45 -0
  169. data/_sass/font-awesome/fontawesome 2.scss +18 -0
  170. data/_sass/font-awesome/fontawesome.scss +18 -0
  171. data/_sass/font-awesome/regular 2.scss +51 -0
  172. data/_sass/font-awesome/regular.scss +51 -0
  173. data/_sass/font-awesome/solid 2.scss +51 -0
  174. data/_sass/font-awesome/solid.scss +51 -0
  175. data/_sass/font-awesome/v4-shims 2.scss +11 -0
  176. data/_sass/font-awesome/v4-shims.scss +11 -0
  177. data/_scripts/giscus-setup 2.js +48 -0
  178. data/_scripts/giscus-setup.js +48 -0
  179. data/assets/css/academicons.min 2.css +1 -0
  180. data/assets/css/academicons.min.css +1 -0
  181. data/assets/css/jekyll-pygments-themes-github 2.css +209 -0
  182. data/assets/css/jekyll-pygments-themes-github.css +209 -0
  183. data/assets/css/jekyll-pygments-themes-native 2.css +232 -0
  184. data/assets/css/jekyll-pygments-themes-native.css +232 -0
  185. data/assets/css/jupyter 2.css +383 -0
  186. data/assets/css/jupyter-grade3 2.css +3758 -0
  187. data/assets/css/jupyter-grade3.css +3758 -0
  188. data/assets/css/jupyter-monokai 2.css +3758 -0
  189. data/assets/css/jupyter-monokai.css +3758 -0
  190. data/assets/css/jupyter.css +383 -0
  191. data/assets/css/main 2.scss +37 -0
  192. data/assets/css/main.scss +37 -0
  193. data/assets/css/scholar-icons 2.css +386 -0
  194. data/assets/css/scholar-icons.css +386 -0
  195. data/assets/css/tailwind 2.css +2 -0
  196. data/assets/css/tailwind.css +2 -0
  197. data/assets/js/bibsearch 2.js +70 -0
  198. data/assets/js/bibsearch.js +70 -0
  199. data/assets/js/calendar-setup 2.js +16 -0
  200. data/assets/js/calendar-setup.js +16 -0
  201. data/assets/js/common 2.js +137 -0
  202. data/assets/js/common.js +137 -0
  203. data/assets/js/copy_code 2.js +56 -0
  204. data/assets/js/copy_code.js +56 -0
  205. data/assets/js/highlight-search-term 2.js +110 -0
  206. data/assets/js/highlight-search-term.js +110 -0
  207. data/assets/js/jupyter_new_tab 2.js +18 -0
  208. data/assets/js/jupyter_new_tab.js +18 -0
  209. data/assets/js/masonry 2.js +12 -0
  210. data/assets/js/masonry.js +12 -0
  211. data/assets/js/nav-toggle 2.js +102 -0
  212. data/assets/js/nav-toggle.js +102 -0
  213. data/assets/js/no_defer 2.js +31 -0
  214. data/assets/js/no_defer.js +31 -0
  215. data/assets/js/progress-bar 2.js +69 -0
  216. data/assets/js/progress-bar.js +69 -0
  217. data/assets/js/search/hotkeys-js/hotkeys.esm.min 2.js +18 -0
  218. data/assets/js/search/hotkeys-js/hotkeys.esm.min.js +18 -0
  219. data/assets/js/search/lit/decorators.min 2.js +7 -0
  220. data/assets/js/search/lit/decorators.min.js +7 -0
  221. data/assets/js/search/lit/directives/class-map.min.js +7 -0
  222. data/assets/js/search/lit/directives/join.min.js +7 -0
  223. data/assets/js/search/lit/directives/live.min.js +7 -0
  224. data/assets/js/search/lit/directives/ref.min.js +7 -0
  225. data/assets/js/search/lit/directives/repeat.min.js +7 -0
  226. data/assets/js/search/lit/directives/unsafe-html.min.js +7 -0
  227. data/assets/js/search/lit/index.min 2.js +7 -0
  228. data/assets/js/search/lit/index.min.js +7 -0
  229. data/assets/js/search/lit-element/lit-element.min 2.js +12 -0
  230. data/assets/js/search/lit-element/lit-element.min.js +12 -0
  231. data/assets/js/search/lit-html/directives/class-map.min.js +22 -0
  232. data/assets/js/search/lit-html/directives/join.min.js +12 -0
  233. data/assets/js/search/lit-html/directives/live.min.js +28 -0
  234. data/assets/js/search/lit-html/directives/ref.min.js +32 -0
  235. data/assets/js/search/lit-html/directives/repeat.min.js +27 -0
  236. data/assets/js/search/lit-html/directives/unsafe-html.min.js +22 -0
  237. data/assets/js/search/lit-html/is-server.min 2.js +12 -0
  238. data/assets/js/search/lit-html/is-server.min.js +12 -0
  239. data/assets/js/search/lit-html/lit-html.min 2.js +12 -0
  240. data/assets/js/search/lit-html/lit-html.min.js +12 -0
  241. data/assets/js/search/reactive-element/decorators/custom-element.min.js +12 -0
  242. data/assets/js/search/reactive-element/decorators/event-options.min.js +12 -0
  243. data/assets/js/search/reactive-element/decorators/property.min.js +22 -0
  244. data/assets/js/search/reactive-element/decorators/query-all.min.js +17 -0
  245. data/assets/js/search/reactive-element/decorators/query-assigned-elements.min.js +17 -0
  246. data/assets/js/search/reactive-element/decorators/query-assigned-nodes.min.js +17 -0
  247. data/assets/js/search/reactive-element/decorators/query-async.min.js +17 -0
  248. data/assets/js/search/reactive-element/decorators/query.min.js +17 -0
  249. data/assets/js/search/reactive-element/decorators/state.min.js +27 -0
  250. data/assets/js/search/reactive-element/reactive-element.min 2.js +17 -0
  251. data/assets/js/search/reactive-element/reactive-element.min.js +17 -0
  252. data/assets/js/tabs.min 2.js +5 -0
  253. data/assets/js/tabs.min.js +5 -0
  254. data/assets/js/theme 2.js +329 -0
  255. data/assets/js/theme.js +329 -0
  256. data/assets/js/tooltips-setup 2.js +116 -0
  257. data/assets/js/tooltips-setup.js +116 -0
  258. data/assets/js/typograms 2.js +1341 -0
  259. data/assets/js/typograms.js +1341 -0
  260. data/assets/js/vanilla-back-to-top.min 2.js +1 -0
  261. data/assets/js/vanilla-back-to-top.min.js +1 -0
  262. data/assets/tailwind/app 2.css +855 -0
  263. data/assets/tailwind/app.css +855 -0
  264. data/assets/tailwind/bootstrap-compat.input 2.css +54 -0
  265. data/assets/tailwind/bootstrap-compat.input.css +54 -0
  266. data/assets/tailwind/input 2.css +2 -0
  267. data/assets/tailwind/input.css +2 -0
  268. data/lib/al_folio_core/version.rb +5 -0
  269. data/lib/al_folio_core.rb +282 -0
  270. data/migrations/1.0.0_to_1.1.0 2.yml +26 -0
  271. data/migrations/1.0.0_to_1.1.0.yml +26 -0
  272. data/migrations/1.1.0_to_1.2.0 2.yml +17 -0
  273. data/migrations/1.1.0_to_1.2.0.yml +17 -0
  274. metadata +393 -0
@@ -0,0 +1,855 @@
1
+ @config "../../tailwind.config.js";
2
+ @source "../../_includes/**/*.{html,liquid,md}";
3
+ @source "../../_layouts/**/*.{html,liquid,md}";
4
+ @source "../../_pages/**/*.{html,liquid,md}";
5
+ @source "../../_posts/**/*.{html,liquid,md}";
6
+ @source "../../_books/**/*.{html,liquid,md}";
7
+ @source "../../_projects/**/*.{html,liquid,md}";
8
+ @source "../../_teachings/**/*.{html,liquid,md}";
9
+ @source "../../assets/js/**/*.js";
10
+ @source "../../assets/tailwind/**/*.css";
11
+ @source inline("collapse collapsing show dropdown-menu dropdown-item dropdown-toggle table table-dark table-hover af-tooltip af-popover font-weight-lighter font-weight-bold hoverable z-depth-0");
12
+
13
+ @import "tailwindcss/theme.css" layer(theme);
14
+ @import "tailwindcss/utilities.css" layer(utilities);
15
+
16
+ @layer base {
17
+ :root {
18
+ --max-content-width: 930px;
19
+ }
20
+
21
+ html {
22
+ font-size: 16px;
23
+ font-family: sans-serif;
24
+ line-height: 1.15;
25
+ -webkit-text-size-adjust: 100%;
26
+ }
27
+
28
+ *,
29
+ *::before,
30
+ *::after {
31
+ box-sizing: border-box;
32
+ }
33
+
34
+ body {
35
+ margin: 0;
36
+ font-family: Roboto, sans-serif;
37
+ font-size: 1rem;
38
+ font-weight: 300;
39
+ line-height: 1.5;
40
+ text-align: left;
41
+ @apply text-text bg-background;
42
+ }
43
+
44
+ h1,
45
+ h2,
46
+ h3,
47
+ h4,
48
+ h5,
49
+ h6 {
50
+ margin-top: 0;
51
+ margin-bottom: 0.5rem;
52
+ font-family: inherit;
53
+ font-weight: 300;
54
+ line-height: 1.2;
55
+ color: inherit;
56
+ }
57
+
58
+ h1 {
59
+ font-size: 2.5rem;
60
+ }
61
+
62
+ h2 {
63
+ font-size: 2rem;
64
+ }
65
+
66
+ h3 {
67
+ font-size: 1.75rem;
68
+ }
69
+
70
+ h4 {
71
+ font-size: 1.5rem;
72
+ }
73
+
74
+ h5 {
75
+ font-size: 1.25rem;
76
+ }
77
+
78
+ h6 {
79
+ font-size: 1rem;
80
+ }
81
+
82
+ p {
83
+ margin-top: 0;
84
+ margin-bottom: 1rem;
85
+ }
86
+
87
+ ol,
88
+ ul {
89
+ margin-top: 0;
90
+ margin-bottom: 1rem;
91
+ }
92
+
93
+ img {
94
+ vertical-align: middle;
95
+ border-style: none;
96
+ }
97
+
98
+ figure {
99
+ margin: 0 0 1rem;
100
+ }
101
+
102
+ sub,
103
+ sup {
104
+ position: relative;
105
+ font-size: 75%;
106
+ line-height: 0;
107
+ vertical-align: baseline;
108
+ }
109
+
110
+ sub {
111
+ bottom: -0.25em;
112
+ }
113
+
114
+ sup {
115
+ top: -0.5em;
116
+ }
117
+
118
+ button,
119
+ input,
120
+ optgroup,
121
+ select,
122
+ textarea {
123
+ margin: 0;
124
+ font-family: inherit;
125
+ font-size: inherit;
126
+ line-height: inherit;
127
+ }
128
+
129
+ a {
130
+ color: var(--global-theme-color);
131
+ text-decoration: none;
132
+ background-color: transparent;
133
+ }
134
+
135
+ a:hover {
136
+ color: var(--global-hover-color);
137
+ text-decoration: underline;
138
+ }
139
+ }
140
+
141
+ @layer components {
142
+ .container {
143
+ @apply w-full mx-auto;
144
+ padding-right: 15px;
145
+ padding-left: 15px;
146
+ max-width: var(--max-content-width);
147
+ }
148
+
149
+ .row {
150
+ display: flex;
151
+ flex-wrap: wrap;
152
+ margin-right: -15px;
153
+ margin-left: -15px;
154
+ }
155
+
156
+ .col,
157
+ .col-12,
158
+ .col-sm,
159
+ .col-md,
160
+ .col-lg,
161
+ .col-sm-2,
162
+ .col-sm-3,
163
+ .col-sm-4,
164
+ .col-sm-6,
165
+ .col-sm-8,
166
+ .col-sm-9,
167
+ .col-sm-10,
168
+ .col-sm-12,
169
+ .col-md-2,
170
+ .col-md-3,
171
+ .col-md-4,
172
+ .col-md-6,
173
+ .col-md-8,
174
+ .col-md-10,
175
+ .col-md-12,
176
+ .col-xs-2,
177
+ .col-xs-10,
178
+ .col-xs-12 {
179
+ position: relative;
180
+ width: 100%;
181
+ min-height: 1px;
182
+ padding-right: 15px;
183
+ padding-left: 15px;
184
+ }
185
+
186
+ .col {
187
+ flex-basis: 0;
188
+ flex-grow: 1;
189
+ max-width: 100%;
190
+ }
191
+
192
+ .col-12 {
193
+ flex: 0 0 100%;
194
+ max-width: 100%;
195
+ }
196
+
197
+ @media (min-width: 576px) {
198
+ .col-sm-2 {
199
+ flex: 0 0 16.666667%;
200
+ max-width: 16.666667%;
201
+ }
202
+
203
+ .col-sm-3 {
204
+ flex: 0 0 25%;
205
+ max-width: 25%;
206
+ }
207
+
208
+ .col-sm-4 {
209
+ flex: 0 0 33.333333%;
210
+ max-width: 33.333333%;
211
+ }
212
+
213
+ .col-sm-6 {
214
+ flex: 0 0 50%;
215
+ max-width: 50%;
216
+ }
217
+
218
+ .col-sm-8 {
219
+ flex: 0 0 66.666667%;
220
+ max-width: 66.666667%;
221
+ }
222
+
223
+ .col-sm-9 {
224
+ flex: 0 0 75%;
225
+ max-width: 75%;
226
+ }
227
+
228
+ .col-sm-10 {
229
+ flex: 0 0 83.333333%;
230
+ max-width: 83.333333%;
231
+ }
232
+
233
+ .col-sm-12 {
234
+ flex: 0 0 100%;
235
+ max-width: 100%;
236
+ }
237
+
238
+ .col-sm {
239
+ flex-basis: 0;
240
+ flex-grow: 1;
241
+ max-width: 100%;
242
+ }
243
+
244
+ .navbar-expand-sm .navbar-collapse {
245
+ display: flex !important;
246
+ flex-basis: auto;
247
+ width: auto;
248
+ }
249
+
250
+ .navbar-expand-sm .navbar-nav {
251
+ flex-direction: row;
252
+ }
253
+
254
+ .navbar-expand-sm .navbar-nav .dropdown-menu {
255
+ position: absolute;
256
+ }
257
+
258
+ .navbar-expand-sm .navbar-nav .nav-link {
259
+ padding-top: 0.5rem;
260
+ padding-bottom: 0.5rem;
261
+ padding-right: 0.5rem;
262
+ padding-left: 0.5rem;
263
+ }
264
+
265
+ .navbar-expand-sm .navbar-toggler {
266
+ display: none;
267
+ }
268
+ }
269
+
270
+ @media (max-width: 575.98px) {
271
+ .navbar-expand-sm > .container {
272
+ padding-right: 0;
273
+ padding-left: 0;
274
+ }
275
+ }
276
+
277
+ @media (min-width: 768px) {
278
+ .col-md-2 {
279
+ flex: 0 0 16.666667%;
280
+ max-width: 16.666667%;
281
+ }
282
+
283
+ .col-md-3 {
284
+ flex: 0 0 25%;
285
+ max-width: 25%;
286
+ }
287
+
288
+ .col-md-4 {
289
+ flex: 0 0 33.333333%;
290
+ max-width: 33.333333%;
291
+ }
292
+
293
+ .col-md-6 {
294
+ flex: 0 0 50%;
295
+ max-width: 50%;
296
+ }
297
+
298
+ .col-md-8 {
299
+ flex: 0 0 66.666667%;
300
+ max-width: 66.666667%;
301
+ }
302
+
303
+ .col-md-10 {
304
+ flex: 0 0 83.333333%;
305
+ max-width: 83.333333%;
306
+ }
307
+
308
+ .col-md-12 {
309
+ flex: 0 0 100%;
310
+ max-width: 100%;
311
+ }
312
+
313
+ .col-md {
314
+ flex-basis: 0;
315
+ flex-grow: 1;
316
+ max-width: 100%;
317
+ }
318
+ }
319
+
320
+ .row-cols-1 > * {
321
+ flex: 0 0 100%;
322
+ max-width: 100%;
323
+ }
324
+
325
+ @media (min-width: 768px) {
326
+ .row-cols-md-2 > * {
327
+ flex: 0 0 50%;
328
+ max-width: 50%;
329
+ }
330
+
331
+ .row-cols-md-3 > * {
332
+ flex: 0 0 33.333333%;
333
+ max-width: 33.333333%;
334
+ }
335
+ }
336
+
337
+ .collapse {
338
+ display: none !important;
339
+ visibility: visible;
340
+ }
341
+
342
+ .collapse.show {
343
+ display: block !important;
344
+ }
345
+
346
+ .navbar {
347
+ display: flex;
348
+ flex-wrap: wrap;
349
+ align-items: center;
350
+ justify-content: flex-start;
351
+ padding: 0.5rem 1rem;
352
+ }
353
+
354
+ .navbar > .container {
355
+ display: flex;
356
+ flex-wrap: inherit;
357
+ align-items: center;
358
+ justify-content: space-between;
359
+ }
360
+
361
+ .navbar-brand {
362
+ margin-right: 1rem;
363
+ padding-top: 0.3125rem;
364
+ padding-bottom: 0.3125rem;
365
+ font-size: 1.25rem;
366
+ line-height: inherit;
367
+ white-space: nowrap;
368
+ }
369
+
370
+ .navbar-collapse {
371
+ width: 100%;
372
+ flex-basis: 100%;
373
+ flex-grow: 1;
374
+ align-items: center;
375
+ }
376
+
377
+ .navbar-nav {
378
+ @apply flex flex-col list-none;
379
+ margin: 0;
380
+ padding-left: 0;
381
+ }
382
+
383
+ .navbar-nav .nav-link {
384
+ display: block;
385
+ padding-right: 0;
386
+ padding-left: 0;
387
+ }
388
+
389
+ .nav-item {
390
+ @apply relative;
391
+ }
392
+
393
+ .nav-link {
394
+ display: block;
395
+ padding: 0.5rem 0;
396
+ }
397
+
398
+ .navbar-toggler {
399
+ padding: 0.25rem 0.75rem;
400
+ font-size: 1.25rem;
401
+ line-height: 1;
402
+ background-color: transparent;
403
+ border: 0;
404
+ border-radius: 0.25rem;
405
+ }
406
+
407
+ .navbar-toggler:focus,
408
+ .navbar-toggler:hover {
409
+ text-decoration: none;
410
+ }
411
+
412
+ .dropdown-menu {
413
+ @apply hidden absolute right-0 z-50 mt-2 min-w-48 rounded-md border border-divider bg-background p-1 shadow-sm;
414
+ }
415
+
416
+ .dropdown-menu-right {
417
+ right: 0;
418
+ left: auto;
419
+ }
420
+
421
+ .dropdown-menu.show {
422
+ @apply block;
423
+ }
424
+
425
+ .dropdown-toggle::after {
426
+ display: inline-block;
427
+ margin-left: 0.255em;
428
+ vertical-align: 0.255em;
429
+ content: "";
430
+ border-top: 0.3em solid;
431
+ border-right: 0.3em solid transparent;
432
+ border-bottom: 0;
433
+ border-left: 0.3em solid transparent;
434
+ }
435
+
436
+ .dropdown-toggle:empty::after {
437
+ margin-left: 0;
438
+ }
439
+
440
+ .dropdown-item {
441
+ @apply block rounded px-3 py-2 no-underline;
442
+ color: var(--global-text-color);
443
+ }
444
+
445
+ .dropdown-item:hover {
446
+ background: color-mix(in srgb, var(--global-theme-color) 14%, transparent);
447
+ }
448
+
449
+ .fixed-top {
450
+ @apply fixed top-0 right-0 left-0;
451
+ z-index: 1030;
452
+ }
453
+
454
+ .fixed-bottom {
455
+ position: fixed;
456
+ right: 0;
457
+ bottom: 0;
458
+ left: 0;
459
+ z-index: 1030;
460
+ }
461
+
462
+ .sticky-top {
463
+ @apply sticky top-0;
464
+ z-index: 1020;
465
+ }
466
+
467
+ .font-weight-bold {
468
+ @apply font-bold;
469
+ }
470
+
471
+ .font-weight-medium {
472
+ @apply font-medium;
473
+ }
474
+
475
+ .font-weight-lighter {
476
+ font-weight: lighter;
477
+ }
478
+
479
+ .font-weight-light {
480
+ @apply font-light;
481
+ }
482
+
483
+ .d-flex {
484
+ display: flex;
485
+ }
486
+
487
+ .d-none {
488
+ display: none !important;
489
+ }
490
+
491
+ .d-block {
492
+ display: block !important;
493
+ }
494
+
495
+ @media print {
496
+ .d-print-inline {
497
+ display: inline !important;
498
+ }
499
+ }
500
+
501
+ @media (min-width: 576px) {
502
+ .d-sm-none {
503
+ display: none !important;
504
+ }
505
+
506
+ .d-sm-block {
507
+ display: block !important;
508
+ }
509
+ }
510
+
511
+ @media (min-width: 768px) {
512
+ .d-md-none {
513
+ display: none !important;
514
+ }
515
+
516
+ .d-md-block {
517
+ display: block !important;
518
+ }
519
+ }
520
+
521
+ .flex-wrap {
522
+ flex-wrap: wrap;
523
+ }
524
+
525
+ .flex-column {
526
+ flex-direction: column;
527
+ }
528
+
529
+ .flex-md-row {
530
+ flex-direction: column;
531
+ }
532
+
533
+ @media (min-width: 768px) {
534
+ .flex-md-row {
535
+ flex-direction: row;
536
+ }
537
+ }
538
+
539
+ .justify-content-between {
540
+ justify-content: space-between;
541
+ }
542
+
543
+ .justify-content-center {
544
+ justify-content: center;
545
+ }
546
+
547
+ @media (min-width: 576px) {
548
+ .justify-content-sm-center {
549
+ justify-content: center;
550
+ }
551
+ }
552
+
553
+ .align-items-center {
554
+ align-items: center;
555
+ }
556
+
557
+ .card {
558
+ @apply bg-card;
559
+ border-radius: 0.25rem;
560
+ background-clip: border-box;
561
+ display: flex;
562
+ flex-direction: column;
563
+ min-width: 0;
564
+ border: 0;
565
+ box-shadow:
566
+ 0 2px 5px 0 rgba(0, 0, 0, 0.16),
567
+ 0 2px 10px 0 rgba(0, 0, 0, 0.12);
568
+ }
569
+
570
+ .card-body {
571
+ @apply p-5;
572
+ flex: 1 1 auto;
573
+ }
574
+
575
+ .card-title {
576
+ margin-bottom: 0.75rem;
577
+ font-size: 2rem;
578
+ line-height: 1.2;
579
+ font-weight: 400;
580
+ }
581
+
582
+ .card-text {
583
+ font-size: 0.9rem;
584
+ line-height: 1.5;
585
+ font-weight: 400;
586
+ color: #747373;
587
+ }
588
+
589
+ .card-img,
590
+ .card-img-top {
591
+ @apply block w-full;
592
+ }
593
+
594
+ .card-img-top {
595
+ border-top-left-radius: calc(0.25rem - 1px);
596
+ border-top-right-radius: calc(0.25rem - 1px);
597
+ }
598
+
599
+ .img-fluid {
600
+ max-width: 100%;
601
+ height: auto;
602
+ }
603
+
604
+ .hoverable {
605
+ @apply transition-shadow duration-200;
606
+ }
607
+
608
+ .hoverable:hover {
609
+ @apply shadow-md;
610
+ }
611
+
612
+ .btn {
613
+ display: inline-block;
614
+ font-weight: 400;
615
+ color: var(--global-text-color);
616
+ text-align: center;
617
+ white-space: nowrap;
618
+ vertical-align: middle;
619
+ user-select: none;
620
+ margin: 0.375rem;
621
+ background-color: transparent;
622
+ border: 1px solid transparent;
623
+ padding: 0.375rem 0.75rem;
624
+ font-size: 1rem;
625
+ line-height: 1.5;
626
+ border-radius: 0.125rem;
627
+ text-decoration: none;
628
+ transition:
629
+ color 0.15s ease-in-out,
630
+ background-color 0.15s ease-in-out,
631
+ border-color 0.15s ease-in-out,
632
+ box-shadow 0.15s ease-in-out;
633
+ }
634
+
635
+ .btn:hover {
636
+ color: var(--global-text-color);
637
+ text-decoration: none;
638
+ }
639
+
640
+ .btn:focus {
641
+ outline: 0;
642
+ }
643
+
644
+ .btn-sm {
645
+ padding: 0.25rem 0.5rem;
646
+ font-size: 0.64rem;
647
+ line-height: 1.5;
648
+ border-radius: 0.125rem;
649
+ }
650
+
651
+ .btn-outline-primary {
652
+ border-color: var(--global-theme-color);
653
+ color: var(--global-theme-color);
654
+ background: transparent;
655
+ }
656
+
657
+ .btn-outline-primary:hover {
658
+ background: var(--global-theme-color);
659
+ color: var(--global-hover-text-color);
660
+ }
661
+
662
+ .z-depth-0 {
663
+ @apply shadow-none;
664
+ }
665
+
666
+ .z-depth-1 {
667
+ box-shadow:
668
+ 0 2px 5px 0 rgba(0, 0, 0, 0.16),
669
+ 0 2px 10px 0 rgba(0, 0, 0, 0.12);
670
+ }
671
+
672
+ .table {
673
+ width: 100%;
674
+ margin-bottom: 1rem;
675
+ color: #212529;
676
+ background-color: transparent;
677
+ border-collapse: collapse;
678
+ }
679
+
680
+ .table-borderless td,
681
+ .table-borderless th,
682
+ .table-borderless thead th,
683
+ .table-borderless tbody + tbody {
684
+ border: 0 !important;
685
+ }
686
+
687
+ .table th,
688
+ .table td {
689
+ padding: 0.75rem;
690
+ vertical-align: top;
691
+ border-top: 1px solid var(--global-divider-color);
692
+ }
693
+
694
+ .table th {
695
+ text-align: inherit;
696
+ }
697
+
698
+ .table-sm td,
699
+ .table-sm th {
700
+ padding: 0.6rem 0.3rem;
701
+ }
702
+
703
+ .table-hover tbody tr:hover {
704
+ background: color-mix(in srgb, var(--global-theme-color) 8%, transparent);
705
+ }
706
+
707
+ .table-dark {
708
+ background: #1f2937;
709
+ color: #f9fafb;
710
+ }
711
+
712
+ .table-responsive {
713
+ display: block;
714
+ width: 100%;
715
+ overflow-x: auto;
716
+ -webkit-overflow-scrolling: touch;
717
+ }
718
+
719
+ .badge {
720
+ display: inline-block;
721
+ padding: 0.25em 0.4em;
722
+ font-size: 75%;
723
+ font-weight: 700;
724
+ line-height: 1;
725
+ text-align: center;
726
+ white-space: nowrap;
727
+ vertical-align: baseline;
728
+ border-radius: 0.25rem;
729
+ }
730
+
731
+ .badge:empty {
732
+ display: none;
733
+ }
734
+
735
+ .w-100 {
736
+ width: 100% !important;
737
+ }
738
+
739
+ .h-100 {
740
+ height: 100% !important;
741
+ }
742
+
743
+ .rounded-circle {
744
+ border-radius: 9999px;
745
+ }
746
+
747
+ .text-uppercase {
748
+ text-transform: uppercase;
749
+ }
750
+
751
+ .text-lowercase {
752
+ text-transform: lowercase;
753
+ }
754
+
755
+ .g-0,
756
+ .no-gutters {
757
+ margin-right: 0;
758
+ margin-left: 0;
759
+ }
760
+
761
+ .g-0 > .col,
762
+ .g-0 > [class*='col-'],
763
+ .no-gutters > .col,
764
+ .no-gutters > [class*='col-'] {
765
+ padding-right: 0;
766
+ padding-left: 0;
767
+ }
768
+
769
+ .clearfix::after {
770
+ display: block;
771
+ clear: both;
772
+ content: "";
773
+ }
774
+
775
+ .float-left {
776
+ float: left !important;
777
+ }
778
+
779
+ .mt-md-0 {
780
+ margin-top: 0;
781
+ }
782
+
783
+ .ml-md-4 {
784
+ margin-left: 0;
785
+ }
786
+
787
+ @media (min-width: 768px) {
788
+ .mt-md-0 {
789
+ margin-top: 0 !important;
790
+ }
791
+
792
+ .ml-md-4 {
793
+ margin-left: 1.5rem !important;
794
+ }
795
+ }
796
+
797
+ .mt-2 {
798
+ margin-top: 0.5rem !important;
799
+ }
800
+
801
+ .mt-3 {
802
+ margin-top: 1rem !important;
803
+ }
804
+
805
+ .mt-4 {
806
+ margin-top: 1.5rem !important;
807
+ }
808
+
809
+ .mt-5 {
810
+ margin-top: 3rem !important;
811
+ }
812
+
813
+ .mb-2 {
814
+ margin-bottom: 0.5rem !important;
815
+ }
816
+
817
+ .mb-3 {
818
+ margin-bottom: 1rem !important;
819
+ }
820
+
821
+ .mb-4 {
822
+ margin-bottom: 1.5rem !important;
823
+ }
824
+
825
+ .p-3 {
826
+ padding: 1rem !important;
827
+ }
828
+
829
+ .sr-only {
830
+ position: absolute;
831
+ width: 1px;
832
+ height: 1px;
833
+ padding: 0;
834
+ margin: -1px;
835
+ overflow: hidden;
836
+ clip: rect(0, 0, 0, 0);
837
+ border: 0;
838
+ }
839
+
840
+ /* Bootstrap v4 did not define a global `.hidden` utility; publication toggles depend on
841
+ block layout + max-height transitions from `_sass/_publications.scss`. */
842
+ .publications .hidden {
843
+ display: block;
844
+ }
845
+ }
846
+
847
+ @layer utilities {
848
+ /* Override Tailwind's built-in `.collapse { visibility: collapse; }` utility.
849
+ al-folio uses `.collapse` for navbar/content toggles and expects visible text
850
+ when the element is displayed. */
851
+ .collapse,
852
+ .collapse.show {
853
+ visibility: visible;
854
+ }
855
+ }