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