|
@@ -3923,16 +3923,16 @@ a.tag-link {
|
|
|
|
|
|
#gui-modes-map>div[rel] {
|
|
#gui-modes-map>div[rel] {
|
|
float: left;
|
|
float: left;
|
|
- width: 70px;
|
|
|
|
|
|
+ width: 60px;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
|
|
-#gui-modes-map>div[rel]:hover,
|
|
|
|
|
|
+/* #gui-modes-map>div[rel]:hover,
|
|
.pinBottom.right .rightViewContainer>div:hover,
|
|
.pinBottom.right .rightViewContainer>div:hover,
|
|
-#play:hover {}
|
|
|
|
|
|
+#play:hover {} */
|
|
|
|
|
|
/*#gui-modes-map > div:hidden{ border-top-right-radius: 10px; border-bottom-right-radius:10px; }*/
|
|
/*#gui-modes-map > div:hidden{ border-top-right-radius: 10px; border-bottom-right-radius:10px; }*/
|
|
|
|
|
|
@@ -4332,7 +4332,7 @@ a.tag-link {
|
|
#play,
|
|
#play,
|
|
#pause {
|
|
#pause {
|
|
position: relative;
|
|
position: relative;
|
|
- width: 70px;
|
|
|
|
|
|
+ width: 60px;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -4743,6 +4743,89 @@ a.tag-link {
|
|
color: #fff
|
|
color: #fff
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media only screen and (max-height: 370px) {
|
|
|
|
+ #loader-cont {
|
|
|
|
+ width: 50px;
|
|
|
|
+ height: 50px;
|
|
|
|
+ font-size: 24px;
|
|
|
|
+ padding: 6px 0
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #loader-cont:after {
|
|
|
|
+ width: 42px;
|
|
|
|
+ height: 42px;
|
|
|
|
+ top: 4px;
|
|
|
|
+ left: 4px;
|
|
|
|
+ line-height: 42px;
|
|
|
|
+ font-size: 10px
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #gui-loading {
|
|
|
|
+ z-index: 5000
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #gui-loading img {
|
|
|
|
+ width: 88px;
|
|
|
|
+ height: auto
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (max-width: 320px) {
|
|
|
|
+
|
|
|
|
+ .pinBottom.left .ui-icon.wide,
|
|
|
|
+ .ui-icon {
|
|
|
|
+ font-size: 22px;
|
|
|
|
+ text-shadow: 0 0 5px rgba(0, 0, 0, .9);
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (max-width: 487px) and (min-width: 321px) {
|
|
|
|
+
|
|
|
|
+ .pinBottom.left .ui-icon.wide,
|
|
|
|
+ .ui-icon {
|
|
|
|
+ font-size: 22px;
|
|
|
|
+ text-shadow: 0 0 5px rgba(0, 0, 0, .9);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .pinBottom.right {
|
|
|
|
+ right: 0;
|
|
|
|
+ padding-right: 0
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (max-width: 487px) {
|
|
|
|
+ .mobile-only {
|
|
|
|
+ display: block
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #gui-fullscreen {
|
|
|
|
+ padding-left: 20px
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .pinTop.right {
|
|
|
|
+ top: 60px;
|
|
|
|
+ font-size: 27px
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .pinTop.right.reposition {
|
|
|
|
+ top: 10px;
|
|
|
|
+ z-index: 20
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #model-title.closed {
|
|
|
|
+ width: 20px
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .tourSpinner {
|
|
|
|
+ top: -10px;
|
|
|
|
+ left: -10px
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #gui.jp-JP .gui-floor-number {
|
|
|
|
+ padding-right: 3px
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
|
|
.pinTop.right.mobile-only {
|
|
.pinTop.right.mobile-only {
|
|
top: 60px;
|
|
top: 60px;
|
|
@@ -4856,6 +4939,18 @@ a.tag-link {
|
|
text-align: center
|
|
text-align: center
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media only screen and (orientation: landscape) {
|
|
|
|
+ #lightbox {
|
|
|
|
+ font-size: 3vw
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (orientation: portrait) {
|
|
|
|
+ #lightbox {
|
|
|
|
+ font-size: 3vh
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
#lightbox-contents {
|
|
#lightbox-contents {
|
|
position: relative;
|
|
position: relative;
|
|
left: 10%;
|
|
left: 10%;
|
|
@@ -5527,6 +5622,16 @@ a.hasHover.tag-link:hover {
|
|
font-size: 12px
|
|
font-size: 12px
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media only screen and (min-aspect-ratio: 1/1) {
|
|
|
|
+ #help-dialog.mobile .help-tabs div {
|
|
|
|
+ padding: 15px 15px 15px 20px
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.mobile .close {
|
|
|
|
+ font-size: 12px
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
#help-dialog #more-help-wrapper {
|
|
#help-dialog #more-help-wrapper {
|
|
z-index: -1
|
|
z-index: -1
|
|
}
|
|
}
|
|
@@ -5632,7 +5737,377 @@ a.hasHover.tag-link:hover {
|
|
height: 65%
|
|
height: 65%
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media only screen and (max-width: 700px) and (max-height:600px) {
|
|
|
|
+ #help-dialog.desktop .help-tabs div {
|
|
|
|
+ font-size: 12px
|
|
|
|
+ }
|
|
|
|
|
|
|
|
+ #help-dialog.desktop .interactions .top-info {
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 0;
|
|
|
|
+ width: 100%;
|
|
|
|
+ margin-left: 0;
|
|
|
|
+ font-size: 2.15vw;
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ line-height: 1.3
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.panorama .interactions .top-info {
|
|
|
|
+ top: 3%
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.floorplan .interactions .top-info {
|
|
|
|
+ top: -2%
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.es-MX.panorama .interactions .top-info {
|
|
|
|
+ top: 0
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop .interactions .bottom-info {
|
|
|
|
+ margin-left: 5%;
|
|
|
|
+ margin-right: 5%;
|
|
|
|
+ font-size: 2.15vw;
|
|
|
|
+ line-height: 1.14;
|
|
|
|
+ top: 40vh
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.es-MX .interactions .bottom-info,
|
|
|
|
+ #help-dialog.desktop.es-MX .interactions .top-info,
|
|
|
|
+ #help-dialog.desktop.fr-FR .interactions .bottom-info,
|
|
|
|
+ #help-dialog.desktop.fr-FR .interactions .top-info,
|
|
|
|
+ #help-dialog.desktop.jp-JP .interactions .bottom-info,
|
|
|
|
+ #help-dialog.desktop.jp-JP .interactions .top-info,
|
|
|
|
+ #help-dialog.desktop.ru-RU .interactions .bottom-info {
|
|
|
|
+ font-size: 2vw
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop .interactions .big-image {
|
|
|
|
+ width: 7.15vh;
|
|
|
|
+ bottom: 28.75vh
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.dollhouse .interactions.left .big-image,
|
|
|
|
+ #help-dialog.desktop.floorplan .interactions.middle .big-image {
|
|
|
|
+ width: 7.5vh
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.dollhouse .interactions.middle .big-image,
|
|
|
|
+ #help-dialog.desktop.floorplan .interactions.left .big-image,
|
|
|
|
+ #help-dialog.desktop.panorama .interactions.middle .big-image {
|
|
|
|
+ width: 9vh
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop .interactions hr {
|
|
|
|
+ width: 6.55vh;
|
|
|
|
+ bottom: 19.8vh
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop .interactions .keyboard {
|
|
|
|
+ width: 10.4vh;
|
|
|
|
+ bottom: 0
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.floorplan .interactions.right .keyboard,
|
|
|
|
+ #help-dialog.desktop.outdoor .interactions.middle .keyboard,
|
|
|
|
+ #help-dialog.desktop.panorama .interactions.middle .keyboard {
|
|
|
|
+ width: 5.2vh
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.dollhouse .interactions.left .keyboard {
|
|
|
|
+ bottom: 0
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.es-MX.floorplan .interactions {
|
|
|
|
+ top: 23%
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.dollhouse .interactions.left .bottom-info,
|
|
|
|
+ #help-dialog.desktop.es-MX .interactions .bottom-info,
|
|
|
|
+ #help-dialog.desktop.es-MX.dollhouse .interactions .bottom-info,
|
|
|
|
+ #help-dialog.desktop.fr-FR.dollhouse .interactions .bottom-info,
|
|
|
|
+ #help-dialog.desktop.fr-FR.floorplan .interactions .bottom-info #help-dialog.desktop.fr-FR .interactions .bottom-info {
|
|
|
|
+ top: 65%
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.es-MX.dollhouse .interactions .bottom-info,
|
|
|
|
+ #help-dialog.desktop.es-MX.floorplan .interactions .bottom-info {
|
|
|
|
+ top: 68%
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.de-DE.dollhouse .interactions .keyboard,
|
|
|
|
+ #help-dialog.desktop.de-DE.outdoor .interactions .keyboard,
|
|
|
|
+ #help-dialog.desktop.es-MX.dollhouse .interactions .keyboard,
|
|
|
|
+ #help-dialog.desktop.es-MX.floorplan .interactions .keyboard,
|
|
|
|
+ #help-dialog.desktop.es-MX.panorama .interactions .keyboard,
|
|
|
|
+ #help-dialog.desktop.fr-FR.dollhouse .interactions .keyboard,
|
|
|
|
+ #help-dialog.desktop.fr-FR.floorplan .interactions .keyboard,
|
|
|
|
+ #help-dialog.desktop.jp-JP .interactions .keyboard,
|
|
|
|
+ #help-dialog.desktop.ru-RU.dollhouse .interactions .keyboard,
|
|
|
|
+ #help-dialog.desktop.ru-RU.floorplan .interactions .keyboard {
|
|
|
|
+ bottom: -5%
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.de-DE.floorplan .interactions .keyboard,
|
|
|
|
+ #help-dialog.desktop.de-DE.panorama .interactions .keyboard,
|
|
|
|
+ #help-dialog.desktop.ru-RU .interactions .keyboard {
|
|
|
|
+ bottom: -10%
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.es-MX.dollhouse .interactions .top-info {
|
|
|
|
+ position: relative;
|
|
|
|
+ bottom: 5%
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.de-DE.dollhouse .interactions .top-info,
|
|
|
|
+ #help-dialog.desktop.de-DE.floorplan .interactions .top-info,
|
|
|
|
+ #help-dialog.desktop.es-MX.floorplan .interactions .top-info,
|
|
|
|
+ #help-dialog.desktop.ru-RU.dollhouse .interactions .top-info,
|
|
|
|
+ #help-dialog.desktop.ru-RU.floorplan .interactions .top-info {
|
|
|
|
+ top: -10%;
|
|
|
|
+ font-size: 2vw
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (max-width: 700px) and (min-aspect-ratio:2/1) {
|
|
|
|
+ #help-dialog.desktop .interactions hr {
|
|
|
|
+ bottom: 15.5vh
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+@media only screen and (max-width: 910px) {
|
|
|
|
+ #hotListWrap {
|
|
|
|
+ position: absolute;
|
|
|
|
+ width: 100%;
|
|
|
|
+ /* height: 310px; */
|
|
|
|
+ height: 250px;
|
|
|
|
+ z-index: 100;
|
|
|
|
+ right: 0;
|
|
|
|
+ top: -320px;
|
|
|
|
+ transition: top 0.4s, width 0.5s;
|
|
|
|
+ background: rgba(34, 36, 37, 0.9);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .hotListActive {
|
|
|
|
+ top: 0 !important;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #hotListTitle {
|
|
|
|
+ height: 40%;
|
|
|
|
+ position: relative;
|
|
|
|
+ background: none;
|
|
|
|
+ opacity: 1;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #hotListContent {
|
|
|
|
+ /* background: rgba(34, 36, 37,0.9); */
|
|
|
|
+ background: none;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #hotListText {
|
|
|
|
+ font-size: 20px;
|
|
|
|
+ letter-spacing: 3px;
|
|
|
|
+ font-weight: 100;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 50%;
|
|
|
|
+ left: 50%;
|
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #hotListIcon {
|
|
|
|
+ width: 24px;
|
|
|
|
+ margin-left: 26px;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 50%;
|
|
|
|
+ left: 50%;
|
|
|
|
+ transform: translate(165%, -50%);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #hotListContent ul li {
|
|
|
|
+ text-align: center;
|
|
|
|
+ height: 40px;
|
|
|
|
+ line-height: 40px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #hotListContent ul {
|
|
|
|
+ padding: 0 30px;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #hotListBottom {
|
|
|
|
+ display: none;
|
|
|
|
+ height: 15%;
|
|
|
|
+ /* background: rgba(34, 36, 37,0.9); */
|
|
|
|
+ background: none;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #hotListClose {
|
|
|
|
+ display: none;
|
|
|
|
+ position: initial;
|
|
|
|
+ width: 18px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #hotListContent ul li.active {
|
|
|
|
+ color: white;
|
|
|
|
+ background: none;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 701px) and (max-aspect-ratio:15/10) {
|
|
|
|
+ #help-dialog.desktop .interactions {
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 10%
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop .interactions hr {
|
|
|
|
+ width: 6vh
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.dollhouse .interactions {
|
|
|
|
+ top: 10%
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop .interactions .top-info {
|
|
|
|
+ position: relative;
|
|
|
|
+ top: 15%
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.ru-RU.dollhouse .interactions {
|
|
|
|
+ height: 68%
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.de-DE.dollhouse .interactions .top-info,
|
|
|
|
+ #help-dialog.desktop.de-DE.floorplan .interactions .top-info {
|
|
|
|
+ font-size: 1.3em
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.ru-RU.floorplan .interactions .top-info {
|
|
|
|
+ top: 8%
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.de-DE .interactions .keyboard,
|
|
|
|
+ #help-dialog.desktop.jp-JP .interactions .keyboard,
|
|
|
|
+ #help-dialog.desktop.ru-RU .interactions .keyboard {
|
|
|
|
+ bottom: -5%
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.es-MX.floorplan .interactions {
|
|
|
|
+ top: 20%
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.es-MX.floorplan .interactions .top-info {
|
|
|
|
+ top: 0
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.de-DE.dollhouse .interactions .bottom-info,
|
|
|
|
+ #help-dialog.desktop.de-DE.floorplan .interactions .bottom-info {
|
|
|
|
+ font-size: 1.2em
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.dollhouse .interactions.left .bottom-info,
|
|
|
|
+ #help-dialog.desktop.es-MX.dollhouse .interactions .bottom-info,
|
|
|
|
+ #help-dialog.desktop.fr-FR.dollhouse .interactions .bottom-info {
|
|
|
|
+ top: 77.5%
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop .interactions .big-image {
|
|
|
|
+ width: 6.3vh
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.floorplan .interactions.middle .big-image {
|
|
|
|
+ width: 6.6vh
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.floorplan .interactions.left .big-image,
|
|
|
|
+ #help-dialog.desktop.panorama .interactions.middle .big-image {
|
|
|
|
+ width: 7.725vh
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.dollhouse .interactions.middle .big-image {
|
|
|
|
+ width: 7.8vh
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop .interactions .keyboard {
|
|
|
|
+ width: 6.5vh
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.dollhouse .interactions.left .keyboard {
|
|
|
|
+ width: 10.5vh
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.floorplan .interactions.right .keyboard,
|
|
|
|
+ #help-dialog.desktop.outdoor .interactions.middle .keyboard,
|
|
|
|
+ #help-dialog.desktop.panorama .interactions.middle .keyboard {
|
|
|
|
+ width: 3.275vh
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-aspect-ratio: 15/10) and (min-width:700px) {
|
|
|
|
+ #help-dialog.desktop.es-MX.floorplan .interactions .top-info {
|
|
|
|
+ position: relative;
|
|
|
|
+ bottom: 7%
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.jp-JP .interactions .top-info {
|
|
|
|
+ font-size: 1.4em
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.jp-JP .interactions .bottom-info {
|
|
|
|
+ font-size: 1.3vw
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.de-DE.dollhouse .interactions .top-info,
|
|
|
|
+ #help-dialog.desktop.de-DE.floorplan .interactions .top-info,
|
|
|
|
+ #help-dialog.desktop.ru-RU.dollhouse .interactions .top-info,
|
|
|
|
+ #help-dialog.desktop.ru-RU.floorplan .interactions .top-info {
|
|
|
|
+ bottom: 1%;
|
|
|
|
+ font-size: 1.3em;
|
|
|
|
+ position: relative
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop .interactions .keyboard,
|
|
|
|
+ #help-dialog.desktop.es-MX.dollhouse .interactions .keyboard,
|
|
|
|
+ #help-dialog.desktop.fr-FR.dollhouse .interactions .keyboard {
|
|
|
|
+ bottom: -3vh
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.de-DE .interactions .keyboard,
|
|
|
|
+ #help-dialog.desktop.ru-RU .interactions .keyboard {
|
|
|
|
+ bottom: -7vh
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.de-DE .interactions .bottom-info {
|
|
|
|
+ font-size: 1.15em
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop .interactions .bottom-info {
|
|
|
|
+ bottom: 7.5vh
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop .interactions hr {
|
|
|
|
+ bottom: 16vh
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-aspect-ratio: 17/10) {
|
|
|
|
+ #help-dialog.desktop .interactions .keyboard {
|
|
|
|
+ bottom: -3vh
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ #help-dialog.desktop.ru-RU .interactions .keyboard {
|
|
|
|
+ bottom: -12%
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-aspect-ratio: 25/10) {
|
|
|
|
+ #help-dialog.desktop .interactions hr {
|
|
|
|
+ bottom: 15vh
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
|
|
#help-dialog.mobile #navigation-help-wrapper {
|
|
#help-dialog.mobile #navigation-help-wrapper {
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -7225,74 +7700,6 @@ a.hasHover.tag-link:hover {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@media only screen and (max-width: 600px) {
|
|
|
|
-
|
|
|
|
- #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.left {
|
|
|
|
- left: 5px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .viewContainer,
|
|
|
|
- #gui-modes-map {
|
|
|
|
- display: flex;
|
|
|
|
- flex-direction: column;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- #play,
|
|
|
|
- #pause {
|
|
|
|
- width: 50px;
|
|
|
|
- padding-bottom: 10px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- #gui-modes-map>div[rel] {
|
|
|
|
- width: 50px;
|
|
|
|
- padding-bottom: 10px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .progressbar {
|
|
|
|
- width: 70%;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .gui-floor-number,
|
|
|
|
- .tourSpinner {
|
|
|
|
- left: -0.4px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .gui-floor {
|
|
|
|
- float: none;
|
|
|
|
- margin-bottom: 5px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .gui-floor .container {
|
|
|
|
- right: 0;
|
|
|
|
- left: auto;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- #call-to-action #interaction-modal.desktop {
|
|
|
|
- width: 100%;
|
|
|
|
- height: auto;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
|
|
|
|
@media screen and (orientation: landscape) {
|
|
@media screen and (orientation: landscape) {
|
|
|
|
|