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