diff -r 8d79df2b5df3 -r 655351c846e1 integration/v2/css/style.css --- a/integration/v2/css/style.css Thu Jun 13 17:34:29 2013 +0200 +++ b/integration/v2/css/style.css Fri Jun 14 17:40:06 2013 +0200 @@ -3,7 +3,7 @@ .wrap{width: 950px; margin: 0 auto; } header, footer{width:100%;background: url(../img/border-bottom-header.png) center bottom no-repeat;} -footer{background-position: top center; padding-top: 20px;font-size: 15px; font-family: 'LatoLight';} +footer{margin-bottom: 60px;background-position: top center; padding-top: 20px;font-size: 15px; font-family: 'LatoLight';} footer h6{float: left;} footer p{float: right;} header .col-right{float: right; text-align: right;} @@ -27,10 +27,8 @@ /* Home */ h2{font-size: 30px; font-family: 'LatoLight'; padding: 30px 0; line-height: 38px;} .our-images{margin-bottom: 38px; text-align: center; font-size: 12px; font-family: 'LatoBoldItalic'; color: #58595A;} -.home-images{position: relative;} -a.home-arrow{ -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75); --moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75); -box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75); +.home-images{position: relative; margin-bottom: 24px;} +a.home-arrow{ -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);-moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75); background: url(../img/home-arrow.png) no-repeat center center #fff;cursor: pointer;display: block;height: 78px;left: 436px;position: absolute;top: -25px;width: 78px;z-index: 10; -webkit-border-radius: 39px;-moz-border-radius: 39px;border-radius: 39px; } @@ -38,3 +36,38 @@ .home-images .col-left img{width: 667px;} .home-images .col-right{float: right;} .home-images .col-right img{display: block; width: 283px;} +.box-white, .box-black{position: absolute;-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);-moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);} +.box-white{width: 184px;padding: 0 20px;background: rgba(255, 255, 255, .8);} +.box-3{left:400px; bottom: 30px; padding-top: 28px; padding-bottom: 28px;font-family: 'LatoItalic'; font-size: 19px; line-height: 20px;} +.box-2{top: 140px; left: 124px; padding-top: 42px; padding-bottom: 66px;} +.box-2 span{display: block;} +.box-2 .bold{font-size: 24px; font-family: 'LatoBold';} +.box-2 .bold:first-child{margin-bottom: 14px;} +.box-2 .number{font-size: 46px; font-family: 'josefin_sansregular'; margin-bottom: 6px;} +.box-1{padding: 15px 50px 26px 15px; background-color: #000; color: #fff; font-size: 18px;font-family: 'josefin_sansbold_italic'; left: 80px; top: 94px; z-index: 11;} +.list-projets li{float: left; width: 226px; background-color: #EEE; margin-right: 15px;} +.list-projets li:last-child{margin-right: 0;} +.list-projets li h3{font-size: 18px; font-family: 'LatoBold'; line-height: 20px; padding: 14px 14px 0 14px; margin-bottom: 4px;} +.list-projets li p{font-size: 18px; font-family: 'LatoLight'; line-height: 20px; padding: 0 14px; margin-bottom: 12px;} +.list-projets li a{border-top: 1px solid #CCC; font-size: 12px; font-family: 'LatoLight'; display: block; height: 30px; line-height: 30px; padding-left: 20px;} +.list-projets li{margin-bottom: 58px;} + +.bar-tools{margin-bottom: 26px; line-height: 26px; font-family: 'LatoLight'; display:block;padding: 10px 0; background-image: url(../img/border-dot-bar.png), url(../img/border-dot-bar.png); background-position: top center, bottom center; background-repeat: no-repeat, no-repeat;} +.bar-tools h3{ font-size: 18px; display: inline-block;} +.bar-tools ul{float: right;} +.bar-tools li{float: left; margin-left: 10px;} +.bar-tools li a{display: inline-block; font-size: 12px; height: 24px; line-height: 24px; padding: 0 7px; background-color: #DDD;} + +.list-projets-2{display: block; margin-bottom: 20px;background: url(../img/border-dot.png) repeat-x bottom left; padding-bottom: 1px;} +.list-projets-2>li{position:relative; background-color: #eee; width: 226px; float: left; margin-right: 15px; margin-bottom: 30px;} +.list-projets-2 .mid{ font-size: 18px; height: 66px; padding-left: 12px;} +.list-projets-2 .mid h3{ font-family: 'LatoBold'; padding-top: 16px;} +.list-projets-2 .mid p{ font-family: 'LatoLightItalic';} +.list-projets-2 .bot img, .list-projets-2 .top img{ float: left;} + +.list-projets-2>li:hover .tools{ display:block; } +.list-projets-2 .tools{ display:none; text-align:right; width:100%; position:absolute; bottom:0; left:0; background: rgba(255, 255, 255, .8);} +.list-projets-2 .tools ul{ display: inline-block;padding: 6px 10px 6px 0;} +.list-projets-2 .tools a{display: inline-block; width: 25px; height: 25px; line-height: 25px; text-align: center;} +.list-projets-2 .tools li{float: left; margin-left: 6px;} +.list-projets-2 .tools a img{vertical-align: middle;} \ No newline at end of file