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