diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-06 12:30:50 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-06 12:30:50 +0200 |
commit | fe3c587f98f1212ba0f639a4954e681743185bce (patch) | |
tree | 27eadc8b91e065a470481e8b07f75827966a3f0e /data | |
parent | Cleaning headers and so on... (diff) | |
download | rekonq-fe3c587f98f1212ba0f639a4954e681743185bce.tar.xz |
HomePage style fixes.
I'm quite sure this is going to be home page style
for rekonq 0.3
Diffstat (limited to 'data')
-rw-r--r-- | data/home.html | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/data/home.html b/data/home.html index 6a7db227..8ad4a7ce 100644 --- a/data/home.html +++ b/data/home.html @@ -24,17 +24,18 @@ text-align: center; } h1{ -font: normal bold 2em sans-serif; +font: normal bold 1.5em sans-serif; text-align:right; -color: #3F7AB7; -margin-right:3%; -margin-bottom: 20px; +color: #FFF; +margin-right:1%; +margin-bottom: 15px; } h2{ font: normal bold 1.2em sans-serif; color: #3F7AB7; -margin-top: 2em; +text-align: left; +margin: 20px 20px 20px 22px; } /* ------------------------------------------------------- */ @@ -57,9 +58,11 @@ margin: 20px; } .link { -width:96%; -margin: 10px 0; -background-color:#3F7AB7; +text-align:left; +margin: 10px; +background-color:#6096CF; +padding: 10px 10px 20px 10px; +border-width: 10px; } /* -------------------------------------------------------- */ /* div navigations styles */ @@ -67,7 +70,7 @@ background-color:#3F7AB7; div.link a{ color:#FFF; text-decoration:none; -font: normal bold 1.2em/2.5em sans-serif; +font: normal bold 1em sans-serif; } div.link a:hover{ @@ -102,11 +105,11 @@ text-decoration:none; <body> <div id="container"> -<div id="navigation"> -<h1>rekonq</h1> %2 +<div id="navigation"> +%3 </div> -<div id="content">%3</div> +<div id="content">%4</div> </div> </body> |