aboutsummaryrefslogtreecommitdiff
path: root/asset-sources/theme.scss
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2024-11-16 23:42:43 +0100
committerDaniel Schadt <kingdread@gmx.de>2024-11-16 23:42:43 +0100
commit68a4dd33bdcfbfe1694d8ed6211b8f98165b304f (patch)
treeb92b76c1ac0f331c5cc7b7c624326c226b3a8069 /asset-sources/theme.scss
parentb462965d89d3a942dddf9c49bfa79283a95ec3a5 (diff)
downloadfietsboek-68a4dd33bdcfbfe1694d8ed6211b8f98165b304f.tar.gz
fietsboek-68a4dd33bdcfbfe1694d8ed6211b8f98165b304f.tar.bz2
fietsboek-68a4dd33bdcfbfe1694d8ed6211b8f98165b304f.zip
more styling for the calendar
Styling based on distance travelled!
Diffstat (limited to 'asset-sources/theme.scss')
-rw-r--r--asset-sources/theme.scss35
1 files changed, 35 insertions, 0 deletions
diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss
index f5b33da..ffd43d7 100644
--- a/asset-sources/theme.scss
+++ b/asset-sources/theme.scss
@@ -161,6 +161,11 @@ strong {
.profile-calendar {
width: 100%;
+ thead {
+ text-align: center;
+ font-size: 120%;
+ }
+
.calendar-cell, .calendar-cell-empty {
height: 150px;
width: calc(100%/7);
@@ -174,6 +179,36 @@ strong {
font-size: 140%;
font-weight: bold;
}
+
+ ul {
+ list-style: none;
+ text-align: right;
+ }
+ }
+
+ .cell-length-0 {
+ color: gray;
+ }
+ .cell-length-1 {
+ background-color: #8FF0A4;
+ }
+ .cell-length-2 {
+ background-color: #75DD95;
+ }
+ .cell-length-3 {
+ background-color: #5BC987;
+ }
+ .cell-length-4 {
+ background-color: #40B678;
+ }
+ .cell-length-5 {
+ color: white;
+ background-color: #26A269;
+ }
+
+ a {
+ text-decoration: none;
+ color: inherit;
}
}