first commit

This commit is contained in:
2025-03-25 20:32:26 +00:00
commit da487f3870
70 changed files with 17146 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
tr.flowerlist:hover td {
background:#eee;
cursor: pointer;
}
.flowerlist {
width: 100%;
}
tr.flowerlist a {
color: inherit; /* blue colors for links too */
text-decoration: inherit; /* no underline */
}
td.white {
color: #eee
}
td.left {
text-align: left;
}
td.right {
text-align: right;
}