-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
168 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# | ||
# GitPitch Slideshow Custom Settings | ||
# | ||
# For details, visit Wiki: | ||
# https://github.com/gitpitch/gitpitch/wiki/Slideshow-Settings | ||
# | ||
theme : simple | ||
theme-override : assets/css/PITCHME.css | ||
highlight : atom-one-light | ||
logo : assets/image/logo.png | ||
transition : none | ||
published : true | ||
footnote : "GitPitch [ White ] Presentation Template" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
/* | ||
* GitPitch Slideshow Custom CSS Styling | ||
* | ||
* For details, visit Wiki: | ||
* https://github.com/gitpitch/gitpitch/wiki/Slideshow-Custom-CSS | ||
*/ | ||
|
||
body { | ||
background: #fff; | ||
background-color: #fff; | ||
} | ||
|
||
html:-webkit-full-screen-ancestor { | ||
background: #fff; | ||
background-color: #fff; | ||
} | ||
|
||
html:-moz-full-screen-ancestor { | ||
background: #fff; | ||
background-color: #fff; | ||
} | ||
|
||
.reveal pre { | ||
width: 100%; | ||
box-shadow : none; | ||
} | ||
|
||
.reveal pre code { | ||
font-size: 1.2em; | ||
line-height: 1.2; | ||
max-height: 60vh !important; | ||
border-radius: 10px; | ||
} | ||
|
||
.reveal .slides section .code-presenting-annotation { | ||
color: white; | ||
background: #1f1c18; | ||
padding: 1px 15px; | ||
border-radius: 15px; | ||
opacity: 0.75 !important; | ||
font-size: 50% !important; | ||
} | ||
|
||
.reveal p span.slide-title { | ||
color: black; | ||
padding: 4px 15px; | ||
opacity: 0.75 !important; | ||
border-radius: 15px; | ||
display: none; | ||
} | ||
|
||
.reveal a { | ||
color: #e7ad52; | ||
} | ||
|
||
.reveal a:hover { | ||
color: #f3d7ac; | ||
} | ||
|
||
.hljs { | ||
background : none; | ||
} | ||
|
||
.white { | ||
color: white; | ||
} | ||
|
||
#gp-logo img { | ||
max-height: 2em; | ||
max-width: none; | ||
} | ||
|
||
.gp-tip { font-size : 1.5em; } | ||
|
||
.gp-contact { font-size : 1.4em; } | ||
|
||
.gp-download { margin-left: 10px; } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
/* | ||
* GitPitch Slideshow Custom CSS Styling | ||
* | ||
* For details, visit Wiki: | ||
* https://github.com/gitpitch/gitpitch/wiki/Slideshow-Custom-CSS | ||
*/ | ||
|
||
body { | ||
background: #fff; | ||
background-color: #fff; | ||
} | ||
|
||
html:-webkit-full-screen-ancestor { | ||
background: #fff; | ||
background-color: #fff; | ||
} | ||
|
||
html:-moz-full-screen-ancestor { | ||
background: #fff; | ||
background-color: #fff; | ||
} | ||
|
||
.reveal pre { | ||
width: 100%; | ||
box-shadow : none; | ||
} | ||
|
||
.reveal pre code { | ||
font-size: 1.2em; | ||
line-height: 1.2; | ||
max-height: 50vh !important; | ||
border-radius: 10px; | ||
} | ||
|
||
.reveal .slides section .code-presenting-annotation { | ||
color: white; | ||
background: #1f1c18; | ||
padding: 1px 15px; | ||
border-radius: 15px; | ||
opacity: 0.75 !important; | ||
font-size: 50% !important; | ||
} | ||
|
||
.reveal p span.slide-title { | ||
color: black; | ||
padding: 4px 15px; | ||
opacity: 0.75 !important; | ||
border-radius: 15px; | ||
} | ||
|
||
.reveal a { | ||
color: #e7ad52; | ||
} | ||
|
||
.reveal a:hover { | ||
color: #f3d7ac; | ||
} | ||
|
||
.hljs { | ||
background : none; | ||
} | ||
|
||
.white { | ||
color: white; | ||
} | ||
|
||
#gp-logo img { | ||
max-height: 2em; | ||
max-width: none; | ||
} | ||
|
||
.gp-tip { font-size : 1.5em; } | ||
|
||
.gp-contact { font-size : 1.4em; } | ||
|
||
.gp-download { margin-left: 10px; } | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.