Skip to content

Commit 9428855

Browse files
committed
mostly just bike pictures!
1 parent 64cf5c6 commit 9428855

File tree

148 files changed

+7046
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+7046
-0
lines changed
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
/*
2+
3+
Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru>
4+
based on dark.css by Ivan Sagalaev
5+
6+
*/
7+
8+
.hljs {
9+
display: block;
10+
overflow-x: auto;
11+
padding: 0.5em;
12+
background: #3f3f3f;
13+
color: #dcdcdc;
14+
}
15+
16+
.hljs-keyword,
17+
.hljs-selector-tag,
18+
.hljs-tag {
19+
color: #e3ceab;
20+
}
21+
22+
.hljs-template-tag {
23+
color: #dcdcdc;
24+
}
25+
26+
.hljs-number {
27+
color: #8cd0d3;
28+
}
29+
30+
.hljs-variable,
31+
.hljs-template-variable,
32+
.hljs-attribute {
33+
color: #efdcbc;
34+
}
35+
36+
.hljs-literal {
37+
color: #efefaf;
38+
}
39+
40+
.hljs-subst {
41+
color: #8f8f8f;
42+
}
43+
44+
.hljs-title,
45+
.hljs-name,
46+
.hljs-selector-id,
47+
.hljs-selector-class,
48+
.hljs-section,
49+
.hljs-type {
50+
color: #efef8f;
51+
}
52+
53+
.hljs-symbol,
54+
.hljs-bullet,
55+
.hljs-link {
56+
color: #dca3a3;
57+
}
58+
59+
.hljs-deletion,
60+
.hljs-string,
61+
.hljs-built_in,
62+
.hljs-builtin-name {
63+
color: #cc9393;
64+
}
65+
66+
.hljs-addition,
67+
.hljs-comment,
68+
.hljs-quote,
69+
.hljs-meta {
70+
color: #7f9f7f;
71+
}
72+
73+
74+
.hljs-emphasis {
75+
font-style: italic;
76+
}
77+
78+
.hljs-strong {
79+
font-weight: bold;
80+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/* http://meyerweb.com/eric/tools/css/reset/
2+
v4.0 | 20180602
3+
License: none (public domain)
4+
*/
5+
6+
html, body, div, span, applet, object, iframe,
7+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
8+
a, abbr, acronym, address, big, cite, code,
9+
del, dfn, em, img, ins, kbd, q, s, samp,
10+
small, strike, strong, sub, sup, tt, var,
11+
b, u, i, center,
12+
dl, dt, dd, ol, ul, li,
13+
fieldset, form, label, legend,
14+
table, caption, tbody, tfoot, thead, tr, th, td,
15+
article, aside, canvas, details, embed,
16+
figure, figcaption, footer, header, hgroup,
17+
main, menu, nav, output, ruby, section, summary,
18+
time, mark, audio, video {
19+
margin: 0;
20+
padding: 0;
21+
border: 0;
22+
font-size: 100%;
23+
font: inherit;
24+
vertical-align: baseline;
25+
}
26+
/* HTML5 display-role reset for older browsers */
27+
article, aside, details, figcaption, figure,
28+
footer, header, hgroup, main, menu, nav, section {
29+
display: block;
30+
}

instances/2021-03-vlbgwebdev/html/dist/reveal.css

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

instances/2021-03-vlbgwebdev/html/dist/reveal.esm.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

instances/2021-03-vlbgwebdev/html/dist/reveal.esm.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

instances/2021-03-vlbgwebdev/html/dist/reveal.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

instances/2021-03-vlbgwebdev/html/dist/reveal.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)