1
0
Fork 0

add joke site to public repo

This commit is contained in:
Sen 2025-09-05 15:00:32 +02:00
parent 6cb806f10c
commit 0941b4044e
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
10 changed files with 55 additions and 0 deletions

8
araroth.gay/config.sml Normal file
View file

@ -0,0 +1,8 @@
[#logo ]
[#logo_url /]
[#blank]
[#icon /favicon.ico]
[#stylesheet /stylesheet.css]
[#title_format %t - Araroth 18+]
[#logo_width 192]
[#logo_height 32]

BIN
araroth.gay/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View file

@ -0,0 +1 @@
Website designt von [https://sen.rip/about Sen]

View file

@ -0,0 +1 @@
Lizensiert unter [https://araroth.net/license/cc-by-nc-sa-4.0.txt CC BY-NC-SA 4.0]

View file

@ -0,0 +1 @@
[https://araroth.net/legal Datenschutz und Rechtliches]

View file

View file

@ -0,0 +1 @@
[#nav]

View file

@ -0,0 +1 @@
[https://araroth.net Araroth (SFW)]

8
araroth.gay/index.sml Normal file
View file

@ -0,0 +1,8 @@
[#title Warnung]
[#name Startseite]
##NSFW-Inhalt
#Die Inhalte dieser Seite sind für Personen unter 18 Jahren nicht geeignet.
[/nsfw Ich bestätige, dass ich 18 Jahre oder älter bin, fortfahren]
[https://araroth.net Zurück zur Hauptseite]

34
araroth.gay/theme.sml Normal file
View file

@ -0,0 +1,34 @@
[#background-color #000000]
[#text-color #8f8f8f]
[#link-color #afafaf]
[#header-color #2f2f2f]
[#footer-color #2f2f2f]
[#top-line-color #4f4f4f]
[#bottom-line-color #4f4f4f]
[#container-color #181818]
[#content-box-color #3f3f3f]
[#content-border-tl-color #5f5f5f]
[#content-border-br-color #1f1f1f]
[#container-padding 80]
[#content-min-height 36]
[#content-margin 5]
[#content-line-pad 5]
[#content-side-pad 10]
[#header-height 40]
[#header-padding-left 10]
[#header-padding-right 10]
[#header-gap 5]
[#header-elem-size 32]
[#header-line-pad 4]
[#header-side-pad 10]
[#footer-height 32]
[#footer-padding-left 15]
[#footer-padding-right 15]
[#footer-gap 8]
[#footer-elem-size 20]
[#footer-line-pad 2]
[#footer-side-pad 7]
[#line-height 20]
[#text-size 14]
[#header-text-size 16]
[#footer-text-size 14]