diff --git a/gfx/favicon.ico b/gfx/favicon.ico new file mode 100644 index 0000000..9877dd6 Binary files /dev/null and b/gfx/favicon.ico differ diff --git a/gfx/favicon.png b/gfx/favicon.png new file mode 100644 index 0000000..a00f167 Binary files /dev/null and b/gfx/favicon.png differ diff --git a/gfx/favicon.svg b/gfx/favicon.svg new file mode 100644 index 0000000..5c92c6c --- /dev/null +++ b/gfx/favicon.svg @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + C + F + + diff --git a/gfx/icon.svg b/gfx/icon.svg new file mode 100644 index 0000000..b11a9d1 --- /dev/null +++ b/gfx/icon.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + C + F + + diff --git a/gfx/logo.png b/gfx/logo.png new file mode 100644 index 0000000..a435550 Binary files /dev/null and b/gfx/logo.png differ diff --git a/gfx/logo.svg b/gfx/logo.svg new file mode 100644 index 0000000..b19cdfa --- /dev/null +++ b/gfx/logo.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + Candy + Fucker + + diff --git a/index.html b/index.html index 37e2483..48ebfa1 100644 --- a/index.html +++ b/index.html @@ -1,58 +1,25 @@ - - + Candy Fucker - + + + -
-
- + +
+
+
diff --git a/style.css b/style.css new file mode 100644 index 0000000..cc56caf --- /dev/null +++ b/style.css @@ -0,0 +1,50 @@ +html{ + height: 100%; +} +body{ + background-color: rgb(20,20,20); + color: grey; + font-family: Arial, sans-serif; + margin: 0; + padding: 0; + text-align: center; + height: 100%; +} +#divLogo{ + display:block; + height: auto; + width: 100%; + padding: 0; + margin: 0; +} +#divLogo img{ + max-width: 100%; + height: auto; +} +#divInfoDisplay{ + display:block; + height:20px; + width: 100%; + line-height: 20px; + font-size: 15px; + color: rgb(220,220,220); + padding: 0; + margin: 0; +} +#divScreen { + display: block; + position: relative; + width: 100%; + height: calc(100% - 84px); + height: 70%; + overflow: visible; +} +#cnvScreen { + display: block; + position: absolute; + margin: auto; + top: 0; left: 0; bottom: 0; right: 0; + max-width: 100%; + max-height: 100%; + box-shadow: 0 0 20px rgb(0,0,0); +}