summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css45
1 files changed, 44 insertions, 1 deletions
diff --git a/style.css b/style.css
index 4e678a6..834f6a5 100644
--- a/style.css
+++ b/style.css
@@ -113,7 +113,7 @@ td {
padding: 0.3em
}
-tr:nth-child(even) td {
+tr:nth-child(even) {
background-color: #9d9
}
@@ -231,3 +231,46 @@ tr:nth-child(even) td {
margin-right: auto;
width: 50em;
}
+
+table#teams {
+ width: 80%;
+}
+
+#teams td {
+ text-align: center;
+}
+
+td.team-name {
+ font-weight: bold;
+ font-size: 200%;
+ text-shadow: .1em .1em .2em #424242;
+}
+
+#teams tr:hover {
+ background-color: #bef;
+}
+
+#teams td.members {
+ font-size: 150%;
+ line-height: 5ex;
+ font-variant: small-caps;
+ text-shadow: .1em .1em .3em #666;
+}
+
+#teams img {
+ border: thick solid #666;
+ border-radius: 1em;
+ opacity: 0.6;
+}
+
+#teams tr:hover img {
+ border-color: #444;
+ opacity: 1.0;
+}
+
+.cred { color: #900; }
+.cgreen { color: #090; }
+.cblue { color: #009; }
+.cpink { color: #909; }
+.cyellow { color: #a60; }
+