diff --git a/thatcube.rocks/config.sml b/thatcube.rocks/config.sml new file mode 100644 index 0000000..12b10a8 --- /dev/null +++ b/thatcube.rocks/config.sml @@ -0,0 +1,8 @@ + [#logo ] + [#logo_url /] + [#blank] + [#icon /favicon.ico] + [#stylesheet /stylesheet.css] +[#title_format %t - That Cube Rocks] + [#logo_width 192] + [#logo_height 32] \ No newline at end of file diff --git a/thatcube.rocks/favicon.ico b/thatcube.rocks/favicon.ico new file mode 100644 index 0000000..15650b8 Binary files /dev/null and b/thatcube.rocks/favicon.ico differ diff --git a/thatcube.rocks/footer/center.sml b/thatcube.rocks/footer/center.sml new file mode 100644 index 0000000..a35f766 --- /dev/null +++ b/thatcube.rocks/footer/center.sml @@ -0,0 +1 @@ +Website designt von [https://sen.rip/about Sen] \ No newline at end of file diff --git a/thatcube.rocks/footer/left.sml b/thatcube.rocks/footer/left.sml new file mode 100644 index 0000000..3ed65cb --- /dev/null +++ b/thatcube.rocks/footer/left.sml @@ -0,0 +1 @@ +Lizensiert unter [https://araroth.net/license/cc-by-nc-sa-4.0.txt CC BY-NC-SA 4.0] \ No newline at end of file diff --git a/thatcube.rocks/footer/right.sml b/thatcube.rocks/footer/right.sml new file mode 100644 index 0000000..474dee4 --- /dev/null +++ b/thatcube.rocks/footer/right.sml @@ -0,0 +1 @@ +[https://araroth.net/legal Datenschutz und Rechtliches] \ No newline at end of file diff --git a/thatcube.rocks/header/center.sml b/thatcube.rocks/header/center.sml new file mode 100644 index 0000000..e69de29 diff --git a/thatcube.rocks/header/left.sml b/thatcube.rocks/header/left.sml new file mode 100644 index 0000000..0484f70 --- /dev/null +++ b/thatcube.rocks/header/left.sml @@ -0,0 +1 @@ +[#nav] \ No newline at end of file diff --git a/thatcube.rocks/header/right.sml b/thatcube.rocks/header/right.sml new file mode 100644 index 0000000..91da281 --- /dev/null +++ b/thatcube.rocks/header/right.sml @@ -0,0 +1 @@ +[https://araroth.net Araroth] \ No newline at end of file diff --git a/thatcube.rocks/index.sml b/thatcube.rocks/index.sml new file mode 100644 index 0000000..d7749ea --- /dev/null +++ b/thatcube.rocks/index.sml @@ -0,0 +1,3 @@ +[#title Start] +[#name Start] +#WIP \ No newline at end of file diff --git a/thatcube.rocks/theme.sml b/thatcube.rocks/theme.sml new file mode 100644 index 0000000..4013959 --- /dev/null +++ b/thatcube.rocks/theme.sml @@ -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] \ No newline at end of file