diff options
| -rw-r--r-- | style.css | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -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; } |
