summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2012-08-06 21:47:34 -0700
committerThibaut Horel <thibaut.horel@gmail.com>2012-08-06 21:47:34 -0700
commit541c50c4296dbdffaa90b766a0cc69534eddf5c2 (patch)
tree638c323775b0c6fa1d0f16e90b5c64aab39ac45e /style.css
parente7766003112147d1518e99b30dd4a29c0917cdad (diff)
downloadfoosball-541c50c4296dbdffaa90b766a0cc69534eddf5c2.tar.gz
Reprise du bracket avec espacements en pixels
Diffstat (limited to 'style.css')
-rw-r--r--style.css30
1 files changed, 15 insertions, 15 deletions
diff --git a/style.css b/style.css
index b33300a..083d842 100644
--- a/style.css
+++ b/style.css
@@ -96,14 +96,19 @@ tr:nth-child(even) td{
background-color: #9d9
}
+#bracket h2{
+ margin-top: 0;
+ text-align: center
+}
+
.group{
float: left;
padding: 1em;
- margin: 1em;
+ margin: 15px;
border: thin solid;
border-radius: .75em;
width: 220px;
- height: 100px;
+ height: 130px;
}
#groupA {
@@ -131,17 +136,17 @@ tr:nth-child(even) td{
.ranking{
float: left;
padding: 1em;
- margin: 2.5em;
+ margin: 35px;
border: thin solid;
width: 180px;
- height: 100px;
+ height: 130px;
}
.quarter{
float: left;
padding: 1em;
- margin: 1em;
- margin-top: 5em;
+ margin: 15px;
+ margin-top: 2em;
border: thin solid;
border-radius: .75em;
width: 220px;
@@ -152,7 +157,6 @@ tr:nth-child(even) td{
.semi{
float: left;
padding: 1em;
- margin: 1em;
border: thin solid;
border-radius: .75em;
width: 220px;
@@ -160,18 +164,14 @@ tr:nth-child(even) td{
}
#S1{
- margin-left: 15em;
-}
-
-#S2{
- margin-left: 14em;
+ margin-right: 310px;
+ margin-left: 140px;
}
#F{
padding: 1em;
- margin: 1em;
- margin-left: auto;
- margin-right: auto;
+ margin-left: 430px;
+ margin-top: 2em;
border: thin solid;
border-radius: .75em;
width: 220px;