summaryrefslogtreecommitdiff
path: root/assets/style.css
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-09-25 20:00:56 +0200
committermetamuffin <metamuffin@disroot.org>2023-09-25 20:00:56 +0200
commit01bd18c75fd3652ce0b9eb76e23e967b0cba064b (patch)
tree3ed7e4145344681ed26d0a5945517c9de6964d32 /assets/style.css
parentc68f2769ae13d1e4b250bd670d1d875014f5c05a (diff)
downloadmetamuffin-website-01bd18c75fd3652ce0b9eb76e23e967b0cba064b.tar
metamuffin-website-01bd18c75fd3652ce0b9eb76e23e967b0cba064b.tar.bz2
metamuffin-website-01bd18c75fd3652ce0b9eb76e23e967b0cba064b.tar.zst
new project overview
Diffstat (limited to 'assets/style.css')
-rw-r--r--assets/style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css
index 658ca43..52212db 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -83,3 +83,21 @@ input[type=submit] {
margin-left: 4em;
}
+
+.status {
+ display: inline-block;
+ padding: 0.1em;
+ font-size: small;
+ font-variant: small-caps;
+ color: black;
+ border-radius: 5px;
+ margin-left: 0.2em;
+ margin-right: 0.3em;
+}
+
+.status-Unknown { background-color: #4b4b4b; }
+.status-Planned { background-color: #6d5dff; }
+.status-Developing { background-color: #5dfff1; }
+.status-Stale { background-color: #d6d44b; }
+.status-Maintained { background-color: #8cff56; }
+.status-Abandoned { background-color: #ff9854; }