diff -r a88246833732 -r 8d79df2b5df3 integration/v2/css/style.css --- a/integration/v2/css/style.css Thu Jun 13 11:24:40 2013 +0200 +++ b/integration/v2/css/style.css Thu Jun 13 17:34:29 2013 +0200 @@ -2,7 +2,10 @@ a{text-decoration: none; color: #000;} .wrap{width: 950px; margin: 0 auto; } -header{width:100%;background: url(../img/border-bottom-header.png) left bottom no-repeat;} +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 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;} @@ -13,7 +16,6 @@ .head-login li{float: left; line-height: 27px;} .dot-6{vertical-align:middle; width: 6px; height: 6px; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background-color: #616364; display: inline-block; margin: 0 7px;} .dot-10{ vertical-align:middle; width: 10px; height: 10px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background-color: #A1A1A1; display: inline-block; margin: 0 12px;} - nav{height: 70px;} nav li{height:100%; float:left; } .nav{margin-bottom: 14px; height: 18px; display: block;} @@ -22,3 +24,17 @@ .sub-nav a.active, .sub-nav a:hover{font-family: 'LatoRegular';} .nav a{font-family: 'josefin_sansregular'; font-size: 18px; text-transform : uppercase;} +/* 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); +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;} +.home-images .col-right img{display: block; width: 283px;}