summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorStephane Caron <stephane.caron@ens.fr>2012-08-06 23:57:36 -0700
committerStephane Caron <stephane.caron@ens.fr>2012-08-06 23:57:36 -0700
commit01bd786c03b1d92b458d4be88c5c88bc98059508 (patch)
tree3c01f8e01a4a4e27b512cd0c5b24bed79777d7f6 /style.css
parenta1926f47e2c81672c455cbb11c5d9d08841a6d98 (diff)
downloadfoosball-01bd786c03b1d92b458d4be88c5c88bc98059508.tar.gz
moar css
Diffstat (limited to 'style.css')
-rw-r--r--style.css35
1 files changed, 25 insertions, 10 deletions
diff --git a/style.css b/style.css
index 42530c0..2571cf5 100644
--- a/style.css
+++ b/style.css
@@ -10,21 +10,20 @@ body {
width: 1200px;
margin-left: auto;
margin-right: auto;
- margin-top: .5em;
+ margin-top: 0;
+ padding-top: 0;
border: thin solid #333;
background-color: white;
- border-top-left-radius: .75em;
- border-top-right-radius: .75em;
+ border-top: 0;
}
header {
- background: -moz-linear-gradient(top, #ffa, #9d9);
+ background: -moz-linear-gradient(top, #acf, #dfe);
padding: 1em 3em 1em;
color: #333;
border-bottom: thin solid #d6d6d6;
- border-top-left-radius: .75em;
- border-top-right-radius: .75em;
- margin: 0
+ border-top: 0;
+ margin: 0;
}
footer {
@@ -40,17 +39,32 @@ footer {
article {
padding: 1em 3em 1em;
font-size: 85%;
- background-color: #F0F0C3
+ background-color: #fff;
}
menu {
margin: 0;
padding: 0.5em;
- background-color: #ddd;
+ background-color: #eee;
border-top: thin solid #a0a0a0;
border-bottom: thin solid #a0a0a0;
}
+menu a {
+ font-weight: bold;
+ color: #644;
+}
+
+menu a:visited {
+ text-decoration: underline;
+ color: #644;
+}
+
+
+menu a:hover {
+ color: #f6f;
+}
+
menu ul {
list-style: none;
padding: 0
@@ -81,7 +95,8 @@ header h1 {
article h1 {
text-align: center;
- font-size: 200%
+ font-size: 300%;
+ margin-bottom: 0;
}
table {