diff options
| author | Stephane Caron <stephane.caron@ens.fr> | 2012-08-07 00:32:56 -0700 |
|---|---|---|
| committer | Stephane Caron <stephane.caron@ens.fr> | 2012-08-07 00:32:56 -0700 |
| commit | d63721adde9a6790973b9aedda4ad0aae8ae57cf (patch) | |
| tree | f7d1a45e317c1fa3b0b7f2d0da8c5bd39eca7949 /style.css | |
| parent | 50301f071b2971db43d7b572cfabb182a3927e91 (diff) | |
| download | foosball-d63721adde9a6790973b9aedda4ad0aae8ae57cf.tar.gz | |
jolification de la page Teams
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 45 |
1 files changed, 44 insertions, 1 deletions
@@ -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; } + |
