integration/v2/css/style.css
author Anthony Ly <anthonyly.com@gmail.com>
Tue, 18 Jun 2013 11:48:49 +0200
changeset 118 a06fb50d574f
parent 117 655351c846e1
child 119 9d2a4916ee7a
permissions -rw-r--r--
update uppercase
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; }
118
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
     4
.uppercase{text-transform: uppercase;}
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; }
118
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    11
h1{text-transform: uppercase; display:inline-block;padding: 64px 0 0 16px; font-family : 'josefin_sanssemibold'; font-size:34px;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    12
.head-login{padding-top: 10px; margin-bottom: 40px; display: inline-block;}
115
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;}
118
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    23
.sub-nav a{font-size: 14px; font-family: 'LatoLight'; display:inline-block;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    24
.sub-nav a:first-letter {text-transform: uppercase;}
115
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    25
.sub-nav a.active, .sub-nav a:hover{font-family: 'LatoRegular';}
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    26
.nav a{font-family: 'josefin_sansregular'; font-size: 18px; text-transform : uppercase;}
a88246833732 setup integration
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    27
118
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    28
.title-page{margin: 30px 0; position: relative; min-height: 30px;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    29
h2{text-transform: uppercase; display:inline-block; font-size: 30px; font-family: 'LatoLight';  }
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    30
h2 span{text-transform: capitalize; font-size: 24px; font-family: 'LatoLightItalic';}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    31
.title-menu{ position: absolute; bottom: 0; right: 0;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    32
.title-menu li{float: left;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    33
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    34
.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;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    35
.bar-tools h3{ font-size: 18px;  display: inline-block; text-transform: uppercase;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    36
.bar-tools ul{float: right;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    37
.bar-tools li{float: left; margin-left: 10px;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    38
.bar-tools li a{display: inline-block; font-size: 12px; height: 24px; line-height: 24px; padding: 0 7px; background-color: #DDD;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    39
.bar-tools li a:first-letter {text-transform: uppercase;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    40
.bar-tools a.save{padding-left: 30px;background-image: url(../img/icon-save-15.png); background-repeat: no-repeat; background-position: 9px center;}
116
8d79df2b5df3 home top
Anthony Ly <anthonyly.com@gmail.com>
parents: 115
diff changeset
    41
/* Home */
118
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    42
.w650{width: 650px;}
116
8d79df2b5df3 home top
Anthony Ly <anthonyly.com@gmail.com>
parents: 115
diff changeset
    43
.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
    44
.home-images{position: relative; margin-bottom: 24px;}
118
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    45
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;}
116
8d79df2b5df3 home top
Anthony Ly <anthonyly.com@gmail.com>
parents: 115
diff changeset
    46
.home-images .col-left{float: left;}
8d79df2b5df3 home top
Anthony Ly <anthonyly.com@gmail.com>
parents: 115
diff changeset
    47
.home-images .col-left img{width: 667px;}
8d79df2b5df3 home top
Anthony Ly <anthonyly.com@gmail.com>
parents: 115
diff changeset
    48
.home-images .col-right{float: right;}
8d79df2b5df3 home top
Anthony Ly <anthonyly.com@gmail.com>
parents: 115
diff changeset
    49
.home-images .col-right img{display: block; width: 283px;}
117
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    50
.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
    51
.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
    52
.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
    53
.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
    54
.box-2 span{display: block;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    55
.box-2 .bold{font-size: 24px; font-family: 'LatoBold';}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    56
.box-2 .bold:first-child{margin-bottom: 14px;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    57
.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
    58
.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;}
118
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    59
117
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    60
.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
    61
.list-projets li:last-child{margin-right: 0;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    62
.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
    63
.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
    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;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    65
.list-projets li{margin-bottom: 58px;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    66
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    67
.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
    68
.list-projets-2>li{position:relative; background-color: #eee; width: 226px; float: left; margin-right: 15px; margin-bottom: 30px;}
118
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    69
.list-projets-2>li:nth-child(4n){margin-right: 0;}
117
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    70
.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
    71
.list-projets-2 .mid h3{ font-family: 'LatoBold';  padding-top: 16px;}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    72
.list-projets-2 .mid p{ font-family: 'LatoLightItalic';}
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    73
.list-projets-2 .bot img, .list-projets-2 .top img{ float: left;}
118
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    74
.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;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    75
.list-projets-2 .bot{height: 113px;  overflow: hidden;}
117
655351c846e1 page collectionner
Anthony Ly <anthonyly.com@gmail.com>
parents: 116
diff changeset
    76
118
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    77
li .toggle{display: none;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    78
li:hover .toggle{ display:block; }
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    79
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    80
.tools{  text-align:right; width:100%; position:absolute; bottom:0; left:0;  background: rgba(255, 255, 255, .8);}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    81
.tools ul{ display: inline-block;padding: 6px 10px 6px 0;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    82
.tools a{display: inline-block; width: 25px; height: 25px; line-height: 25px; text-align: center;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    83
.tools li{float: left; margin-left: 6px;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    84
.tools a img{vertical-align: middle;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    85
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    86
.horizontal .col-left, .horizontal .col-right{float: left;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    87
.list-projets-3{margin-bottom: 50px;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    88
.list-projets-3>li{width: 465px; background-color: #eee; margin-bottom: 20px;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    89
.list-projets-3 .col-left{position: relative;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    90
.list-projets-3 li img{max-width: 465px;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    91
.list-projets-3 li.horizontal .col-left{ width: 225px;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    92
.list-projets-3 li.horizontal .col-right{height:100%; width: 240px; }
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    93
.list-projets-3 .project-title{position:relative; padding-left: 14px; font-size: 18px;height: 60px; border-bottom: 1px solid #CCC;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    94
.project-title h3{ font-family: 'LatoBold'; padding-top: 12px; margin-bottom: 4px; }
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    95
.project-title h4{ font-family: 'LatoLightItalic';}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    96
.project-title a.edit{ position: absolute; top: 10px; right: 10px;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    97
.list-projets-3 .col-right p{max-height:200px; overflow: auto; padding: 10px 12px;font-size: 14px; font-family: 'LatoRegular'; line-height: 18px;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    98
.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);}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
    99
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   100
.no-border-bot{background: none; margin-bottom: 0;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   101
.list-projets-4{margin-bottom: 44px;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   102
.list-projets-4>li:nth-child(4n){margin-right: 0;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   103
.list-projets-4>li{float: left; font-size: 18px; width: 225px; background-color: #ECEBEB; margin-right: 16px;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   104
.list-projets-4 h3{ font-family: 'LatoBold'; padding: 18px 0 0 12px; margin-bottom: 8px;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   105
.list-projets-4 p{ font-family: 'LatoLightItalic'; padding-left: 12px; line-height: 20px; padding-bottom: 10px;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   106
.tools-2{ height: 25px; border-top: 1px solid #C5C5C5; padding: 6px 0; text-align: right;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   107
.tools-2 ul{display: inline-block;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   108
.tools-2 a{width: 25px; height: 25px; line-height: 25px; text-align: center;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   109
.tools-2 a img{vertical-align: middle;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   110
.tools-2 li{ float: left; margin-right: 6px;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   111
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   112
.tools-sprite{display:inline-block; width:25px; height: 25px; background-image: url(../img/tools-sprite.png); background-repeat: no-repeat;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   113
.tools-sprite.twitter:hover{background-position: 0 0;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   114
.tools-sprite.twitter{background-position: 0 -25px;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   115
.tools-sprite.facebook{background-position: -30px -25px;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   116
.tools-sprite.facebook:hover{background-position: -30px 0;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   117
.tools-sprite.plus{background-position: -60px -25px;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   118
.tools-sprite.plus:hover{background-position: -60px 0;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   119
.tools-sprite.cut{background-position: -90px -25px;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   120
.tools-sprite.cut:hover{background-position: -90px 0;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   121
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   122
.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);}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   123
.popin-wrap{width: 100%; height: 100%; position: fixed; z-index: 100; background-color:rgba(255,255,255,.7);}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   124
.popin{width: 460px; background-color: #fff;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   125
.popin h2{ font-size: 14px; font-family: 'LatoRegular'; padding: 14px 0 10px 12px;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   126
.popin header{background: none; border-bottom: 1px solid #DDD; position: relative;}
Anthony Ly <anthonyly.com@gmail.com>
parents: 117
diff changeset
   127
.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;}