aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-01-29 21:15:38 +0100
committervincent-peugnet <v.peugnet@free.fr>2020-01-29 21:15:38 +0100
commitc3014fb7be5c54ac9d1325f33f6fe0a2624161a8 (patch)
tree1583b667316e4ac6fe2e2b5bedcc190de7ff46c2 /assets/css
parentb28f1a4a516f93044c632b254670dd21f52e625c (diff)
downloadwcms-c3014fb7be5c54ac9d1325f33f6fe0a2624161a8.tar.gz
wcms-c3014fb7be5c54ac9d1325f33f6fe0a2624161a8.zip
new feature : home>display>tags colors
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/home.css6
-rw-r--r--assets/css/tagcolors.css9
2 files changed, 10 insertions, 5 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index 9ee57ac..62cf05d 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -121,11 +121,15 @@ nav span.counter {
}
-table a.tag {
+table a.tag, table a.author {
border-radius: 10px;
padding: 1px 4px;
}
+table a.author {
+ background-color: darkgrey;
+}
+
table a.secure{
padding: 1px 3px;
}
diff --git a/assets/css/tagcolors.css b/assets/css/tagcolors.css
index fbeede5..8430eba 100644
--- a/assets/css/tagcolors.css
+++ b/assets/css/tagcolors.css
@@ -1,8 +1,9 @@
-.tag_color { background-color: #72b8e8; }
-.tag_w { background-color: #b5d689; }
-.tag_sans { background-color: #7be87e; }
-.tag_secret { background-color: #97b495; }
+.tag_color { background-color: #ff0000; }
+.tag_w { background-color: #50e2f9; }
+.tag_sans { background-color: #00ff07; }
+.tag_secret { background-color: #10580b; }
+.tag_fiit { background-color: #ba7db4; }
.tag_salle { background-color: #d2946d; }
.tag_ab { background-color: #fbd4fd; }
.tag_template { background-color: #f4cbfe; }