Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerry wham
Make-S5-Easy
Commits
67ace959
Commit
67ace959
authored
Oct 26, 2017
by
jerry wham
Browse files
Update style.css
parent
a863a9c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
style.css
View file @
67ace959
...
...
@@ -116,7 +116,7 @@
overflow-x
:
hidden
;
}
aside
{
overflow-y
:
auto
;
overflow-y
:
scroll
;
overflow-x
:
hidden
;
width
:
15%
;
float
:
left
;
...
...
@@ -136,7 +136,7 @@
font-size
:
0.4em
;
z-index
:
1
;
background
:
#FFF
;
overflow
:
hidden
;
overflow
:
hidden
;
}
h1
.slide-number
{
left
:
5px
;
...
...
@@ -163,7 +163,8 @@
padding
:
5px
;
}
.editor
{
padding
:
10px
;
display
:
block
;
position
:
static
;
}
.editor
:hover
{
cursor
:
pointer
;
...
...
@@ -434,4 +435,60 @@
[
aria-label
]
:focus
{
outline
:
none
;
}
/* /POPUP*/
\ No newline at end of file
/* /POPUP*/
/* MENU CONTEXTUEL*/
.menu
{
position
:
absolute
;
min-width
:
128px
;
height
:
auto
;
padding
:
8px
;
margin
:
0
;
margin-left
:
0px
;
margin-top
:
-10px
;
border
:
1px
solid
#999
;
background
:
#F8F8F8
;
box-shadow
:
2px
2px
2px
#AAA
;
z-index
:
999
;
overflow
:
visible
;
list-style
:
none
;
}
.menutitle
{
padding
:
5px
;
text-align
:
center
;
cursor
:
auto
;
color
:
rgba
(
192
,
192
,
206
,
1
);
}
.menuitem
{
display
:
block
;
margin
:
0px
;
padding
:
2px
2px
2px
8px
;
border
:
1px
solid
#F8F8F8
;
border-radius
:
3px
;
font-size
:
13px
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
overflow
:
visible
;
}
.menuitem
:hover
{
border
:
1px
solid
#BBB
;
background-color
:
#F0F0F0
;
background-image
:
-moz-linear-gradient
(
top
,
#ffffff
,
#e6e6e6
);
background-image
:
-ms-linear-gradient
(
top
,
#ffffff
,
#e6e6e6
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#ffffff
),
to
(
#e6e6e6
));
background-image
:
-webkit-linear-gradient
(
top
,
#ffffff
,
#e6e6e6
);
background-image
:
-o-linear-gradient
(
top
,
#ffffff
,
#e6e6e6
);
background-image
:
linear-gradient
(
top
,
#ffffff
,
#e6e6e6
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffffff'
,
endColorstr
=
'#e6e6e6'
,
GradientType
=
0
);
}
.hide
{
display
:
none
;
}
.show
{
display
:
block
;
}
\ No newline at end of file
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