-
Notifications
You must be signed in to change notification settings - Fork 0
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
Richard Conrardy
authored and
Richard Conrardy
committed
May 20, 2024
1 parent
ce664cc
commit 0804d22
Showing
127 changed files
with
80,227 additions
and
12,823 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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"activeTab": 8, | ||
"activeTab": 0, | ||
"activeTabSourceWindow0": 0 | ||
} |
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"TabSet1": 0, | ||
"TabSet2": 5, | ||
"TabSet2": 4, | ||
"TabZoom": {} | ||
} |
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
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
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,10 @@ | ||
title: PH-Heidelberg | ||
author: Richard Conrardy | ||
version: 1.0.0 | ||
contributes: | ||
formats: | ||
revealjs: | ||
filters: [] | ||
theme: [default, phheidelberg.scss] | ||
format-resources: | ||
|
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,68 @@ | ||
/*-- scss:defaults --*/ | ||
|
||
// Fonts | ||
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,700;1,400&display=swap'); | ||
|
||
$barlow: 'Barlow', sans-serif; | ||
$font-family-sans-serif: $barlow !default; | ||
|
||
|
||
|
||
// Colors | ||
$phhd-blau: #094372; | ||
$phhd-gelb: #ffc50b; | ||
$phhd-hellblau:#1c87ce; | ||
$phhd-gruen: #d9e126; | ||
$phhd-violett: #9478b6; | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
$presentation-heading-font-weight: bold !default; | ||
|
||
$link-color: $phhd-blau !default; | ||
|
||
/*-- scss:rules --*/ | ||
|
||
|
||
.slides h1 { | ||
color: $phhd-blau!important; | ||
text-decoration: none !important; | ||
text-decoration-color: $phhd-gelb !important; | ||
} | ||
h1.title small { | ||
text-decoration: none !important ; | ||
text-decoration-color: $bordeaux ; | ||
} | ||
|
||
.reveal h2 { | ||
color: $phhd-gelb; | ||
font-weight: normal; /* Ensures the text is not bold */ | ||
} | ||
.reveal h3 { | ||
color: $phhd-blau; | ||
font-size: 1em; | ||
} | ||
|
||
.agenda-active { | ||
color: $phhd-gelb !important; | ||
font-weight: 700 !important; | ||
} | ||
|
||
.agenda-heading { | ||
color: $phhd-blau; | ||
} | ||
|
||
.subtitle { | ||
color: $phhd-gelb; | ||
} | ||
|
||
main a:not(.knopf):not(.nav-link):not(header a):not(.listing-title):not(.page-link), | ||
.reveal a:not(.knopf) { | ||
color: $phhd-blau !important; | ||
text-decoration: underline !important; | ||
font-weight: inherit !important; | ||
} |
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
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
Oops, something went wrong.