summaryrefslogtreecommitdiffstats
path: root/.config/startpage
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-11-04 21:17:15 +0000
committerLuke Smith <luke@lukesmith.xyz>2018-11-04 21:17:15 +0000
commit3272658586cc8f227cdb89f114f4545d13229491 (patch)
tree51879285270a75d2acb3c2af2efa5e02506087e9 /.config/startpage
parenta0114d55d645a10e6ee33dfde821905e91980d08 (diff)
downloadeibhear-3272658586cc8f227cdb89f114f4545d13229491.tar.gz
eibhear-3272658586cc8f227cdb89f114f4545d13229491.tar.zst
eibhear-3272658586cc8f227cdb89f114f4545d13229491.zip
clean up
Diffstat (limited to '.config/startpage')
-rw-r--r--.config/startpage/startpage.html18
-rw-r--r--.config/startpage/style.css24
2 files changed, 0 insertions, 42 deletions
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 @@
-<!DOCTYPE html>
-
-<html>
-<head>
-<link rel='stylesheet' type='text/css' href='style.css'>
-<title>
-
- Start Page
-</title>
-
-<div id="whole">
-
- <div id="middle">
- <h1>Welcome.</h1>
- </div>
-</div>
-
-</html>
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);
-}