diff -r a59f4a00e350 -r e313de5394fc integration/v2/css/style.css --- a/integration/v2/css/style.css Tue Jun 25 11:35:57 2013 +0200 +++ b/integration/v2/css/style.css Tue Jun 25 11:37:02 2013 +0200 @@ -248,3 +248,51 @@ .list-projets-5>li{width: 177px; float: left; position: relative;} .content-project{background-color: #eee;} .content-project p{font-family: 'Lato'; font-size: 13px; font-weight: 300; line-height: 15px; padding: 10px;} + + + +/* imported */ +.square-fragment-225 { + height: 225px; + width: 225px; +} +.square-fragment-600 { + height: 600px; + width: 600px; +} +.subcol { + float: left; margin: 2px 0 4px 12px; +} +.subcol-fourth { + margin-bottom: 10px; +} +.subcol-fourth:nth-child(4n+1) { + clear: left; + margin-left: 0; +} +.subcol-seventh { + width: 110px; margin-left: 12px; +} + +.subcol-seventh:nth-child(even) { + margin-left: 13px; +} + +.subcol-seventh:nth-child(7n+1) { + margin-left: 0; clear: left; +} +.center-image { + text-align: center; +} +.center-image img { + display: inline-block; +} +.image-and-fragment { + position: relative; margin: 0 auto; display: inline-block; +} +.image-and-fragment svg, .cutout-canvas { + position: absolute; top: 0; left: 0; width: 100%; height: 100%; +} +.highlight { + background: #ffff80; +} \ No newline at end of file