From 3c058fbf131d664506af52209dd8eee678dfcade Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 26 Nov 2005 02:33:35 +0000 Subject: some xslt/css work git-svn-id: file:///home/lennart/svn/public/sse/trunk@66 5fbabb74-0606-0410-a5e4-b5cc6a42724e --- www/style.css | 51 +++++++++++++++++++++++++++++++++++++++++++++++++-- www/style.xsl | 40 +++++++++++++++++++++++++++++++++++++--- 2 files changed, 86 insertions(+), 5 deletions(-) (limited to 'www') diff --git a/www/style.css b/www/style.css index c2002d9..ff8ce97 100644 --- a/www/style.css +++ b/www/style.css @@ -4,12 +4,59 @@ max-width: 20em; min-width: 15em; padding: 5px; position: relative; -margin: auto; +margin-left: auto; +margin-right: auto; +margin-bottom: 3em; border: 1px solid #FFCF75; text-align: center; } - input[type=text] { font-family: monospace } + +div.statistics { +font-size: 8px; +color: lightgray; +text-align: center; +margin-top: 3em; +} + +div.authors { +font-size: 8px; +color: lightgray; +text-align: center; +} + +div.hit { +margin-left: 3em; +margin-right: 3em; +margin-top: 1em; +margin-bottom: 1em; +} + +div.hit div.hit_package span.name { +font-weight: bold; +} + +div.hit div.hit_statistics { +font-style: italic; +} + +body { +margin: 2em; +font-family: sans-serif; +} + +div.n_hits { +margin-bottom: 2em; +} + +div.linkbox { +margin-left: 40%; +margin-right: auto; +} + +ul.links li { +display:inline; +} diff --git a/www/style.xsl b/www/style.xsl index ab52a65..32798be 100644 --- a/www/style.xsl +++ b/www/style.xsl @@ -1,16 +1,50 @@ - + - -

cool

+ +

Source Search Engine

+ + + + +
Your search yielded no results.
+
+ + + +
hits.
+ + +
+
Project:
+
File: +
+
hits in different words.
+
+
+
+ + + +
+ words, + files, + packages in database. +
+ +
Brought to you by Lennart Poettering, Stephan Pöhlsen and Sebastien Estienne, 2005
-- cgit