From 7c6db1a17dbede4911d2c13cd36a485272f3e5a4 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 13 Sep 2009 18:20:57 +0200 Subject: We have thumbnails! Hugh! --- data/home.html | 97 +++++++++++++++------------------------------------------- 1 file changed, 25 insertions(+), 72 deletions(-) (limited to 'data') diff --git a/data/home.html b/data/home.html index d1a200cf..68ab9326 100644 --- a/data/home.html +++ b/data/home.html @@ -17,74 +17,38 @@ font-family: sans-serif; font-size: 100%; } -/* ------------------------------------------------------- */ - -div#container{ -margin: 0; -} - -div#header{ -margin: 0; -padding: 2px; -background-color:#00f; -color: #ff0; -text-align: center; -} - -div#footer{ -background-color:#00f; -color: #ff0; -text-align: center; +#header{ +text-align:right; +padding: 10px; } /* ------------------------------------------------------- */ -h2{ +h1{ color: #00f; } -td{ -padding: 2em; -vertical-align: top; -} - -td.bookmarks{ - border-left: 2px solid #0000FF; - border-top-width: 0px; - border-bottom-width: 0px; -} - -.indent { -margin-left: 2em; +.float { + float: right; + width: 30%; + background-color: orange; + border-width: 2px; + border-style: solid; + border-color: black; + padding: 10px; + margin: 8px; + font-weight: bold; + color: white; + clear: right; } - - - - + @@ -93,24 +57,13 @@ function ToggleVisibility(image, element) - - - - - - - - - -

History

Bookmarks

%2%3
- - +
%1
+
%2
+
%3
-- cgit v1.2.1