From 6a96915cab4d9a42ca626a10e8d25e3d8d426022 Mon Sep 17 00:00:00 2001 From: Anton Kreuzkamp Date: Thu, 14 Jun 2012 23:30:03 +0200 Subject: Make the error-page a bit prettier. This patch adds a background-image over the previous grey background and replaces the white box with a more styled one. REVIEW:105124 --- src/data/rekonqinfo.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/data/rekonqinfo.html') diff --git a/src/data/rekonqinfo.html b/src/data/rekonqinfo.html index f0c44b0d..1bf77ac1 100644 --- a/src/data/rekonqinfo.html +++ b/src/data/rekonqinfo.html @@ -35,7 +35,7 @@ html{ } body{ - background: #AAA; + background: url($DEFAULT_PATH/pics/background.png) repeat-y center #bbb; margin:0; padding:0; font-family: 'Nunito', sans-serif; @@ -43,13 +43,13 @@ body{ } #block { - background: #fff; - border: 2px solid #d9d9d9; + background: rgba(255,255,255,0.75); padding: 30px; width: 800px; margin: 30px auto; color: #444; - -webkit-border-radius: 15px + -webkit-border-radius: 15px; + box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.9), 0px 0px 2px 0px rgba(0,0,0,0.9), 0px 0px 14px 0px #555; } h1{ -- cgit v1.2.1