From 77cce058a4b5922916e364a1d0a57728b98e9cf3 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 13 May 2012 11:24:15 +0200 Subject: New Bookmarks page --- src/data/home.html | 36 +++++++++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 5 deletions(-) (limited to 'src/data') diff --git a/src/data/home.html b/src/data/home.html index 73f4e829..f4b4d12d 100644 --- a/src/data/home.html +++ b/src/data/home.html @@ -47,6 +47,13 @@ margin: 1.5em 0 0.5em; font: normal bold 1em; } +h4 { +padding: 0.2em; +margin: 1em 0 0.5em; +font: normal bold 1em; +border-bottom: 1px solid black; +} + a { color: #3F7AB7; text-decoration: none; @@ -181,11 +188,16 @@ color:#3F7AB7; } /* -------------------------------------------------------- */ -/* General */ +/* Bookmarks page */ -.folder { -margin-left: 4em; -margin-bottom: 1em; +.bookmarkfolder { +display: inline-block; +background: #BBB; +border-radius: 15px; +padding: 0px 15px 15px 15px; +float:left; +margin: 1em; +width: 28%; } /* -------------------------------------------------------- */ @@ -212,8 +224,15 @@ background: #CCC; padding: 5px 10px; } +.historyfolder { +margin-left: 4em; +margin-bottom: 1em; +} + + /* -------------------------------------------------------- */ /* Empty pages : in the end : need to overwrite */ + #content.empty { margin-top: 10%; text-align: center; @@ -231,6 +250,11 @@ text-align: center;
+

+


-

+

+

-- cgit v1.2.1