From 3272658586cc8f227cdb89f114f4545d13229491 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 4 Nov 2018 21:17:15 +0000 Subject: clean up --- .config/startpage/startpage.html | 18 ------------------ .config/startpage/style.css | 24 ------------------------ 2 files changed, 42 deletions(-) delete mode 100644 .config/startpage/startpage.html delete mode 100644 .config/startpage/style.css (limited to '.config/startpage') diff --git a/.config/startpage/startpage.html b/.config/startpage/startpage.html deleted file mode 100644 index e6fb443..0000000 --- a/.config/startpage/startpage.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - Start Page - - -
- -
-

Welcome.

-
-
- - diff --git a/.config/startpage/style.css b/.config/startpage/style.css deleted file mode 100644 index 606c962..0000000 --- a/.config/startpage/style.css +++ /dev/null @@ -1,24 +0,0 @@ -body { - color: #ddd; - background: url("../wall.png") no-repeat center center fixed; - -webkit-background-size: cover; - -moz-background-size: cover; - -o-background-size: cover; - background-size: cover; -} - -#middle{ - border-radius: 24px; - float: left; - display: inline-block; - width: 161.803px; - height: 100px; - position: absolute; - top: 50%; - bottom: 50%; - left: 0; - right: 0; - margin: auto; - text-align: center; - background-color: rgba(20, 20, 20, 0.9); -} -- cgit v1.3.1