Skip to content
GitLab
Menu
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
57bcb83d
Commit
57bcb83d
authored
Feb 05, 2019
by
Mathieu Giraud
Browse files
css: make following previous commit
parent
7cffcb13
Pipeline
#62087
passed with stages
in 4 minutes and 55 seconds
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
browser/css/dark.css
View file @
57bcb83d
...
...
@@ -803,12 +803,7 @@ span .end-codon {
border
:
1px
solid
silver
;
border-radius
:
0.1em
;
padding
:
1%
;
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
-webkit-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-moz-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-o-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
transition-property
:
border
,
box-shadow
;
transition-duration
:
0.2s
,
0.2s
;
...
...
@@ -1095,16 +1090,6 @@ span.logo {
}
.gradient
{
background
:
#3d24b6
;
background
:
-moz-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
right
top
,
color-stop
(
0%
,
#3d24b6
),
color-stop
(
10%
,
#2448b5
),
color-stop
(
20%
,
#2487b8
),
color-stop
(
30%
,
#24b7ab
),
color-stop
(
40%
,
#24b86e
),
color-stop
(
50%
,
#24b730
),
color-stop
(
60%
,
#55b824
),
color-stop
(
70%
,
#92b724
),
color-stop
(
80%
,
#b89f24
),
color-stop
(
90%
,
#b25f23
),
color-stop
(
100%
,
#b82424
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* 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%
);
/* W3C */
filter
:
"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d24b6', endColorstr='#b82424',GradientType=1 )"
;
...
...
@@ -1560,9 +1545,6 @@ h3 .uid {
.loading_seq
{
height
:
15px
;
width
:
100px
;
background-image
:
-webkit-linear-gradient
(
-45deg
,
#333333
25%
,
rgba
(
255
,
154
,
26
,
0
)
25%
,
rgba
(
255
,
154
,
26
,
0
)
50%
,
#333333
50%
,
#333333
75%
,
rgba
(
255
,
154
,
26
,
0
)
75%
);
background-image
:
-moz-linear-gradient
(
-45deg
,
#333333
25%
,
rgba
(
255
,
154
,
26
,
0
)
25%
,
rgba
(
255
,
154
,
26
,
0
)
50%
,
#333333
50%
,
#333333
75%
,
rgba
(
255
,
154
,
26
,
0
)
75%
);
background-image
:
-o-linear-gradient
(
-45deg
,
#333333
25%
,
rgba
(
255
,
154
,
26
,
0
)
25%
,
rgba
(
255
,
154
,
26
,
0
)
50%
,
#333333
50%
,
#333333
75%
,
rgba
(
255
,
154
,
26
,
0
)
75%
);
background-image
:
linear-gradient
(
-45deg
,
#333333
25%
,
rgba
(
255
,
154
,
26
,
0
)
25%
,
rgba
(
255
,
154
,
26
,
0
)
50%
,
#333333
50%
,
#333333
75%
,
rgba
(
255
,
154
,
26
,
0
)
75%
);
background-size
:
50px
50px
;
-webkit-animation
:
move
2s
linear
infinite
;
...
...
@@ -1632,10 +1614,6 @@ h3 .uid {
margin
:
5px
;
background
:
#000000
;
border-color
:
#333333
;
-webkit-transition
:
background
1s
linear
;
-moz-transition
:
background
1s
linear
;
-ms-transition
:
background
1s
linear
;
-o-transition
:
background
1s
linear
;
transition
:
background
1s
linear
;
}
.log_0
,
...
...
@@ -1689,8 +1667,6 @@ h3 .uid {
background
:
#ffffff
dd
;
padding
:
2px
4px
;
border
:
1px
solid
black
;
-moz-border-radius
:
3px
;
-webkit-border-radius
:
3px
;
border-radius
:
3px
;
font-size
:
80%
;
font-weight
:
bold
;
...
...
@@ -1748,8 +1724,6 @@ input:focus,
textarea
:focus
,
#add_clone_menu
>
#addclone_input
:focus
{
border-color
:
#333333
;
-webkit-box-shadow
:
inset
0
1px
1px
#000000
,
0
0
8px
#333333
;
-moz-box-shadow
:
inset
0
1px
1px
#000000
,
0
0
8px
#333333
;
box-shadow
:
inset
0
1px
1px
#000000
,
0
0
8px
#333333
;
outline
:
0
;
outline
:
thin
dotted
\
9
;
...
...
@@ -1856,8 +1830,6 @@ table.log textarea {
.notification
{
padding
:
3px
;
display
:
inline-block
;
-webkit-border-radius
:
2px
;
-moz-border-radius
:
2px
;
border-radius
:
2px
;
cursor
:
pointer
;
}
...
...
@@ -1918,8 +1890,6 @@ table.log textarea {
margin-bottom
:
5px
;
}
textarea
#edit_value
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
position
:
fixed
;
width
:
470px
;
...
...
browser/css/light.css
View file @
57bcb83d
...
...
@@ -803,12 +803,7 @@ span .end-codon {
border
:
1px
solid
silver
;
border-radius
:
0.1em
;
padding
:
1%
;
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
-webkit-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-moz-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-o-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
transition-property
:
border
,
box-shadow
;
transition-duration
:
0.2s
,
0.2s
;
...
...
@@ -1095,16 +1090,6 @@ span.logo {
}
.gradient
{
background
:
#3d24b6
;
background
:
-moz-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
right
top
,
color-stop
(
0%
,
#3d24b6
),
color-stop
(
10%
,
#2448b5
),
color-stop
(
20%
,
#2487b8
),
color-stop
(
30%
,
#24b7ab
),
color-stop
(
40%
,
#24b86e
),
color-stop
(
50%
,
#24b730
),
color-stop
(
60%
,
#55b824
),
color-stop
(
70%
,
#92b724
),
color-stop
(
80%
,
#b89f24
),
color-stop
(
90%
,
#b25f23
),
color-stop
(
100%
,
#b82424
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* 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%
);
/* W3C */
filter
:
"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d24b6', endColorstr='#b82424',GradientType=1 )"
;
...
...
@@ -1560,9 +1545,6 @@ h3 .uid {
.loading_seq
{
height
:
15px
;
width
:
100px
;
background-image
:
-webkit-linear-gradient
(
-45deg
,
#cccccc
25%
,
rgba
(
255
,
154
,
26
,
0
)
25%
,
rgba
(
255
,
154
,
26
,
0
)
50%
,
#cccccc
50%
,
#cccccc
75%
,
rgba
(
255
,
154
,
26
,
0
)
75%
);
background-image
:
-moz-linear-gradient
(
-45deg
,
#cccccc
25%
,
rgba
(
255
,
154
,
26
,
0
)
25%
,
rgba
(
255
,
154
,
26
,
0
)
50%
,
#cccccc
50%
,
#cccccc
75%
,
rgba
(
255
,
154
,
26
,
0
)
75%
);
background-image
:
-o-linear-gradient
(
-45deg
,
#cccccc
25%
,
rgba
(
255
,
154
,
26
,
0
)
25%
,
rgba
(
255
,
154
,
26
,
0
)
50%
,
#cccccc
50%
,
#cccccc
75%
,
rgba
(
255
,
154
,
26
,
0
)
75%
);
background-image
:
linear-gradient
(
-45deg
,
#cccccc
25%
,
rgba
(
255
,
154
,
26
,
0
)
25%
,
rgba
(
255
,
154
,
26
,
0
)
50%
,
#cccccc
50%
,
#cccccc
75%
,
rgba
(
255
,
154
,
26
,
0
)
75%
);
background-size
:
50px
50px
;
-webkit-animation
:
move
2s
linear
infinite
;
...
...
@@ -1632,10 +1614,6 @@ h3 .uid {
margin
:
5px
;
background
:
#ffffff
;
border-color
:
#cccccc
;
-webkit-transition
:
background
1s
linear
;
-moz-transition
:
background
1s
linear
;
-ms-transition
:
background
1s
linear
;
-o-transition
:
background
1s
linear
;
transition
:
background
1s
linear
;
}
.log_0
,
...
...
@@ -1689,8 +1667,6 @@ h3 .uid {
background
:
#ffffff
dd
;
padding
:
2px
4px
;
border
:
1px
solid
black
;
-moz-border-radius
:
3px
;
-webkit-border-radius
:
3px
;
border-radius
:
3px
;
font-size
:
80%
;
font-weight
:
bold
;
...
...
@@ -1748,8 +1724,6 @@ input:focus,
textarea
:focus
,
#add_clone_menu
>
#addclone_input
:focus
{
border-color
:
#cccccc
;
-webkit-box-shadow
:
inset
0
1px
1px
#ffffff
,
0
0
8px
#cccccc
;
-moz-box-shadow
:
inset
0
1px
1px
#ffffff
,
0
0
8px
#cccccc
;
box-shadow
:
inset
0
1px
1px
#ffffff
,
0
0
8px
#cccccc
;
outline
:
0
;
outline
:
thin
dotted
\
9
;
...
...
@@ -1856,8 +1830,6 @@ table.log textarea {
.notification
{
padding
:
3px
;
display
:
inline-block
;
-webkit-border-radius
:
2px
;
-moz-border-radius
:
2px
;
border-radius
:
2px
;
cursor
:
pointer
;
}
...
...
@@ -1918,8 +1890,6 @@ table.log textarea {
margin-bottom
:
5px
;
}
textarea
#edit_value
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
position
:
fixed
;
width
:
470px
;
...
...
browser/css/segmenter_page.css
View file @
57bcb83d
...
...
@@ -803,12 +803,7 @@ span .end-codon {
border
:
1px
solid
silver
;
border-radius
:
0.1em
;
padding
:
1%
;
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
-webkit-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-moz-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-o-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
transition-property
:
border
,
box-shadow
;
transition-duration
:
0.2s
,
0.2s
;
...
...
@@ -1095,16 +1090,6 @@ span.logo {
}
.gradient
{
background
:
#3d24b6
;
background
:
-moz-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
right
top
,
color-stop
(
0%
,
#3d24b6
),
color-stop
(
10%
,
#2448b5
),
color-stop
(
20%
,
#2487b8
),
color-stop
(
30%
,
#24b7ab
),
color-stop
(
40%
,
#24b86e
),
color-stop
(
50%
,
#24b730
),
color-stop
(
60%
,
#55b824
),
color-stop
(
70%
,
#92b724
),
color-stop
(
80%
,
#b89f24
),
color-stop
(
90%
,
#b25f23
),
color-stop
(
100%
,
#b82424
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* 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%
);
/* W3C */
filter
:
"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d24b6', endColorstr='#b82424',GradientType=1 )"
;
...
...
@@ -1560,9 +1545,6 @@ h3 .uid {
.loading_seq
{
height
:
15px
;
width
:
100px
;
background-image
:
-webkit-linear-gradient
(
-45deg
,
#cccccc
25%
,
rgba
(
255
,
154
,
26
,
0
)
25%
,
rgba
(
255
,
154
,
26
,
0
)
50%
,
#cccccc
50%
,
#cccccc
75%
,
rgba
(
255
,
154
,
26
,
0
)
75%
);
background-image
:
-moz-linear-gradient
(
-45deg
,
#cccccc
25%
,
rgba
(
255
,
154
,
26
,
0
)
25%
,
rgba
(
255
,
154
,
26
,
0
)
50%
,
#cccccc
50%
,
#cccccc
75%
,
rgba
(
255
,
154
,
26
,
0
)
75%
);
background-image
:
-o-linear-gradient
(
-45deg
,
#cccccc
25%
,
rgba
(
255
,
154
,
26
,
0
)
25%
,
rgba
(
255
,
154
,
26
,
0
)
50%
,
#cccccc
50%
,
#cccccc
75%
,
rgba
(
255
,
154
,
26
,
0
)
75%
);
background-image
:
linear-gradient
(
-45deg
,
#cccccc
25%
,
rgba
(
255
,
154
,
26
,
0
)
25%
,
rgba
(
255
,
154
,
26
,
0
)
50%
,
#cccccc
50%
,
#cccccc
75%
,
rgba
(
255
,
154
,
26
,
0
)
75%
);
background-size
:
50px
50px
;
-webkit-animation
:
move
2s
linear
infinite
;
...
...
@@ -1632,10 +1614,6 @@ h3 .uid {
margin
:
5px
;
background
:
#ffffff
;
border-color
:
#cccccc
;
-webkit-transition
:
background
1s
linear
;
-moz-transition
:
background
1s
linear
;
-ms-transition
:
background
1s
linear
;
-o-transition
:
background
1s
linear
;
transition
:
background
1s
linear
;
}
.log_0
,
...
...
@@ -1689,8 +1667,6 @@ h3 .uid {
background
:
#ffffff
dd
;
padding
:
2px
4px
;
border
:
1px
solid
black
;
-moz-border-radius
:
3px
;
-webkit-border-radius
:
3px
;
border-radius
:
3px
;
font-size
:
80%
;
font-weight
:
bold
;
...
...
@@ -1748,8 +1724,6 @@ input:focus,
textarea
:focus
,
#add_clone_menu
>
#addclone_input
:focus
{
border-color
:
#cccccc
;
-webkit-box-shadow
:
inset
0
1px
1px
#ffffff
,
0
0
8px
#cccccc
;
-moz-box-shadow
:
inset
0
1px
1px
#ffffff
,
0
0
8px
#cccccc
;
box-shadow
:
inset
0
1px
1px
#ffffff
,
0
0
8px
#cccccc
;
outline
:
0
;
outline
:
thin
dotted
\
9
;
...
...
@@ -1856,8 +1830,6 @@ table.log textarea {
.notification
{
padding
:
3px
;
display
:
inline-block
;
-webkit-border-radius
:
2px
;
-moz-border-radius
:
2px
;
border-radius
:
2px
;
cursor
:
pointer
;
}
...
...
@@ -1918,8 +1890,6 @@ table.log textarea {
margin-bottom
:
5px
;
}
textarea
#edit_value
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
position
:
fixed
;
width
:
470px
;
...
...
browser/css/svg.css
View file @
57bcb83d
...
...
@@ -801,12 +801,7 @@ span .end-codon {
border
:
1px
solid
silver
;
border-radius
:
0.1em
;
padding
:
1%
;
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
-webkit-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-moz-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-o-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
transition-property
:
border
,
box-shadow
;
transition-duration
:
0.2s
,
0.2s
;
...
...
@@ -1093,16 +1088,6 @@ span.logo {
}
.gradient
{
background
:
#3d24b6
;
background
:
-moz-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
right
top
,
color-stop
(
0%
,
#3d24b6
),
color-stop
(
10%
,
#2448b5
),
color-stop
(
20%
,
#2487b8
),
color-stop
(
30%
,
#24b7ab
),
color-stop
(
40%
,
#24b86e
),
color-stop
(
50%
,
#24b730
),
color-stop
(
60%
,
#55b824
),
color-stop
(
70%
,
#92b724
),
color-stop
(
80%
,
#b89f24
),
color-stop
(
90%
,
#b25f23
),
color-stop
(
100%
,
#b82424
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* 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%
);
/* W3C */
filter
:
"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d24b6', endColorstr='#b82424',GradientType=1 )"
;
...
...
@@ -1555,9 +1540,6 @@ h3 .uid {
.loading_seq
{
height
:
15px
;
width
:
100px
;
background-image
:
-webkit-linear-gradient
(
-45deg
,
#333333
25%
,
rgba
(
255
,
154
,
26
,
0
)
25%
,
rgba
(
255
,
154
,
26
,
0
)
50%
,
#333333
50%
,
#333333
75%
,
rgba
(
255
,
154
,
26
,
0
)
75%
);
background-image
:
-moz-linear-gradient
(
-45deg
,
#333333
25%
,
rgba
(
255
,
154
,
26
,
0
)
25%
,
rgba
(
255
,
154
,
26
,
0
)
50%
,
#333333
50%
,
#333333
75%
,
rgba
(
255
,
154
,
26
,
0
)
75%
);
background-image
:
-o-linear-gradient
(
-45deg
,
#333333
25%
,
rgba
(
255
,
154
,
26
,
0
)
25%
,
rgba
(
255
,
154
,
26
,
0
)
50%
,
#333333
50%
,
#333333
75%
,
rgba
(
255
,
154
,
26
,
0
)
75%
);
background-image
:
linear-gradient
(
-45deg
,
#333333
25%
,
rgba
(
255
,
154
,
26
,
0
)
25%
,
rgba
(
255
,
154
,
26
,
0
)
50%
,
#333333
50%
,
#333333
75%
,
rgba
(
255
,
154
,
26
,
0
)
75%
);
background-size
:
50px
50px
;
-webkit-animation
:
move
2s
linear
infinite
;
...
...
@@ -1627,10 +1609,6 @@ h3 .uid {
margin
:
5px
;
background
:
#ffffff
;
border-color
:
#333333
;
-webkit-transition
:
background
1s
linear
;
-moz-transition
:
background
1s
linear
;
-ms-transition
:
background
1s
linear
;
-o-transition
:
background
1s
linear
;
transition
:
background
1s
linear
;
}
.log_0
,
...
...
@@ -1684,8 +1662,6 @@ h3 .uid {
background
:
#ffffff
dd
;
padding
:
2px
4px
;
border
:
1px
solid
black
;
-moz-border-radius
:
3px
;
-webkit-border-radius
:
3px
;
border-radius
:
3px
;
font-size
:
80%
;
font-weight
:
bold
;
...
...
@@ -1743,8 +1719,6 @@ input:focus,
textarea
:focus
,
#add_clone_menu
>
#addclone_input
:focus
{
border-color
:
#333333
;
-webkit-box-shadow
:
inset
0
1px
1px
#ffffff
,
0
0
8px
#333333
;
-moz-box-shadow
:
inset
0
1px
1px
#ffffff
,
0
0
8px
#333333
;
box-shadow
:
inset
0
1px
1px
#ffffff
,
0
0
8px
#333333
;
outline
:
0
;
outline
:
thin
dotted
\
9
;
...
...
@@ -1851,8 +1825,6 @@ table.log textarea {
.notification
{
padding
:
3px
;
display
:
inline-block
;
-webkit-border-radius
:
2px
;
-moz-border-radius
:
2px
;
border-radius
:
2px
;
cursor
:
pointer
;
}
...
...
@@ -1913,8 +1885,6 @@ table.log textarea {
margin-bottom
:
5px
;
}
textarea
#edit_value
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
position
:
fixed
;
width
:
470px
;
...
...
browser/css/talk.css
View file @
57bcb83d
...
...
@@ -803,12 +803,7 @@ span .end-codon {
border
:
1px
solid
silver
;
border-radius
:
0.1em
;
padding
:
1%
;
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
-webkit-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-moz-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-o-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
transition-property
:
border
,
box-shadow
;
transition-duration
:
0.2s
,
0.2s
;
...
...
@@ -1095,16 +1090,6 @@ span.logo {
}
.gradient
{
background
:
#3d24b6
;
background
:
-moz-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
right
top
,
color-stop
(
0%
,
#3d24b6
),
color-stop
(
10%
,
#2448b5
),
color-stop
(
20%
,
#2487b8
),
color-stop
(
30%
,
#24b7ab
),
color-stop
(
40%
,
#24b86e
),
color-stop
(
50%
,
#24b730
),
color-stop
(
60%
,
#55b824
),
color-stop
(
70%
,
#92b724
),
color-stop
(
80%
,
#b89f24
),
color-stop
(
90%
,
#b25f23
),
color-stop
(
100%
,
#b82424
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* 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%
);
/* W3C */
filter
:
"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d24b6', endColorstr='#b82424',GradientType=1 )"
;
...
...
@@ -1557,9 +1542,6 @@ h3 .uid {
.loading_seq
{
height
:
15px
;
width
:
100px
;
background-image
:
-webkit-linear-gradient
(
-45deg
,
#cccccc
25%
,
rgba
(
255
,
154
,
26
,
0
)
25%
,
rgba
(
255
,
154
,
26
,
0
)
50%
,
#cccccc
50%
,
#cccccc
75%
,
rgba
(
255
,
154
,
26
,
0
)
75%
);
background-image
:
-moz-linear-gradient
(
-45deg
,
#cccccc
25%
,
rgba
(
255
,
154
,
26
,
0
)
25%
,
rgba
(
255
,
154
,
26
,
0
)
50%
,
#cccccc
50%
,
#cccccc
75%
,
rgba
(
255
,
154
,
26
,
0
)
75%
);
background-image
:
-o-linear-gradient
(
-45deg
,
#cccccc
25%
,
rgba
(
255
,
154
,
26
,
0
)
25%
,
rgba
(
255
,
154
,
26
,
0
)
50%
,
#cccccc
50%
,
#cccccc
75%
,
rgba
(
255
,
154
,
26
,
0
)
75%
);
background-image
:
linear-gradient
(
-45deg
,
#cccccc
25%
,
rgba
(
255
,
154
,
26
,
0
)
25%
,
rgba
(
255
,
154
,
26
,
0
)
50%
,
#cccccc
50%
,
#cccccc
75%
,
rgba
(
255
,
154
,
26
,
0
)
75%
);
background-size
:
50px
50px
;
-webkit-animation
:
move
2s
linear
infinite
;
...
...
@@ -1629,10 +1611,6 @@ h3 .uid {
margin
:
5px
;
background
:
#ffffff
;
border-color
:
#cccccc
;
-webkit-transition
:
background
1s
linear
;
-moz-transition
:
background
1s
linear
;
-ms-transition
:
background
1s
linear
;
-o-transition
:
background
1s
linear
;
transition
:
background
1s
linear
;
}
.log_0
,
...
...
@@ -1686,8 +1664,6 @@ h3 .uid {
background
:
#ffffff
dd
;
padding
:
2px
4px
;
border
:
1px
solid
black
;
-moz-border-radius
:
3px
;
-webkit-border-radius
:
3px
;
border-radius
:
3px
;
font-size
:
80%
;
font-weight
:
bold
;
...
...
@@ -1745,8 +1721,6 @@ input:focus,
textarea
:focus
,
#add_clone_menu
>
#addclone_input
:focus
{
border-color
:
#cccccc
;
-webkit-box-shadow
:
inset
0
1px
1px
#ffffff
,
0
0
8px
#cccccc
;
-moz-box-shadow
:
inset
0
1px
1px
#ffffff
,
0
0
8px
#cccccc
;
box-shadow
:
inset
0
1px
1px
#ffffff
,
0
0
8px
#cccccc
;
outline
:
0
;
outline
:
thin
dotted
\
9
;
...
...
@@ -1853,8 +1827,6 @@ table.log textarea {
.notification
{
padding
:
3px
;
display
:
inline-block
;
-webkit-border-radius
:
2px
;
-moz-border-radius
:
2px
;
border-radius
:
2px
;
cursor
:
pointer
;
}
...
...
@@ -1915,8 +1887,6 @@ table.log textarea {
margin-bottom
:
5px
;
}
textarea
#edit_value
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
position
:
fixed
;
width
:
470px
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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