integration/v2/css/style.css
author Anthony Ly <anthonyly.com@gmail.com>
Fri, 14 Jun 2013 17:40:06 +0200
changeset 117 655351c846e1
parent 116 8d79df2b5df3
child 118 a06fb50d574f
permissions -rw-r--r--
page collectionner
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
115
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     1
body{border-top: 1px solid #000;}
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     2
a{text-decoration: none; color: #000;}
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     3
.wrap{width: 950px; margin: 0 auto; }
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     4
116
8d79df2b5df3 home top
Anthony Ly <anthonyly.com@gmail.com>
parents: 115
diff changeset
     5
header, footer{width:100%;background: url(../img/border-bottom-header.png) center bottom no-repeat;}
117
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
     6
footer{margin-bottom: 60px;background-position: top center; padding-top: 20px;font-size: 15px; font-family: 'LatoLight';}
116
8d79df2b5df3 home top
Anthony Ly <anthonyly.com@gmail.com>
parents: 115
diff changeset
     7
footer h6{float: left;}
8d79df2b5df3 home top
Anthony Ly <anthonyly.com@gmail.com>
parents: 115
diff changeset
     8
footer p{float: right;}
115
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     9
header .col-right{float: right; text-align: right;}
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    10
header .col-right form{display: inline-block; }
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    11
h1{display:inline-block;padding: 64px 0 0 16px; font-family : 'josefin_sanssemibold'; font-size:34px;}
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    12
.head-login{padding-top: 10px; margin-bottom: 40px;}
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    13
.head-login, .head-login a{font-size: 12px; font-family: 'LatoRegular'; color: #626364;}
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    14
.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;}
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    15
.hello-user{margin-left: 12px;}
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    16
.head-login li{float: left; line-height: 27px;}
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    17
.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;}
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    18
.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;}
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    19
nav{height: 70px;}
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    20
nav li{height:100%; float:left; }
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    21
.nav{margin-bottom: 14px; height: 18px; display: block;}
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    22
.sub-nav{float: right; display: block;}
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    23
.sub-nav a{font-size: 14px; font-family: 'LatoLight'; }
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    24
.sub-nav a.active, .sub-nav a:hover{font-family: 'LatoRegular';}
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    25
.nav a{font-family: 'josefin_sansregular'; font-size: 18px; text-transform : uppercase;}
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    26
116
8d79df2b5df3 home top
Anthony Ly <anthonyly.com@gmail.com>
parents: 115
diff changeset
    27
/* Home */
8d79df2b5df3 home top
Anthony Ly <anthonyly.com@gmail.com>
parents: 115
diff changeset
    28
h2{font-size: 30px; font-family: 'LatoLight'; padding: 30px 0; line-height: 38px;}
8d79df2b5df3 home top
Anthony Ly <anthonyly.com@gmail.com>
parents: 115
diff changeset
    29
.our-images{margin-bottom: 38px; text-align: center; font-size: 12px; font-family: 'LatoBoldItalic'; color: #58595A;}
117
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    30
.home-images{position: relative; margin-bottom: 24px;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    31
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);
116
8d79df2b5df3 home top
Anthony Ly <anthonyly.com@gmail.com>
parents: 115
diff changeset
    32
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;
8d79df2b5df3 home top
Anthony Ly <anthonyly.com@gmail.com>
parents: 115
diff changeset
    33
-webkit-border-radius: 39px;-moz-border-radius: 39px;border-radius: 39px;
8d79df2b5df3 home top
Anthony Ly <anthonyly.com@gmail.com>
parents: 115
diff changeset
    34
}
8d79df2b5df3 home top
Anthony Ly <anthonyly.com@gmail.com>
parents: 115
diff changeset
    35
.home-images .col-left{float: left;}
8d79df2b5df3 home top
Anthony Ly <anthonyly.com@gmail.com>
parents: 115
diff changeset
    36
.home-images .col-left img{width: 667px;}
8d79df2b5df3 home top
Anthony Ly <anthonyly.com@gmail.com>
parents: 115
diff changeset
    37
.home-images .col-right{float: right;}
8d79df2b5df3 home top
Anthony Ly <anthonyly.com@gmail.com>
parents: 115
diff changeset
    38
.home-images .col-right img{display: block; width: 283px;}
117
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    39
.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);}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    40
.box-white{width: 184px;padding: 0 20px;background: rgba(255, 255, 255, .8);}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    41
.box-3{left:400px; bottom: 30px; padding-top: 28px; padding-bottom: 28px;font-family: 'LatoItalic'; font-size: 19px; line-height: 20px;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    42
.box-2{top: 140px; left: 124px; padding-top: 42px; padding-bottom: 66px;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    43
.box-2 span{display: block;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    44
.box-2 .bold{font-size: 24px; font-family: 'LatoBold';}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    45
.box-2 .bold:first-child{margin-bottom: 14px;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    46
.box-2 .number{font-size: 46px; font-family: 'josefin_sansregular'; margin-bottom: 6px;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    47
.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;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    48
.list-projets li{float: left; width: 226px; background-color: #EEE; margin-right: 15px;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    49
.list-projets li:last-child{margin-right: 0;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    50
.list-projets li h3{font-size: 18px; font-family: 'LatoBold'; line-height: 20px; padding: 14px 14px 0 14px; margin-bottom: 4px;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    51
.list-projets li p{font-size: 18px; font-family: 'LatoLight'; line-height: 20px; padding: 0 14px; margin-bottom: 12px;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    52
.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;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    53
.list-projets li{margin-bottom: 58px;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    54
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    55
.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;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    56
.bar-tools h3{ font-size: 18px;  display: inline-block;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    57
.bar-tools ul{float: right;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    58
.bar-tools li{float: left; margin-left: 10px;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    59
.bar-tools li a{display: inline-block; font-size: 12px; height: 24px; line-height: 24px; padding: 0 7px; background-color: #DDD;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    60
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    61
.list-projets-2{display: block; margin-bottom: 20px;background: url(../img/border-dot.png) repeat-x bottom left; padding-bottom: 1px;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    62
.list-projets-2>li{position:relative; background-color: #eee; width: 226px; float: left; margin-right: 15px; margin-bottom: 30px;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    63
.list-projets-2 .mid{ font-size: 18px; height: 66px; padding-left: 12px;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    64
.list-projets-2 .mid h3{ font-family: 'LatoBold';  padding-top: 16px;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    65
.list-projets-2 .mid p{ font-family: 'LatoLightItalic';}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    66
.list-projets-2 .bot img, .list-projets-2 .top img{ float: left;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    67
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    68
.list-projets-2>li:hover .tools{ display:block; }
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    69
.list-projets-2 .tools{ display:none; text-align:right; width:100%; position:absolute; bottom:0; left:0;  background: rgba(255, 255, 255, .8);}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    70
.list-projets-2 .tools ul{ display: inline-block;padding: 6px 10px 6px 0;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    71
.list-projets-2 .tools a{display: inline-block; width: 25px; height: 25px; line-height: 25px; text-align: center;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    72
.list-projets-2 .tools li{float: left; margin-left: 6px;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    73
.list-projets-2 .tools a img{vertical-align: middle;}