From 50301f071b2971db43d7b572cfabb182a3927e91 Mon Sep 17 00:00:00 2001 From: Stephane Caron Date: Tue, 7 Aug 2012 00:32:46 -0700 Subject: kron mineur --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index bdf6622..4e678a6 100644 --- a/style.css +++ b/style.css @@ -99,8 +99,7 @@ header h1 { article h1 { text-align: center; font-size: 300%; - margin-top: 0; - margin-bottom: .5ex; + margin: 1ex auto; } table { -- cgit v1.2.3-70-g09d2 From d63721adde9a6790973b9aedda4ad0aae8ae57cf Mon Sep 17 00:00:00 2001 From: Stephane Caron Date: Tue, 7 Aug 2012 00:32:56 -0700 Subject: jolification de la page Teams --- style.css | 45 ++++++++++++++++++++++++++++++++++++++++++++- teams.html | 22 +++++++++++----------- 2 files changed, 55 insertions(+), 12 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 4e678a6..834f6a5 100644 --- a/style.css +++ b/style.css @@ -113,7 +113,7 @@ td { padding: 0.3em } -tr:nth-child(even) td { +tr:nth-child(even) { background-color: #9d9 } @@ -231,3 +231,46 @@ tr:nth-child(even) td { margin-right: auto; width: 50em; } + +table#teams { + width: 80%; +} + +#teams td { + text-align: center; +} + +td.team-name { + font-weight: bold; + font-size: 200%; + text-shadow: .1em .1em .2em #424242; +} + +#teams tr:hover { + background-color: #bef; +} + +#teams td.members { + font-size: 150%; + line-height: 5ex; + font-variant: small-caps; + text-shadow: .1em .1em .3em #666; +} + +#teams img { + border: thick solid #666; + border-radius: 1em; + opacity: 0.6; +} + +#teams tr:hover img { + border-color: #444; + opacity: 1.0; +} + +.cred { color: #900; } +.cgreen { color: #090; } +.cblue { color: #009; } +.cpink { color: #909; } +.cyellow { color: #a60; } + diff --git a/teams.html b/teams.html index 9ff75d5..5f795df 100644 --- a/teams.html +++ b/teams.html @@ -24,26 +24,26 @@

Teams

- - - - - - - - - - -
Cake and DeathAlicia
Stratis
+
Cake and DeathAlicia
Stratis
GaijinStéphane
Yuko
GaijinStéphane
Yuko
Red and RuskieRobert
Valeria
Red and RuskieRobert
Valeria
Olympic CroquetMathilde
Nima
Olympic CroquetMathilde
Nima
NighthawksFernando
Thibaut
NighthawksFernando
Thibaut
Nina
Smriti
Nina
Smriti
Vijay
Zhen
Vijay
Zhen
Nadia
Salman
Nadia
Salman
Pedro
?
Pedro
?
Sandy
?
Sandy
?
-- cgit v1.2.3-70-g09d2 From cac0c9bf96120f73a391e7d46618f7c2d28c303f Mon Sep 17 00:00:00 2001 From: Stephane Caron Date: Tue, 7 Aug 2012 00:38:38 -0700 Subject: dernier soupir cosmétique avant le dodo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schedule.html | 7 +++---- style.css | 23 ++++++++++++++--------- 2 files changed, 17 insertions(+), 13 deletions(-) (limited to 'style.css') diff --git a/schedule.html b/schedule.html index b0d4cdd..477d0fb 100644 --- a/schedule.html +++ b/schedule.html @@ -21,13 +21,12 @@ -
-

Games schedule

+
+

Games Schedule

- -

Wednesday, August 8th

+

Wednesday, August 8th

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 { -- cgit v1.2.3-70-g09d2 From 655a603ecd9951ee8a8d73b724ed44c5d04802c9 Mon Sep 17 00:00:00 2001 From: Alicia Date: Tue, 7 Aug 2012 00:44:47 -0700 Subject: le petit commit d'avant aller faire un très gros dodo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index fa6f31f..4b26ec4 100644 --- a/style.css +++ b/style.css @@ -90,7 +90,12 @@ table { td { border: thin solid; - padding: 0.3em + padding: 0.3em; + text-align: center +} + +#calendar td { + text-align: left } tr:nth-child(even) td { @@ -187,7 +192,7 @@ tr:nth-child(even) td { border-radius: .75em; width: 220px; height: 80px; - background-color: #FFB042 + background-color: #FFC0C0 } #S1 { @@ -203,5 +208,7 @@ tr:nth-child(even) td { border-radius: .75em; width: 220px; height: 80px; - background-color: #ADFF09 + background-color: #FF58F7 } + + -- cgit v1.2.3-70-g09d2 From e512cd90c582894fcc19c4e8b19de97184c94471 Mon Sep 17 00:00:00 2001 From: Stephane Caron Date: Tue, 7 Aug 2012 08:32:46 -0700 Subject: oups, j'avais oublié de commiter ça MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schedule.html | 5 ++++- style.css | 14 ++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/schedule.html b/schedule.html index 477d0fb..55f7e98 100644 --- a/schedule.html +++ b/schedule.html @@ -38,7 +38,10 @@
3:30pmGroup A - Gaijin vs Olympic Croquets
3:45pmGroup B - Night Hawks vs Cake and Death
5:30pmGroup C - {Sandy, ?} vs {Vijay, Zhen}
- + +
+ kroOon +
diff --git a/style.css b/style.css index 990c9f6..cd8c387 100644 --- a/style.css +++ b/style.css @@ -279,3 +279,17 @@ td.team-name { .cpink { color: #909; } .cyellow { color: #a60; } +.center { + text-align: center; + margin-left: auto; + margin-right: auto; +} + +#beaver { + opacity: 0.25; + margin-top: 5ex; +} + +#beaver:hover { + opacity: 1.0; +} -- cgit v1.2.3-70-g09d2 From 8420546bf5369e78edacc94c9a365e2aae1a46e8 Mon Sep 17 00:00:00 2001 From: Stéphane Caron Date: Tue, 7 Aug 2012 09:02:08 -0700 Subject: Shadow, non, Shadow ! --- bracket.html | 43 +++++++++++++++++++------------------------ style.css | 14 ++++++++++++-- 2 files changed, 31 insertions(+), 26 deletions(-) (limited to 'style.css') diff --git a/bracket.html b/bracket.html index 2164567..cc08170 100644 --- a/bracket.html +++ b/bracket.html @@ -27,105 +27,100 @@
-
+

GROUP A

Gaijin vs Olympic Croquet

{Pedro, ?} vs Gaijin

Olympics Croquet vs {Pedro, ?}

-
+

GROUP B

Night Hawks vs Cake and Death

-
+

GROUP C

Red and Ruskie vs {Sandy, ?}

{Vijay, Zhen} vs Red and Ruskie

{Sandy, ?} vs {Vijay, Zhen}

-
+

GROUP D

{Nadia, Salman} vs {Nina, Smriti}

-
+
-
+

Ranking group A

1 ...

2 ...

3 ...

-
+

Ranking group B

1 ...

2 ...

-
+

Ranking group C

1 ...

2 ...

3 ...

-
+

Ranking group D

1 ...

2 ...

-
+
-
+

Quarter-final 1

First team group A vs Second team group B

-
+

Quarter-final 2

First team group B vs Second team group A

-
+

Quarter-final 3

First team group C vs Second team group D

-
+

Quarter-final 4

First team group D vs Second team group C

-
+
-
+

Semi-final 1

Winner Q1 vs Winner Q3

-
+

Semi-final 2

Winner Q2 vs Winner Q4

-
+
-
+

FINAL

? vs ?

- - - - -
diff --git a/style.css b/style.css index f11199e..15aa005 100644 --- a/style.css +++ b/style.css @@ -125,17 +125,23 @@ tr:nth-child(even) { #bracket h2 { margin-top: 0; - text-align: center + text-align: center; } #calendar h2 { - text-align: center + text-align: center; } #calendar table { margin-bottom: 2ex; } +.shadow { + -moz-box-shadow: .1em .1em .1em .1em #aaa; + -webkit-box-shadow: .1em .1em .1em .1em #aaa; + box-shadow: .1em .1em .1em .1em #aaa; +} + .group { float: left; padding: 1em; @@ -294,3 +300,7 @@ td.team-name { #beaver:hover { opacity: 1.0; } + +.spacer { + clear: both; +} -- cgit v1.2.3-70-g09d2 From 7e4d323bda1849f8513c6634c39e53176f11ce1e Mon Sep 17 00:00:00 2001 From: Stéphane Caron Date: Tue, 7 Aug 2012 09:14:35 -0700 Subject: espacement uniforme + hline dans Bracket --- bracket.html | 2 +- style.css | 16 +++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) (limited to 'style.css') diff --git a/bracket.html b/bracket.html index cc08170..f176866 100644 --- a/bracket.html +++ b/bracket.html @@ -80,7 +80,7 @@

2 ...

-
+
diff --git a/style.css b/style.css index 15aa005..c4a6077 100644 --- a/style.css +++ b/style.css @@ -178,6 +178,7 @@ tr:nth-child(even) { float: left; padding: 1em; margin: 35px; + margin-bottom: 7ex; border: thin solid; width: 180px; height: 130px; @@ -202,8 +203,7 @@ tr:nth-child(even) { .quarter { float: left; padding: 1em; - margin: 15px; - margin-top: 2em; + margin: 7ex 15px .75em; border: thin solid; border-radius: .75em; width: 220px; @@ -213,6 +213,8 @@ tr:nth-child(even) { .semi { float: left; + margin-top: 2em; + margin-bottom: .75em; padding: 1em; border: thin solid; border-radius: .75em; @@ -230,6 +232,7 @@ tr:nth-child(even) { padding: 1em; margin-left: 430px; margin-top: 2em; + margin-bottom: 3em; border: thin solid; border-radius: .75em; width: 220px; @@ -237,7 +240,6 @@ tr:nth-child(even) { background-color: #FF58F7 } - .readable { margin-left: auto; margin-right: auto; @@ -304,3 +306,11 @@ td.team-name { .spacer { clear: both; } + +.hline { + border-top: thin solid #aaa; + margin: 0; + height: 0; + padding: 0; + width: 100%; +} -- cgit v1.2.3-70-g09d2