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