From b28f1a4a516f93044c632b254670dd21f52e625c Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 29 Jan 2020 20:34:08 +0100 Subject: new feature : colored tags --- assets/css/home.css | 9 ++++++++- assets/css/tagcolors.css | 16 ++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 assets/css/tagcolors.css (limited to 'assets/css') 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 -- cgit v1.2.3