We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95b528 commit 489b284Copy full SHA for 489b284
assets/css/lesson.css
@@ -318,3 +318,25 @@ ol {
318
span.fold-unfold {
319
margin-left: 1em;
320
opacity: 0.5; }
321
+
322
+/* version added automatically */
323
+div.navbar-header:hover::before {
324
+ content: "[DOI: 10.5281/zenodo.838768] ";
325
+}
326
+div.navbar-header::before {
327
+ content: "Version 2017.08";
328
+ font-size: 10px;
329
+ font-family: monospace;
330
+ font-weight: bold;
331
+ line-height: 1;
332
+ /* */
333
+ position: fixed;
334
+ right: 0;
335
+ top: 0;
336
+ z-index: 10;
337
338
+ color: white;
339
+ background: rgb(43, 57, 144);
340
+ padding: 3px;
341
+ border: 1px solid white;
342
0 commit comments