2016-05-10 12:42:05 +00:00
|
|
|
.revision {
|
2016-04-19 12:45:09 +00:00
|
|
|
display: inline-block;
|
|
|
|
border: 1px solid black;
|
|
|
|
height: 9px;
|
|
|
|
position: absolute;
|
|
|
|
top: -3px;
|
|
|
|
opacity: 0.35;
|
|
|
|
z-index: 10;
|
2016-05-10 12:42:05 +00:00
|
|
|
margin-top: 75px;
|
2016-04-19 12:45:09 +00:00
|
|
|
}
|
|
|
|
|
2016-05-10 12:42:05 +00:00
|
|
|
.revision:hover {
|
2016-04-19 12:45:09 +00:00
|
|
|
opacity: 0.65!important;
|
|
|
|
-webkit-transition: all ease 0.2s;
|
|
|
|
-moz-transition: all ease 0.2s;
|
|
|
|
-o-transition: all ease 0.2s;
|
|
|
|
transition: all ease 0.2s;
|
|
|
|
}
|
|
|
|
|
2016-05-18 10:45:06 +00:00
|
|
|
.revision-tooltip {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2016-04-19 12:45:09 +00:00
|
|
|
.revisions {
|
|
|
|
height: 150px;
|
|
|
|
}
|
|
|
|
.revisions-container {
|
|
|
|
width: 90%;
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.revisions-container, .arrow {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.arrow {
|
|
|
|
width: 5%;
|
|
|
|
margin-top: 63px;
|
|
|
|
}
|
|
|
|
.left-arrow {
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
margin-right: 20px;
|
|
|
|
border-style: solid;
|
2016-04-28 10:57:57 +00:00
|
|
|
border-width: 12px 20px 12px 0;
|
2016-04-19 12:45:09 +00:00
|
|
|
border-color: transparent #424242 transparent transparent;
|
|
|
|
}
|
|
|
|
.right-arrow {
|
|
|
|
margin-left: 20px;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 12px 0 12px 18px;
|
|
|
|
border-color: transparent transparent transparent #424242;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stopper {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
height: 50px;
|
|
|
|
width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.revision-slider {
|
|
|
|
position: relative;
|
2016-04-26 14:58:24 +00:00
|
|
|
margin: auto;
|
2016-04-19 12:45:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pointer-container {
|
|
|
|
position: absolute;
|
|
|
|
clear: both;
|
2016-04-28 10:57:57 +00:00
|
|
|
height: 1px;
|
2016-05-17 12:29:08 +00:00
|
|
|
top: 65px;
|
2016-04-28 10:57:57 +00:00
|
|
|
margin: auto;
|
2016-04-19 12:45:09 +00:00
|
|
|
z-index: 10;
|
|
|
|
}
|
2016-05-17 12:29:08 +00:00
|
|
|
.lower-pointer {
|
|
|
|
top: 12px;
|
|
|
|
}
|
2016-04-19 12:45:09 +00:00
|
|
|
.pointer {
|
|
|
|
position: absolute !important;
|
|
|
|
z-index: 11;
|
2016-05-18 12:18:33 +00:00
|
|
|
width: 20px;
|
|
|
|
height: 10px;
|
2016-04-19 12:45:09 +00:00
|
|
|
}
|
2016-05-10 19:15:11 +00:00
|
|
|
|
|
|
|
#revision-slider-darkness {
|
|
|
|
background-color: white;
|
|
|
|
filter:alpha(opacity=50); /* IE */
|
|
|
|
opacity: 0.5; /* Safari, Opera */
|
|
|
|
-moz-opacity:0.50; /* FireFox */
|
|
|
|
z-index: 20;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
background-repeat:no-repeat;
|
|
|
|
background-position:center;
|
|
|
|
position:absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|