init repository

This commit is contained in:
Martin/Geno 2018-10-16 16:05:52 +02:00
commit 75b550020a
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
3 changed files with 35 additions and 0 deletions

12
PITCHME.yaml Normal file
View File

@ -0,0 +1,12 @@
logo : https://ccchb.de/logo/CCCHB-logo_256x256_bw.png
footnote : "Chaos Computer Club Bremen e.V."
layout : top-left
theme : black
highlight : ir-black
theme-override : custom.css
transition : none
published : true
code-line-numbers : true

1
README.md Normal file
View File

@ -0,0 +1 @@
## Presentations:

22
custom.css Normal file
View File

@ -0,0 +1,22 @@
body {
background: #000;
background-color: #000;
}
html:-webkit-full-screen-ancestor {
background: #000;
background-color: #000;
}
html:-moz-full-screen-ancestor {
background: #000;
background-color: #000;
}
.reveal pre {
box-shadow : none;
}
.reveal .slides section > ul {
margin-left: 1em;
}