diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-01-29 20:59:56 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-01-29 20:59:56 +0000 |
commit | 226cbb6b5cb9d38b2856a3007745c8045ed9efae (patch) | |
tree | 17a5c3d522a5598815f570abb4ce19aef1f88f67 /media/css | |
parent | a1c34f488daac73ad027f03f74a6c725a5ff53d9 (diff) | |
download | troggle-226cbb6b5cb9d38b2856a3007745c8045ed9efae.tar.gz troggle-226cbb6b5cb9d38b2856a3007745c8045ed9efae.tar.bz2 troggle-226cbb6b5cb9d38b2856a3007745c8045ed9efae.zip |
Fixed coloured T and S on expo calendar
Diffstat (limited to 'media/css')
-rw-r--r-- | media/css/trog3.css | 44 |
1 files changed, 39 insertions, 5 deletions
diff --git a/media/css/trog3.css b/media/css/trog3.css index 990634a..e0097b9 100644 --- a/media/css/trog3.css +++ b/media/css/trog3.css @@ -71,15 +71,49 @@ table.expeditionpersonlist a:visited color:#509;
}
+table.expeditionpersonlist a.dayindexlog-0
+{ background-color: #af9; font-size: 130%;}
table.expeditionpersonlist a.dayindexlog-1
-{ background-color: #440; color: white; }
+{ background-color: #9af; font-size: 130%;}
table.expeditionpersonlist a.dayindexlog-2
-{ background-color: #9fa; }
+{ background-color: #880; color: white; font-weight: bold; font-size: 130%;}
+table.expeditionpersonlist a.dayindexlog-3
+{ background-color: #f9a; font-size: 130%;}
+table.expeditionpersonlist a.dayindexlog-4
+{ background-color: #808; color: white; font-weight: bold; font-size: 130%;}
+table.expeditionpersonlist a.dayindexlog-5
+{ background-color: #088; color: white; font-weight: bold; font-size: 130%;}
+table.expeditionpersonlist a.dayindexlog-6
+{ background-color: #000; color: yellow; font-weight: bold; font-size: 130%;}
+table.expeditionpersonlist a.dayindexlog-7
+{ background-color: #a9f; font-size: 130%;}
+table.expeditionpersonlist a.dayindexlog-8
+{ background-color: #fa9; font-size: 130%;}
+table.expeditionpersonlist a.dayindexlog-9
+{ background-color: #9fa; font-size: 130%;}
+
+table.expeditionpersonlist a.dayindexsurvex-0
+{ background-color: #f6f; font-size: 130%}
table.expeditionpersonlist a.dayindexsurvex-1
-{ background-color: #000; color: #55f; }
+{ background-color: #6ff; font-size: 130%}
table.expeditionpersonlist a.dayindexsurvex-2
-{ background-color: #6ff; }
-
+{ background-color: #ff6; font-size: 130%}
+table.expeditionpersonlist a.dayindexsurvex-3
+{ background-color: #000; color: white; font-weight: bold; font-size: 130%;}
+table.expeditionpersonlist a.dayindexsurvex-4
+{ background-color: #99f; color: white; font-weight: bold; font-size: 130%;}
+table.expeditionpersonlist a.dayindexsurvex-5
+{ background-color: #f99; color: white; font-weight: bold; font-size: 130%;}
+table.expeditionpersonlist a.dayindexsurvex-6
+{ background-color: #f99; color: yellow; font-weight: bold; font-size: 130%;}
+table.expeditionpersonlist a.dayindexsurvex-7
+{ background-color: #f99; color: blue; font-weight: bold; font-size: 130%;}
+table.expeditionpersonlist a.dayindexsurvex-8
+{ background-color: #9f9; color: blue; font-weight: bold; font-size: 130%;}
+table.expeditionpersonlist a.dayindexsurvex-9
+{ background-color: #9f9; color: red; font-weight: bold; font-size: 130%;}
+table.expeditionpersonlist a.dayindexsurvex-10
+{ background-color: #9f9; color: white; font-weight: bold; font-size: 130%;}
table.expeditionpersonlist a:hover
{
color:white;
|