diff -r 655351c846e1 -r a06fb50d574f integration/v2/css/style.css --- a/integration/v2/css/style.css Fri Jun 14 17:40:06 2013 +0200 +++ b/integration/v2/css/style.css Tue Jun 18 11:48:49 2013 +0200 @@ -1,15 +1,15 @@ body{border-top: 1px solid #000;} a{text-decoration: none; color: #000;} .wrap{width: 950px; margin: 0 auto; } - +.uppercase{text-transform: uppercase;} header, footer{width:100%;background: url(../img/border-bottom-header.png) center bottom no-repeat;} 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;} header .col-right form{display: inline-block; } -h1{display:inline-block;padding: 64px 0 0 16px; font-family : 'josefin_sanssemibold'; font-size:34px;} -.head-login{padding-top: 10px; margin-bottom: 40px;} +h1{text-transform: uppercase; display:inline-block;padding: 64px 0 0 16px; font-family : 'josefin_sanssemibold'; font-size:34px;} +.head-login{padding-top: 10px; margin-bottom: 40px; display: inline-block;} .head-login, .head-login a{font-size: 12px; font-family: 'LatoRegular'; color: #626364;} .head-login input{width:140px;background: url(../img/icon-search.png) 150px center no-repeat;font-family: 'LatoBoldItalic'; font-size: 12px; border: 1px solid #D0D0D0; height: 25px; line-height: 25px; padding: 0 26px 0 4px;} .hello-user{margin-left: 12px;} @@ -20,18 +20,29 @@ nav li{height:100%; float:left; } .nav{margin-bottom: 14px; height: 18px; display: block;} .sub-nav{float: right; display: block;} -.sub-nav a{font-size: 14px; font-family: 'LatoLight'; } +.sub-nav a{font-size: 14px; font-family: 'LatoLight'; display:inline-block;} +.sub-nav a:first-letter {text-transform: uppercase;} .sub-nav a.active, .sub-nav a:hover{font-family: 'LatoRegular';} .nav a{font-family: 'josefin_sansregular'; font-size: 18px; text-transform : uppercase;} +.title-page{margin: 30px 0; position: relative; min-height: 30px;} +h2{text-transform: uppercase; display:inline-block; font-size: 30px; font-family: 'LatoLight'; } +h2 span{text-transform: capitalize; font-size: 24px; font-family: 'LatoLightItalic';} +.title-menu{ position: absolute; bottom: 0; right: 0;} +.title-menu li{float: left;} + +.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; text-transform: uppercase;} +.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;} +.bar-tools li a:first-letter {text-transform: uppercase;} +.bar-tools a.save{padding-left: 30px;background-image: url(../img/icon-save-15.png); background-repeat: no-repeat; background-position: 9px center;} /* Home */ -h2{font-size: 30px; font-family: 'LatoLight'; padding: 30px 0; line-height: 38px;} +.w650{width: 650px;} .our-images{margin-bottom: 38px; text-align: center; font-size: 12px; font-family: 'LatoBoldItalic'; color: #58595A;} .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; -} +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;} .home-images .col-left{float: left;} .home-images .col-left img{width: 667px;} .home-images .col-right{float: right;} @@ -45,6 +56,7 @@ .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;} @@ -52,22 +64,64 @@ .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>li:nth-child(4n){margin-right: 0;} .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 .bot p{color: #333; background-color: #fff; font-family: 'LatoLightItalic'; padding: 8px 14px 0 14px; font-size: 14px; height: 104px; border-bottom: 1px solid #000; border-left: 1px solid #BBB; border-right: 1px solid #BBB;} +.list-projets-2 .bot{height: 113px; overflow: hidden;} -.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 +li .toggle{display: none;} +li:hover .toggle{ display:block; } + +.tools{ text-align:right; width:100%; position:absolute; bottom:0; left:0; background: rgba(255, 255, 255, .8);} +.tools ul{ display: inline-block;padding: 6px 10px 6px 0;} +.tools a{display: inline-block; width: 25px; height: 25px; line-height: 25px; text-align: center;} +.tools li{float: left; margin-left: 6px;} +.tools a img{vertical-align: middle;} + +.horizontal .col-left, .horizontal .col-right{float: left;} +.list-projets-3{margin-bottom: 50px;} +.list-projets-3>li{width: 465px; background-color: #eee; margin-bottom: 20px;} +.list-projets-3 .col-left{position: relative;} +.list-projets-3 li img{max-width: 465px;} +.list-projets-3 li.horizontal .col-left{ width: 225px;} +.list-projets-3 li.horizontal .col-right{height:100%; width: 240px; } +.list-projets-3 .project-title{position:relative; padding-left: 14px; font-size: 18px;height: 60px; border-bottom: 1px solid #CCC;} +.project-title h3{ font-family: 'LatoBold'; padding-top: 12px; margin-bottom: 4px; } +.project-title h4{ font-family: 'LatoLightItalic';} +.project-title a.edit{ position: absolute; top: 10px; right: 10px;} +.list-projets-3 .col-right p{max-height:200px; overflow: auto; padding: 10px 12px;font-size: 14px; font-family: 'LatoRegular'; line-height: 18px;} +.list-projets-3>li:hover{-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);} + +.no-border-bot{background: none; margin-bottom: 0;} +.list-projets-4{margin-bottom: 44px;} +.list-projets-4>li:nth-child(4n){margin-right: 0;} +.list-projets-4>li{float: left; font-size: 18px; width: 225px; background-color: #ECEBEB; margin-right: 16px;} +.list-projets-4 h3{ font-family: 'LatoBold'; padding: 18px 0 0 12px; margin-bottom: 8px;} +.list-projets-4 p{ font-family: 'LatoLightItalic'; padding-left: 12px; line-height: 20px; padding-bottom: 10px;} +.tools-2{ height: 25px; border-top: 1px solid #C5C5C5; padding: 6px 0; text-align: right;} +.tools-2 ul{display: inline-block;} +.tools-2 a{width: 25px; height: 25px; line-height: 25px; text-align: center;} +.tools-2 a img{vertical-align: middle;} +.tools-2 li{ float: left; margin-right: 6px;} + +.tools-sprite{display:inline-block; width:25px; height: 25px; background-image: url(../img/tools-sprite.png); background-repeat: no-repeat;} +.tools-sprite.twitter:hover{background-position: 0 0;} +.tools-sprite.twitter{background-position: 0 -25px;} +.tools-sprite.facebook{background-position: -30px -25px;} +.tools-sprite.facebook:hover{background-position: -30px 0;} +.tools-sprite.plus{background-position: -60px -25px;} +.tools-sprite.plus:hover{background-position: -60px 0;} +.tools-sprite.cut{background-position: -90px -25px;} +.tools-sprite.cut:hover{background-position: -90px 0;} + +.box-shadow{ -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);} +.popin-wrap{width: 100%; height: 100%; position: fixed; z-index: 100; background-color:rgba(255,255,255,.7);} +.popin{width: 460px; background-color: #fff;} +.popin h2{ font-size: 14px; font-family: 'LatoRegular'; padding: 14px 0 10px 12px;} +.popin header{background: none; border-bottom: 1px solid #DDD; position: relative;} +.popin header a{ margin: 14px 12px 0 0; float:right;width: 10px; height: 10px; background: url(../img/close-popin.png) 0 0 no-repeat; display: inline-block;} \ No newline at end of file