|
|
@ -10,7 +10,7 @@ body |
|
|
top: 0px; |
|
|
top: 0px; |
|
|
left: 0px; |
|
|
left: 0px; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 150px; |
|
|
|
|
|
|
|
|
height: 70px; |
|
|
margin: 0px; |
|
|
margin: 0px; |
|
|
background-color: #2b2b2b; |
|
|
background-color: #2b2b2b; |
|
|
z-index: 100; |
|
|
z-index: 100; |
|
|
@ -24,8 +24,8 @@ a |
|
|
|
|
|
|
|
|
#title img |
|
|
#title img |
|
|
{ |
|
|
{ |
|
|
padding-top:25px; |
|
|
|
|
|
height: 100px; |
|
|
|
|
|
|
|
|
padding-top:10px; |
|
|
|
|
|
height: 50px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#title .rightLogo |
|
|
#title .rightLogo |
|
|
@ -36,13 +36,13 @@ a |
|
|
|
|
|
|
|
|
nav |
|
|
nav |
|
|
{ |
|
|
{ |
|
|
position: fixed; |
|
|
|
|
|
|
|
|
position: absolute; |
|
|
top:0px; |
|
|
top:0px; |
|
|
left:0px; |
|
|
left:0px; |
|
|
width: 380px; |
|
|
width: 380px; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
padding: 0px; |
|
|
padding: 0px; |
|
|
padding-top: 150px; |
|
|
|
|
|
|
|
|
padding-top: 70px; |
|
|
background-color: #F1F1F1; |
|
|
background-color: #F1F1F1; |
|
|
border-right: 2px solid #2b2b2b; |
|
|
border-right: 2px solid #2b2b2b; |
|
|
z-index: 50; |
|
|
z-index: 50; |
|
|
@ -119,9 +119,7 @@ input[type="checkbox"]:checked + label span { |
|
|
|
|
|
|
|
|
#AddEvent |
|
|
#AddEvent |
|
|
{ |
|
|
{ |
|
|
position:absolute; |
|
|
|
|
|
bottom:150; |
|
|
|
|
|
width:100%; |
|
|
|
|
|
|
|
|
bottom:70; |
|
|
margin:0; |
|
|
margin:0; |
|
|
margin-top:20px; |
|
|
margin-top:20px; |
|
|
text-align:center; |
|
|
text-align:center; |
|
|
@ -129,6 +127,7 @@ input[type="checkbox"]:checked + label span { |
|
|
padding-top:15px; |
|
|
padding-top:15px; |
|
|
height: 40px; |
|
|
height: 40px; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
|
|
|
position:absolute; |
|
|
color: #ffffff; |
|
|
color: #ffffff; |
|
|
background-color: #2b2b2b; |
|
|
background-color: #2b2b2b; |
|
|
} |
|
|
} |
|
|
@ -271,3 +270,34 @@ tr #date |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*PAGE EVENEMENT*/ |
|
|
|
|
|
#descEvent |
|
|
|
|
|
{ |
|
|
|
|
|
margin-top: 150px; |
|
|
|
|
|
width:80%; |
|
|
|
|
|
margin-right:auto; |
|
|
|
|
|
margin-left:auto; |
|
|
|
|
|
margin-bottom:70px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#descEvent h1 |
|
|
|
|
|
{ |
|
|
|
|
|
text-align:center; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#descEvent #description |
|
|
|
|
|
{ |
|
|
|
|
|
width:60%; |
|
|
|
|
|
text-align:justify; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#descEvent #image |
|
|
|
|
|
{ |
|
|
|
|
|
float:right; |
|
|
|
|
|
width:20%; |
|
|
|
|
|
margin-right:100px; |
|
|
|
|
|
margin-bottom:-100px; |
|
|
|
|
|
} |