integration/css/common.css
author veltr
Fri, 30 Nov 2012 16:48:37 +0100
changeset 86 4857ac3892e3
parent 84 0c699d2767f8
child 91 a94f5c62e4d7
permissions -rw-r--r--
Minor changes
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{
86
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   106
	width: 400px;
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;
43
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   114
}
86
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   115
.title-video-wrap .title-video a {
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   116
    text-decoration: underline;
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   117
}
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   118
.title-video-wrap .title-video a:hover {
43
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   119
    text-decoration: none;
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   120
}
86
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   121
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   122
.title-video-wrap .category {
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   123
    color: #7628DF;
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   124
}
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   125
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   126
.tile-video-wrap .separator {
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   127
    color: #333333;
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   128
}
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   129
43
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   130
.title-video-wrap .open-popin {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   131
	color: #30036d;
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   132
	background-image: url(../img/pencil-icon.png);
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   133
	background-repeat: no-repeat;
43
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   134
	background-position: right 6px;
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   135
	padding-right: 20px;
33
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   136
	min-height: 20px;
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   137
}
24
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   138
.title-header{
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   139
	width: 460px;
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   140
	float: left;
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   141
	height: 60px;
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   142
}
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   143
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   144
.wrap-header{
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   145
	background-color: #e2dbfd;
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   146
}
8
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   147
.header{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   148
	position: relative;
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   149
	width: 960px;
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 43
diff changeset
   150
	margin: 0 auto;
7
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
}
8
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   153
.header .title-video-wrap, 
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   154
.header h1, 
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   155
.header .profil-wrap{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   156
	position: relative;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   157
	float: left;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   158
	height: 60px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   159
}
8
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   160
.header h1{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   161
	display: inline-block;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   162
	height: 60px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   163
	width: 250px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   164
}
8
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   165
.header h1 a img, 
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   166
.header h1 a span{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   167
	float: left;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   168
}
8
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   169
.header h1 a{
20
c0bb6a59f587 Font corrections
veltr
parents: 16
diff changeset
   170
	padding-top: 8px;
7
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 h1 a span{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   173
 	font-size: 20px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   174
 	text-align: center;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   175
 	padding: 0px 0 0 6px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   176
 	font-weight: 300;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   177
}
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   178
/* header - profil-wrap */
8
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   179
.header .profil-wrap{
43
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   180
    float: right;
86
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   181
	width: 180px;
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   182
}
8
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   183
.header .profil-wrap a{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   184
	width: 160px;
53
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 52
diff changeset
   185
	display: inline-block;
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   186
	text-align: right;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   187
	right: 0;
52
2565a518aafa update style of new link
Anthony Ly <anthonyly.com@gmail.com>
parents: 51
diff changeset
   188
	font-size: 13px;
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   189
	color: #30036d;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   190
	padding-right: 18px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   191
}
53
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 52
diff changeset
   192
.profil-wrap li{
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 52
diff changeset
   193
	text-align: right;
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 52
diff changeset
   194
	line-height: 18px;
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 52
diff changeset
   195
}
8
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   196
.header .profil-wrap a:hover{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   197
	color: #FF00FC;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   198
}
64
2de3ca9542ed Corrections
veltr
parents: 53
diff changeset
   199
a.all-hashcut{
52
2565a518aafa update style of new link
Anthony Ly <anthonyly.com@gmail.com>
parents: 51
diff changeset
   200
	top: 2px;
53
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 52
diff changeset
   201
	background: url(../img/arrow-top.png) right 3px no-repeat;
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   202
}
64
2de3ca9542ed Corrections
veltr
parents: 53
diff changeset
   203
a.my-profil{
52
2565a518aafa update style of new link
Anthony Ly <anthonyly.com@gmail.com>
parents: 51
diff changeset
   204
	top: 42px;
53
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 52
diff changeset
   205
	background: url(../img/arrow-bot.png) right 6px no-repeat;
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 52
diff changeset
   206
}
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 52
diff changeset
   207
.space-top{
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 52
diff changeset
   208
	padding-top: 10px;
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 52
diff changeset
   209
}
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 52
diff changeset
   210
.space-top-2{
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 52
diff changeset
   211
	padding-top: 30px;
51
b75d526629ab new link : edition
Anthony Ly <anthonyly.com@gmail.com>
parents: 50
diff changeset
   212
}
64
2de3ca9542ed Corrections
veltr
parents: 53
diff changeset
   213
a.new-hashcut{
2de3ca9542ed Corrections
veltr
parents: 53
diff changeset
   214
	background: url(../img/pencil-icon.png) right 3px no-repeat;
51
b75d526629ab new link : edition
Anthony Ly <anthonyly.com@gmail.com>
parents: 50
diff changeset
   215
}
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   216
/* content */
8
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   217
.content{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   218
	width: 960px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   219
	min-height: 750px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   220
}
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   221
/* popin */
8
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   222
.popin{
84
0c699d2767f8 Some corrections
veltr
parents: 73
diff changeset
   223
	margin-top: 12px;
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   224
	position: absolute;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   225
	top: 0;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   226
	z-index: 10;
84
0c699d2767f8 Some corrections
veltr
parents: 73
diff changeset
   227
    display: none;
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   228
}
15
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   229
.pointer{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   230
	position: absolute;
65
60a1e58b0a08 Changed Pointer IMGs into DIVs
veltr
parents: 64
diff changeset
   231
	width: 20px;
60a1e58b0a08 Changed Pointer IMGs into DIVs
veltr
parents: 64
diff changeset
   232
	height: 13px;
60a1e58b0a08 Changed Pointer IMGs into DIVs
veltr
parents: 64
diff changeset
   233
	background: url(../img/popin-triangle.png);
84
0c699d2767f8 Some corrections
veltr
parents: 73
diff changeset
   234
	top: -12px;
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   235
}
15
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   236
.popin-content{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   237
	padding: 8px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   238
	border: 1px solid #867a97;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   239
	background: url(../img/bg-jaune.png);
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   240
}
15
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   241
.popin-content input[type=text],
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   242
.popin-content input[type=password], 
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   243
.popin-content textarea{
25
eea45f9b124b commit before merge
veltr
parents: 20
diff changeset
   244
	padding: 0 4px;
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   245
	font-size: 12px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   246
	border: 1px solid #867a97;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   247
	-webkit-border-radius: 4px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   248
  	-moz-border-radius: 4px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   249
  	border-radius: 4px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   250
}
25
eea45f9b124b commit before merge
veltr
parents: 20
diff changeset
   251
.popin-content input[type=text],
eea45f9b124b commit before merge
veltr
parents: 20
diff changeset
   252
.popin-content input[type=password] {
eea45f9b124b commit before merge
veltr
parents: 20
diff changeset
   253
    line-height: 20px;
eea45f9b124b commit before merge
veltr
parents: 20
diff changeset
   254
    height: 20px;
eea45f9b124b commit before merge
veltr
parents: 20
diff changeset
   255
}
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   256
/* popin - user */
8
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   257
.user.popin{
65
60a1e58b0a08 Changed Pointer IMGs into DIVs
veltr
parents: 64
diff changeset
   258
	top: 55px;
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   259
	right: 0;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   260
}
65
60a1e58b0a08 Changed Pointer IMGs into DIVs
veltr
parents: 64
diff changeset
   261
.user.popin .pointer{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   262
	right: 36px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   263
}
15
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   264
.button {
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   265
	margin-top: 2px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   266
	display: block;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   267
	font-size: 12px;
15
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   268
	border: none;
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   269
	padding: 0;
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   270
	width: 150px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   271
	background-color: #30036D;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   272
	color: #FFF;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   273
	text-align: center;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   274
	-webkit-border-radius: 4px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   275
  	-moz-border-radius: 4px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   276
  	border-radius: 4px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   277
  	cursor: pointer;
15
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   278
  	height: 22px;
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   279
  	line-height: 22px;
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   280
}
15
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   281
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   282
.button:hover{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   283
	background-color: #FF00FC
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   284
}
24
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   285
.user.login h2, 
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   286
.user.signup h2 {
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   287
	color: #de2500;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   288
	font-size: 14px;
16
7536b92a7775 a few changes before a merge
veltr
parents: 15
diff changeset
   289
	font-weight: 600;
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   290
	margin-bottom: 12px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   291
}
16
7536b92a7775 a few changes before a merge
veltr
parents: 15
diff changeset
   292
7536b92a7775 a few changes before a merge
veltr
parents: 15
diff changeset
   293
.user.info h2 {
7536b92a7775 a few changes before a merge
veltr
parents: 15
diff changeset
   294
    color: #7628df;
7536b92a7775 a few changes before a merge
veltr
parents: 15
diff changeset
   295
    font-size: 18px;
7536b92a7775 a few changes before a merge
veltr
parents: 15
diff changeset
   296
    font-weight: 600;margin-bottom: 2px;
7536b92a7775 a few changes before a merge
veltr
parents: 15
diff changeset
   297
}
7536b92a7775 a few changes before a merge
veltr
parents: 15
diff changeset
   298
15
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   299
.user label{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   300
	width: 84px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   301
	font-size: 12px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   302
	display: inline-block;
16
7536b92a7775 a few changes before a merge
veltr
parents: 15
diff changeset
   303
	line-height: 10px;
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   304
}
15
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   305
.user p {
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   306
	display: block;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   307
	line-height: 18px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   308
	margin-bottom: 8px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   309
	overflow: hidden;
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 input[type=text],
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   312
.user input[type=password] {
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   313
	position: relative;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   314
	width: 110px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   315
	padding: 0 5px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   316
	height: 18px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   317
	display: inline-block;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   318
}
15
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   319
.user .button {
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   320
    float: right;
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   321
}
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   322
/* popin - user - info */
16
7536b92a7775 a few changes before a merge
veltr
parents: 15
diff changeset
   323
.user.info {
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   324
	text-align: right;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   325
}
15
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   326
.user h3{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   327
	color: #30036d;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   328
	font-size: 14px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   329
	margin-bottom: 10px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   330
}
15
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   331
.user .nb-hashcut{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   332
	color: #de2500;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   333
	font-size: 14px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   334
	text-decoration: underline;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   335
	display: block;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   336
	margin-bottom: 12px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   337
}
15
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   338
.user .nb-hashcut:hover{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   339
	text-decoration: none;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   340
}
8
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   341
.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
   342
	background-color: #FF00FC;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   343
}
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   344
/* popin - user - signup */
15
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   345
.signup-button{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   346
	background-color: #de2500;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   347
}
15
56937307d7f4 cleaning css
veltr
parents: 8
diff changeset
   348
.user .popin-content{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   349
	min-width: 205px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   350
}
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   351
/* footer */
8
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   352
.footer{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   353
	border-top: 1px solid black;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   354
	width: 100%;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   355
	padding-top: 8px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   356
}
8
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   357
.footer .links-left{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   358
	float: left;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   359
}
8
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   360
.footer .links-left li{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   361
	margin-bottom: 4px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   362
}
8
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   363
.footer .links-left li a{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   364
	border-bottom: 1px solid #cccccc;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   365
}
8
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   366
.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
   367
	border-bottom: none;
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{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   370
	float: right;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   371
}
8
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   372
.footer .links-right li{
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   373
	line-height: 40px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   374
	float: right;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   375
	margin-left: 8px;
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   376
}
8
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   377
.footer .links-right li img {
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   378
    vertical-align: middle;
24
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   379
}
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   380
/* video-item */
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   381
.hashcut-video-wrap{
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   382
	padding-left: 10px;
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   383
	overflow: hidden;
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   384
	margin-bottom: 16px;
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   385
}
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   386
.video-item{
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   387
	width: 300px;
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   388
	float: left;
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   389
	margin-right: 20px;
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   390
}
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   391
.video-item h3{
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   392
	font-size: 12px;
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   393
}
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   394
.video-item .screenshot{
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   395
	display: inline-block;
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   396
	margin-bottom: 8px;
84
0c699d2767f8 Some corrections
veltr
parents: 73
diff changeset
   397
	background: #ffffff;
24
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   398
}
84
0c699d2767f8 Some corrections
veltr
parents: 73
diff changeset
   399
.video-item .screenshot:hover {
0c699d2767f8 Some corrections
veltr
parents: 73
diff changeset
   400
    opacity: .8; filter:alpha(opacity=80);
0c699d2767f8 Some corrections
veltr
parents: 73
diff changeset
   401
} 
0c699d2767f8 Some corrections
veltr
parents: 73
diff changeset
   402
.video-item a.author{
0c699d2767f8 Some corrections
veltr
parents: 73
diff changeset
   403
    color: #7628DF; text-decoration: underline;
0c699d2767f8 Some corrections
veltr
parents: 73
diff changeset
   404
}
0c699d2767f8 Some corrections
veltr
parents: 73
diff changeset
   405
.video-item a.author:hover{
0c699d2767f8 Some corrections
veltr
parents: 73
diff changeset
   406
    text-decoration: none;
24
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   407
}
84
0c699d2767f8 Some corrections
veltr
parents: 73
diff changeset
   408
.video-item a.title{
0c699d2767f8 Some corrections
veltr
parents: 73
diff changeset
   409
    color: #30036D; font-weight: 600; text-decoration: none;
0c699d2767f8 Some corrections
veltr
parents: 73
diff changeset
   410
}
0c699d2767f8 Some corrections
veltr
parents: 73
diff changeset
   411
.video-item a.title:hover{
0c699d2767f8 Some corrections
veltr
parents: 73
diff changeset
   412
    text-decoration: underline;
0c699d2767f8 Some corrections
veltr
parents: 73
diff changeset
   413
}
0c699d2767f8 Some corrections
veltr
parents: 73
diff changeset
   414
.video-item .duration {
0c699d2767f8 Some corrections
veltr
parents: 73
diff changeset
   415
    color: #C81000;
24
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   416
}
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   417
.pagination{
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   418
	text-align: center;
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   419
}
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   420
.pagination a{
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   421
	font-size: 14px;
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   422
	color: #7628df;
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   423
	text-decoration: underline;
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   424
}
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   425
.pagination a:hover{
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   426
	text-decoration: none;
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   427
}
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   428
.pagination a.active{
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   429
	color: #de2500;
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 20
diff changeset
   430
	text-decoration: none;
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   431
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   432
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   433
/* content */
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   434
.left-content, 
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   435
.right-content{
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   436
	float: left;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   437
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   438
.left-content h2,
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   439
.right-content h2{
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   440
	padding: 6px 0;
41
3ec2343f2b85 Refactoring to have common code between editor and player
veltr
parents: 39
diff changeset
   441
	margin: 8px 0 14px;
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   442
	border-bottom: 1px solid #333333;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   443
	color: #30036d;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   444
	font-size: 18px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   445
	font-weight: 600;
41
3ec2343f2b85 Refactoring to have common code between editor and player
veltr
parents: 39
diff changeset
   446
	clear: both;
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   447
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   448
/* left-content */
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   449
.left-content{
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   450
	width: 630px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   451
	margin-right: 20px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   452
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   453
/* right-content */
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   454
.right-content{
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   455
	width: 310px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   456
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   457
/* list-video */
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   458
.list-video {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   459
	overflow: hidden;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   460
	overflow-y: auto;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   461
	height: 680px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   462
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   463
.item-video {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   464
	margin-bottom: 1px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   465
	padding: 5px 10px 5px 10px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   466
	clear: both;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   467
	width: auto;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   468
	min-height: 62px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   469
	display: block;
43
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   470
	position: relative;
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   471
}
45
f39df810caab Segments show up in search engine
veltr
parents: 43
diff changeset
   472
.item-video .thumbnail{
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   473
	float: left;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   474
	margin-right: 4px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   475
	max-width: 80px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   476
	max-height: 60px;
73
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 65
diff changeset
   477
	box-shadow: 1px 1px 2px #808080;
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   478
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   479
.item-video .video-info{
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   480
    margin-left: 88px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   481
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   482
.item-video .title-video{
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   483
	font-size: 13px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   484
	font-weight: 600;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   485
	color: #30036d;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   486
	margin-bottom: 1px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   487
}
43
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   488
.item-video .description{
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   489
	font-size: 11px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   490
	margin-bottom: 1px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   491
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   492
.item-video .time-length{
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   493
	font-size: 12px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   494
	font-weight: 600;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   495
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   496
.item-video .time-length span{
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   497
	color: #de2500;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   498
}
43
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   499
.item-video .media-count-wrap {
73
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 65
diff changeset
   500
    display: none;
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 65
diff changeset
   501
    height: 15px;
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 65
diff changeset
   502
    left: 66px;
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 65
diff changeset
   503
    position: absolute;
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 65
diff changeset
   504
    text-align: right;
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 65
diff changeset
   505
    top: 45px;
43
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   506
    width: 30px;
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   507
}
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   508
.item-video .media-count{
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   509
	color: #FFF;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   510
	font-size: 10px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   511
	line-height: 15px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   512
	background-color: #ff00fc;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   513
	-webkit-border-radius: 4px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   514
  	-moz-border-radius: 4px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   515
  	border-radius: 4px;
73
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 65
diff changeset
   516
  	padding: 0 2px;
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 65
diff changeset
   517
  	border: 1px solid #C81000;
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 65
diff changeset
   518
  	text-shadow: 1px 1px 1px #330000;
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   519
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   520
.item-video .subtitle{
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   521
	margin-bottom: 2px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   522
	color: #de2500;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   523
	font-size: 11px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   524
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   525
.item-video .duration{
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   526
	color: #7628df;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   527
	font-size: 12px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   528
	font-weight: 600;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   529
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   530
/* frise */
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   531
.frise{
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   532
	height: 22px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   533
	position: relative;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   534
	border: 1px solid #333333;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   535
}
33
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   536
43
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   537
.mashup-frise {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   538
    cursor: pointer;
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   539
}
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   540
33
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   541
.frise-overflow {
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   542
    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
   543
}
33
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   544
.bloc-pvw .frise {
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   545
   margin: 7px 5px 2px;
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   546
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   547
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   548
.aucun-segment{
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   549
	font-weight: 600;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   550
	font-style: italic;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   551
	text-align: center;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   552
	line-height: 20px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   553
	width: 100%;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   554
	z-index:0;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   555
	background: #CCCCCC;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   556
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   557
.frise-segment{
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   558
	position: absolute;
43
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   559
	height: 100%;
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   560
}
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   561
.mashup-frise .frise-segment {
50
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   562
	-moz-box-shadow: inset 1px 1px 1px #333333;
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   563
  	-webkit-box-shadow: inset 1px 1px 1px #333333;
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   564
  	box-shadow: inset 1px 1px 1px #333333;
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   565
}
43
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   566
.frise-segment.active, .mashup-frise .frise-segment.active {
33
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   567
    background-image: url(../img/pinstripe-purple.png);
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   568
    background-repeat: repeat;
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   569
}
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   570
.frise-indication{
43
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   571
	height: 100%;
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   572
	line-height: 22px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   573
	display: inline-block;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   574
	position: absolute;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   575
	color: #FFF;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   576
	top:0;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   577
	left: 0px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   578
	font-size: 10px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   579
	width: 30px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   580
	text-align: center;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   581
	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
   582
	margin-left: -15px;
43
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   583
	text-shadow: 1px 1px 1px #000000;
31
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
.frise-position {
33
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   586
    width: 1px; top: -8px; bottom: 0; margin-left: -0.5px; position: absolute;
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   587
    z-index: 3; background: #FF00FC;
31
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
/* col-middle - bloc-segmentation - popin.segmentation */
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   590
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   591
.pointer-padder {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   592
    left: 5px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   593
    position: absolute;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   594
    right: 5px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   595
    top: 0;
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
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   598
.pointer-padder .pointer {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   599
    top: 0; margin-left: -10px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   600
}
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
.segment-info {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   603
    padding-top: 12px;
39
d3d8a88878ed Added validation before publication
veltr
parents: 33
diff changeset
   604
    overflow: hidden;
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   605
    position: relative;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   606
}
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
/* popin - frise-description */
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   609
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   610
.annotation-title {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   611
	color: #de2500;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   612
	font-size: 14px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   613
	font-weight: bold;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   614
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   615
.annotation-time {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   616
    color: #7628DF;
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 table{
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   619
	font-size: 12px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   620
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   621
.mashup-description th{
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   622
	text-align: left;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   623
	font-weight: 600;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   624
	display: block;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   625
	min-width: 75px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   626
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   627
.mashup-description td{
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   628
	line-height: 15px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   629
	padding-left: 2px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   630
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   631
.mashup-description th, 
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   632
.mashup-description td, 
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   633
.mashup-description h2{
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   634
	padding-bottom: 8px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   635
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   636
.mashup-description .tools{
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   637
	float: right;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   638
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   639
33
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   640
.video {
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   641
	background: #333333;
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   642
	position: relative;
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   643
}
73
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 65
diff changeset
   644
.video-wait, .full-wait {
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 65
diff changeset
   645
    left: 0; top: 0; width: 100%; height: 100%;
33
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   646
    background-color: rgba(120, 120, 140, .6);
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   647
    background-image: url(../img/reel.gif);
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   648
    background-position: center;
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   649
    background-repeat: no-repeat;
73
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 65
diff changeset
   650
}
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 65
diff changeset
   651
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 65
diff changeset
   652
.video-wait {
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 65
diff changeset
   653
    position: absolute; display: none; z-index: 3;
33
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   654
}
73
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 65
diff changeset
   655
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 65
diff changeset
   656
.full-wait {
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 65
diff changeset
   657
    position: fixed; z-index: 300;
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 65
diff changeset
   658
}
475e5fb0ea2b Cleaned imgs, corrected some bugs
veltr
parents: 65
diff changeset
   659
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   660
.widget {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   661
    position: relative; 
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   662
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   663
43
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   664
.segment-tooltip-wrapper {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   665
    position: absolute; height: 0; width: 0;
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   666
    top: 0; z-index: 7; display: none; left: 50%;
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   667
}
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   668
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   669
.segment-tooltip {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   670
	padding: 4px; border: 1px solid #867a97; background: url(../img/bg-jaune.png);
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   671
    width: 130px; position: absolute; bottom: 14px; left: -70px;
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   672
    font-size: 12px; font-weight: 600; text-align: center; color: #DE2500;
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   673
}
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   674
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   675
.segment-tooltip-tip {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   676
    position: absolute; top: -15px; left: -10px; background: url(../img/inv-triangle.png);
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   677
    width: 20px; height: 13px;
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   678
}
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   679
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   680
/* Styles from Metadataplayer */
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   681
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   682
/* Slider Widget */
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
.Ldt-Slider-Container {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   685
    background: #969696;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   686
    background: -moz-linear-gradient(left, #747474 50%, #B6B8B8 50%);
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   687
    background: -webkit-linear-gradient(left, #747474 50%, #B6B8B8 50%);
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   688
    border-top: 1px solid #969696;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   689
    height: 4px;
33
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   690
    position: relative; z-index: 5;
31
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   691
}
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-Slider {
33
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   694
    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
   695
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   696
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   697
.Ldt-Slider .ui-slider-handle {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   698
    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
   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-Slider .ui-slider-range {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   702
    background: #747474;
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-Slider-Time {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   706
    position: absolute; top: -16px; background: #ffffc0; color: #000000; border-radius: 3px; z-index: 8;
33
8540daf61fb0 Merge with 165284801055d49787081c6ec895047ff4726255
veltr
parents: 31
diff changeset
   707
    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
   708
    display: none; text-align: center; font-weight: bold;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   709
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   710
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   711
/* Controller Widget */
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   712
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   713
.Ldt-Ctrl {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   714
  font-size: 10px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   715
  background:url('../img/player_gradient.png') repeat-x transparent ;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   716
  height: 25px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   717
  border: 1px solid #969696;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   718
  position: relative;
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
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   721
.Ldt-Ctrl-Left {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   722
  float:left; width: 300px;
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
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   725
.Ldt-Ctrl-Right {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   726
  float: right;
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
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   729
.Ldt-Ctrl-button {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   730
  float: left;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   731
  width: 30px; height: 25px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   732
  background: url('../img/player-sprites.png');
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   733
  cursor: pointer;
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-spacer {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   737
    float: left; width: 1px; height: 25px; background: #969696;
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 {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   741
  margin: 0 15px;
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-PlayState {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   745
  background-position: 0 0;
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-Play-PlayState:hover {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   749
  background-position: 0 -25px;
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
.Ldt-Ctrl-Play-PlayState:active {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   753
  background-position: 0 -50px;
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-Play-PauseState {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   757
  background-position: -30px 0;
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-Play-PauseState:hover {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   761
  background-position: -30px -25px;
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-Play-PauseState:active {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   765
  background-position: -30px -50px;
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-InOutBlock {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   769
    display: none;
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
.segment-mode .Ldt-Ctrl-InOutBlock {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   773
    display: block;
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-SetIn, .Ldt-Ctrl-SetOut {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   777
    margin: 0 2px;
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-SetIn {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   781
    background-position: -60px 0;
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-SetIn:hover {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   785
  background-position: -60px -25px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   786
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   787
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   788
.Ldt-Ctrl-SetIn:active {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   789
  background-position: -60px -50px;
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
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   792
.Ldt-Ctrl-SetOut {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   793
    background-position: -90px 0;
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-SetOut:hover {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   797
  background-position: -90px -25px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   798
}
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
.Ldt-Ctrl-SetOut:active {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   801
  background-position: -90px -50px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   802
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   803
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   804
.Ldt-Ctrl-Time {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   805
  float: left;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   806
  margin: 7px 5px 0;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   807
  font-size: 12px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   808
  font-family: Arial, Verdana, sans-serif;
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
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   811
.Ldt-Ctrl-Time-Elapsed {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   812
  float: left;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   813
  color: #4a4a4a;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   814
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   815
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   816
.Ldt-Ctrl-Time-Separator {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   817
  margin: 0 4px;      
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   818
  float: left;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   819
}
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
.Ldt-Ctrl-Time-Total {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   822
  float: left;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   823
  color: #b2b2b2; 
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 {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   827
  margin: 0 2px;
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-Full {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   831
  background-position: -120px 0;
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-Full:hover {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   835
  background-position: -120px -25px;
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-Full:active {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   839
  background-position: -120px -50px;
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-Mute {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   843
  background-position: -150px 0;
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-Sound-Mute:hover {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   847
  background-position: -150px -25px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   848
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   849
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   850
.Ldt-Ctrl-Sound-Mute:active {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   851
  background-position: -150px -50px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   852
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   853
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   854
.Ldt-Ctrl-Sound-Half {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   855
  background-position: -180px 0;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   856
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   857
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   858
.Ldt-Ctrl-Sound-Half:hover {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   859
  background-position: -180px -25px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   860
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   861
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   862
.Ldt-Ctrl-Sound-Half:active {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   863
  background-position: -180px -50px;
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
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   866
.Ldt-Ctrl-Volume-Control {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   867
    display: none;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   868
  position: absolute;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   869
  background:url('../img/player_gradient.png') repeat-x transparent ;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   870
  height: 25px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   871
  width: 100px; top: 25px; right: -1px; z-index: 100;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   872
  padding: 0 2px;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   873
  border: 1px solid #b6b8b8;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   874
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   875
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   876
.Ldt-Ctrl-Volume-Bar { 
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   877
    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
   878
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   879
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   880
.Ldt-Ctrl-Volume-Control .ui-slider-handle {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   881
    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
   882
    cursor: pointer;
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   883
}
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   884
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   885
.Ldt-Ctrl-Volume-Control:hover .ui-slider-handle {
165284801055 new hash cut page
Anthony Ly <anthonyly.com@gmail.com>
parents: 26
diff changeset
   886
     background: #F7268E;
43
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   887
}
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   888
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   889
/* Social Share Widget */
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   890
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   891
.Ldt-Social {
86
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   892
    float: left; margin-top: 8px;
43
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   893
}
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   894
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   895
.Ldt-Social a {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   896
   float: left; width: 24px; height: 24px; background: url(../img/socialbuttons.png);
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   897
}
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   898
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   899
.Ldt-Social-Url-Container {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   900
    float: left; width: 24px; height: 24px; position: relative;
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   901
}
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   902
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   903
a.Ldt-Social-Url {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   904
    margin: 0; background-position: -96px 0;
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   905
}
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   906
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   907
a.Ldt-Social-Url:hover {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   908
    background-position: -96px -24px;
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   909
}
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   910
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   911
.Ldt-Social-UrlPop {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   912
    position: absolute; left: 20px; top: -2px; background: url(../img/socialcopy.png);
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   913
    padding: 3px 0 0 12px; width: 218px; height: 27px;
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   914
    display: none;
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   915
}
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   916
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   917
.Ldt-Social-Input, .Ldt-Social-CopyBtn {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   918
    font-size: 11px; margin: 1px; border: 1px solid #ccc; height: 16px;
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   919
    padding: 1px; border-radius: 2px; display: inline-block;
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
.Ldt-Social-Input:hover, .Ldt-Social-CopyBtn.hover {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   923
    border-color: #8080ff;
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
.Ldt-Social-Input {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   927
    width: 150px;
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
.Ldt-Social-CopyBtn {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   931
    font-weight: bold; width: 50px; text-align: center; background: #f0f0ff; line-height: 16px; width: 46px;
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
.Ldt-Social-CopyBtn.hover {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   935
    background: #ffe0a0;
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
.Ldt-Social-CopyBtn.active {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   939
    background: #ff8000;
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-Twitter {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   943
    background-position: 0 0;
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-Twitter:hover {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   947
    background-position: 0 -24px;
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-Fb {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   951
    background-position: -24px 0;
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   952
}
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   953
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   954
a.Ldt-Social-Fb:hover {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   955
    background-position: -24px -24px;
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   956
}
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   957
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   958
a.Ldt-Social-Gplus {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   959
    background-position: -48px 0;
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   960
}
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   961
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   962
a.Ldt-Social-Gplus:hover {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   963
    background-position: -48px -24px;
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   964
}
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   965
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   966
a.Ldt-Social-Mail {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   967
    background-position: -72px 0;
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   968
}
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   969
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   970
a.Ldt-Social-Mail:hover {
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   971
    background-position: -72px -24px;
5a5024bc74e6 Save before weekend
veltr
parents: 42
diff changeset
   972
}
50
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   973
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   974
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   975
.media-segment-list-inner {
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   976
    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
   977
}
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   978
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   979
.media-segment-section {
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   980
    position: absolute; height: 8px; cursor: pointer;
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   981
    -moz-box-shadow: inset 1px 1px 1px #808080;
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   982
    -webkit-box-shadow: inset 1px 1px 1px #808080;
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   983
    box-shadow: inset 1px 1px 1px #808080;
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   984
}
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   985
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   986
.media-segment-popin h3, .media-found-popin h3{
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   987
    padding: 0;
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   988
    color: #de2500;
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   989
    margin-bottom: 4px;
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   990
    font-weight: 600;
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   991
}
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   992
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   993
.media-segment-popin p{
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   994
    font-size: 12px;
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   995
}
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   996
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   997
.media-segment-popin span{
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   998
    color: #7628df;
89e152523cb6 Improving media page
veltr
parents: 47
diff changeset
   999
}