File tree 5 files changed +168
-0
lines changed
5 files changed +168
-0
lines changed Original file line number Diff line number Diff line change
1
+ #
2
+ # GitPitch Slideshow Custom Settings
3
+ #
4
+ # For details, visit Wiki:
5
+ # https://github.com/gitpitch/gitpitch/wiki/Slideshow-Settings
6
+ #
7
+ theme : simple
8
+ theme-override : assets/css/PITCHME.css
9
+ highlight : atom-one-light
10
+ logo : assets/image/logo.png
11
+ transition : none
12
+ published : true
13
+ footnote : " GitPitch [ White ] Presentation Template"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * GitPitch Slideshow Custom CSS Styling
3
+ *
4
+ * For details, visit Wiki:
5
+ * https://github.com/gitpitch/gitpitch/wiki/Slideshow-Custom-CSS
6
+ */
7
+
8
+ body {
9
+ background : # fff ;
10
+ background-color : # fff ;
11
+ }
12
+
13
+ html : -webkit-full-screen-ancestor {
14
+ background : # fff ;
15
+ background-color : # fff ;
16
+ }
17
+
18
+ html : -moz-full-screen-ancestor {
19
+ background : # fff ;
20
+ background-color : # fff ;
21
+ }
22
+
23
+ .reveal pre {
24
+ width : 100% ;
25
+ box-shadow : none;
26
+ }
27
+
28
+ .reveal pre code {
29
+ font-size : 1.2em ;
30
+ line-height : 1.2 ;
31
+ max-height : 60vh !important ;
32
+ border-radius : 10px ;
33
+ }
34
+
35
+ .reveal .slides section .code-presenting-annotation {
36
+ color : white;
37
+ background : # 1f1c18 ;
38
+ padding : 1px 15px ;
39
+ border-radius : 15px ;
40
+ opacity : 0.75 !important ;
41
+ font-size : 50% !important ;
42
+ }
43
+
44
+ .reveal p span .slide-title {
45
+ color : black;
46
+ padding : 4px 15px ;
47
+ opacity : 0.75 !important ;
48
+ border-radius : 15px ;
49
+ display : none;
50
+ }
51
+
52
+ .reveal a {
53
+ color : # e7ad52 ;
54
+ }
55
+
56
+ .reveal a : hover {
57
+ color : # f3d7ac ;
58
+ }
59
+
60
+ .hljs {
61
+ background : none;
62
+ }
63
+
64
+ .white {
65
+ color : white;
66
+ }
67
+
68
+ # gp-logo img {
69
+ max-height : 2em ;
70
+ max-width : none;
71
+ }
72
+
73
+ .gp-tip { font-size : 1.5em ; }
74
+
75
+ .gp-contact { font-size : 1.4em ; }
76
+
77
+ .gp-download { margin-left : 10px ; }
78
+
Original file line number Diff line number Diff line change
1
+ /*
2
+ * GitPitch Slideshow Custom CSS Styling
3
+ *
4
+ * For details, visit Wiki:
5
+ * https://github.com/gitpitch/gitpitch/wiki/Slideshow-Custom-CSS
6
+ */
7
+
8
+ body {
9
+ background : # fff ;
10
+ background-color : # fff ;
11
+ }
12
+
13
+ html : -webkit-full-screen-ancestor {
14
+ background : # fff ;
15
+ background-color : # fff ;
16
+ }
17
+
18
+ html : -moz-full-screen-ancestor {
19
+ background : # fff ;
20
+ background-color : # fff ;
21
+ }
22
+
23
+ .reveal pre {
24
+ width : 100% ;
25
+ box-shadow : none;
26
+ }
27
+
28
+ .reveal pre code {
29
+ font-size : 1.2em ;
30
+ line-height : 1.2 ;
31
+ max-height : 50vh !important ;
32
+ border-radius : 10px ;
33
+ }
34
+
35
+ .reveal .slides section .code-presenting-annotation {
36
+ color : white;
37
+ background : # 1f1c18 ;
38
+ padding : 1px 15px ;
39
+ border-radius : 15px ;
40
+ opacity : 0.75 !important ;
41
+ font-size : 50% !important ;
42
+ }
43
+
44
+ .reveal p span .slide-title {
45
+ color : black;
46
+ padding : 4px 15px ;
47
+ opacity : 0.75 !important ;
48
+ border-radius : 15px ;
49
+ }
50
+
51
+ .reveal a {
52
+ color : # e7ad52 ;
53
+ }
54
+
55
+ .reveal a : hover {
56
+ color : # f3d7ac ;
57
+ }
58
+
59
+ .hljs {
60
+ background : none;
61
+ }
62
+
63
+ .white {
64
+ color : white;
65
+ }
66
+
67
+ # gp-logo img {
68
+ max-height : 2em ;
69
+ max-width : none;
70
+ }
71
+
72
+ .gp-tip { font-size : 1.5em ; }
73
+
74
+ .gp-contact { font-size : 1.4em ; }
75
+
76
+ .gp-download { margin-left : 10px ; }
77
+
You can’t perform that action at this time.
0 commit comments