From 9200ee359df18e1ed55fcf18ef8611e5895a537b Mon Sep 17 00:00:00 2001 From: AmarOk1412 Date: Fri, 17 Apr 2015 10:33:24 +0200 Subject: [PATCH] css event + repair homepage --- index.css | 46 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 38 insertions(+), 8 deletions(-) diff --git a/index.css b/index.css index 21d56f6..f4b57fe 100644 --- a/index.css +++ b/index.css @@ -10,7 +10,7 @@ body top: 0px; left: 0px; width: 100%; - height: 150px; + height: 70px; margin: 0px; background-color: #2b2b2b; z-index: 100; @@ -24,8 +24,8 @@ a #title img { - padding-top:25px; - height: 100px; + padding-top:10px; + height: 50px; } #title .rightLogo @@ -36,13 +36,13 @@ a nav { - position: fixed; + position: absolute; top:0px; left:0px; width: 380px; height: 100%; padding: 0px; - padding-top: 150px; + padding-top: 70px; background-color: #F1F1F1; border-right: 2px solid #2b2b2b; z-index: 50; @@ -119,9 +119,7 @@ input[type="checkbox"]:checked + label span { #AddEvent { - position:absolute; - bottom:150; - width:100%; + bottom:70; margin:0; margin-top:20px; text-align:center; @@ -129,6 +127,7 @@ input[type="checkbox"]:checked + label span { padding-top:15px; height: 40px; width: 100%; + position:absolute; color: #ffffff; 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; +}