|
|
@@ -2750,16 +2750,13 @@ body, html {
|
|
|
color: #fff
|
|
|
}
|
|
|
|
|
|
-.model-title {
|
|
|
- top: 19%;
|
|
|
- display: block;
|
|
|
- padding: 0 4px;
|
|
|
- font-size: 38px;
|
|
|
- letter-spacing: .75px;
|
|
|
- color: rgba(255, 255, 255, 1);
|
|
|
- margin: 0;
|
|
|
- hyphens: auto;
|
|
|
- line-height: 45px
|
|
|
+#model-title {
|
|
|
+ padding: 0 20px;
|
|
|
+ height: 42px;
|
|
|
+ width: max-content;
|
|
|
+ min-width: 100px;
|
|
|
+ color: #fff;
|
|
|
+ background: url('../images/infoBg.png') no-repeat center / 100% 100%;
|
|
|
}
|
|
|
|
|
|
#loaderCoBrand {
|
|
|
@@ -3356,10 +3353,6 @@ a.hasHover:hover, a:active {
|
|
|
padding-right: 30px
|
|
|
}
|
|
|
|
|
|
-.right .ui-icon.wide {
|
|
|
- padding-left: 30px
|
|
|
-}
|
|
|
-
|
|
|
.mobile-only {
|
|
|
display: none
|
|
|
}
|
|
|
@@ -3390,12 +3383,12 @@ a.hasHover:hover, a:active {
|
|
|
}
|
|
|
|
|
|
.pinTop.left {
|
|
|
- left: 50%;
|
|
|
- z-index: 99;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- align-items: center;
|
|
|
- transform: translateX(-50%);
|
|
|
+ position: absolute;
|
|
|
+ z-index: 9997;
|
|
|
+ top: 10px;
|
|
|
+ left: 10px;
|
|
|
+ height: 42px;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
|
|
|
.pinTop.right {
|
|
|
@@ -3439,26 +3432,31 @@ a.hasHover:hover, a:active {
|
|
|
-webkit-transition: all .5s
|
|
|
}
|
|
|
|
|
|
+.rightViewContainer {
|
|
|
+ display: flex;;
|
|
|
+}
|
|
|
+
|
|
|
.pinBottom.center {
|
|
|
left: 50%;
|
|
|
- width: 0;
|
|
|
- z-index: 50
|
|
|
+ bottom: 30px;
|
|
|
+ transform: translateX(-50%);
|
|
|
+ z-index: 50;
|
|
|
}
|
|
|
|
|
|
.pinBottom.right {
|
|
|
float: right;
|
|
|
right: 0;
|
|
|
+ padding: 10px 0;
|
|
|
text-shadow: 0 0 1px rgba(0, 0, 0, .6);
|
|
|
z-index: 50;
|
|
|
- bottom: 10px;
|
|
|
+ bottom: 30px;
|
|
|
}
|
|
|
|
|
|
.pinBottom.left {
|
|
|
z-index: 50;
|
|
|
- background: rgba(0, 0, 0, 0.2);
|
|
|
border-radius: 10px;
|
|
|
- left: 10px;
|
|
|
- bottom: 10px;
|
|
|
+ left: 0;
|
|
|
+ bottom: 30px;
|
|
|
}
|
|
|
|
|
|
.pinBottom.left .icon {
|
|
|
@@ -3466,28 +3464,39 @@ a.hasHover:hover, a:active {
|
|
|
}
|
|
|
|
|
|
.viewContainer {
|
|
|
- float: left;
|
|
|
- position: relative
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
|
|
|
-.viewContainer>div {
|
|
|
- float: left
|
|
|
+.copyright {
|
|
|
+ white-space: nowrap;
|
|
|
+ font-size: 12px;
|
|
|
+ color: white;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.describe {
|
|
|
+ display: none !important;
|
|
|
+}
|
|
|
+
|
|
|
+#gui-modes-map .active img.hide,
|
|
|
+#gui-modes-map .opened img.hide {
|
|
|
+ display: block !important;
|
|
|
+}
|
|
|
+#gui-modes-map .active img,
|
|
|
+#gui-modes-map .opened img {
|
|
|
+ display: none;
|
|
|
}
|
|
|
|
|
|
#gui-modes-map>div[rel] {
|
|
|
float: left;
|
|
|
- width: 94px;
|
|
|
- height: 48px;
|
|
|
+ width: 70px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
-#gui-modes-map>div[rel]:hover, .pinBottom.right .rightViewContainer>div:hover, #play:hover {
|
|
|
- background: rgba(0, 0, 0, 0.25);
|
|
|
-}
|
|
|
-
|
|
|
/*#gui-modes-map > div:hidden{ border-top-right-radius: 10px; border-bottom-right-radius:10px; }*/
|
|
|
|
|
|
.zoomPanel {
|
|
|
@@ -3662,11 +3671,6 @@ a.hasHover:hover, a:active {
|
|
|
padding: 10px
|
|
|
}
|
|
|
|
|
|
-.gui-floor, .viewContainer {
|
|
|
- float: left;
|
|
|
- position: relative
|
|
|
-}
|
|
|
-
|
|
|
.bottomShare.shareContainer .icoContainer {
|
|
|
width: 30.33%
|
|
|
}
|
|
|
@@ -3689,10 +3693,6 @@ a.hasHover:hover, a:active {
|
|
|
content: '\e600'
|
|
|
}
|
|
|
|
|
|
-.viewContainer>div {
|
|
|
- float: left
|
|
|
-}
|
|
|
-
|
|
|
.gui-floor {
|
|
|
width: 48px;
|
|
|
margin-right: 10px;
|
|
|
@@ -3792,20 +3792,13 @@ a.hasHover:hover, a:active {
|
|
|
}
|
|
|
|
|
|
.pinBottom.right .ui-icon {
|
|
|
- padding: 0;
|
|
|
- margin-right: 0px;
|
|
|
- float: left;
|
|
|
- background: rgba(0, 0, 0, 0.2);
|
|
|
- border-radius: 10px;
|
|
|
- margin-right: 10px;
|
|
|
+ width: 70px;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
|
|
|
-#volume>a, #gui-fullscreen>a, #gui-fullscreen-exit>a {
|
|
|
- display: flex;
|
|
|
- width: 48px;
|
|
|
- height: 48px;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
+.pinBottom.right .ui-icon img {
|
|
|
+ width: 44px;
|
|
|
+ height: 44px;
|
|
|
}
|
|
|
|
|
|
#volume {
|
|
|
@@ -3878,8 +3871,7 @@ a.hasHover:hover, a:active {
|
|
|
|
|
|
#play, #pause {
|
|
|
position: relative;
|
|
|
- width: 94px;
|
|
|
- height: 48px;
|
|
|
+ width: 70px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
@@ -3917,9 +3909,10 @@ a.hasHover:hover, a:active {
|
|
|
text-align: center
|
|
|
}
|
|
|
|
|
|
-#gui-modes-map div img {
|
|
|
- width: 24px;
|
|
|
- height: 24px;
|
|
|
+#gui-modes-map div img,
|
|
|
+#pause img, #play img {
|
|
|
+ width: 44px;
|
|
|
+ height: 44px;
|
|
|
}
|
|
|
|
|
|
#pullTab i {
|
|
|
@@ -3936,10 +3929,6 @@ a.hasHover:hover, a:active {
|
|
|
width: 100%
|
|
|
}
|
|
|
|
|
|
-#gui-parent #pullTab.opened, #gui-parent #gui-modes-map>div.active {
|
|
|
- background: rgba(0, 0, 0, 0.3);
|
|
|
-}
|
|
|
-
|
|
|
#pullTab.opened .icon-dpad-up:before {
|
|
|
content: "\e601"
|
|
|
}
|
|
|
@@ -3973,11 +3962,12 @@ a.hasHover:hover, a:active {
|
|
|
transition-property: height, bottom;
|
|
|
transition-duration: .5s;
|
|
|
pointer-events: all;
|
|
|
+ background-color: #911212;
|
|
|
z-index: 50
|
|
|
}
|
|
|
|
|
|
#drawer.open {
|
|
|
- height: 130px
|
|
|
+ height: 140px
|
|
|
}
|
|
|
|
|
|
#drawer-container.drawerOpen #drawer.open {
|
|
|
@@ -3989,31 +3979,31 @@ a.hasHover:hover, a:active {
|
|
|
}
|
|
|
|
|
|
#drawer.open.noScroll {
|
|
|
- height: 107px
|
|
|
+ height: 137px
|
|
|
}
|
|
|
|
|
|
#drawer-container.drawerOpen #drawer.open.noScroll, #drawer.open.noScroll.playing {
|
|
|
- height: 113px
|
|
|
+ height: 143px
|
|
|
}
|
|
|
|
|
|
#gui .pinBottom.open {
|
|
|
- bottom: 140px
|
|
|
+ bottom: 170px
|
|
|
}
|
|
|
|
|
|
#gui .pinBottom.open.noScroll {
|
|
|
- bottom: 117px
|
|
|
+ bottom: 147px
|
|
|
}
|
|
|
|
|
|
#gui .pinBottom.open.playing {
|
|
|
- bottom: 150px
|
|
|
+ bottom: 180px
|
|
|
}
|
|
|
|
|
|
#gui .pinBottom-container.drawerOpen .pinBottom.open.noScroll.playing {
|
|
|
- bottom: 127px;
|
|
|
+ bottom: 157px;
|
|
|
}
|
|
|
|
|
|
#gui .pinBottom.open.noScroll.playing {
|
|
|
- bottom: 135px;
|
|
|
+ bottom: 165px;
|
|
|
}
|
|
|
|
|
|
#gui #drawer.playing, #gui .pinBottom.playing {
|
|
|
@@ -4043,10 +4033,11 @@ a.hasHover:hover, a:active {
|
|
|
}
|
|
|
|
|
|
.frame {
|
|
|
- width: calc(100% - 20px);
|
|
|
- height: 97px;
|
|
|
- margin: 9px 10px;
|
|
|
- float: left
|
|
|
+ padding-top: 8px;
|
|
|
+ width: 100%;
|
|
|
+ height: 132px;
|
|
|
+ float: left;
|
|
|
+ position: relative;
|
|
|
}
|
|
|
|
|
|
.frame.noScroll {
|
|
|
@@ -4054,7 +4045,7 @@ a.hasHover:hover, a:active {
|
|
|
}
|
|
|
|
|
|
.frame .slidee {
|
|
|
- margin: 0;
|
|
|
+ margin: 0 auto;
|
|
|
padding: 0;
|
|
|
height: 100%;
|
|
|
list-style: none
|
|
|
@@ -4068,24 +4059,20 @@ a.hasHover:hover, a:active {
|
|
|
}
|
|
|
|
|
|
.frame .slidee li .overlay {
|
|
|
- position: absolute;
|
|
|
- bottom: 2px;
|
|
|
- left: 2px;
|
|
|
- width: 130px;
|
|
|
- height: 20px;
|
|
|
- padding: 6px;
|
|
|
- color: #fff;
|
|
|
- background-color: rgba(0, 0, 0, .7);
|
|
|
+ height: 30px;
|
|
|
+ line-height: 30px;
|
|
|
+ padding: 0;
|
|
|
+ color: #FFF6D2;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
- font-weight: 100;
|
|
|
text-align: center;
|
|
|
- line-height: 4px;
|
|
|
z-index: 100;
|
|
|
- -moz-transform: translate3d(0, 0, 0);
|
|
|
- -ms-transform: translate3d(0, 0, 0);
|
|
|
- -o-transform: translate3d(0, 0, 0);
|
|
|
- transform: translate3d(0, 0, 0)
|
|
|
+ transform: translate3d(0, 0, 0);
|
|
|
+ position: absolute;
|
|
|
+ width: 100%;
|
|
|
+ bottom: -30px;
|
|
|
+ left: 50%;
|
|
|
+ transform: translateX(-50%);
|
|
|
}
|
|
|
|
|
|
.frame .slidee li .mark360View, .frame .slidee li .markInsideView {
|
|
|
@@ -4105,13 +4092,14 @@ a.hasHover:hover, a:active {
|
|
|
}
|
|
|
|
|
|
.frame .slidee li img {
|
|
|
- border: 2px solid transparent;
|
|
|
- transition: all .5s
|
|
|
+ border: 3px solid transparent;
|
|
|
+ transition: all .5s;
|
|
|
+ border-radius: 10px;
|
|
|
}
|
|
|
|
|
|
.frame .slidee li.thumbImg.hasHover>img:hover {
|
|
|
opacity: 1;
|
|
|
- border-color: #fff
|
|
|
+ border-color: #FFF6D2;
|
|
|
}
|
|
|
|
|
|
.playing .frame .slidee li.thumbImg.hasHover>img:hover {
|
|
|
@@ -4131,22 +4119,23 @@ a.hasHover:hover, a:active {
|
|
|
|
|
|
.frame .slidee li.thumbImg.active>img, .frame .slidee li.thumbImg.hasHover.active>img:hover {
|
|
|
opacity: 1;
|
|
|
- border-color: #00b4ed
|
|
|
+ border: 2px solid #911212;
|
|
|
+}
|
|
|
+
|
|
|
+.frame .slidee li.thumbImg.active>.overlay, .frame .slidee li.thumbImg.hasHover.active>.overlay:hover {
|
|
|
+ color: #fff6d2;
|
|
|
}
|
|
|
|
|
|
.scrollbar {
|
|
|
- width: calc(100% - 10px);
|
|
|
- margin: 0 5px;
|
|
|
+ width: 100%;
|
|
|
height: 8px;
|
|
|
float: left;
|
|
|
- border-radius: 5px;
|
|
|
- background: rgba(0, 0, 0, .75)
|
|
|
}
|
|
|
|
|
|
.scrollbar .handle {
|
|
|
width: 100px;
|
|
|
height: 100%;
|
|
|
- background: rgba(255, 255, 255, .75);
|
|
|
+ background: #fff;
|
|
|
border-radius: 5px
|
|
|
}
|
|
|
|
|
|
@@ -4170,7 +4159,7 @@ a.hasHover:hover, a:active {
|
|
|
left: 0;
|
|
|
transition-property: bottom;
|
|
|
transition-duration: .5s;
|
|
|
- background-color: #000;
|
|
|
+ background: #911212;
|
|
|
z-index: 50
|
|
|
}
|
|
|
|
|
|
@@ -4203,14 +4192,14 @@ a.hasHover:hover, a:active {
|
|
|
|
|
|
#progressBar .step::before {
|
|
|
content: '';
|
|
|
- background-color: #575757;
|
|
|
+ background-color: #ffffff;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
display: block
|
|
|
}
|
|
|
|
|
|
#progressBar .step.active::before, #progressBar .step.recent::before {
|
|
|
- background-color: #00b4ed
|
|
|
+ background-color: #d6b970
|
|
|
}
|
|
|
|
|
|
#progressBar .step.upcoming::before {
|
|
|
@@ -4345,26 +4334,31 @@ a.hasHover:hover, a:active {
|
|
|
}
|
|
|
|
|
|
@media only screen and (max-width: 487px), (max-height:487px) {
|
|
|
- #thumb-container .thumbImg img, .frame {
|
|
|
- height: 77px
|
|
|
+ .frame{
|
|
|
+ height: 107px;
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+ #thumb-container .thumbImg img{
|
|
|
+ height: 77px;
|
|
|
+ display: block;
|
|
|
}
|
|
|
.frame .slidee li, .frame .slidee li .overlay {
|
|
|
- width: 103px
|
|
|
+ width: 106px
|
|
|
}
|
|
|
#drawer-container.drawerOpen #drawer.open.noScroll {
|
|
|
- height: 94px
|
|
|
+ height: 124px
|
|
|
}
|
|
|
#drawer.open.noScroll, #drawer.open.noScroll.playing {
|
|
|
- height: 88px
|
|
|
+ height: 118px
|
|
|
}
|
|
|
.pinBottom-container.drawerOpen.duringTour {
|
|
|
bottom: 6px
|
|
|
}
|
|
|
#gui .pinBottom.open.noScroll {
|
|
|
- bottom: 93px
|
|
|
+ bottom: 123px
|
|
|
}
|
|
|
.pinBottom.open.noScroll.playing {
|
|
|
- bottom: 108px
|
|
|
+ bottom: 138px
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -6174,7 +6168,7 @@ a.hasHover.tag-link:hover {
|
|
|
cursor: text
|
|
|
}
|
|
|
|
|
|
-#meta-info-wrapper, #model-title.fadeOut, .pinTop.left, .pinTop.left.closed #meta-info-wrapper, .pinTop.left.closed #model-title {
|
|
|
+#meta-info-wrapper, #model-title.fadeOut {
|
|
|
pointer-events: none
|
|
|
}
|
|
|
|
|
|
@@ -6250,11 +6244,6 @@ a.hasHover.tag-link:hover {
|
|
|
border-radius: 0
|
|
|
}
|
|
|
|
|
|
-#model-title, .title-container {
|
|
|
- position: relative;
|
|
|
- height: 38px;
|
|
|
-}
|
|
|
-
|
|
|
/*.pinTop.left.fadeOut,.pinTop.left.fadeOut #meta-info-wrapper {
|
|
|
-webkit-transition: all .5s;
|
|
|
transition: all .5s;
|
|
|
@@ -6262,47 +6251,19 @@ a.hasHover.tag-link:hover {
|
|
|
pointer-events: none
|
|
|
}*/
|
|
|
|
|
|
-#model-title {
|
|
|
- font-weight: 100;
|
|
|
- z-index: 20;
|
|
|
- opacity: 1;
|
|
|
- -webkit-transition: all .3s;
|
|
|
- transition: all .3s;
|
|
|
- pointer-events: all;
|
|
|
- background: rgba(0, 0, 0, 0.2);
|
|
|
- border-radius: 10px;
|
|
|
- padding: 0 10px;
|
|
|
- min-width: 180px;
|
|
|
-}
|
|
|
-
|
|
|
-#model-title:hover {
|
|
|
- background: rgba(0, 0, 0, 0.5);
|
|
|
-}
|
|
|
-
|
|
|
-#model-title.expand {
|
|
|
- background: rgba(0, 0, 0, 0.5);
|
|
|
-}
|
|
|
-
|
|
|
.title-row {
|
|
|
- white-space: nowrap;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-around;
|
|
|
+ height: inherit;
|
|
|
}
|
|
|
|
|
|
#title-container-wrapper {
|
|
|
- overflow: hidden;
|
|
|
- width: 100%;
|
|
|
+ height: inherit;
|
|
|
}
|
|
|
|
|
|
.title-container {
|
|
|
width: 100%;
|
|
|
+ height: inherit;
|
|
|
white-space: nowrap;
|
|
|
display: flex;
|
|
|
- margin-left: 1px;
|
|
|
- -webkit-transition: all .4s ease-in-out;
|
|
|
- transition: all .4s ease-in-out;
|
|
|
- justify-content: space-between;
|
|
|
align-items: center;
|
|
|
}
|
|
|
|
|
|
@@ -6310,20 +6271,27 @@ a.hasHover.tag-link:hover {
|
|
|
cursor: default
|
|
|
}
|
|
|
|
|
|
-#less-hint, #more-hint {
|
|
|
- font-weight: 400;
|
|
|
- font-size: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.title-container #less-hint, .title-container.expand #more-hint, .title-container.no-meta #less-hint, .title-container.no-meta #more-hint, .title-container.share-only #less-hint, .title-container.share-only #more-hint {
|
|
|
- display: none
|
|
|
+#title-toggle {
|
|
|
+ display: none;
|
|
|
}
|
|
|
-
|
|
|
-.title-container #more-hint, .title-container.expand #less-hint {
|
|
|
+#more-hint,
|
|
|
+#less-hint {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- height: 100%;
|
|
|
- padding-left: 12px;
|
|
|
+ justify-content: center;
|
|
|
+ margin-left: 20px;
|
|
|
+ padding-left: 20px;
|
|
|
+ width: 19px;
|
|
|
+ height: 50%;
|
|
|
+ box-sizing: content-box;
|
|
|
+ border-left: 1px solid #fff;
|
|
|
+}
|
|
|
+#more-hint i,
|
|
|
+#less-hint i {
|
|
|
+ display: block;
|
|
|
+ width: 19px;
|
|
|
+ height: 10px;
|
|
|
+ background: url('../images/infoIcon.png') no-repeat center / contain;
|
|
|
}
|
|
|
|
|
|
/*.meta-toggle.hasHover:hover,.meta-toggle:active {
|
|
|
@@ -6331,34 +6299,6 @@ a.hasHover.tag-link:hover {
|
|
|
color: #fff
|
|
|
}*/
|
|
|
|
|
|
-#title-toggle {
|
|
|
- float: left;
|
|
|
- text-align: center;
|
|
|
- height: 52px;
|
|
|
- font-size: 18px;
|
|
|
- pointer-events: all;
|
|
|
- line-height: 52px;
|
|
|
- padding-top: 2px;
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-#title-logo {
|
|
|
- margin-right: 6px;
|
|
|
-}
|
|
|
-
|
|
|
-#title-logo i {
|
|
|
- display: block;
|
|
|
- width: 18px;
|
|
|
- height: 18px;
|
|
|
- /* background: url("../images/4dage-logo.png")left top no-repeat; */
|
|
|
- background-size: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-#title-toggle.hasHover:hover, #title-toggle:active {
|
|
|
- background-color: rgba(0, 0, 0, .75);
|
|
|
- color: #fff
|
|
|
-}
|
|
|
-
|
|
|
.co-brand {
|
|
|
color: rgba(255, 255, 255, .7);
|
|
|
font-size: 12px;
|
|
|
@@ -6383,12 +6323,6 @@ a.hasHover.tag-link:hover {
|
|
|
align-items: center;
|
|
|
}
|
|
|
|
|
|
-#gui-name.noCoBrand {
|
|
|
- /* width: 300px; */
|
|
|
- float: left;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-
|
|
|
.pinTop.left .title-container {
|
|
|
right: 0;
|
|
|
margin-right: 0
|
|
|
@@ -6421,12 +6355,14 @@ a.hasHover.tag-link:hover {
|
|
|
position: relative;
|
|
|
bottom: 100%;
|
|
|
width: 100%;
|
|
|
- padding: 10px;
|
|
|
- white-space: normal;
|
|
|
- font-size: 14px;
|
|
|
- font-weight: 400;
|
|
|
- line-height: 19px;
|
|
|
+ backdrop-filter: blur(10px);
|
|
|
+ line-height: 25px;
|
|
|
+ font-size: 1.2em;
|
|
|
+ padding: 30px;
|
|
|
+ text-indent: 2em;
|
|
|
+ letter-spacing: 2px;
|
|
|
border-radius: 10px;
|
|
|
+ background: rgba(94, 27, 19, .6431372549019608);
|
|
|
-webkit-transtion: all .4s ease-in-out;
|
|
|
transition: all .4s ease-in-out
|
|
|
}
|
|
|
@@ -6461,14 +6397,14 @@ a.hasHover.tag-link:hover {
|
|
|
}
|
|
|
|
|
|
#meta-info-wrapper {
|
|
|
- width: 360px;
|
|
|
+ width: 300px;
|
|
|
overflow: hidden;
|
|
|
position: relative;
|
|
|
- top: 14px;
|
|
|
+ top: 10px;
|
|
|
}
|
|
|
|
|
|
#meta-info-wrapper.expand {
|
|
|
- pointer-events: auto
|
|
|
+ pointer-events: auto;
|
|
|
}
|
|
|
|
|
|
#call-to-action #pause-overlay {
|
|
|
@@ -6920,6 +6856,18 @@ a.hasHover.tag-link:hover {
|
|
|
box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 5px, rgba(0, 0, 0, 0.7) 0px 0px 5px inset;
|
|
|
}
|
|
|
|
|
|
+#myCompany {
|
|
|
+ position: absolute;
|
|
|
+ left: 50%;
|
|
|
+ bottom: 30px;
|
|
|
+ white-space: nowrap;
|
|
|
+ font-size: 12px;
|
|
|
+ color: white;
|
|
|
+ text-align: center;
|
|
|
+ transform: translateX(-50%);
|
|
|
+ z-index: 1;
|
|
|
+}
|
|
|
+
|
|
|
#myCompany.JLogo {
|
|
|
height: 30px;
|
|
|
}
|
|
|
@@ -6959,6 +6907,24 @@ a.hasHover.tag-link:hover {
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
}
|
|
|
|
|
|
+@keyframes scroll-data {
|
|
|
+ 0% {
|
|
|
+ margin-left: 0;
|
|
|
+ transform: translateX(0);
|
|
|
+ }
|
|
|
+ 10% {
|
|
|
+ margin-left: 0;
|
|
|
+ transform: translateX(0);
|
|
|
+ }
|
|
|
+ 90% {
|
|
|
+ margin-left: 100%;
|
|
|
+ transform: translateX(-100%);
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ margin-left: 100%;
|
|
|
+ transform: translateX(-100%);
|
|
|
+ }
|
|
|
+}
|
|
|
@media only screen and (max-width: 1000px) {
|
|
|
.progressbar {
|
|
|
width: 60%;
|
|
|
@@ -6968,6 +6934,42 @@ a.hasHover.tag-link:hover {
|
|
|
top: 60px;
|
|
|
right: 5px;
|
|
|
}
|
|
|
+ .viewContainer>div img,
|
|
|
+ .pinBottom.right .ui-icon img {
|
|
|
+ width: 33px !important;
|
|
|
+ height: 33px !important;
|
|
|
+ }
|
|
|
+ .rightViewContainer {
|
|
|
+ flex-direction: column;
|
|
|
+ }
|
|
|
+ #scrollFrame {
|
|
|
+ padding: 8px 15px 0;
|
|
|
+ }
|
|
|
+ .scroll-wrap-detail {
|
|
|
+ max-width: 120px;
|
|
|
+ }
|
|
|
+ #gui-name {
|
|
|
+ display: block;
|
|
|
+ float: left;
|
|
|
+ animation: scroll-data 7s linear infinite alternate;
|
|
|
+ }
|
|
|
+ .scroll-wrap {
|
|
|
+ max-width: 100%;
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
+ overflow: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ }
|
|
|
+ .pinTop.left {
|
|
|
+ top: 20px;
|
|
|
+ }
|
|
|
+ #meta-info-wrapper {
|
|
|
+ left: -10px;
|
|
|
+ width: 100vw;
|
|
|
+ }
|
|
|
+ #meta-info {
|
|
|
+ padding: 15px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
@media only screen and (max-width: 700px) {
|
|
|
@@ -6983,11 +6985,6 @@ a.hasHover.tag-link:hover {
|
|
|
}
|
|
|
|
|
|
@media only screen and (max-width: 680px) {
|
|
|
- .pinTop.left {
|
|
|
- left: 50%;
|
|
|
- transform: translateX(-50%);
|
|
|
- align-items: center;
|
|
|
- }
|
|
|
.title-row {
|
|
|
justify-content: center;
|
|
|
}
|
|
|
@@ -6997,12 +6994,18 @@ a.hasHover.tag-link:hover {
|
|
|
#gui-modes-map>div[rel]:hover, #play:hover {
|
|
|
background: transparent;
|
|
|
}
|
|
|
- .pinBottom.right .ui-icon {
|
|
|
- margin-right: 5px;
|
|
|
- }
|
|
|
+ /* #volume{
|
|
|
+ z-index: 9999;
|
|
|
+ position: absolute;
|
|
|
+ left: 10px;
|
|
|
+ bottom: 5px;
|
|
|
+ } */
|
|
|
.pinBottom.right, .pinBottom.left {
|
|
|
bottom: 5px;
|
|
|
}
|
|
|
+ .pinBottom.right {
|
|
|
+ right: 5px;
|
|
|
+ }
|
|
|
.pinBottom.left {
|
|
|
left: 5px;
|
|
|
}
|
|
|
@@ -7011,10 +7014,13 @@ a.hasHover.tag-link:hover {
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
#play, #pause {
|
|
|
- width: 64px;
|
|
|
+ width: 50px;
|
|
|
+ margin-bottom: 10px;
|
|
|
}
|
|
|
- #gui-modes-map>div[rel] {
|
|
|
- width: 64px;
|
|
|
+ #gui-modes-map>div[rel],
|
|
|
+ .rightViewContainer > div {
|
|
|
+ width: 50px !important;
|
|
|
+ margin-bottom: 10px;
|
|
|
}
|
|
|
.progressbar {
|
|
|
width: 70%;
|
|
|
@@ -7038,8 +7044,8 @@ a.hasHover.tag-link:hover {
|
|
|
|
|
|
|
|
|
@media screen and (orientation: landscape) {
|
|
|
- .viewContainer, #gui-modes-map {
|
|
|
- display: block !important;
|
|
|
+ .viewContainer {
|
|
|
+ padding: 10px 20px 10px 10px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -7047,9 +7053,6 @@ a.hasHover.tag-link:hover {
|
|
|
#gui-name {
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
- #meta-info-wrapper {
|
|
|
- width: 100vw;
|
|
|
- }
|
|
|
#meta-info {
|
|
|
font-size: 12px;
|
|
|
}
|