You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
105 lines
1.7 KiB
105 lines
1.7 KiB
* { |
|
margin: 0; |
|
padding: 0; |
|
} |
|
|
|
html { |
|
background: #fff; |
|
} |
|
|
|
body { |
|
color: #333; |
|
font: 14px/24px sans-serif; |
|
margin: 0 auto; |
|
max-width: 700px; |
|
padding: 30px; |
|
text-align: center; |
|
-webkit-font-smoothing: antialiased; |
|
} |
|
|
|
h1 { |
|
font: 600 24px/32px sans-serif; |
|
} |
|
|
|
.rslides { |
|
margin: 50px auto 0; |
|
} |
|
|
|
.container { |
|
position: relative; |
|
} |
|
|
|
.rslides1_nav_prev, |
|
.rslides1_nav_next { |
|
position: absolute; |
|
-webkit-tap-highlight-color: rgba(0,0,0,.01); |
|
top: 50%; |
|
left: 0; |
|
background: rgba(0,0,0, .8); |
|
text-decoration: none; |
|
padding: 0 20px; |
|
height: 40px; |
|
line-height: 40px; |
|
margin-top: -30px; |
|
color: #fff; |
|
} |
|
|
|
.rslides1_nav_next { |
|
left: auto; |
|
right: 0; |
|
} |
|
|
|
.rslides2_nav_prev, |
|
.rslides2_nav_next { |
|
position: absolute; |
|
-webkit-tap-highlight-color: rgba(0,0,0,.01); |
|
top: 0; |
|
left: 0; |
|
background: transparent; |
|
text-decoration: none; |
|
width: 40%; |
|
text-indent: -9999px; |
|
overflow: hidden; |
|
height: 100%; |
|
color: #fff; |
|
} |
|
|
|
.rslides2_nav_next { |
|
left: auto; |
|
right: 0; |
|
} |
|
|
|
/* PAGINATION STYLE 2 |
|
--------------------------------------------- */ |
|
|
|
.rslides_tabs { |
|
margin-top: 10px; |
|
text-align: center; |
|
width: 100%; |
|
} |
|
|
|
.rslides_tabs li { |
|
display: inline; |
|
float: none; |
|
margin-right: 5px; |
|
} |
|
|
|
.rslides_tabs a { |
|
text-indent: -9999px; |
|
overflow: hidden; |
|
width: auto; |
|
-webkit-radius: 15px; |
|
-moz-radius: 15px; |
|
border-radius: 15px; |
|
background: rgba(0,0,0, .2); |
|
display: inline-block; |
|
-webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3); |
|
-moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3); |
|
box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3); |
|
width: 9px; |
|
height: 9px; |
|
} |
|
|
|
.rslides_tabs .rslides_here a { |
|
background: rgba(0,0,0, .8); |
|
} |