diff --git a/index.css b/index.css index 5601a7d..9c9b8a4 100755 --- a/index.css +++ b/index.css @@ -56,23 +56,23 @@ nav .onglet:hover #hamburgerMenu { - background-color:#fff; - height:100%; + background-color:#fff; + height:100%; } #hamburgerMenu h2 { - font-size:22px; - color:#2b2b2b; - margin-left:5%; - margin-top:5%; + font-size:22px; + color:#2b2b2b; + margin-left:5%; + margin-top:5%; } form { - margin-top:-20px; - margin-left:20%; - margin-bottom:-20px; + margin-top:-20px; + margin-left:20%; + margin-bottom:-20px; } input[type="checkbox"] { @@ -93,47 +93,47 @@ input[type="checkbox"]:checked + label span { #AddEvent { - margin:0; - margin-top:45px; - text-align:center; - font-size: 20px; - padding-top:15px; - height: 40px; - width: 100%; - position:absolute; - color: #ffffff; - background-color: #2b2b2b; + margin:0; + margin-top:45px; + text-align:center; + font-size: 20px; + padding-top:15px; + height: 40px; + width: 100%; + position:absolute; + color: #ffffff; + background-color: #2b2b2b; } #container { - margin-top:120px; + margin-top:120px; } #AddEvent:hover { - color: #2b2b2b; - background-color: #40c1e6; + color: #2b2b2b; + background-color: #40c1e6; } #calendar { - height:100%; - margin:0; - margin-left:-10px; - background-color:#f1f1f1; + height:100%; + margin:0; + margin-left:-10px; + background-color:#f1f1f1; } #footer { - position:fixed; - background-color:#f1f1f1; - bottom:0px; - height:54px; - color:#2b2b2B; - margin:0; - width:100%; - border:1px solid #2b2b2b; + position:fixed; + background-color:#f1f1f1; + bottom:0px; + height:54px; + color:#2b2b2B; + margin:0; + width:100%; + border:1px solid #2b2b2b; } #Export @@ -145,18 +145,18 @@ input[type="checkbox"]:checked + label span { #exMois { - margin-top:-10px; - height:30px; - width:30%; - margin-left:auto; - margin-right:auto; + margin-top:-10px; + height:30px; + width:30%; + margin-left:auto; + margin-right:auto; } #Mois { - text-align:center; - font-size: 30px; - margin-top:-45px; + text-align:center; + font-size: 30px; + margin-top:-45px; } #exLess @@ -176,54 +176,55 @@ input[type="checkbox"]:checked + label span { /*Calendar*/ -table -{ - width:100%; - margin:0; - padding:0; - border-style:none; - table-layout: fixed; +#calendar { + margin-top:60px; } -tr -{ - height:250px; - border-style:none; - margin:0; - width:100%; - padding:0; +#calendar .week { + padding: 0; + margin: 0; + list-style: none; + + display: -webkit-box; + display: -moz-box; + display: -ms-flexbox; + display: -webkit-flex; + display: flex; + + -webkit-flex-flow: row wrap; + flex-wrap: wrap; + justify-content: center; } -td -{ - border-style:none; - height:100%; +#calendar .week .day { + padding: 5px; + width: 200px; + height: 200px; margin:0; padding:0; + + border:1px solid #2b2b2b; } -td:hover -{ - background-color: #40c1e6; +#calendar .week .today { + background-color: #a5dff0; } -tr #date -{ - font-size:30px; - margin:20px; - color:#2b2b2b; +#calendar .week .day:hover { + background-color: #65ccea; } -#calendar #event -{ - margin:0; - border:1px solid #2b2b2b; - height:100%; - width:100%; +#calendar .week .day h2 { + font-size: 30px; + margin: 20px; + color: #2B2B2B; } -#link -{ - margin-left:10px; - font-size:12px; +#calendar .week .otherMonth h2 { + color: #4B4B4B; +} + +#calendar .week .day ul { + margin-left: -20px; + font-size:12px; } diff --git a/index.html b/index.html index 877d7dc..ad2b457 100755 --- a/index.html +++ b/index.html @@ -32,41 +32,41 @@

Conférences, Évènements

-
-

- -
- -
- -
- -
- -
- -
-
-
-
+
+

+ +
+ +
+ +
+ +
+ +
+ +
+
+
+

Clubs, associations

-

- -
- -
- -
- -
- -
- -
-
-
-
+

+ +
+ +
+ +
+ +
+ +
+ +
+
+
+
@@ -75,90 +75,90 @@
+
  • 6
    +
  • +
  • 7
    +
  • +
  • 8
    +
  • +
  • 9
    +
  • +
  • 10
    +
  • +
  • 11
    +
  • +
  • 12
    +
  • +
  • 6
    + +
  • +
  • 7
    +
  • +
  • 8
    +
  • +
  • 9
    +
  • +
  • 10
    +
  • +
  • 11
    +
  • +
  • 12
    +
  • +
  • 6
    +
  • +
  • 7
    +
  • +
  • 8
    +
  • +
  • 9
    +
  • +
  • 10
    +
  • +
  • 11
    +
  • +
  • 12
    +
  • +
  • 6
    +
  • +
  • 7
    +
  • +
  • 8
    +
  • +
  • 9
    +
  • +
  • 10
    +
  • +
  • 11
    +
  • +
  • 12
    +
  • +
  • 6
    +
  • +
  • 7
    +
  • +
  • 8
    +
  • +
  • 9
    +
  • +
  • 10
    +
  • +
  • 11
    +
  • +
  • 12
    +
  • + -