From 2690b8a0d7019b68509897881cd152717cb41ed0 Mon Sep 17 00:00:00 2001 From: dakkar Date: Wed, 9 Nov 2005 21:44:02 +0000 Subject: un po' di stylesheet --- root/style.css | 129 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 root/style.css (limited to 'root/style.css') diff --git a/root/style.css b/root/style.css new file mode 100644 index 0000000..859eae8 --- /dev/null +++ b/root/style.css @@ -0,0 +1,129 @@ +/* general */ +body +{ + font-size: 8pt; + width: 100%; + margin:0;padding:0;border:0; +} +a +{ + text-decoration: none; + color: black; +} +li:hover +{ + background-color: rgb(100,100,100); +} + +/* tags */ +div#all-tags ol +{ + list-style: none; + margin:0;padding:0;border:0; +} +div#all-tags li +{ + padding: 1px; + position: relative; + display: block; + clear: both; +} +div#all-tags li span.tag.name a +{ + display: block; +} +div#all-tags li span.tag.count +{ + display: block; + position: absolute;top:0;right:0; + text-align: right; +} + +/* links */ +div#tagset, +div#related +{ + position: fixed; + top:0; + width: 49%; height: 80px; + border: solid thin black; + background-color: white; +} +div#tagset h2, +div#related h2 +{ + position: absolute; + top: 0; left: 5px; + margin:0;padding:0;border:0; + background-color: white; +} +div#tagset +{ + left: 0; +} +div#related +{ + right:0; +} +div#tagset > div, +div#related > div +{ + overflow: auto; + height: 60px; + width: 100%; + margin-top: 20px; +} +div#tagset ul, +div#related ul +{ + list-style: none; + margin:0;border:0;padding:0; +} +div#tagset ul li, +div#related ul li +{ + padding: 1px; + position: relative; + display: block; + clear: both; +} +div#tagset ul li span.tag.name a, +div#related ul li span.tag.name a +{ + display: block; +} +div#tagset ul li span.tag.remove, +div#related ul li span.tag.add +{ + display: block; + position: absolute;top:0;right:1px; + text-align: right; + background-color: red; +} +div#tagset ul li span.tag.remove a, +div#related ul li span.tag.add a +{ + display: block; + width: 15px; + text-align: center; +} + +div#links +{ + padding:0;border:0;margin:0; + margin-top: 85px; +} +div#links h2 +{ + display: none; +} +div#links ol +{ + list-style: none; + padding:0;margin:0;border:0; +} +div#links ol > li +{ + padding:0;margin:0;border:0; + margin-bottom: 5px; +} \ No newline at end of file -- cgit v1.2.3