aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-01-29 20:34:08 +0100
committervincent-peugnet <v.peugnet@free.fr>2020-01-29 20:34:08 +0100
commitb28f1a4a516f93044c632b254670dd21f52e625c (patch)
treeaa2661016383e51fe26d564d208ac302f6e48926 /assets
parenta30e115d62f10183acb7ff946821aaf066d4a61e (diff)
downloadwcms-b28f1a4a516f93044c632b254670dd21f52e625c.tar.gz
wcms-b28f1a4a516f93044c632b254670dd21f52e625c.zip
new feature : colored tags
Diffstat (limited to 'assets')
-rw-r--r--assets/css/home.css9
-rw-r--r--assets/css/tagcolors.css16
2 files changed, 24 insertions, 1 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index a801ba8..9ee57ac 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -112,9 +112,16 @@ main.home table .id {
font-size: medium;
}
+nav span.counter {
+ border-radius: 100%;
+ width: 17px;
+ height: 17px;
+ display: inline-block;
+ text-align: center;
+}
+
table a.tag {
- background-color: #7b97b9;
border-radius: 10px;
padding: 1px 4px;
}
diff --git a/assets/css/tagcolors.css b/assets/css/tagcolors.css
new file mode 100644
index 0000000..fbeede5
--- /dev/null
+++ b/assets/css/tagcolors.css
@@ -0,0 +1,16 @@
+
+.tag_color { background-color: #72b8e8; }
+.tag_w { background-color: #b5d689; }
+.tag_sans { background-color: #7be87e; }
+.tag_secret { background-color: #97b495; }
+.tag_salle { background-color: #d2946d; }
+.tag_ab { background-color: #fbd4fd; }
+.tag_template { background-color: #f4cbfe; }
+.tag_tttaaaaggggeee { background-color: #75d26b; }
+.tag_salle01 { background-color: #64d377; }
+.tag_event { background-color: #9daa97; }
+.tag_delire { background-color: #c794c0; }
+.tag_phasme { background-color: #bcf2c9; }
+.tag_animal { background-color: #c6f9a4; }
+.tag_blague { background-color: #6a859f; }
+.tag_festival { background-color: #ed65b9; } \ No newline at end of file