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
|
|
|
}
|
|
|
|
|
2015-08-31 19:04:44 +02:00
|
|
|
.ascribe-sliding-container {
|
2015-07-28 17:10:04 +02:00
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
2015-08-31 19:04:44 +02:00
|
|
|
transition: transform 1s cubic-bezier(.23, 1, .32, 1);
|
2015-07-02 13:31:35 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.ascribe-slide {
|
2015-08-31 19:04:44 +02:00
|
|
|
float: left;
|
2015-07-02 13:31:35 +02:00
|
|
|
min-height: 1px;
|
2015-08-31 19:04:44 +02:00
|
|
|
position: relative;
|
2015-08-17 12:18:40 +02:00
|
|
|
}
|
|
|
|
|
2015-08-31 19:04:44 +02:00
|
|
|
.ascribe-breadcrumb-container {
|
2015-08-17 12:18:40 +02:00
|
|
|
div:last-child {
|
|
|
|
.ascribe-breadcrumb {
|
2015-08-31 19:04:44 +02:00
|
|
|
border-right: 1px solid #eee;
|
2015-08-17 12:18:40 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ascribe-breadcrumb {
|
2015-08-18 10:53:50 +02:00
|
|
|
background-color: white;
|
2015-08-31 19:04:44 +02:00
|
|
|
border: 1px solid #eee;
|
|
|
|
border-right: 1px solid rgba(0, 0, 0, 0);
|
|
|
|
margin-bottom: .6em;
|
|
|
|
padding: 1em;
|
2015-08-17 12:18:40 +02:00
|
|
|
|
|
|
|
.active {
|
|
|
|
color: #666;
|
|
|
|
}
|
2015-08-31 19:04:44 +02:00
|
|
|
|
2015-08-17 12:18:40 +02:00
|
|
|
a {
|
2015-08-31 19:04:44 +02:00
|
|
|
color: #ddd;
|
2015-08-17 12:18:40 +02:00
|
|
|
font-size: 1.1em;
|
|
|
|
font-style: italic;
|
2015-08-31 19:04:44 +02:00
|
|
|
text-decoration: none;
|
2015-08-17 12:18:40 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|