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