92 lines
1.2 KiB
SCSS
92 lines
1.2 KiB
SCSS
.slides_container{
|
|
|
|
|
|
}
|
|
|
|
.slide{
|
|
|
|
display: table;
|
|
text-align:center;
|
|
|
|
|
|
|
|
p{
|
|
display: table-cell; vertical-align: middle;
|
|
|
|
|
|
img{
|
|
|
|
-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.32);
|
|
-moz-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.32);
|
|
box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.32);
|
|
|
|
max-width:640px;
|
|
max-height:440px;
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
.slider{
|
|
|
|
padding-bottom:18px;
|
|
padding-left:8px;
|
|
padding-right:8px;
|
|
margin-left:-9px;
|
|
.pagination {
|
|
margin:0px auto 0;
|
|
|
|
text-align:center;
|
|
|
|
padding:0px;
|
|
|
|
|
|
li {
|
|
display:inline;
|
|
margin:0 1px;
|
|
list-style:none;
|
|
|
|
a {
|
|
display:inline-block;
|
|
width:12px;
|
|
height:0;
|
|
padding-top:12px;
|
|
background-image:url(/assets/pagination.png);
|
|
background-position:0 0;
|
|
|
|
overflow:hidden;
|
|
margin-right:2px;
|
|
}
|
|
|
|
&.current a {
|
|
background-position:0 -12px;
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
position:relative;
|
|
.next,.prev{
|
|
position:absolute;
|
|
top:210px;
|
|
z-index:100;
|
|
font-family: 'HandwritingDakotaRegular';
|
|
color:#3f3f3f;
|
|
|
|
text-decoration:none;
|
|
font-size:2em;
|
|
&:hover{
|
|
color:#5890cd;
|
|
|
|
}
|
|
|
|
}
|
|
.next{
|
|
right:5px;
|
|
}
|
|
.prev{
|
|
left:5px;
|
|
}
|
|
|
|
} |