From: vincent@cubedesigners.com Date: Mon, 12 Aug 2013 10:09:58 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=00180933542ec5bb9f9c94e7a03bf4b587faeec0;p=ccgm.git --- diff --git a/_html/css/all.css b/_html/css/all.css new file mode 100644 index 0000000..991bb50 --- /dev/null +++ b/_html/css/all.css @@ -0,0 +1,562 @@ +*{ max-height: 1000000px; } +html{background:#f1eeee;} +body { + margin:0; + color:#5e5e5e; + font:300 16px/20px 'Ubuntu', Arial, Helvetica, sans-serif; + background:#fff; + min-width:990px; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: none; +} +img {border-style:none;} +a { + text-decoration:none; + color:#5e5e5e; +} +a:hover {text-decoration:underline;} +a:active{background-color:transparent;} +q{quotes: none;} +q:before, +q:after{content:"";} +header, +footer, +article, +section, +hgroup, +nav, +figure{display: block;} +.visual{ + width:982px; + margin:0 auto; + position:relative; +} +.visual .v1{ margin:0 -150px;} +.visual.add .v1 { margin:0 -209px;} +#wrapper{overflow:hidden;} +#header{ + padding:12px 0 21px; + overflow:hidden; + background:#fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2ZkZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWY4ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); + background: -moz-linear-gradient(top, #fff 0%, #fdfcfc 88%, #faf8f9 100%); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(88%,#fdfcfc), color-stop(100%,#faf8f9)); + background: -webkit-linear-gradient(top, #fff 0%,#fdfcfc 88%,#faf8f9 100%); + background: -o-linear-gradient(top, #fff 0%,#fdfcfc 88%,#faf8f9 100%); + background: -ms-linear-gradient(top, #fff 0%,#fdfcfc 88%,#faf8f9 100%); + background: linear-gradient(to bottom, #fff 0%,#fdfcfc 88%,#faf8f9 100%); +} +#header .holder{ + margin:0 auto; + width:981px; +} +#header .panel{ + max-width:590px; + float:right; +} +.logo{ + background:url(../images/logo.png) no-repeat; + width:388px; + height:91px; + overflow:hidden; + text-indent:-9999px; + float:left; + margin:25px 0 0 4px; +} +.logo a{ + display:block; + height:100%; +} +#nav:after{ + display:block; + content:''; + clear:both; +} +#nav ul{ + margin:0; + padding:0; + list-style:none; + float:right; +} +#nav li:first-child{margin:0;} +#nav li{ + float:left; + font-weight:500; + font-size:14px; + line-height:14px; + text-align:center; + min-width:98px; + padding:54px 0 0; + margin:0 0 0 19px; + background:url(../images/elements.png) no-repeat 50% -418px; +} +#nav .journey {background-position:50% -538px;} +#nav .pathologies {background-position:50% -658px;} +#nav .research {background-position:50% -778px;} +#nav .practical {background-position:50% -888px;} +.add-nav{ + overflow:hidden; + font-weight:300; + margin: 0 0 19px; +} +.add-nav ul{ + margin:0; + padding:0; + list-style:none; + font-size:12px; + float:right; +} +.add-nav li{ + float:left; + padding:0 6px 0 21px; +} +.add-nav .add{padding:0 0 0 21px;} +.add-nav .add a{ + background:url(../images/arrow.png) no-repeat 100% 2px; + padding: 0 19px 0 0; +} +.image-area{margin:0 0 21px;} +.image-area img{display:block;} +.slideshow { + margin:0 0 21px; + position: relative; + padding:0 0 0 36px; +} +.slideshow img{display:block;} +.slideshow .mask { + overflow: hidden; +} +.slideshow .slideset { + width: 9999px; + float: left; +} +.slideshow .slide { + float: left; +} +.slideshow .pagination { + position: absolute; + bottom: 100px; + left: 0; + width:100%; + text-align:center; +} +.slideshow .pagination ul { + list-style:none; + display:inline-block; + vertical-align:top; + padding: 0 8px 0 0; + margin:5px 0 0; +} +.slideshow .pagination li { + float: left; + margin: 0 0 0 9px; +} +.slideshow .pagination li a { + background:url(../images/elements.png) no-repeat -15px 0; + width: 15px; + height: 16px; + overflow: hidden; + text-indent: -9999px; + display: block; + border-radius:12px; +} +.slideshow .pagination .active a, +.slideshow .pagination a:hover {background-position:0 0;} +.slideshow .caption{ + background-color:rgba(255,255,255,0.5); + position:absolute; + right:143px; + top:47px; + width:233px; + height:233px; + font-size:30px; + line-height:35px; + color:#fff; + font-weight:300; + text-align:center; + border-radius:253px; + padding:10px; +} +.slideshow .caption .holder{ + background:#51cdf8 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxY2RmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMxJSIgc3RvcC1jb2xvcj0iIzQ2YzZmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzJkYjZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOGIzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); + background: -moz-linear-gradient(top, #51cdf8 0%, #46c6f2 31%, #2db6e6 81%, #28b3e3 100%); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#51cdf8), color-stop(31%,#46c6f2), color-stop(81%,#2db6e6), color-stop(100%,#28b3e3)); + background: -webkit-linear-gradient(top, #51cdf8 0%,#46c6f2 31%,#2db6e6 81%,#28b3e3 100%); + background: -o-linear-gradient(top, #51cdf8 0%,#46c6f2 31%,#2db6e6 81%,#28b3e3 100%); + background: -ms-linear-gradient(top, #51cdf8 0%,#46c6f2 31%,#2db6e6 81%,#28b3e3 100%); + background: linear-gradient(to bottom, #51cdf8 0%,#46c6f2 31%,#2db6e6 81%,#28b3e3 100%); + border-radius:233px; + width:233px; + height:194px; + padding: 39px 0 0; + overflow:hidden; +} +.slideshow .caption span{ + font-style:italic; + font-size:21px; +} +#main{ + margin:0 auto; + width:981px; +} +.services{ + overflow:hidden; + margin:0 0 65px; + width:1051px; +} +.services .col:first-child{margin: 0 27px 20px 0;} +.services .col{ + float:left; + width:310px; + margin: 0 47px 20px 0; +} +.services .icon{ + margin:5px 0 0; + float:left; +} +.services .col h1{ + color:#0ea6db; + font-size:29px; + line-height:33px; + font-weight:300; + margin:0 0 15px; +} +.services .col .more{ + background:#0ea6db; + font-weight:300; + font-style:italic; + line-height:29px; + border-bottom:1px solid #eff9fd; + display:inline-block; + border-radius:3px; + color:#fff; + padding: 0 13px 1px 10px; + margin:0 0 0 1px; +} +.services .col .text-box{ + overflow: hidden; + padding: 0 0 0 17px; +} +.services .col p{margin:0 0 17px;} +.updates { + background:#f4f1f1; + position: relative; + font-weight:400; + font-style:italic; + font-size:14px; + line-height:31px; +} +.updates .holder{ + margin:0 auto; + width:981px; + position:relative; + padding: 19px 0 16px; + background:url(../images/elements.png) no-repeat 0 -1149px; +} +.updates .mask { + position: relative; + overflow: hidden; + width: 910px; +} +.updates .slideset { + width: 9999px; + float: left; +} +.updates .slide { + width: 910px; + float: left; +} +.updates .btn-prev, +.updates .btn-next { + width: 30px; + height: 31px; + text-indent: -9999px; + overflow: hidden; + bottom: 68px; + float:left; + background: url(../images/elements.png) no-repeat 0 -308px; +} +.updates .btn-next { + margin:0 0 0 5px; + background-position: -35px -308px; +} +.updates .btn-area{ + position:absolute; + right:0; + top:20px; +} +.updates p{margin:0 0 0 39px;} +.updates .date{ + font-weight:500; + margin: 0 5px 0 0; + font-style:italic; +} +#footer{ + overflow:hidden; + background:#f1eeee; + color:#5e5e5e; +} +#footer .footer-content{background:#e3dcdc;} +#footer .holder{ + margin:0 auto; + width:979px; + font-weight:300; + font-style:italic; + font-size:14px; + padding:35px 0 12px 2px; + overflow:hidden; +} +.nav{ + float:left; + width:197px; +} +.nav h2{ + font-size:20px; + line-height:23px; + margin:0 0 23px; + font-weight:300; +} +.nav ul{ + margin:0; + padding:0; + list-style:none; +} +.nav li{ + line-height: 16px; + margin:0 0 15px; +} +.nav li a{ + padding:0 0 1px 24px; + display:block; + background:url(../images/arrow2.png) no-repeat 0 1px; +} +.info-area{ + float:left; + margin: 13px 0 0 42px; + width: 389px; +} +.info-area .box{ + background:url(../images/elements.png) no-repeat 0 -111px; + padding: 2px 0 30px 38px; + overflow:hidden; +} +.info-area .box.information{background:url(../images/elements.png) no-repeat -419px -150px;} +.info-area ul{ + margin:0; + padding:0; + list-style:none; +} +.info-area ul li{ + margin:0 8px 0 0; + float:left; +} +.info-area .box:first-child .heading{margin:0 0 4px;} +.info-area .box .heading{ + display:block; + text-transform:uppercase; + margin:0 0 7px; +} +.info-area address{ + line-height:26px; + margin:0 0 2px; +} +.breadcrumbs{ + margin:0 0 6px -3px; + overflow:hidden; +} +.breadcrumbs ul{ + margin:0; + padding:0; + list-style:none; + font-size:13px; +} +.breadcrumbs li:first-child{ + padding: 0 3px 0 0; + background:none; +} +.breadcrumbs li{ + background:url(../images/separator.png) no-repeat 0 8px; + float:left; + padding: 0 0 0 9px; +} +.breadcrumbs a{color:#0ea6db;} +.twocolumns{ + margin: 0 0 231px -3px; + overflow:hidden; +} +#content{ + width:765px; + float:right; +} +#content h1{ + margin: 0 0 10px; + color:#e30186; + font-size:36px; + line-height:40px; + font-weight:300; +} +#content .head{ + overflow:hidden; + margin: 0 0 33px; +} +#content .sub-heading{ + font-size:32px; + line-height:35px; + font-weight:300; + display:block; + color:#f5810f; + margin:0 0 38px; +} +#content .rectum{ + display:block; + text-transform:uppercase; + color:#696969; + font-size:22px; + line-height:25px; + margin: 0 0 31px; +} +#content .scanner{ + display:block; + font-weight:500; + color:#e71a92; + font-size:20px; + line-height:23px; +} +#content .text-box{ + margin:0 0 19px; + overflow:hidden; +} +#content .text-box .heading{ + display: block; + font-weight: 500; + margin:0 0 20px; +} +#content p{margin:0 0 20px;} +#content ul{ + margin:0; + padding:0; + list-style:none; +} +#content ul li{ + background:url(../images/arrow5.png) no-repeat 0 2px; + padding:0 0 3px 30px; +} +#content .suggestion{ + font-weight:300; + font-style:italic; + border-radius:3px; + background:#f1f0f0; + margin:-4px 0 0; + padding:19px 10px 24px 24px; +} +#content .suggestion .heading{ + font-weight:500; + display:block; + font-style:normal; + margin: 0 0 6px; +} +#content .suggestion>ul{ + margin:0; + padding:0; + list-style:none; +} +#content .suggestion>ul>li{ + background:url(../images/bullet.png) no-repeat 2px 8px; + padding: 0 0 3px 9px; +} +#sidebar{ + width:179px; + float:left; + margin:6px 0 0; +} +.sidenav{ + border-radius:3px; + padding: 7px 0 8px; + background:#0ea6db; +} +.sidenav ul{ + margin:0; + padding:0; + list-style:none; +} +.sidenav span{font-size:13px;} +.sidenav a:hover{text-decoration:none;} +.sidenav>ul>li:hover{background:url(../images/arrow3.png) no-repeat 9px 7px;} +.sidenav>ul>li>a{ + padding:7px 0 11px 39px; + color:#fff; + display:block; +} +.sidenav .subnav{ + overflow:hidden; + border:0; +} +.sidenav .subnav .holder:first-child{padding: 0 5px 20px 39px;} +.sidenav .holder{ + color:#035277; + font:13px; + background:#f3fafd; + padding: 0 5px 12px 39px; + width:137px; + margin:0 -1px -1px; + overflow:hidden; +} +.sidenav ul ul a{ + color: #035277; + display: block; + font-size: 13px; + line-height: 16px; +} +.sidenav ul ul li{ + margin: 0 0 1px; + padding: 8px 0 0; +} +.sidenav ul ul li:hover{ + background:url(../images/arrow4.png) no-repeat 22px 12px; + padding:8px 0 0 39px; + margin:0 0 1px -39px +} +.sidenav .holder .heading{ + font-weight:500; + display:block; + padding: 5px 0 0; +} +#footer .timing.info-area{ + float: left; + margin: 12px 0 0 -17px; + width: 368px; +} +#footer .timing .note{ + background:url(../images/elements.png) no-repeat -419px -1033px; + margin: 0 0 28px 53px; + padding: 0 0 0 37px; + line-height:26px; +} +#footer .timing .note p{margin:0;} +#footer .timing .clients{ + margin:0; + padding:0; + list-style:none; +} +#footer .timing .clients li:first-child{margin:22px 0 0;} +#footer .timing .clients li{ + display: inline-block; + vertical-align: middle; + margin:0 0 0 39px; + float:none; +} +#footer .timing .clients img{display:block;} +#footer .info{ + margin:0 auto; + width:981px; + font-size:12px; + padding:5px 0 4px; +} +#footer .info .copyright{margin:0 4px 0 0;} +#footer .info .link-area{ + display:inline-block; + vertical-align:middle; +} +#footer .info a{ + margin:0 5px 0 3px; + color:#0ea6db; +} \ No newline at end of file diff --git a/_html/images/arrow.png b/_html/images/arrow.png new file mode 100644 index 0000000..675f7a6 Binary files /dev/null and b/_html/images/arrow.png differ diff --git a/_html/images/arrow2.png b/_html/images/arrow2.png new file mode 100644 index 0000000..52c6137 Binary files /dev/null and b/_html/images/arrow2.png differ diff --git a/_html/images/arrow3.png b/_html/images/arrow3.png new file mode 100644 index 0000000..c21a86b Binary files /dev/null and b/_html/images/arrow3.png differ diff --git a/_html/images/arrow4.png b/_html/images/arrow4.png new file mode 100644 index 0000000..9e016dc Binary files /dev/null and b/_html/images/arrow4.png differ diff --git a/_html/images/arrow5.png b/_html/images/arrow5.png new file mode 100644 index 0000000..a56f1f5 Binary files /dev/null and b/_html/images/arrow5.png differ diff --git a/_html/images/bullet.png b/_html/images/bullet.png new file mode 100644 index 0000000..fde71a6 Binary files /dev/null and b/_html/images/bullet.png differ diff --git a/_html/images/client1.png b/_html/images/client1.png new file mode 100644 index 0000000..0ae2907 Binary files /dev/null and b/_html/images/client1.png differ diff --git a/_html/images/client2.png b/_html/images/client2.png new file mode 100644 index 0000000..c144237 Binary files /dev/null and b/_html/images/client2.png differ diff --git a/_html/images/client3.png b/_html/images/client3.png new file mode 100644 index 0000000..522de11 Binary files /dev/null and b/_html/images/client3.png differ diff --git a/_html/images/elements.png b/_html/images/elements.png new file mode 100644 index 0000000..e3743d2 Binary files /dev/null and b/_html/images/elements.png differ diff --git a/_html/images/ico1.png b/_html/images/ico1.png new file mode 100644 index 0000000..f4eb03d Binary files /dev/null and b/_html/images/ico1.png differ diff --git a/_html/images/ico2.png b/_html/images/ico2.png new file mode 100644 index 0000000..3eacbb4 Binary files /dev/null and b/_html/images/ico2.png differ diff --git a/_html/images/ico3.png b/_html/images/ico3.png new file mode 100644 index 0000000..87e3270 Binary files /dev/null and b/_html/images/ico3.png differ diff --git a/_html/images/img1.jpg b/_html/images/img1.jpg new file mode 100644 index 0000000..d47a188 Binary files /dev/null and b/_html/images/img1.jpg differ diff --git a/_html/images/img2.jpg b/_html/images/img2.jpg new file mode 100644 index 0000000..c80387c Binary files /dev/null and b/_html/images/img2.jpg differ diff --git a/_html/images/img3.jpg b/_html/images/img3.jpg new file mode 100644 index 0000000..0bee0ec Binary files /dev/null and b/_html/images/img3.jpg differ diff --git a/_html/images/img4.jpg b/_html/images/img4.jpg new file mode 100644 index 0000000..77cd8f9 Binary files /dev/null and b/_html/images/img4.jpg differ diff --git a/_html/images/img5.jpg b/_html/images/img5.jpg new file mode 100644 index 0000000..ad35559 Binary files /dev/null and b/_html/images/img5.jpg differ diff --git a/_html/images/img6.jpg b/_html/images/img6.jpg new file mode 100644 index 0000000..36a2a64 Binary files /dev/null and b/_html/images/img6.jpg differ diff --git a/_html/images/logo.png b/_html/images/logo.png new file mode 100644 index 0000000..748bc88 Binary files /dev/null and b/_html/images/logo.png differ diff --git a/_html/images/separator.png b/_html/images/separator.png new file mode 100644 index 0000000..a32cf7d Binary files /dev/null and b/_html/images/separator.png differ diff --git a/_html/js/ie.js b/_html/js/ie.js new file mode 100644 index 0000000..a4af169 --- /dev/null +++ b/_html/js/ie.js @@ -0,0 +1,10 @@ +/* + HTML5 Shiv v3.6.2pre | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed +*/ +/*@cc_on +;(function(l,f){function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=c.cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a);return b.canHaveChildren&&!s.test(a)?c.frag.appendChild(b):b}function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag(); +a.createElement=function(c){return!e.shivMethods?b.createElem(c):p(c,a,b)};a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+m().join().replace(/\w+/g,function(a){b.createElem(a);b.frag.createElement(a);return'c("'+a+'")'})+");return n}")(e,b.frag)}function q(a){a||(a=f);var b=i(a);if(e.shivCSS&&!j&&!b.hasCSS){var c,d=a;c=d.createElement("p");d=d.getElementsByTagName("head")[0]||d.documentElement;c.innerHTML="x"; +c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode|| +"undefined"==typeof c.createDocumentFragment||"undefined"==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",version:"3.6.2pre",shivCSS:!1!==k.shivCSS,supportsUnknownElements:g,shivMethods:!1!==k.shivMethods,type:"default",shivDocument:q,createElement:p,createDocumentFragment:function(a,b){a||(a=f);if(g)return a.createDocumentFragment(); +for(var b=b||i(a),c=b.frag.cloneNode(),d=0,e=m(),h=e.length;d