summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-02 01:29:16 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-02 01:29:16 +0200
commit06981ab37e9bcbbed7fcbe08b6dd2be725f04d24 (patch)
treebca6c3f38fb433b91e48d866ee5a00247ee375b9 /data
parentpreferred --> favorites (diff)
downloadrekonq-06981ab37e9bcbbed7fcbe08b6dd2be725f04d24.tar.xz
Changin (again) layout and fixing last Visited page counter.. :)
Diffstat (limited to 'data')
-rw-r--r--data/home.html62
1 files changed, 30 insertions, 32 deletions
diff --git a/data/home.html b/data/home.html
index 1c9cf733..d709a1dc 100644
--- a/data/home.html
+++ b/data/home.html
@@ -24,57 +24,53 @@ text-align: center;
}
h1{
+font: normal bold 2em sans-serif;
+text-align:right;
color: #3F7AB7;
+margin-right:3%;
+margin-bottom: 20px;
}
+h2{
+font: normal bold 1.2em sans-serif;
+color: #3F7AB7;
+margin-top: 2em;
+}
/* ------------------------------------------------------- */
/* page sections */
#container {
-width: 90%;
-margin: auto;
-}
-
-
-#header{
-/* width: 95%; */
-text-align:right;
+width: 100%;
}
#navigation {
-/* width: 95%; */
-/* background: #3F7AB7; */
-margin: 2em 0;
+float: right;
+width: 20%;
+text-align:center;
}
#content {
-/* width: 100%; */
+width: 80%;
text-align: left;
+margin: 20px;
}
+.link {
+width:96%;
+margin: 10px 0;
+background-color:#3F7AB7;
+}
/* -------------------------------------------------------- */
/* div navigations styles */
-div#navigation ul{
-margin: 0;
-padding: 0;
-list-style-type: none;
-}
-
-div#navigation li{
-display: inline;
-margin: 0 1em;
-border-right: solid 1px;
-padding: 0 1em;
-}
-
-div#navigation a{
-/* color:#FFF; */
-font: normal bold 1.2em/2.5em arial,sans-serif;
+div.link a{
+color:#FFF;
+text-decoration:none;
+font: normal bold 1.2em/2.5em sans-serif;
}
-div#navigation a:hover{
+div.link a:hover{
color: #ff0;
}
@@ -87,7 +83,7 @@ text-align: center;
float:left;
width:228px;
padding: 11px 0px 0px 0px;
-margin: 15px;
+margin: 10px 10px 10px 0;
}
.thumbnail a {
@@ -105,8 +101,10 @@ text-decoration:none;
<body>
<div id="container">
-<div id="header"><h1>rekonq</h1></div>
-<div id="navigation">%2</div>
+<div id="navigation">
+<h1>rekonq</h1>
+%2
+</div>
<div id="content">%3</div>
</div>