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