diff options
| author | Alicia <alicia@ubuntu.ubuntu-domain> | 2012-08-06 22:27:00 -0700 |
|---|---|---|
| committer | Alicia <alicia@ubuntu.ubuntu-domain> | 2012-08-06 22:27:00 -0700 |
| commit | 262c82e01c926af7a7b7446e6eceaa143e80fe6d (patch) | |
| tree | 4cf8d942552334bb29e581e28f109626998ee816 /style.css | |
| parent | cd34237e8e4aff2911ea260007b7155a6085aceb (diff) | |
| download | foosball-262c82e01c926af7a7b7446e6eceaa143e80fe6d.tar.gz | |
un peu de css
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 38 |
1 files changed, 33 insertions, 5 deletions
@@ -38,6 +38,7 @@ footer { article { padding: 1em 3em 1em; font-size: 85%; + background-color: #F0F0C3 } menu{ @@ -101,6 +102,15 @@ tr:nth-child(even) td{ text-align: center } +#calendar h2{ + text-align: left; + margin-top: 10px +} + +#calendar h3{ + text-align: center +} + .group{ float: left; padding: 1em; @@ -112,19 +122,19 @@ tr:nth-child(even) td{ } #groupA { - background-color: blue; + background-color: #FFBD2E; } #groupB { - background-color: pink; + background-color: #498AF9; } #groupC { - background-color: yellow; + background-color: #FF474A; } #groupD { - background-color: green; + background-color: #5DFF40; } #listGroups { @@ -142,6 +152,22 @@ tr:nth-child(even) td{ height: 130px; } +#rankingA { + background-color: #FFE06D; +} + +#rankingB { + background-color: #65A8F9; +} + +#rankingC { + background-color: #FF7A7C; +} + +#rankingD { + background-color: #9BFF84; +} + .quarter{ float: left; padding: 1em; @@ -151,7 +177,7 @@ tr:nth-child(even) td{ border-radius: .75em; width: 220px; height: 80px; - + background-color: #BB86FF; } .semi{ @@ -161,6 +187,7 @@ tr:nth-child(even) td{ border-radius: .75em; width: 220px; height: 80px; + background-color: #FFB042 } #S1{ @@ -176,4 +203,5 @@ tr:nth-child(even) td{ border-radius: .75em; width: 220px; height: 80px; + background-color: #ADFF09 } |
