summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--style.css15
1 files changed, 9 insertions, 6 deletions
diff --git a/style.css b/style.css
index 9a694b1..c8684a1 100644
--- a/style.css
+++ b/style.css
@@ -255,10 +255,14 @@ table#teams {
text-align: center;
}
+#teams tr:nth-child(even){
+ background-color: transparent
+}
+
td.team-name {
font-weight: bold;
font-size: 200%;
- text-shadow: .1em .1em .2em #424242;
+ text-shadow: .1em .1em .2em #424242;
}
#teams tr:hover {
@@ -269,18 +273,17 @@ td.team-name {
font-size: 150%;
line-height: 5ex;
font-variant: small-caps;
- text-shadow: .1em .1em .3em #666;
+/* text-shadow: .1em .1em .3em #666; */
}
#teams img {
- border: thick solid #666;
- border-radius: 1em;
- opacity: 0.6;
+ border: thin solid #666;
+ padding: 1em;
+ background: white;
}
#teams tr:hover img {
border-color: #444;
- opacity: 1.0;
}
.cred { color: #900; }