summaryrefslogtreecommitdiff
path: root/src/data/rekonqinfo.html
diff options
context:
space:
mode:
authorAnton Kreuzkamp <akreuzkamp@web.de>2012-06-14 23:30:03 +0200
committerAnton Kreuzkamp <akreuzkamp@web.de>2012-06-14 23:33:48 +0200
commit6a96915cab4d9a42ca626a10e8d25e3d8d426022 (patch)
treeae672e2d18947afa4ea22fe5ec857273eb2993e0 /src/data/rekonqinfo.html
parentApply a Plasma-like style to the new-tab-page (diff)
downloadrekonq-6a96915cab4d9a42ca626a10e8d25e3d8d426022.tar.xz
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
Diffstat (limited to 'src/data/rekonqinfo.html')
-rw-r--r--src/data/rekonqinfo.html8
1 files changed, 4 insertions, 4 deletions
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{