summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2023-09-12 22:32:21 +0200
committerAki <please@ignore.pl>2023-09-12 22:32:21 +0200
commitab1cb08298363d429bc811ba2d3375a3fa647065 (patch)
tree8b501e12215d6fe4d201e426fda096478160ae12 /style.css
parent86e7fa2004c12db0bda8e8fd7697fd8d64b2e4b6 (diff)
downloadactivity-ab1cb08298363d429bc811ba2d3375a3fa647065.zip
activity-ab1cb08298363d429bc811ba2d3375a3fa647065.tar.gz
activity-ab1cb08298363d429bc811ba2d3375a3fa647065.tar.bz2
Extracted output format to own module for potential later expansion
Diffstat (limited to 'style.css')
-rw-r--r--style.css58
1 files changed, 0 insertions, 58 deletions
diff --git a/style.css b/style.css
deleted file mode 100644
index e5ca66c..0000000
--- a/style.css
+++ /dev/null
@@ -1,58 +0,0 @@
-table.activity-chart {
- border-spacing: 4px;
-}
-
-
-table.activity-chart tr {
- height: 11px;
-}
-
-
-td.activity-chart-label {
- position: relative;
- font-size: 12px;
- min-width: 2em;
-}
-
-
-td.activity-chart-label span {
- position: absolute;
- top: -3px;
-}
-
-
-td[data-activity-level] {
- box-sizing: border-box;
- outline-width: 1px;
- outline-style: solid;
- outline-offset: -1px;
- outline-color: rgba(27, 31, 35, 0.06);
- border-radius: 2px;
- height: 11px;
- min-width: 11px;
-}
-
-
-td[data-activity-level="0"] {
- background-color: #ccc;
-}
-
-
-td[data-activity-level="1"] {
- background-color: #9be9a8;
-}
-
-
-td[data-activity-level="2"] {
- background-color: #40c463;
-}
-
-
-td[data-activity-level="3"] {
- background-color: #30a14e;
-}
-
-
-td[data-activity-level="4"] {
- background-color: #216e39;
-}