| author | veltr |
| Thu, 27 Jun 2013 16:29:10 +0200 | |
| changeset 181 | f0dc53d8b462 |
| parent 174 | 6d37a4bd893a |
| child 188 | aa163c5df6e3 |
| permissions | -rw-r--r-- |
| 115 | 1 |
body{border-top: 1px solid #000;} |
2 |
a{text-decoration: none; color: #000;} |
|
3 |
.wrap{width: 950px; margin: 0 auto; } |
|
| 118 | 4 |
.uppercase{text-transform: uppercase;} |
| 119 | 5 |
.fragment{width: 225px; height: 225px;} |
|
146
6691086f43fd
update mosaic behavior
Anthony Ly <anthonyly.com@gmail.com>
parents:
143
diff
changeset
|
6 |
.va-top{vertical-align: top;padding-top: 4px;} |
| 116 | 7 |
header, footer{width:100%;background: url(../img/border-bottom-header.png) center bottom no-repeat;} |
| 119 | 8 |
footer{margin-bottom: 60px;background-position: top center; padding-top: 20px;font-size: 15px; font-family: 'Lato'; font-weight: 300;} |
| 116 | 9 |
footer h6{float: left;} |
10 |
footer p{float: right;} |
|
| 115 | 11 |
header .col-right{float: right; text-align: right;} |
12 |
header .col-right form{display: inline-block; } |
|
| 119 | 13 |
h1{text-transform: uppercase; display:inline-block;padding: 64px 0 0 16px; font-family : 'josefin_sans'; font-weight : 600; font-size:34px;} |
| 118 | 14 |
.head-login{padding-top: 10px; margin-bottom: 40px; display: inline-block;} |
| 119 | 15 |
.head-login, .head-login a{font-size: 12px; font-family: 'Lato'; color: #626364;} |
| 124 | 16 |
.head-login input, .search-form{ vertical-align: middle; width:140px;background: url(../img/icon-search.png) 150px center no-repeat;font-family: 'Lato'; font-weight : bold; font-style : italic; font-size: 12px; border: 1px solid #D0D0D0; height: 25px; line-height: 25px; padding: 0 26px 0 4px;} |
| 115 | 17 |
.hello-user{margin-left: 12px;} |
| 138 | 18 |
@media screen and (-webkit-min-device-pixel-ratio:0) {select {padding-right:18px !important;}} |
| 115 | 19 |
.head-login li{float: left; line-height: 27px;} |
| 136 | 20 |
.head-login input, .head-login .styled-select{float: left;} |
21 |
.head-login input{margin-right: 10px;} |
|
| 138 | 22 |
select{outline:none; display: inline-block;border:0;font-size: 16px;font-family: 'Lato'; color: #7F7F7F;font-size: 12px;padding: 0 3px 0 4px;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;} |
23 |
.styled-select{line-height: 25px;vertical-align: middle;border: 1px solid #CACACA;height: 25px;display: inline-block;position: relative;} |
|
24 |
.styled-select:after{content: '';background: url(../img/arrow-select.png) no-repeat right 4px center #FFF;width: 20px; height: 25px;right: 0; top: 0;position: absolute;pointer-events:none;} |
|
| 115 | 25 |
.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;} |
26 |
.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;} |
|
27 |
nav{height: 70px;} |
|
|
154
fa381a1d156f
hover underline on nav links
Anthony Ly <anthonyly.com@gmail.com>
parents:
147
diff
changeset
|
28 |
nav a:hover{ border-bottom: 1px solid #000;} |
| 115 | 29 |
nav li{height:100%; float:left; } |
| 124 | 30 |
.nav{margin-bottom: 14px; height: 18px; display: block;float: right;} |
31 |
.sub-nav{float: right; display: block;clear: both; } |
|
|
154
fa381a1d156f
hover underline on nav links
Anthony Ly <anthonyly.com@gmail.com>
parents:
147
diff
changeset
|
32 |
.sub-nav a{padding-bottom: 1px;font-size: 14px; font-family: 'Lato'; font-weight: 300; display:inline-block;} |
| 118 | 33 |
.sub-nav a:first-letter {text-transform: uppercase;} |
|
154
fa381a1d156f
hover underline on nav links
Anthony Ly <anthonyly.com@gmail.com>
parents:
147
diff
changeset
|
34 |
.sub-nav a.active, .sub-nav a:hover{border-bottom: 1px solid #000;} |
| 119 | 35 |
.nav a{font-family: 'josefin_sans'; font-size: 18px; text-transform : uppercase;} |
| 115 | 36 |
|
| 118 | 37 |
.title-page{margin: 30px 0; position: relative; min-height: 30px;} |
| 119 | 38 |
h2{text-transform: uppercase; display:inline-block; font-size: 30px; font-family: 'Lato'; font-weight: 300; } |
39 |
h2 span{text-transform: capitalize; font-size: 24px; font-family: 'Lato'; font-weight: 300; font-style: italic;} |
|
| 118 | 40 |
.title-menu{ position: absolute; bottom: 0; right: 0;} |
41 |
.title-menu li{float: left;} |
|
42 |
||
|
154
fa381a1d156f
hover underline on nav links
Anthony Ly <anthonyly.com@gmail.com>
parents:
147
diff
changeset
|
43 |
.fs-15{font-size: 15px !important;} |
| 147 | 44 |
.edition-table-left{ |
| 150 | 45 |
width: 700px !important; |
46 |
float: left; |
|
| 147 | 47 |
} |
48 |
.edition-table-right{ |
|
| 150 | 49 |
text-align: right; |
50 |
width: 180px !important; |
|
51 |
float: right; |
|
| 147 | 52 |
} |
| 124 | 53 |
.bar-tools{margin-bottom: 12px; line-height: 35px; padding-bottom: 1px; font-family: 'Lato'; font-weight: 300; display:block;background-image: url(../img/border-bar-tools.png), url(../img/border-bar-tools.png); background-position: top center, bottom center; background-repeat: repeat-x;} |
| 118 | 54 |
.bar-tools h3{ font-size: 18px; display: inline-block; text-transform: uppercase;} |
55 |
.bar-tools ul{float: right;} |
|
| 122 | 56 |
.bar-tools ul.left{float: left;} |
| 124 | 57 |
.bar-tools ul.left li{margin-left: 0; margin-right: 10px;} |
58 |
.bar-tools ul.left a{width: 40px; padding: 0; vertical-align: middle;} |
|
59 |
.go-to{background-repeat: no-repeat;background-position: 4px center, 20px center;} |
|
60 |
.go-to.mosaic{background-image: url(../img/icon-mosaic.png), url(../img/icon-arrow-enter.png);} |
|
61 |
.go-to.search{background-image: url(../img/icon-search.png), url(../img/icon-arrow-enter.png);} |
|
| 118 | 62 |
.bar-tools li{float: left; margin-left: 10px;} |
| 124 | 63 |
.bar-tools li a{display: inline-block; font-size: 12px; height: 25px; line-height: 25px; padding: 0 7px; background-color: #DDD;} |
| 122 | 64 |
.bar-tools li a:hover{background-color: #eee;} |
| 118 | 65 |
.bar-tools li a:first-letter {text-transform: uppercase;} |
| 166 | 66 |
.bar-tools a.icon{padding-left: 30px;background-repeat: no-repeat; background-image: url(../img/icons-15.png);} |
|
154
fa381a1d156f
hover underline on nav links
Anthony Ly <anthonyly.com@gmail.com>
parents:
147
diff
changeset
|
67 |
a.icon.save{background-position: 8px -80px;} |
| 157 | 68 |
a.icon.cut{background-position: 8px 5px;} |
|
154
fa381a1d156f
hover underline on nav links
Anthony Ly <anthonyly.com@gmail.com>
parents:
147
diff
changeset
|
69 |
a.icon.plus{background-position: 8px -54px;} |
|
fa381a1d156f
hover underline on nav links
Anthony Ly <anthonyly.com@gmail.com>
parents:
147
diff
changeset
|
70 |
a.icon.edit{background-position: 8px -26px;} |
|
fa381a1d156f
hover underline on nav links
Anthony Ly <anthonyly.com@gmail.com>
parents:
147
diff
changeset
|
71 |
a.icon.trash{background-position: 8px -148px;} |
|
fa381a1d156f
hover underline on nav links
Anthony Ly <anthonyly.com@gmail.com>
parents:
147
diff
changeset
|
72 |
a.icon.copy{background-position: 8px -112px;} |
| 116 | 73 |
/* Home */ |
| 118 | 74 |
.w650{width: 650px;} |
| 119 | 75 |
.our-images{margin-bottom: 38px; text-align: center; font-size: 12px; font-family: 'Lato'; font-weight : bold; font-style : italic; color: #58595A;} |
| 117 | 76 |
.home-images{position: relative; margin-bottom: 24px;} |
| 124 | 77 |
.arrow-wrap.home-arrow{display: block; top:0; margin-top: -26px; left: 50%; margin-left: -39px;} |
| 116 | 78 |
.home-images .col-left{float: left;} |
79 |
.home-images .col-left img{width: 667px;} |
|
80 |
.home-images .col-right{float: right;} |
|
81 |
.home-images .col-right img{display: block; width: 283px;} |
|
| 117 | 82 |
.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);} |
83 |
.box-white{width: 184px;padding: 0 20px;background: rgba(255, 255, 255, .8);} |
|
| 119 | 84 |
.box-3{left:400px; bottom: 30px; padding-top: 28px; padding-bottom: 28px;font-family: 'Lato'; font-style: italic; font-size: 19px; line-height: 20px;} |
| 117 | 85 |
.box-2{top: 140px; left: 124px; padding-top: 42px; padding-bottom: 66px;} |
86 |
.box-2 span{display: block;} |
|
| 119 | 87 |
.box-2 .bold{font-size: 24px; font-family: 'Lato'; font-weight : bold;} |
| 117 | 88 |
.box-2 .bold:first-child{margin-bottom: 14px;} |
| 119 | 89 |
.box-2 .number{font-size: 46px; font-family: 'josefin_sans'; margin-bottom: 6px;} |
90 |
.box-1{padding: 15px 50px 26px 15px; background-color: #000; color: #fff; font-size: 18px;font-family: 'josefin_sans'; font-weight: bold; font-style: italic; left: 80px; top: 94px; z-index: 11;} |
|
| 118 | 91 |
|
| 117 | 92 |
.list-projets li{float: left; width: 226px; background-color: #EEE; margin-right: 15px;} |
93 |
.list-projets li:last-child{margin-right: 0;} |
|
| 119 | 94 |
.list-projets li h3{font-size: 18px; font-family: 'Lato'; font-weight : bold; line-height: 20px; padding: 14px 14px 0 14px; margin-bottom: 4px;} |
95 |
.list-projets li p{font-size: 18px; font-family: 'Lato'; font-weight: 300; line-height: 20px; padding: 0 14px; margin-bottom: 12px;} |
|
96 |
.list-projets li a{border-top: 1px solid #CCC; font-size: 12px; font-family: 'Lato'; font-weight: 300; display: block; height: 30px; line-height: 30px; padding-left: 20px;} |
|
| 117 | 97 |
.list-projets li{margin-bottom: 58px;} |
98 |
||
99 |
.list-projets-2{display: block; margin-bottom: 20px;background: url(../img/border-dot.png) repeat-x bottom left; padding-bottom: 1px;} |
|
100 |
.list-projets-2>li{position:relative; background-color: #eee; width: 226px; float: left; margin-right: 15px; margin-bottom: 30px;} |
|
| 118 | 101 |
.list-projets-2>li:nth-child(4n){margin-right: 0;} |
| 117 | 102 |
.list-projets-2 .mid{ font-size: 18px; height: 66px; padding-left: 12px;} |
| 119 | 103 |
.list-projets-2 .mid h3{ font-family: 'Lato'; font-weight : bold; padding-top: 16px;} |
104 |
.list-projets-2 .mid p{ font-family: 'Lato'; font-weight: 300; font-style: italic;} |
|
| 117 | 105 |
.list-projets-2 .bot img, .list-projets-2 .top img{ float: left;} |
| 119 | 106 |
.list-projets-2 .bot p{color: #333; background-color: #fff; font-family: 'Lato'; font-weight: 300; font-style: italic; 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;} |
| 118 | 107 |
.list-projets-2 .bot{height: 113px; overflow: hidden;} |
| 117 | 108 |
|
| 162 | 109 |
li .toggle{display: none;} |
| 118 | 110 |
li:hover .toggle{ display:block; } |
111 |
||
| 138 | 112 |
.tools{ text-align:right; width:100%; position:absolute; bottom:0; left:0; background: rgba(255, 255, 255, .85);} |
| 118 | 113 |
.tools ul{ display: inline-block;padding: 6px 10px 6px 0;} |
114 |
.tools a{display: inline-block; width: 25px; height: 25px; line-height: 25px; text-align: center;} |
|
115 |
.tools li{float: left; margin-left: 6px;} |
|
116 |
.tools a img{vertical-align: middle;} |
|
117 |
||
118 |
.horizontal .col-left, .horizontal .col-right{float: left;} |
|
119 |
.list-projets-3{margin-bottom: 50px;} |
|
120 |
.list-projets-3>li{width: 465px; background-color: #eee; margin-bottom: 20px;} |
|
121 |
.list-projets-3 .col-left{position: relative;} |
|
| 164 | 122 |
.list-projets-3 li img{max-width: 465px; display: block; margin: 0 auto;} |
| 118 | 123 |
.list-projets-3 li.horizontal .col-left{ width: 225px;} |
124 |
.list-projets-3 li.horizontal .col-right{height:100%; width: 240px; } |
|
| 170 | 125 |
.list-projets-3 .project-title{position:relative; padding-left: 14px; font-size: 18px;min-height: 60px; border-bottom: 1px solid #CCC;} |
| 119 | 126 |
.project-title h3{ font-family: 'Lato'; font-weight : bold; padding-top: 12px; margin-bottom: 4px; } |
127 |
.project-title h4{ font-family: 'Lato'; font-weight: 300; font-style: italic;} |
|
| 128 | 128 |
.project-title a.edit{ position: absolute; top: 10px; right: 10px; opacity: 0.7;} |
129 |
.project-title a.edit:hover{opacity: 1;} |
|
| 119 | 130 |
.list-projets-3 .col-right p{max-height:200px; overflow: auto; padding: 10px 12px;font-size: 14px; font-family: 'Lato'; line-height: 18px;} |
| 118 | 131 |
.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);} |
132 |
||
133 |
.no-border-bot{background: none; margin-bottom: 0;} |
|
134 |
.list-projets-4{margin-bottom: 44px;} |
|
135 |
.list-projets-4>li:nth-child(4n){margin-right: 0;} |
|
136 |
.list-projets-4>li{float: left; font-size: 18px; width: 225px; background-color: #ECEBEB; margin-right: 16px;} |
|
| 119 | 137 |
.list-projets-4 h3{ font-family: 'Lato'; font-weight : bold; padding: 18px 0 0 12px; margin-bottom: 8px;} |
138 |
.list-projets-4 p{ font-family: 'Lato'; font-weight: 300; font-style: italic; padding-left: 12px; line-height: 20px; padding-bottom: 10px;} |
|
| 118 | 139 |
.tools-2{ height: 25px; border-top: 1px solid #C5C5C5; padding: 6px 0; text-align: right;} |
140 |
.tools-2 ul{display: inline-block;} |
|
141 |
.tools-2 a{width: 25px; height: 25px; line-height: 25px; text-align: center;} |
|
142 |
.tools-2 a img{vertical-align: middle;} |
|
143 |
.tools-2 li{ float: left; margin-right: 6px;} |
|
144 |
||
| 124 | 145 |
.pagination{ margin-bottom: 12px;} |
146 |
.pagination li{float: left; font-size: 14px;font-family: 'Lato'; margin-right: 14px;} |
|
147 |
.pagination li.curent, .pagination li:hover{font-weight: bold;} |
|
|
154
fa381a1d156f
hover underline on nav links
Anthony Ly <anthonyly.com@gmail.com>
parents:
147
diff
changeset
|
148 |
.tool{opacity: 0.5; display:inline-block; width:25px; height: 25px; background-image: url(../img/tools-sprite.png); background-repeat: no-repeat; vertical-align: middle;} |
|
fa381a1d156f
hover underline on nav links
Anthony Ly <anthonyly.com@gmail.com>
parents:
147
diff
changeset
|
149 |
.tool:hover{opacity: 1;} |
|
fa381a1d156f
hover underline on nav links
Anthony Ly <anthonyly.com@gmail.com>
parents:
147
diff
changeset
|
150 |
.tool.twitter{background-position: 2px 0;} |
|
fa381a1d156f
hover underline on nav links
Anthony Ly <anthonyly.com@gmail.com>
parents:
147
diff
changeset
|
151 |
.tool.facebook{background-position: -26px 0;} |
|
fa381a1d156f
hover underline on nav links
Anthony Ly <anthonyly.com@gmail.com>
parents:
147
diff
changeset
|
152 |
.tool.plus{background-position: -57px 0;} |
|
fa381a1d156f
hover underline on nav links
Anthony Ly <anthonyly.com@gmail.com>
parents:
147
diff
changeset
|
153 |
.tool.cut{background-position: -86px 0;} |
|
fa381a1d156f
hover underline on nav links
Anthony Ly <anthonyly.com@gmail.com>
parents:
147
diff
changeset
|
154 |
.tool.save{background-position: -144px 0;} |
|
fa381a1d156f
hover underline on nav links
Anthony Ly <anthonyly.com@gmail.com>
parents:
147
diff
changeset
|
155 |
.tool.trash{background-position: -117px 0;} |
| 167 | 156 |
.tool.edit{background-position:-174px 0;} |
| 118 | 157 |
|
158 |
.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);} |
|
| 128 | 159 |
.box-shadow-2{ -webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.75);-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.75);box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.75);} |
| 118 | 160 |
.popin-wrap{width: 100%; height: 100%; position: fixed; z-index: 100; background-color:rgba(255,255,255,.7);} |
| 119 | 161 |
.popin{width: 460px; background-color: #fff; top: 10%; position: absolute; left: 50%; margin-left: -230px;} |
162 |
.popin h2{ font-size: 14px; font-family: 'Lato'; padding: 14px 0 10px 12px;} |
|
| 118 | 163 |
.popin header{background: none; border-bottom: 1px solid #DDD; position: relative;} |
| 119 | 164 |
.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;} |
165 |
.popin label{margin-bottom: 6px; margin-right: 6px; font-size: 12px; font-family: 'Lato'; font-weight: 300;} |
|
166 |
.popin form{padding: 8px 12px 20px 12px;} |
|
167 |
.popin input[type=text], .popin textarea{border: 1px solid #CCC;font-family: 'Lato'; font-size: 12px;} |
|
168 |
.popin input[type=text]{height: 25px; width: 294px; padding: 0 10px; } |
|
169 |
.popin textarea{width: 433px; max-width: 433px;} |
|
170 |
.popin p{margin-bottom: 10px;} |
|
171 |
.popin .buttons{text-align: right;} |
|
172 |
.btn{cursor:pointer; border: none; vertical-align:middle; display: inline-block; color: #FFF; font-size: 12px; font-family: 'Lato'; height: 25px; line-height: 25px; padding: 0 12px; background-color: #666;} |
|
173 |
.block{display: block;} |
|
|
146
6691086f43fd
update mosaic behavior
Anthony Ly <anthonyly.com@gmail.com>
parents:
143
diff
changeset
|
174 |
|
| 138 | 175 |
.big-popin{width: 572px; margin-left: -286px;} |
| 142 | 176 |
.popin th{ vertical-align:middle;font-family: 'Lato'; font-size: 12px; font-weight: 300; width: 110px; text-align: left;} |
177 |
.popin .col-left{width: 316px; float: left; padding-left: 12px;} |
|
178 |
.w-192{width: 192px; margin: 0 !important;} |
|
179 |
.popin .col-left input[type=text]{width: 172px;} |
|
180 |
.no-margin{margin: 0 !important;} |
|
181 |
.big-popin table{border-spacing:0 5px;border-collapse:separate;} |
|
182 |
.big-popin textarea{width: 304px; max-width: 304px; height: 170px;} |
|
183 |
.list-projets-2.in-popin{float: right; display: inline-block; padding-right: 12px;} |
|
184 |
.list-projets-2.in-popin li{margin: 0;} |
|
185 |
.big-popin .buttons{clear: both; border-top: 1px solid #DDD; padding-top: 10px; padding-right: 12px;} |
|
| 124 | 186 |
.edition{background-color: #eee; padding: 0 28px; margin-bottom: 64px;} |
187 |
.edition .slideshow{ min-height: 80px; position:relative; padding: 24px 0; text-align: center;} |
|
188 |
.slideshow .arrow-wrap{display: block;} |
|
189 |
.slideshow .left-arrow{left: 0;} |
|
190 |
.slideshow .right-arrow{right: 0;} |
|
191 |
.slideshow .share{position: absolute; bottom: 24px; right: 0;} |
|
192 |
.slideshow .share li{float: left; margin-left: 8px;} |
|
193 |
.image-wrap{display: inline-block;} |
|
| 128 | 194 |
.edition{font-family: 'Lato'; font-size: 14px; text-align: left;} |
| 142 | 195 |
.big-popin form{padding: 8px 0 20px 0;} |
| 128 | 196 |
|
|
146
6691086f43fd
update mosaic behavior
Anthony Ly <anthonyly.com@gmail.com>
parents:
143
diff
changeset
|
197 |
|
|
6691086f43fd
update mosaic behavior
Anthony Ly <anthonyly.com@gmail.com>
parents:
143
diff
changeset
|
198 |
.popin-wrap, .popin{display: none;} |
|
6691086f43fd
update mosaic behavior
Anthony Ly <anthonyly.com@gmail.com>
parents:
143
diff
changeset
|
199 |
|
|
6691086f43fd
update mosaic behavior
Anthony Ly <anthonyly.com@gmail.com>
parents:
143
diff
changeset
|
200 |
|
|
6691086f43fd
update mosaic behavior
Anthony Ly <anthonyly.com@gmail.com>
parents:
143
diff
changeset
|
201 |
|
| 128 | 202 |
.edition th{color: #777; min-width: 140px; } |
203 |
.edition td{width:100%;color: #000; line-height: 16px;} |
|
204 |
.edition table{width: 100%; border-collapse:separate;border-spacing:0 5px;} |
|
| 124 | 205 |
.box-edition{padding: 16px 0; border-bottom: 1px solid #CCC;} |
206 |
.box-edition h3{color: #777;font-family: 'Lato'; font-size: 14px; margin-bottom: 6px;} |
|
| 128 | 207 |
|
208 |
.list-key-search a{ background-image: url(../img/icon-search.png);} |
|
| 172 | 209 |
.list-key-add a{background-image: url(../img/icons-15.png); background-position: right 6px top -53px !important; } |
| 128 | 210 |
|
211 |
.list-keywords li{display: inline-block; float: left; margin: 0 8px 8px 0;} |
|
212 |
.list-keywords a{color: #7F7F7F; font-family: 'Lato'; font-size: 12px; display: inline-block; height: 28px; line-height: 28px; padding: 0 30px 0 6px; |
|
213 |
background-position: right 4px center; background-repeat: no-repeat; background-color: #fff;} |
|
214 |
.list-keywords a:hover{-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;} |
|
215 |
||
216 |
.f-right{float: right;} |
|
217 |
.fs-normal{font-style: normal;} |
|
218 |
.pt-6{padding-top: 6px;} |
|
219 |
.null{font-weight: bold;font-style: italic; font-family: 'Lato'; color: #CCC; font-style: 18px; line-height: 50px; text-align: center;} |
|
220 |
.box-edition:last-child{border-bottom: none;} |
|
221 |
.edition input[type=text], .edition textarea{border: 1px solid #CACACA;} |
|
222 |
.edition textarea{width:100%; max-width: 754px;} |
|
|
146
6691086f43fd
update mosaic behavior
Anthony Ly <anthonyly.com@gmail.com>
parents:
143
diff
changeset
|
223 |
.edition input[type=text]{width: 742px; height: 23px; line-height: 23px; padding: 0 6px;} |
| 128 | 224 |
.no-before:before{content:"" ; display: block;} |
225 |
.tagit{font-family: 'Lato' !important;} |
|
| 131 | 226 |
.ui-corner-all{-webkit-border-radius : 0 !important;-moz-border-radius : 0 !important;border-radius : 0 !important;} |
| 130 | 227 |
.list-simple li{float: left; margin: 0 10px 10px 0;} |
| 132 | 228 |
|
229 |
.empty-block{width: 100%; height: 360px; background-color: #eee; margin-bottom: 24px;} |
|
230 |
.search-form-big{ text-align: center; line-height: 360px;} |
|
231 |
.search-form-big input[type=text]{background: url(../img/icon-search-big.png) right 10px center no-repeat #FFF;font-family: 'Lato'; font-weight : bold; font-style : italic; font-size: 24px; border: 1px solid #D0D0D0; height: 52px; line-height: 52px; padding: 0 50px 0 10px;} |
|
232 |
.search-form-big select{height: 24px; vertical-align: middle;} |
|
233 |
||
234 |
.item-masonry{margin-bottom: 20px;} |
|
| 133 | 235 |
.filters{padding: 10px 0; text-align: center;} |
| 132 | 236 |
.filters li{ margin-bottom: 10px; position: relative; text-align: left; font-size: 12px; font-family: 'Lato'; display:inline-block; width: 200px; height: 28px; line-height: 28px; background-color: #fff;} |
| 181 | 237 |
.filters a.display-keyword{ overflow: hidden; color: #7F7F7F; display: block; height: 28px; overflow: hidden; margin: 0 16px 0 6px; } |
| 132 | 238 |
.filters li:hover{-webkit-box-shadow : none; -moz-box-shadow : none; box-shadow : none;} |
| 181 | 239 |
.filters a.icon-action{float: right; margin: 10px 6px 0 0;width: 10px; height: 10px; display: inline-block; background: url(../img/icon-cross-10.png) 0 0 no-repeat; } |
240 |
.filters .disabled .icon-action{width: 10px; height: 10px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; background: #7F7F7F;} |
|
241 |
.filters .disabled a.display-keyword{opacity: 0.5;} |
|
| 136 | 242 |
|
243 |
.float-left{float: left;} |
|
244 |
.filters-wrap{width: 225px; background-color: #EEE; margin-right: 17px;} |
|
| 138 | 245 |
.list-projets-5{width: 708px;} |
246 |
.curtain{display:none;z-index:10;position: absolute; width: 100%; height: 100%; background-color:rgba(0,0,0,.7);} |
|
| 181 | 247 |
.disabled .curtain{display: block;} |
| 138 | 248 |
.list-projets-5 .item-masonry{margin-bottom: 0;} |
249 |
.mosaic .content-project{display: none;} |
|
250 |
.mosaic .visuel-project .title-project{display: block;} |
|
251 |
.mosaic-comment .content-project{display: block;} |
|
252 |
.mosaic-comment .content-project{display: block;} |
|
253 |
.hide-comment{display: none;} |
|
254 |
.mosaic-comment .visuel-project .title-project{display: none;} |
|
255 |
.title-project{padding: 10px 0 6px 0; font-family: 'Lato';padding-left: 6px;border-bottom: 1px solid #555;text-align: left;} |
|
256 |
.title-project h3{ margin-bottom: 6px; font-weight: bold; font-size: 18px;} |
|
257 |
.title-project h4{ font-weight: 300;font-style: italic; font-size: 18px;} |
|
258 |
.visuel-project{position: relative; } |
|
259 |
.visuel-project img{display: inherit;} |
|
| 136 | 260 |
.list-projets-5>li{width: 177px; float: left; position: relative;} |
| 138 | 261 |
.content-project{background-color: #eee;} |
262 |
.content-project p{font-family: 'Lato'; font-size: 13px; font-weight: 300; line-height: 15px; padding: 10px;} |
|
| 139 | 263 |
|
|
146
6691086f43fd
update mosaic behavior
Anthony Ly <anthonyly.com@gmail.com>
parents:
143
diff
changeset
|
264 |
body{overflow: auto !important;} |
| 160 | 265 |
#map{width: 100%; height: 360px; margin-bottom: 20px;} |
| 139 | 266 |
|
| 150 | 267 |
|
| 139 | 268 |
/* imported */ |
| 150 | 269 |
.square-fragment-110 { |
270 |
height: 110px; |
|
271 |
width: 110px; |
|
272 |
} |
|
| 174 | 273 |
.square-fragment-177 { |
274 |
height: 177px; |
|
275 |
width: 177px; |
|
276 |
} |
|
| 139 | 277 |
.square-fragment-225 { |
278 |
height: 225px; |
|
279 |
width: 225px; |
|
280 |
} |
|
281 |
.square-fragment-600 { |
|
282 |
height: 600px; |
|
283 |
width: 600px; |
|
284 |
} |
|
| 141 | 285 |
.subcol { |
286 |
float: left; margin: 2px 0 4px 12px; |
|
287 |
} |
|
| 139 | 288 |
.subcol-fourth { |
289 |
margin-bottom: 10px; |
|
290 |
} |
|
291 |
.subcol-fourth:nth-child(4n+1) { |
|
292 |
clear: left; |
|
293 |
margin-left: 0; |
|
294 |
} |
|
| 141 | 295 |
.subcol-seventh { |
296 |
width: 110px; margin-left: 12px; |
|
297 |
} |
|
298 |
||
299 |
.subcol-seventh:nth-child(even) { |
|
300 |
margin-left: 13px; |
|
301 |
} |
|
302 |
||
303 |
.subcol-seventh:nth-child(7n+1) { |
|
304 |
margin-left: 0; clear: left; |
|
305 |
} |
|
306 |
.center-image { |
|
307 |
text-align: center; |
|
308 |
} |
|
309 |
.center-image img { |
|
310 |
display: inline-block; |
|
311 |
} |
|
312 |
.image-and-fragment { |
|
313 |
position: relative; margin: 0 auto; display: inline-block; |
|
314 |
} |
|
315 |
.image-and-fragment svg, .cutout-canvas { |
|
316 |
position: absolute; top: 0; left: 0; width: 100%; height: 100%; |
|
317 |
} |
|
| 150 | 318 |
.sub_svg_image { |
319 |
opacity: .3; |
|
320 |
} |
|
321 |
.sub_svg_image:hover { |
|
322 |
opacity: 1; |
|
323 |
} |
|
324 |
/* search highlight */ |
|
| 139 | 325 |
.highlight { |
326 |
background: #ffff80; |
|
| 150 | 327 |
} |
328 |
/* Seeseetive api responses */ |
|
329 |
.btn.inactive { |
|
330 |
cursor: default; |
|
331 |
background-color: #CCC; |
|
332 |
} |
|
333 |
.btn.loader { |
|
334 |
background: #666 url(images/loader.gif) right no-repeat; |
|
335 |
background-size: 25px 25px; |
|
336 |
padding-right: 30px; |
|
337 |
} |
|
338 |
.add-button-grey { |
|
339 |
background: #AAAAAA; margin: 5px 0; padding: 6px; border-radius: 4px; color: #555555; |
|
340 |
font-weight: bold; font-size: 13px; float: left; |
|
341 |
} |
|
342 |
.senapi_li { |
|
343 |
margin: 0 0 5px 0; |
|
344 |
overflow: auto; |
|
345 |
} |
|
346 |
.senapi_img { |
|
347 |
float: left; |
|
348 |
margin: 0 5px 5px 0; |
|
349 |
} |
|
350 |
.senapi_tags { |
|
351 |
font-size: .7em; |
|
352 |
} |
|
353 |
.senapi_text { |
|
354 |
|
|
355 |
} |
|
356 |
#info_tag{ |
|
357 |
background-color: white; |
|
358 |
border: 1px solid #AAAAAA; |
|
359 |
pointer-events: none; |
|
360 |
position: absolute; |
|
361 |
z-index: 1000; |
|
362 |
} |
|
363 |
#info_tag img{ |
|
364 |
margin: 5px; |
|
365 |
} |