Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flexslider
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hebotek
flexslider
Commits
6dd04881
Commit
6dd04881
authored
Apr 24, 2012
by
Andy Hausmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Gfx for directional nav.
parent
a0ac3105
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
flexslider.css
Resources/Public/Css/flexslider.css
+12
-5
bg_direction_nav.png
Resources/Public/Images/bg_direction_nav.png
+0
-0
No files found.
Resources/Public/Css/flexslider.css
View file @
6dd04881
...
...
@@ -16,6 +16,12 @@
.flex-control-nav
,
.flex-direction-nav
{
margin
:
0
;
padding
:
0
;
list-style
:
none
;}
/* Additional Resets */
.slides
li
,
.flex-control-nav
li
,
.flex-direction-nav
li
{
margin
:
0
;
list-style-type
:
none
;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider
{
margin
:
0
;
padding
:
0
;}
...
...
@@ -49,14 +55,15 @@ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endCol
.flex-caption
{
width
:
96%
;
padding
:
2%
;
margin
:
0
;
position
:
absolute
;
left
:
0
;
bottom
:
0
;
background
:
rgba
(
0
,
0
,
0
,
.3
);
color
:
#fff
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
.3
);
font-size
:
14px
;
line-height
:
18px
;}
/* Direction Nav */
.flex-direction-nav
{
height
:
0
;
}
.flex-direction-nav
li
a
{
width
:
52px
;
height
:
52px
;
margin
:
-13px
0
0
;
display
:
block
;
background
:
url(../Images/bg_direction_nav.png)
no-repeat
;
position
:
absolute
;
top
:
50%
;
cursor
:
pointer
;
text-indent
:
-999em
;}
.flex-direction-nav
li
.next
{
background-position
:
-52px
0
;
right
:
-21px
;}
.flex-direction-nav
li
.prev
{
left
:
-20px
;}
.flex-direction-nav
{
*
height
:
0
;
padding
:
0
;}
/*fix for IE 7 */
.flex-direction-nav
li
a
{
width
:
26px
;
height
:
26px
;
margin
:
-13px
0
0
;
display
:
block
;
background
:
url(../Images/bg_direction_nav.png)
no-repeat
0
0
;
position
:
absolute
;
top
:
45%
;
cursor
:
pointer
;
text-indent
:
-9999px
;
opacity
:
0.8
;
filter
:
alpha
(
opacity
=
80
);
}
.flex-direction-nav
li
a
:hover
{
opacity
:
1
;
filter
:
alpha
(
opacity
=
100
);
}
.flex-direction-nav
li
.next
{
background-position
:
-30px
0
;
right
:
10px
;}
.flex-direction-nav
li
.prev
{
left
:
10px
;}
.flex-direction-nav
li
.disabled
{
opacity
:
.3
;
filter
:
alpha
(
opacity
=
30
);
cursor
:
default
;}
/* Control Nav */
.flex-control-nav
{
width
:
100%
;
position
:
absolute
;
bottom
:
-3
0px
;
text-align
:
center
;}
.flex-control-nav
{
width
:
100%
;
position
:
absolute
;
top
:
1
0px
;
text-align
:
center
;}
.flex-control-nav
li
{
margin
:
0
0
0
5px
;
display
:
inline-block
;
zoom
:
1
;
*
display
:
inline
;}
.flex-control-nav
li
:first-child
{
margin
:
0
;}
.flex-control-nav
li
a
{
width
:
13px
;
height
:
13px
;
display
:
block
;
background
:
url(../Images/bg_control_nav.png)
no-repeat
;
cursor
:
pointer
;
text-indent
:
-999em
;}
...
...
Resources/Public/Images/bg_direction_nav.png
View replaced file @
a0ac3105
View file @
6dd04881
2.37 KB
|
W:
|
H:
1.82 KB
|
W:
|
H:
2-up
Swipe
Onion skin
Write
Preview
Markdown
is supported
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