summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorStephane Caron <stephane.caron@ens.fr>2012-08-07 00:38:38 -0700
committerStephane Caron <stephane.caron@ens.fr>2012-08-07 00:38:38 -0700
commitcac0c9bf96120f73a391e7d46618f7c2d28c303f (patch)
tree41bfc34602d922b319886f470bb0eb0f36f382d2 /style.css
parentd63721adde9a6790973b9aedda4ad0aae8ae57cf (diff)
downloadfoosball-cac0c9bf96120f73a391e7d46618f7c2d28c303f.tar.gz
dernier soupir cosmétique avant le dodo
Diffstat (limited to 'style.css')
-rw-r--r--style.css23
1 files changed, 14 insertions, 9 deletions
diff --git a/style.css b/style.css
index 834f6a5..990c9f6 100644
--- a/style.css
+++ b/style.css
@@ -26,6 +26,16 @@ header {
margin: 0;
}
+header h1 {
+ font-size: 350%;
+ margin-bottom: 0
+}
+
+header p {
+ font-size: 110%;
+ margin-top: .5ex;
+}
+
footer {
color: #333;
font-size: 80%;
@@ -92,10 +102,6 @@ menu a {
text-decoration: none;
}
-header h1 {
- margin-bottom: 0
-}
-
article h1 {
text-align: center;
font-size: 300%;
@@ -123,12 +129,11 @@ tr:nth-child(even) {
}
#calendar h2 {
- text-align: left;
- margin-top: 10px
+ text-align: center
}
-#calendar h3 {
- text-align: center
+#calendar table {
+ margin-bottom: 2ex;
}
.group {
@@ -247,7 +252,7 @@ td.team-name {
}
#teams tr:hover {
- background-color: #bef;
+ background-color: #d0f0ff;
}
#teams td.members {