| author | Anthony Ly <anthonyly.com@gmail.com> |
| Tue, 27 Nov 2012 11:08:52 +0100 | |
| changeset 51 | b75d526629ab |
| parent 50 | 89e152523cb6 |
| child 52 | 2565a518aafa |
| permissions | -rw-r--r-- |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
1 |
/* fonts */ |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
2 |
@font-face { |
| 42 | 3 |
font-family: 'Open Sans'; |
| 20 | 4 |
font-weight: normal; |
5 |
font-style: normal; |
|
| 42 | 6 |
src: local('Open Sans'), local('OpenSans'), |
7 |
url("fonts/OpenSans-Regular.eot") format("eot"), |
|
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
8 |
url("fonts/OpenSans-Regular.woff") format("woff"), |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
9 |
url("fonts/OpenSans-Regular.ttf") format("truetype"), |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
10 |
url("fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg"); |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
11 |
} |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
12 |
@font-face { |
| 42 | 13 |
font-family: 'Open Sans'; |
| 20 | 14 |
font-weight: normal; |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
15 |
font-style: italic; |
| 42 | 16 |
src: local('Open Sans Italic'), local('OpenSans-Italic'), |
17 |
url("fonts/OpenSans-Italic.eot") format("eot"), |
|
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
18 |
url("fonts/OpenSans-Italic.woff") format("woff"), |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
19 |
url("fonts/OpenSans-Italic.ttf") format("truetype"), |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
20 |
url("fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg"); |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
21 |
} |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
22 |
@font-face { |
| 42 | 23 |
font-family: 'Open Sans'; |
| 20 | 24 |
font-weight: 300; |
25 |
font-style: normal; |
|
| 42 | 26 |
src: local('Open Sans Light'), local('OpenSans-Light'), |
27 |
url("fonts/OpenSans-Light.eot") format("eot"), |
|
| 20 | 28 |
url("fonts/OpenSans-Light.woff") format("woff"), |
29 |
url("fonts/OpenSans-Light.ttf") format("truetype"), |
|
30 |
url("fonts/OpenSans-Light.svg#OpenSans-Regular") format("svg"); |
|
31 |
} |
|
32 |
@font-face { |
|
| 42 | 33 |
font-family: 'Open Sans'; |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
34 |
font-weight: 600; |
| 20 | 35 |
font-style: normal; |
| 42 | 36 |
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), |
37 |
url("fonts/OpenSans-Semibold.eot") format("eot"), |
|
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
38 |
url("fonts/OpenSans-Semibold.woff") format("woff"), |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
39 |
url("fonts/OpenSans-Semibold.ttf") format("truetype"), |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
40 |
url("fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg"); |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
41 |
} |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
42 |
@font-face { |
| 42 | 43 |
font-family: 'Open Sans'; |
| 15 | 44 |
font-weight: 600; |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
45 |
font-style: italic; |
| 42 | 46 |
src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), |
47 |
url("fonts/OpenSans-SemiboldItalic.eot") format("eot"), |
|
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
48 |
url("fonts/OpenSans-SemiboldItalic.woff") format("woff"), |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
49 |
url("fonts/OpenSans-SemiboldItalic.ttf") format("truetype"), |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
50 |
url("fonts/OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic") format("svg"); |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
51 |
} |
| 20 | 52 |
@font-face { |
| 42 | 53 |
font-family: 'Open Sans'; |
| 20 | 54 |
font-weight: bold; |
55 |
font-style: normal; |
|
| 42 | 56 |
src: local('Open Sans Bold'), local('OpenSans-Bold'), |
57 |
url("fonts/OpenSans-Bold.eot") format("eot"), |
|
| 20 | 58 |
url("fonts/OpenSans-Bold.woff") format("woff"), |
59 |
url("fonts/OpenSans-Bold.ttf") format("truetype"), |
|
60 |
url("fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg"); |
|
61 |
} |
|
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
62 |
/* custom reset */ |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
63 |
body{ |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
64 |
height: 100%; |
| 47 | 65 |
font-family: 'Open Sans'; |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
66 |
} |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
67 |
a{ |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
68 |
color:#000; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
69 |
text-decoration: none; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
70 |
} |
| 25 | 71 |
textarea { |
72 |
resize: none; |
|
73 |
} |
|
| 42 | 74 |
|
75 |
input, textarea { |
|
76 |
font-family: 'Open Sans'; |
|
77 |
} |
|
78 |
||
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
79 |
/* common */ |
| 44 | 80 |
.wrapper{ |
81 |
background-color: #FFF; |
|
82 |
background-image: url(../img/bg.png); |
|
83 |
background-repeat: repeat-x; |
|
84 |
} |
|
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
85 |
.wrap{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
86 |
min-height:100%; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
87 |
width: 960px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
88 |
margin: 0 auto; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
89 |
font-weight: 400; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
90 |
color:#333333; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
91 |
font-size: 13px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
92 |
height: 100%; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
93 |
} |
| 44 | 94 |
.wrap-header-top{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
95 |
padding-top: 5px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
96 |
background-color: #370078; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
97 |
height: 53px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
98 |
margin-bottom: 1px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
99 |
} |
| 44 | 100 |
.wrap-header-top-content{ |
101 |
width: 960px; |
|
102 |
margin: 0 auto; |
|
103 |
} |
|
| 33 | 104 |
/* header - title-video-wrap */ |
| 31 | 105 |
.title-video-wrap{ |
| 43 | 106 |
width: 380px; |
| 31 | 107 |
} |
| 43 | 108 |
.title-video-wrap .title-video { |
109 |
margin-top: 10px; |
|
| 31 | 110 |
left: 0; |
111 |
font-size: 18px; |
|
112 |
font-weight: bold; |
|
113 |
color: #30036d; |
|
114 |
text-decoration: underline; |
|
| 43 | 115 |
} |
116 |
.title-video-wrap .title-video:hover { |
|
117 |
text-decoration: none; |
|
118 |
} |
|
119 |
.title-video-wrap .open-popin { |
|
120 |
color: #30036d; |
|
| 31 | 121 |
background-image: url(../img/pencil-icon.png); |
122 |
background-repeat: no-repeat; |
|
| 43 | 123 |
background-position: right 6px; |
| 31 | 124 |
padding-right: 20px; |
| 33 | 125 |
min-height: 20px; |
| 31 | 126 |
} |
|
24
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
127 |
.title-header{ |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
128 |
width: 460px; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
129 |
float: left; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
130 |
height: 60px; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
131 |
} |
| 44 | 132 |
|
133 |
.wrap-header{ |
|
134 |
background-color: #e2dbfd; |
|
135 |
} |
|
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
136 |
.header{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
137 |
position: relative; |
| 44 | 138 |
width: 960px; |
139 |
margin: 0 auto; |
|
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
140 |
height: 60px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
141 |
} |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
142 |
.header .title-video-wrap, |
|
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
143 |
.header h1, |
|
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
144 |
.header .profil-wrap{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
145 |
position: relative; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
146 |
float: left; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
147 |
height: 60px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
148 |
} |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
149 |
.header h1{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
150 |
display: inline-block; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
151 |
height: 60px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
152 |
width: 250px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
153 |
} |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
154 |
.header h1 a img, |
|
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
155 |
.header h1 a span{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
156 |
float: left; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
157 |
} |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
158 |
.header h1 a{ |
| 20 | 159 |
padding-top: 8px; |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
160 |
} |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
161 |
.header h1 a span{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
162 |
font-size: 20px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
163 |
text-align: center; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
164 |
padding: 0px 0 0 6px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
165 |
font-weight: 300; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
166 |
} |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
167 |
/* header - profil-wrap */ |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
168 |
.header .profil-wrap{ |
| 43 | 169 |
float: right; |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
170 |
width: 250px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
171 |
} |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
172 |
.header .profil-wrap a{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
173 |
width: 160px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
174 |
display: block; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
175 |
text-align: right; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
176 |
position: absolute; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
177 |
right: 0; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
178 |
font-size: 14px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
179 |
color: #30036d; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
180 |
padding-right: 18px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
181 |
} |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
182 |
.header .profil-wrap a:hover{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
183 |
color: #FF00FC; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
184 |
} |
| 51 | 185 |
/* |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
186 |
.header .profil-wrap a.all-hashcut{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
187 |
top: 12px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
188 |
background: url(../img/arrow-top.png) right 2px no-repeat; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
189 |
} |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
190 |
.header .profil-wrap a.my-profil{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
191 |
top: 32px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
192 |
background: url(../img/arrow-bot.png) right 4px no-repeat; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
193 |
} |
| 51 | 194 |
*/ |
195 |
.header .profil-wrap a.all-hashcut{ |
|
196 |
top: 8px; |
|
197 |
background: url(../img/arrow-top.png) right 2px no-repeat; |
|
198 |
} |
|
199 |
.header .profil-wrap a.my-profil{ |
|
200 |
top: 40px; |
|
201 |
background: url(../img/arrow-bot.png) right 4px no-repeat; |
|
202 |
} |
|
203 |
.header .profil-wrap a.new-hashcut{ |
|
204 |
top: 24px; |
|
205 |
background: url(../img/pencil-icon.png) right 1px no-repeat; |
|
206 |
} |
|
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
207 |
/* content */ |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
208 |
.content{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
209 |
width: 960px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
210 |
min-height: 750px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
211 |
} |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
212 |
/* popin */ |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
213 |
.popin{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
214 |
padding-top: 12px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
215 |
position: absolute; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
216 |
top: 0; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
217 |
z-index: 10; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
218 |
} |
| 15 | 219 |
.pointer{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
220 |
position: absolute; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
221 |
top: 0; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
222 |
} |
| 15 | 223 |
.popin-content{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
224 |
padding: 8px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
225 |
border: 1px solid #867a97; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
226 |
background: url(../img/bg-jaune.png); |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
227 |
} |
| 15 | 228 |
.popin-content input[type=text], |
229 |
.popin-content input[type=password], |
|
230 |
.popin-content textarea{ |
|
| 25 | 231 |
padding: 0 4px; |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
232 |
font-size: 12px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
233 |
border: 1px solid #867a97; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
234 |
-webkit-border-radius: 4px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
235 |
-moz-border-radius: 4px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
236 |
border-radius: 4px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
237 |
} |
| 25 | 238 |
.popin-content input[type=text], |
239 |
.popin-content input[type=password] { |
|
240 |
line-height: 20px; |
|
241 |
height: 20px; |
|
242 |
} |
|
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
243 |
/* popin - user */ |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
244 |
|
| 16 | 245 |
.popin { |
246 |
display: none; |
|
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
247 |
} |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
248 |
|
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
249 |
.user.popin{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
250 |
top: 48px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
251 |
right: 0; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
252 |
} |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
253 |
.user.popin img.pointer{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
254 |
right: 36px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
255 |
} |
| 15 | 256 |
.button { |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
257 |
margin-top: 2px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
258 |
display: block; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
259 |
font-size: 12px; |
| 15 | 260 |
border: none; |
261 |
padding: 0; |
|
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
262 |
width: 150px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
263 |
background-color: #30036D; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
264 |
color: #FFF; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
265 |
text-align: center; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
266 |
-webkit-border-radius: 4px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
267 |
-moz-border-radius: 4px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
268 |
border-radius: 4px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
269 |
cursor: pointer; |
| 15 | 270 |
height: 22px; |
271 |
line-height: 22px; |
|
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
272 |
} |
| 15 | 273 |
|
274 |
.button:hover{ |
|
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
275 |
background-color: #FF00FC |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
276 |
} |
|
24
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
277 |
.user.login h2, |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
278 |
.user.signup h2 { |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
279 |
color: #de2500; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
280 |
font-size: 14px; |
| 16 | 281 |
font-weight: 600; |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
282 |
margin-bottom: 12px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
283 |
} |
| 16 | 284 |
|
285 |
.user.info h2 { |
|
286 |
color: #7628df; |
|
287 |
font-size: 18px; |
|
288 |
font-weight: 600;margin-bottom: 2px; |
|
289 |
} |
|
290 |
||
| 15 | 291 |
.user label{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
292 |
width: 84px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
293 |
font-size: 12px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
294 |
display: inline-block; |
| 16 | 295 |
line-height: 10px; |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
296 |
} |
| 15 | 297 |
.user p { |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
298 |
display: block; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
299 |
line-height: 18px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
300 |
margin-bottom: 8px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
301 |
overflow: hidden; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
302 |
} |
| 15 | 303 |
.user input[type=text], |
304 |
.user input[type=password] { |
|
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
305 |
position: relative; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
306 |
width: 110px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
307 |
padding: 0 5px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
308 |
height: 18px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
309 |
display: inline-block; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
310 |
} |
| 15 | 311 |
.user .button { |
312 |
float: right; |
|
313 |
} |
|
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
314 |
/* popin - user - info */ |
| 16 | 315 |
.user.info { |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
316 |
text-align: right; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
317 |
} |
| 15 | 318 |
.user h3{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
319 |
color: #30036d; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
320 |
font-size: 14px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
321 |
margin-bottom: 10px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
322 |
} |
| 15 | 323 |
.user .nb-hashcut{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
324 |
color: #de2500; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
325 |
font-size: 14px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
326 |
text-decoration: underline; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
327 |
display: block; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
328 |
margin-bottom: 12px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
329 |
} |
| 15 | 330 |
.user .nb-hashcut:hover{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
331 |
text-decoration: none; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
332 |
} |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
333 |
.user.popin.info .popin-content a.change-account:hover{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
334 |
background-color: #FF00FC; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
335 |
} |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
336 |
/* popin - user - signup */ |
| 15 | 337 |
.signup-button{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
338 |
background-color: #de2500; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
339 |
} |
| 15 | 340 |
.user .popin-content{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
341 |
min-width: 205px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
342 |
} |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
343 |
/* footer */ |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
344 |
.footer{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
345 |
border-top: 1px solid black; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
346 |
width: 100%; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
347 |
padding-top: 8px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
348 |
} |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
349 |
.footer .links-left{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
350 |
float: left; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
351 |
} |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
352 |
.footer .links-left li{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
353 |
margin-bottom: 4px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
354 |
} |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
355 |
.footer .links-left li a{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
356 |
border-bottom: 1px solid #cccccc; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
357 |
} |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
358 |
.footer .links-left li a:hover{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
359 |
border-bottom: none; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
360 |
} |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
361 |
.footer .links-right{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
362 |
float: right; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
363 |
} |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
364 |
.footer .links-right li{ |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
365 |
line-height: 40px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
366 |
float: right; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
367 |
margin-left: 8px; |
|
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
368 |
} |
|
8
523828fb7c78
simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents:
7
diff
changeset
|
369 |
.footer .links-right li img { |
|
7
12978893bbf0
ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
370 |
vertical-align: middle; |
|
24
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
371 |
} |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
372 |
/* video-item */ |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
373 |
.hashcut-video-wrap{ |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
374 |
padding-left: 10px; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
375 |
overflow: hidden; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
376 |
margin-bottom: 16px; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
377 |
} |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
378 |
.video-item{ |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
379 |
width: 300px; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
380 |
float: left; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
381 |
margin-right: 20px; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
382 |
} |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
383 |
|
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
384 |
.video-item h3{ |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
385 |
font-size: 12px; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
386 |
} |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
387 |
.video-item h3 strong{ |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
388 |
font-weight: 600; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
389 |
} |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
390 |
.video-item h3 span{ |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
391 |
color: #de2500; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
392 |
} |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
393 |
.video-item .screenshot{ |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
394 |
display: inline-block; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
395 |
margin-bottom: 8px; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
396 |
} |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
397 |
.video-item h3 a{ |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
398 |
border-bottom: 1px solid #bababa; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
399 |
display: inline-block; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
400 |
line-height: 12px; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
401 |
} |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
402 |
.video-item h3 a:hover{ |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
403 |
border-bottom: none; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
404 |
} |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
405 |
.pagination{ |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
406 |
text-align: center; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
407 |
} |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
408 |
.pagination a{ |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
409 |
font-size: 14px; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
410 |
color: #7628df; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
411 |
text-decoration: underline; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
412 |
} |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
413 |
.pagination a:hover{ |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
414 |
text-decoration: none; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
415 |
} |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
416 |
.pagination a.active{ |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
417 |
color: #de2500; |
|
1fbf7d835dc2
- update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents:
20
diff
changeset
|
418 |
text-decoration: none; |
| 31 | 419 |
} |
420 |
||
421 |
/* content */ |
|
422 |
.left-content, |
|
423 |
.right-content{ |
|
424 |
float: left; |
|
425 |
} |
|
426 |
.left-content h2, |
|
427 |
.right-content h2{ |
|
428 |
padding: 6px 0; |
|
|
41
3ec2343f2b85
Refactoring to have common code between editor and player
veltr
parents:
39
diff
changeset
|
429 |
margin: 8px 0 14px; |
| 31 | 430 |
border-bottom: 1px solid #333333; |
431 |
color: #30036d; |
|
432 |
font-size: 18px; |
|
433 |
font-weight: 600; |
|
|
41
3ec2343f2b85
Refactoring to have common code between editor and player
veltr
parents:
39
diff
changeset
|
434 |
clear: both; |
| 31 | 435 |
} |
436 |
/* left-content */ |
|
437 |
.left-content{ |
|
438 |
width: 630px; |
|
439 |
margin-right: 20px; |
|
440 |
} |
|
441 |
/* right-content */ |
|
442 |
.right-content{ |
|
443 |
width: 310px; |
|
444 |
} |
|
445 |
/* list-video */ |
|
446 |
.list-video { |
|
447 |
overflow: hidden; |
|
448 |
overflow-y: auto; |
|
449 |
height: 680px; |
|
450 |
} |
|
451 |
.item-video { |
|
452 |
margin-bottom: 1px; |
|
453 |
padding: 5px 10px 5px 10px; |
|
454 |
clear: both; |
|
455 |
width: auto; |
|
456 |
min-height: 62px; |
|
457 |
display: block; |
|
| 43 | 458 |
position: relative; |
| 31 | 459 |
} |
| 45 | 460 |
.item-video .thumbnail{ |
| 31 | 461 |
float: left; |
462 |
margin-right: 4px; |
|
463 |
max-width: 80px; |
|
464 |
max-height: 60px; |
|
465 |
box-shadow: 2px 2px 2px #333333; |
|
466 |
} |
|
467 |
.item-video .video-info{ |
|
468 |
margin-left: 88px; |
|
469 |
} |
|
470 |
.item-video .title-video{ |
|
471 |
font-size: 13px; |
|
472 |
font-weight: 600; |
|
473 |
color: #30036d; |
|
474 |
margin-bottom: 1px; |
|
475 |
} |
|
| 43 | 476 |
.item-video .description{ |
| 31 | 477 |
font-size: 11px; |
478 |
margin-bottom: 1px; |
|
479 |
} |
|
480 |
.item-video .time-length{ |
|
481 |
font-size: 12px; |
|
482 |
font-weight: 600; |
|
483 |
} |
|
484 |
.item-video .time-length span{ |
|
485 |
color: #de2500; |
|
486 |
} |
|
| 43 | 487 |
.item-video .media-count-wrap { |
488 |
width: 30px; |
|
489 |
text-align: center; |
|
490 |
position: absolute; |
|
491 |
top: 45px; |
|
492 |
left: 75px; |
|
493 |
height: 15px; |
|
494 |
display: none; |
|
495 |
} |
|
496 |
.item-video .media-count{ |
|
| 31 | 497 |
color: #FFF; |
498 |
font-size: 10px; |
|
499 |
line-height: 15px; |
|
500 |
background-color: #ff00fc; |
|
501 |
-webkit-border-radius: 4px; |
|
502 |
-moz-border-radius: 4px; |
|
503 |
border-radius: 4px; |
|
| 43 | 504 |
padding: 0 3px; |
505 |
border: 1px solid #DE2500; |
|
| 31 | 506 |
} |
507 |
.item-video .subtitle{ |
|
508 |
margin-bottom: 2px; |
|
509 |
color: #de2500; |
|
510 |
font-size: 11px; |
|
511 |
} |
|
512 |
.item-video .duration{ |
|
513 |
color: #7628df; |
|
514 |
font-size: 12px; |
|
515 |
font-weight: 600; |
|
516 |
} |
|
517 |
/* frise */ |
|
518 |
.frise{ |
|
519 |
height: 22px; |
|
520 |
position: relative; |
|
521 |
border: 1px solid #333333; |
|
522 |
} |
|
| 33 | 523 |
|
| 43 | 524 |
.mashup-frise { |
525 |
cursor: pointer; |
|
526 |
} |
|
527 |
||
| 33 | 528 |
.frise-overflow { |
529 |
position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; |
|
| 31 | 530 |
} |
| 33 | 531 |
.bloc-pvw .frise { |
532 |
margin: 7px 5px 2px; |
|
| 31 | 533 |
} |
534 |
||
535 |
.aucun-segment{ |
|
536 |
font-weight: 600; |
|
537 |
font-style: italic; |
|
538 |
text-align: center; |
|
539 |
line-height: 20px; |
|
540 |
width: 100%; |
|
541 |
z-index:0; |
|
542 |
background: #CCCCCC; |
|
543 |
} |
|
544 |
.frise-segment{ |
|
545 |
position: absolute; |
|
| 43 | 546 |
height: 100%; |
547 |
} |
|
548 |
.mashup-frise .frise-segment { |
|
| 50 | 549 |
-moz-box-shadow: inset 1px 1px 1px #333333; |
550 |
-webkit-box-shadow: inset 1px 1px 1px #333333; |
|
551 |
box-shadow: inset 1px 1px 1px #333333; |
|
| 31 | 552 |
} |
| 43 | 553 |
.frise-segment.active, .mashup-frise .frise-segment.active { |
| 33 | 554 |
background-image: url(../img/pinstripe-purple.png); |
555 |
background-repeat: repeat; |
|
556 |
} |
|
| 31 | 557 |
.frise-indication{ |
| 43 | 558 |
height: 100%; |
| 31 | 559 |
line-height: 22px; |
560 |
display: inline-block; |
|
561 |
position: absolute; |
|
562 |
color: #FFF; |
|
563 |
top:0; |
|
564 |
left: 0px; |
|
565 |
font-size: 10px; |
|
566 |
width: 30px; |
|
567 |
text-align: center; |
|
568 |
background: url(../img/bg-indication.png) 15px 0 no-repeat; |
|
569 |
margin-left: -15px; |
|
| 43 | 570 |
text-shadow: 1px 1px 1px #000000; |
| 31 | 571 |
} |
572 |
.frise-position { |
|
| 33 | 573 |
width: 1px; top: -8px; bottom: 0; margin-left: -0.5px; position: absolute; |
574 |
z-index: 3; background: #FF00FC; |
|
| 31 | 575 |
} |
576 |
/* col-middle - bloc-segmentation - popin.segmentation */ |
|
577 |
||
578 |
.pointer-padder { |
|
579 |
left: 5px; |
|
580 |
position: absolute; |
|
581 |
right: 5px; |
|
582 |
top: 0; |
|
583 |
} |
|
584 |
||
585 |
.pointer-padder .pointer { |
|
586 |
top: 0; margin-left: -10px; |
|
587 |
} |
|
588 |
||
589 |
.segment-info { |
|
590 |
padding-top: 12px; |
|
| 39 | 591 |
overflow: hidden; |
| 31 | 592 |
position: relative; |
593 |
} |
|
594 |
||
595 |
/* popin - frise-description */ |
|
596 |
||
597 |
.annotation-title { |
|
598 |
color: #de2500; |
|
599 |
font-size: 14px; |
|
600 |
font-weight: bold; |
|
601 |
} |
|
602 |
.annotation-time { |
|
603 |
color: #7628DF; |
|
604 |
} |
|
605 |
.mashup-description table{ |
|
606 |
font-size: 12px; |
|
607 |
} |
|
608 |
.mashup-description th{ |
|
609 |
text-align: left; |
|
610 |
font-weight: 600; |
|
611 |
display: block; |
|
612 |
min-width: 75px; |
|
613 |
} |
|
614 |
.mashup-description td{ |
|
615 |
line-height: 15px; |
|
616 |
padding-left: 2px; |
|
617 |
} |
|
618 |
.mashup-description th, |
|
619 |
.mashup-description td, |
|
620 |
.mashup-description h2{ |
|
621 |
padding-bottom: 8px; |
|
622 |
} |
|
623 |
.mashup-description .tools{ |
|
624 |
float: right; |
|
625 |
} |
|
626 |
||
| 33 | 627 |
.video { |
628 |
background: #333333; |
|
629 |
position: relative; |
|
630 |
} |
|
631 |
.video-wait { |
|
632 |
display: none; |
|
633 |
position: absolute; left: 0; top: 0; width: 100%; height: 100%; |
|
634 |
background-color: rgba(120, 120, 140, .6); |
|
635 |
background-image: url(../img/reel.gif); |
|
636 |
background-position: center; |
|
637 |
background-repeat: no-repeat; |
|
638 |
z-index: 3; |
|
639 |
} |
|
| 31 | 640 |
.widget { |
641 |
position: relative; |
|
642 |
} |
|
643 |
||
| 43 | 644 |
.segment-tooltip-wrapper { |
645 |
position: absolute; height: 0; width: 0; |
|
646 |
top: 0; z-index: 7; display: none; left: 50%; |
|
647 |
} |
|
648 |
||
649 |
.segment-tooltip { |
|
650 |
padding: 4px; border: 1px solid #867a97; background: url(../img/bg-jaune.png); |
|
651 |
width: 130px; position: absolute; bottom: 14px; left: -70px; |
|
652 |
font-size: 12px; font-weight: 600; text-align: center; color: #DE2500; |
|
653 |
} |
|
654 |
||
655 |
.segment-tooltip-tip { |
|
656 |
position: absolute; top: -15px; left: -10px; background: url(../img/inv-triangle.png); |
|
657 |
width: 20px; height: 13px; |
|
658 |
} |
|
659 |
||
| 31 | 660 |
/* Styles from Metadataplayer */ |
661 |
||
662 |
/* Slider Widget */ |
|
663 |
||
664 |
.Ldt-Slider-Container { |
|
665 |
background: #969696; |
|
666 |
background: -moz-linear-gradient(left, #747474 50%, #B6B8B8 50%); |
|
667 |
background: -webkit-linear-gradient(left, #747474 50%, #B6B8B8 50%); |
|
668 |
border-top: 1px solid #969696; |
|
669 |
height: 4px; |
|
| 33 | 670 |
position: relative; z-index: 5; |
| 31 | 671 |
} |
672 |
||
673 |
.Ldt-Slider { |
|
| 33 | 674 |
border: none; border-radius: 0; padding: 0; height: 100%; background: #B6B8B8; |
| 31 | 675 |
} |
676 |
||
677 |
.Ldt-Slider .ui-slider-handle { |
|
678 |
border-radius: 8px; top: -2px; background: #ff00fc; border: 1px solid #ffffff; |
|
679 |
} |
|
680 |
||
681 |
.Ldt-Slider .ui-slider-range { |
|
682 |
background: #747474; |
|
683 |
} |
|
684 |
||
685 |
.Ldt-Slider-Time { |
|
686 |
position: absolute; top: -16px; background: #ffffc0; color: #000000; border-radius: 3px; z-index: 8; |
|
| 33 | 687 |
font-size: 10px; width: 34px; border: 1px solid #999999; padding: 1px; margin-left: -14px; |
| 31 | 688 |
display: none; text-align: center; font-weight: bold; |
689 |
} |
|
690 |
||
691 |
/* Controller Widget */ |
|
692 |
||
693 |
.Ldt-Ctrl { |
|
694 |
font-size: 10px; |
|
695 |
background:url('../img/player_gradient.png') repeat-x transparent ; |
|
696 |
height: 25px; |
|
697 |
border: 1px solid #969696; |
|
698 |
position: relative; |
|
699 |
} |
|
700 |
||
701 |
.Ldt-Ctrl-Left { |
|
702 |
float:left; width: 300px; |
|
703 |
} |
|
704 |
||
705 |
.Ldt-Ctrl-Right { |
|
706 |
float: right; |
|
707 |
} |
|
708 |
||
709 |
.Ldt-Ctrl-button { |
|
710 |
float: left; |
|
711 |
width: 30px; height: 25px; |
|
712 |
background: url('../img/player-sprites.png'); |
|
713 |
cursor: pointer; |
|
714 |
} |
|
715 |
||
716 |
.Ldt-Ctrl-spacer { |
|
717 |
float: left; width: 1px; height: 25px; background: #969696; |
|
718 |
} |
|
719 |
||
720 |
.Ldt-Ctrl-Play { |
|
721 |
margin: 0 15px; |
|
722 |
} |
|
723 |
||
724 |
.Ldt-Ctrl-Play-PlayState { |
|
725 |
background-position: 0 0; |
|
726 |
} |
|
727 |
||
728 |
.Ldt-Ctrl-Play-PlayState:hover { |
|
729 |
background-position: 0 -25px; |
|
730 |
} |
|
731 |
||
732 |
.Ldt-Ctrl-Play-PlayState:active { |
|
733 |
background-position: 0 -50px; |
|
734 |
} |
|
735 |
||
736 |
.Ldt-Ctrl-Play-PauseState { |
|
737 |
background-position: -30px 0; |
|
738 |
} |
|
739 |
||
740 |
.Ldt-Ctrl-Play-PauseState:hover { |
|
741 |
background-position: -30px -25px; |
|
742 |
} |
|
743 |
||
744 |
.Ldt-Ctrl-Play-PauseState:active { |
|
745 |
background-position: -30px -50px; |
|
746 |
} |
|
747 |
||
748 |
.Ldt-Ctrl-InOutBlock { |
|
749 |
display: none; |
|
750 |
} |
|
751 |
||
752 |
.segment-mode .Ldt-Ctrl-InOutBlock { |
|
753 |
display: block; |
|
754 |
} |
|
755 |
||
756 |
.Ldt-Ctrl-SetIn, .Ldt-Ctrl-SetOut { |
|
757 |
margin: 0 2px; |
|
758 |
} |
|
759 |
||
760 |
.Ldt-Ctrl-SetIn { |
|
761 |
background-position: -60px 0; |
|
762 |
} |
|
763 |
||
764 |
.Ldt-Ctrl-SetIn:hover { |
|
765 |
background-position: -60px -25px; |
|
766 |
} |
|
767 |
||
768 |
.Ldt-Ctrl-SetIn:active { |
|
769 |
background-position: -60px -50px; |
|
770 |
} |
|
771 |
||
772 |
.Ldt-Ctrl-SetOut { |
|
773 |
background-position: -90px 0; |
|
774 |
} |
|
775 |
||
776 |
.Ldt-Ctrl-SetOut:hover { |
|
777 |
background-position: -90px -25px; |
|
778 |
} |
|
779 |
||
780 |
.Ldt-Ctrl-SetOut:active { |
|
781 |
background-position: -90px -50px; |
|
782 |
} |
|
783 |
||
784 |
.Ldt-Ctrl-Time { |
|
785 |
float: left; |
|
786 |
margin: 7px 5px 0; |
|
787 |
font-size: 12px; |
|
788 |
font-family: Arial, Verdana, sans-serif; |
|
789 |
} |
|
790 |
||
791 |
.Ldt-Ctrl-Time-Elapsed { |
|
792 |
float: left; |
|
793 |
color: #4a4a4a; |
|
794 |
} |
|
795 |
||
796 |
.Ldt-Ctrl-Time-Separator { |
|
797 |
margin: 0 4px; |
|
798 |
float: left; |
|
799 |
} |
|
800 |
||
801 |
.Ldt-Ctrl-Time-Total { |
|
802 |
float: left; |
|
803 |
color: #b2b2b2; |
|
804 |
} |
|
805 |
||
806 |
.Ldt-Ctrl-Sound { |
|
807 |
margin: 0 2px; |
|
808 |
} |
|
809 |
||
810 |
.Ldt-Ctrl-Sound-Full { |
|
811 |
background-position: -120px 0; |
|
812 |
} |
|
813 |
||
814 |
.Ldt-Ctrl-Sound-Full:hover { |
|
815 |
background-position: -120px -25px; |
|
816 |
} |
|
817 |
||
818 |
.Ldt-Ctrl-Sound-Full:active { |
|
819 |
background-position: -120px -50px; |
|
820 |
} |
|
821 |
||
822 |
.Ldt-Ctrl-Sound-Mute { |
|
823 |
background-position: -150px 0; |
|
824 |
} |
|
825 |
||
826 |
.Ldt-Ctrl-Sound-Mute:hover { |
|
827 |
background-position: -150px -25px; |
|
828 |
} |
|
829 |
||
830 |
.Ldt-Ctrl-Sound-Mute:active { |
|
831 |
background-position: -150px -50px; |
|
832 |
} |
|
833 |
||
834 |
.Ldt-Ctrl-Sound-Half { |
|
835 |
background-position: -180px 0; |
|
836 |
} |
|
837 |
||
838 |
.Ldt-Ctrl-Sound-Half:hover { |
|
839 |
background-position: -180px -25px; |
|
840 |
} |
|
841 |
||
842 |
.Ldt-Ctrl-Sound-Half:active { |
|
843 |
background-position: -180px -50px; |
|
844 |
} |
|
845 |
||
846 |
.Ldt-Ctrl-Volume-Control { |
|
847 |
display: none; |
|
848 |
position: absolute; |
|
849 |
background:url('../img/player_gradient.png') repeat-x transparent ; |
|
850 |
height: 25px; |
|
851 |
width: 100px; top: 25px; right: -1px; z-index: 100; |
|
852 |
padding: 0 2px; |
|
853 |
border: 1px solid #b6b8b8; |
|
854 |
} |
|
855 |
||
856 |
.Ldt-Ctrl-Volume-Bar { |
|
857 |
height: 5px; margin: 9px 3px 0; background: #cccccc; border: 1px solid #999999; border-radius: 2px; |
|
858 |
} |
|
859 |
||
860 |
.Ldt-Ctrl-Volume-Control .ui-slider-handle { |
|
861 |
width: 6px; height: 19px; background: #a8a8a8; border: 1px solid #999999; border-radius: 2px; top: -8px; margin-left: -4px; |
|
862 |
cursor: pointer; |
|
863 |
} |
|
864 |
||
865 |
.Ldt-Ctrl-Volume-Control:hover .ui-slider-handle { |
|
866 |
background: #F7268E; |
|
| 43 | 867 |
} |
868 |
||
869 |
/* Social Share Widget */ |
|
870 |
||
871 |
.Ldt-Social { |
|
872 |
float: right; margin-top: 10px; |
|
873 |
} |
|
874 |
||
875 |
.Ldt-Social a { |
|
876 |
float: left; width: 24px; height: 24px; background: url(../img/socialbuttons.png); |
|
877 |
} |
|
878 |
||
879 |
.Ldt-Social-Url-Container { |
|
880 |
float: left; width: 24px; height: 24px; position: relative; |
|
881 |
} |
|
882 |
||
883 |
a.Ldt-Social-Url { |
|
884 |
margin: 0; background-position: -96px 0; |
|
885 |
} |
|
886 |
||
887 |
a.Ldt-Social-Url:hover { |
|
888 |
background-position: -96px -24px; |
|
889 |
} |
|
890 |
||
891 |
.Ldt-Social-UrlPop { |
|
892 |
position: absolute; left: 20px; top: -2px; background: url(../img/socialcopy.png); |
|
893 |
padding: 3px 0 0 12px; width: 218px; height: 27px; |
|
894 |
display: none; |
|
895 |
} |
|
896 |
||
897 |
.Ldt-Social-Input, .Ldt-Social-CopyBtn { |
|
898 |
font-size: 11px; margin: 1px; border: 1px solid #ccc; height: 16px; |
|
899 |
padding: 1px; border-radius: 2px; display: inline-block; |
|
900 |
} |
|
901 |
||
902 |
.Ldt-Social-Input:hover, .Ldt-Social-CopyBtn.hover { |
|
903 |
border-color: #8080ff; |
|
904 |
} |
|
905 |
||
906 |
.Ldt-Social-Input { |
|
907 |
width: 150px; |
|
908 |
} |
|
909 |
||
910 |
.Ldt-Social-CopyBtn { |
|
911 |
font-weight: bold; width: 50px; text-align: center; background: #f0f0ff; line-height: 16px; width: 46px; |
|
912 |
} |
|
913 |
||
914 |
.Ldt-Social-CopyBtn.hover { |
|
915 |
background: #ffe0a0; |
|
916 |
} |
|
917 |
||
918 |
.Ldt-Social-CopyBtn.active { |
|
919 |
background: #ff8000; |
|
920 |
} |
|
921 |
||
922 |
a.Ldt-Social-Twitter { |
|
923 |
background-position: 0 0; |
|
924 |
} |
|
925 |
||
926 |
a.Ldt-Social-Twitter:hover { |
|
927 |
background-position: 0 -24px; |
|
928 |
} |
|
929 |
||
930 |
a.Ldt-Social-Fb { |
|
931 |
background-position: -24px 0; |
|
932 |
} |
|
933 |
||
934 |
a.Ldt-Social-Fb:hover { |
|
935 |
background-position: -24px -24px; |
|
936 |
} |
|
937 |
||
938 |
a.Ldt-Social-Gplus { |
|
939 |
background-position: -48px 0; |
|
940 |
} |
|
941 |
||
942 |
a.Ldt-Social-Gplus:hover { |
|
943 |
background-position: -48px -24px; |
|
944 |
} |
|
945 |
||
946 |
a.Ldt-Social-Mail { |
|
947 |
background-position: -72px 0; |
|
948 |
} |
|
949 |
||
950 |
a.Ldt-Social-Mail:hover { |
|
951 |
background-position: -72px -24px; |
|
952 |
} |
|
| 50 | 953 |
|
954 |
||
955 |
.media-segment-list-inner { |
|
956 |
position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url(../img/bg-segments.png); |
|
957 |
} |
|
958 |
||
959 |
.media-segment-section { |
|
960 |
position: absolute; height: 8px; cursor: pointer; |
|
961 |
-moz-box-shadow: inset 1px 1px 1px #808080; |
|
962 |
-webkit-box-shadow: inset 1px 1px 1px #808080; |
|
963 |
box-shadow: inset 1px 1px 1px #808080; |
|
964 |
} |
|
965 |
||
966 |
.media-segment-popin h3, .media-found-popin h3{ |
|
967 |
padding: 0; |
|
968 |
color: #de2500; |
|
969 |
margin-bottom: 4px; |
|
970 |
font-weight: 600; |
|
971 |
} |
|
972 |
||
973 |
.media-segment-popin p{ |
|
974 |
font-size: 12px; |
|
975 |
} |
|
976 |
||
977 |
.media-segment-popin span{ |
|
978 |
color: #7628df; |
|
979 |
} |