|
@@ -3924,14 +3924,8 @@ a.hasHover:hover, a:active {
|
|
pointer-events: all;
|
|
pointer-events: all;
|
|
z-index: 50
|
|
z-index: 50
|
|
}
|
|
}
|
|
-#scrollFrame{
|
|
|
|
- opacity: 0;
|
|
|
|
- transition: all .3s;
|
|
|
|
-}
|
|
|
|
-.open #scrollFrame{
|
|
|
|
- opacity: 1;
|
|
|
|
-}
|
|
|
|
-#drawer.open #scrollFrame{
|
|
|
|
|
|
+
|
|
|
|
+#drawer.open {
|
|
height: 130px
|
|
height: 130px
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3952,7 +3946,7 @@ a.hasHover:hover, a:active {
|
|
}
|
|
}
|
|
|
|
|
|
#gui .pinBottom.open {
|
|
#gui .pinBottom.open {
|
|
- bottom: 140px
|
|
|
|
|
|
+ bottom: 150px
|
|
}
|
|
}
|
|
|
|
|
|
#gui .pinBottom.open.noScroll {
|
|
#gui .pinBottom.open.noScroll {
|
|
@@ -3972,7 +3966,7 @@ a.hasHover:hover, a:active {
|
|
}
|
|
}
|
|
|
|
|
|
#gui #drawer.playing, #gui .pinBottom.playing {
|
|
#gui #drawer.playing, #gui .pinBottom.playing {
|
|
- bottom: 40px
|
|
|
|
|
|
+ bottom: 20px
|
|
}
|
|
}
|
|
|
|
|
|
#thumb-container .thumbImg {
|
|
#thumb-container .thumbImg {
|
|
@@ -6314,7 +6308,7 @@ a.hasHover.tag-link:hover {
|
|
display: block;
|
|
display: block;
|
|
width: 18px;
|
|
width: 18px;
|
|
height: 18px;
|
|
height: 18px;
|
|
- background: url("../images/4dage-logo.png")left top no-repeat;
|
|
|
|
|
|
+ background: url("../images/4dage-logo.png") left top no-repeat;
|
|
background-size: 100%;
|
|
background-size: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -6974,7 +6968,9 @@ a.hasHover.tag-link:hover {
|
|
#vr{
|
|
#vr{
|
|
display: none !important;
|
|
display: none !important;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+#gui .pinBottom.open.noScroll.playing {
|
|
|
|
+ bottom: 100px;
|
|
|
|
+}
|
|
|
|
|
|
}
|
|
}
|
|
@media only screen and (max-width: 600px) {
|
|
@media only screen and (max-width: 600px) {
|
|
@@ -7075,6 +7071,5 @@ a.hasHover.tag-link:hover {
|
|
|
|
|
|
|
|
|
|
#model-title{
|
|
#model-title{
|
|
- /* color: #fff; */
|
|
|
|
- display: none!important;
|
|
|
|
|
|
+ color: #fff;
|
|
}
|
|
}
|