Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
2b309f9b
Commit
2b309f9b
authored
Feb 18, 2015
by
Marc Duez
Browse files
css segmenter
parent
3dcc03b7
Changes
4
Hide whitespace changes
Inline
Side-by-side
browser/css/dark.css
View file @
2b309f9b
...
@@ -251,6 +251,7 @@ line {
...
@@ -251,6 +251,7 @@ line {
-ms-transition
:
fill
0.2s
;
-ms-transition
:
fill
0.2s
;
transition
:
fill
0.2s
;
transition
:
fill
0.2s
;
fill
:
#839496
;
fill
:
#839496
;
stroke-width
:
4px
;
}
}
.circle_inactive
{
.circle_inactive
{
cursor
:
pointer
;
cursor
:
pointer
;
...
@@ -782,7 +783,6 @@ span.logo {
...
@@ -782,7 +783,6 @@ span.logo {
width
:
475px
;
width
:
475px
;
}
}
.menu-highlight
{
.menu-highlight
{
display
:
none
;
position
:
relative
;
position
:
relative
;
float
:
left
;
float
:
left
;
width
:
250px
;
width
:
250px
;
...
@@ -874,7 +874,7 @@ span.logo {
...
@@ -874,7 +874,7 @@ span.logo {
/* IE10+ */
/* IE10+ */
background
:
linear-gradient
(
to
right
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
background
:
linear-gradient
(
to
right
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* W3C */
/* W3C */
filter
:
"progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d24b6', endColorstr='#b82424',
GradientType=1)"
;
filter
:
"progid:DXImageTransform.Microsoft.gradient(
startColorstr='#3d24b6', endColorstr='#b82424',GradientType=1
)"
;
/* IE6-9 */
/* IE6-9 */
width
:
180px
;
width
:
180px
;
height
:
16px
;
height
:
16px
;
...
...
browser/css/light.css
View file @
2b309f9b
...
@@ -251,6 +251,7 @@ line {
...
@@ -251,6 +251,7 @@ line {
-ms-transition
:
fill
0.2s
;
-ms-transition
:
fill
0.2s
;
transition
:
fill
0.2s
;
transition
:
fill
0.2s
;
fill
:
#657b83
;
fill
:
#657b83
;
stroke-width
:
4px
;
}
}
.circle_inactive
{
.circle_inactive
{
cursor
:
pointer
;
cursor
:
pointer
;
...
@@ -782,7 +783,6 @@ span.logo {
...
@@ -782,7 +783,6 @@ span.logo {
width
:
475px
;
width
:
475px
;
}
}
.menu-highlight
{
.menu-highlight
{
display
:
none
;
position
:
relative
;
position
:
relative
;
float
:
left
;
float
:
left
;
width
:
250px
;
width
:
250px
;
...
@@ -874,7 +874,7 @@ span.logo {
...
@@ -874,7 +874,7 @@ span.logo {
/* IE10+ */
/* IE10+ */
background
:
linear-gradient
(
to
right
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
background
:
linear-gradient
(
to
right
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* W3C */
/* W3C */
filter
:
"progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d24b6', endColorstr='#b82424',
GradientType=1)"
;
filter
:
"progid:DXImageTransform.Microsoft.gradient(
startColorstr='#3d24b6', endColorstr='#b82424',GradientType=1
)"
;
/* IE6-9 */
/* IE6-9 */
width
:
180px
;
width
:
180px
;
height
:
16px
;
height
:
16px
;
...
...
browser/css/vidjil.less
View file @
2b309f9b
...
@@ -928,7 +928,6 @@ span.logo
...
@@ -928,7 +928,6 @@ span.logo
}
}
.menu-highlight {
.menu-highlight {
display : none;
position: relative;
position: relative;
float: left;
float: left;
width: @width_highlight;
width: @width_highlight;
...
...
browser/js/segmenter.js
View file @
2b309f9b
...
@@ -139,7 +139,7 @@ Segment.prototype = {
...
@@ -139,7 +139,7 @@ Segment.prototype = {
//menu-highlight
//menu-highlight
var
div_highlight
=
document
.
createElement
(
'
div
'
);
var
div_highlight
=
document
.
createElement
(
'
div
'
);
//
div_highlight.className = "menu-highlight"
div_highlight
.
className
=
"
menu-highlight
"
div_highlight
.
onmouseover
=
function
()
{
div_highlight
.
onmouseover
=
function
()
{
self
.
m
.
focusOut
()
self
.
m
.
focusOut
()
};
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment