From e8a3802225b916a0c3ca44691539348e21a41bc5 Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Sat, 13 Jul 2024 20:31:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20add=20docs=20for=20custom=20styl?= =?UTF-8?q?es=20of=20Java=20Forum=20Stuttgart?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcus Fihlon --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index cbc16fb1..4982f4b8 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,23 @@ The following table contains the CSS variables you can modify to change the user | --social-post-background-color | #84ddee | The color for the background of social posts. | | --social-post-border | none | The border for the social posts. | +The custom styles of some events are documented below. + +#### Java Forum Stuttgart + +``` +--event-background-color:#FCB913; +--event-text-color: #000000; +--event-running-session-color: #FFF8DD; +--event-next-session-color: #FFF8DD; +--event-closed-room-color: #FFF8DD; +--event-room-border: 1px solid #000000; +--social-background-color: #FFF8DD; +--social-text-color: #000000; +--social-post-background-color: #FFFFFF; +--social-post-border: 1px solid #FCB913; +``` + ### Create Hashed Password For security reasons the password is not stored in cleartext. *Apus* requires the password to be hashed using [bcrypt](https://en.wikipedia.org/wiki/Bcrypt). Of course, *Apus* can do this for you. Start the JAR file providing the parameter `-p` followed by the password you want to create a hash for. The output will show you two lines of code. The first line contains the hashed password and the second line contains the same hashed password, but with the dollar signs escaped ready to copy and paste it into a `docker-compose.yaml`. Example: