From 803cf545ead5ddad0b42ab4a5bc71c83cced769d Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Tue, 7 Aug 2012 10:25:49 -0700 Subject: Allégement de la page des équipes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 15 +++++++++------ 1 file 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; } -- cgit v1.2.3-70-g09d2