summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/tag/style.css
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2022-03-19 15:09:45 +0000
committerYaco <franco@reevo.org>2022-03-19 15:09:45 +0000
commitbbf56876ca1564597bd859691ca698a7d2851387 (patch)
tree4c779d76b86b8da583a63654a70da1b2df12f0ef /platform/www/lib/plugins/tag/style.css
parent435085ad710450bed7890f28a9cc9d3bb2e7fd72 (diff)
add plugins blog, pagelist and tag
Diffstat (limited to 'platform/www/lib/plugins/tag/style.css')
-rw-r--r--platform/www/lib/plugins/tag/style.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/platform/www/lib/plugins/tag/style.css b/platform/www/lib/plugins/tag/style.css
new file mode 100644
index 0000000..39b7f1a
--- /dev/null
+++ b/platform/www/lib/plugins/tag/style.css
@@ -0,0 +1,28 @@
+div.dokuwiki div.tags,
+div.dokuwiki div.tagstop {
+ font-size: 95%;
+ text-align: right;
+}
+
+div.dokuwiki div.tags {
+ border-top: 2px dotted __border__;
+ clear: both;
+ margin-bottom: 1.4em;
+}
+
+div.dokuwiki div.tagstop {
+ border-bottom: 2px dotted __border__;
+ margin-top: -1.3em;
+ margin-bottom: .4em;
+}
+
+div.dokuwiki div.tags span,
+div.dokuwiki div.tagstop span {
+ background: transparent url(images/tag.gif) 0px 2px no-repeat;
+ padding: 1px 0px 1px 17px;
+}
+
+/* make it easier to select the +/- checkboxes in the tagsearch table by making them block elements */
+div.dokuwiki form.plugin__tag_search label.plus, div.dokuwiki form.plugin__tag_search label.minus {
+ display: block;
+}