Skip to content

Commit f88e7b7

Browse files
committed
first commit
0 parents  commit f88e7b7

Some content is hidden

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

89 files changed

+14578
-0
lines changed

Diff for: assets/css/custom.css

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
.reveal ul li {
2+
font-size: 1.2em;
3+
}
4+
5+
.reveal p > code, .reveal ul li > code {
6+
background: #eee;
7+
color: #f4645f;
8+
padding: 0 5px;
9+
border-radius: 3px;
10+
}
11+
12+
.self-introduce-wrapper {
13+
14+
}
15+
.self-introduce-image-wrapper {
16+
width: 25%;
17+
overflow: hidden;
18+
border-radius: 50%;
19+
padding: 40px!important;
20+
float: left;
21+
}
22+
23+
.self-introduce-content-wrapper {
24+
width: 600px;
25+
padding-top: 50px!important;
26+
margin-left: 260px!important;
27+
text-align: left;
28+
}
29+
30+
.self-introduce-iam {
31+
font-size: 3em!important;
32+
margin-top: 50px!important;
33+
margin-left: 200px!important;
34+
}
35+
36+
37+
/*********************************************
38+
* NAVIGATION CONTROLS
39+
*********************************************/
40+
/* line 109, ../sass/vendor/reveal/theme/template/_theme.scss */
41+
.reveal .controls div.navigate-left.enabled {
42+
border-right-color: rgba(82, 199, 190, 0.6);
43+
}
44+
45+
/* line 114, ../sass/vendor/reveal/theme/template/_theme.scss */
46+
.reveal .controls div.navigate-right.enabled {
47+
border-left-color: rgba(82, 199, 190, 0.6);
48+
}
49+
50+
/* line 119, ../sass/vendor/reveal/theme/template/_theme.scss */
51+
.reveal .controls div.navigate-up.enabled {
52+
border-bottom-color: rgba(82, 199, 190, 0.6);
53+
}
54+
55+
/* line 124, ../sass/vendor/reveal/theme/template/_theme.scss */
56+
.reveal .controls div.navigate-down.enabled {
57+
border-top-color: rgba(82, 199, 190, 0.6);
58+
}
59+
60+
61+
.reveal h1,
62+
.reveal h2,
63+
.reveal h3,
64+
.reveal h4,
65+
.reveal h5,
66+
.reveal h6 {
67+
color: #F78787;
68+
}

0 commit comments

Comments
 (0)