summaryrefslogtreecommitdiff
path: root/src/style
diff options
context:
space:
mode:
Diffstat (limited to 'src/style')
-rw-r--r--src/style/bookmarks.css49
-rw-r--r--src/style/index.txt1
2 files changed, 50 insertions, 0 deletions
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