summaryrefslogtreecommitdiffstats
path: root/.config/startpage/style.css
diff options
context:
space:
mode:
authorLuke <luke@lukesmith.xyz>2018-01-22 14:38:33 -0700
committerLuke <luke@lukesmith.xyz>2018-01-22 14:38:33 -0700
commit1f5431a22e86901157359245fe87e84b4e029ed2 (patch)
tree55a3550f9752a8e1801e17d19eb349caaa27dfe4 /.config/startpage/style.css
parent51ef581bde5a98050db31343f7ef8c9d85136b22 (diff)
downloadeibhear-1f5431a22e86901157359245fe87e84b4e029ed2.tar.gz
eibhear-1f5431a22e86901157359245fe87e84b4e029ed2.tar.zst
eibhear-1f5431a22e86901157359245fe87e84b4e029ed2.zip
qutebrowser fixes
Diffstat (limited to '.config/startpage/style.css')
-rw-r--r--.config/startpage/style.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/.config/startpage/style.css b/.config/startpage/style.css
new file mode 100644
index 0000000..606c962
--- /dev/null
+++ b/.config/startpage/style.css
@@ -0,0 +1,24 @@
+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);
+}