summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2012-08-07 10:25:49 -0700
committerThibaut Horel <thibaut.horel@gmail.com>2012-08-07 10:25:49 -0700
commit803cf545ead5ddad0b42ab4a5bc71c83cced769d (patch)
tree5ecbdb81eca0282bc6c4bcc23e1db2e0bc96fc20
parent1ab3daa35b88b8e183728d3d133013df715cef9c (diff)
downloadfoosball-803cf545ead5ddad0b42ab4a5bc71c83cced769d.tar.gz
Allégement de la page des équipes
-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; }