2015-07-02 13:31:35 +02:00
|
|
|
.ascribe-sliding-container-wrapper {
|
|
|
|
overflow-x: hidden;
|
2015-07-07 10:28:39 +02:00
|
|
|
overflow-y: hidden;
|
2015-07-02 13:31:35 +02:00
|
|
|
padding-left: 0;
|
2015-07-29 11:23:25 +02:00
|
|
|
padding-right: 0;
|
2015-07-02 13:31:35 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.ascribe-sliding-container {
|
|
|
|
transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
|
2015-07-28 17:10:04 +02:00
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
2015-07-02 13:31:35 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.ascribe-slide {
|
|
|
|
position: relative;
|
|
|
|
min-height: 1px;
|
|
|
|
float:left;
|
2015-08-17 12:18:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.ascribe-breadcrumb-container{
|
|
|
|
div:last-child {
|
|
|
|
.ascribe-breadcrumb {
|
|
|
|
border-right: 1px solid #EEE;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ascribe-breadcrumb {
|
|
|
|
padding: 1em;
|
|
|
|
border: 1px solid #EEE;
|
|
|
|
border-right: 1px solid rgba(0, 0, 0, 0);
|
|
|
|
margin-bottom: 0.6em;
|
|
|
|
|
|
|
|
.active {
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
color: #DDD;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 1.1em;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|