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