From b1b5452910a5d03374c59c155ecdc8db93ecc597 Mon Sep 17 00:00:00 2001
From: Elena of Valhalla'' Grandi <valhalla.trueelena.org>
Date: Tue, 22 Jan 2013 13:45:48 +0100
Subject: Sezione bookmark

---
 src/style/bookmarks.css | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/style/index.txt     |  1 +
 2 files changed, 50 insertions(+)
 create mode 100644 src/style/bookmarks.css

(limited to 'src/style')

diff --git a/src/style/bookmarks.css b/src/style/bookmarks.css
new file mode 100644
index 0000000..64ce94f
--- /dev/null
+++ b/src/style/bookmarks.css
@@ -0,0 +1,49 @@
+
+div.feed {
+    margin-bottom: 1em;
+}
+
+div.bookmark {
+    border-collapse: collapse;
+    border: solid;
+    border-width: 1px;
+    border-color: #ccc;
+    margin: 0px;
+}
+
+div.bhead {
+    padding: 6px;
+    border-bottom: dotted;
+    border-bottom-width: 1px;
+}
+
+div.bdata {
+    padding: 6px;
+}
+
+span.url {
+    font-family: monospace;
+}
+
+div.dadded {
+    font-family: monospace;
+    font-size: 80%;
+}
+
+div.dcomment {
+    text-indent: 2em;
+}
+
+div.subcomment {
+    text-indent: 2em;
+}
+
+div.dkeywords {
+    font-family: monospace;
+    font-size: 80%;
+}
+
+div.dbid {
+    font-family: monospace;
+    font-size: 80%;
+}
diff --git a/src/style/index.txt b/src/style/index.txt
index be61d9e..83655b7 100644
--- a/src/style/index.txt
+++ b/src/style/index.txt
@@ -2,6 +2,7 @@
    restindex
        include: no
        file: default.css
+       file: bookmarks.css
    /restindex
 
    uservalues
-- 
cgit v1.2.3