From 75b550020a8972dc251b2555596c0d45be76a76a Mon Sep 17 00:00:00 2001 From: Martin/Geno Date: Tue, 16 Oct 2018 16:05:52 +0200 Subject: [PATCH] init repository --- PITCHME.yaml | 12 ++++++++++++ README.md | 1 + custom.css | 22 ++++++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 PITCHME.yaml create mode 100644 README.md create mode 100644 custom.css diff --git a/PITCHME.yaml b/PITCHME.yaml new file mode 100644 index 0000000..bd7a74b --- /dev/null +++ b/PITCHME.yaml @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..570306c --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +## Presentations: diff --git a/custom.css b/custom.css new file mode 100644 index 0000000..ff7d10b --- /dev/null +++ b/custom.css @@ -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; +}