|
@@ -36,6 +36,31 @@ body, figure {
|
|
|
margin: 0
|
|
|
}
|
|
|
|
|
|
+#myCompany{
|
|
|
+ width:300px;
|
|
|
+ position:absolute;
|
|
|
+ bottom:20px;
|
|
|
+ left: 50%;
|
|
|
+ transform: translateX(-50%);
|
|
|
+ text-align:center;
|
|
|
+ font-size:14px;
|
|
|
+ color: rgba(255, 255, 255, 0.8);
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center
|
|
|
+}
|
|
|
+
|
|
|
+#myCompany img{
|
|
|
+ width: 50%;
|
|
|
+}
|
|
|
+
|
|
|
+#myCompany span{
|
|
|
+ font-size: 16px;
|
|
|
+ padding: 5px 0;
|
|
|
+ color: rgba(255, 255, 255, 0.8);
|
|
|
+ border-bottom: 1px solid rgba(255, 255, 255, 0.8);
|
|
|
+}
|
|
|
+
|
|
|
.affix, .frame .slidee li .overlay {
|
|
|
-webkit-transform: translate3d(0, 0, 0)
|
|
|
}
|
|
@@ -6989,6 +7014,15 @@ a.hasHover.tag-link:hover {
|
|
|
}
|
|
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
|
+ #myCompany{
|
|
|
+ width:200px;
|
|
|
+ }
|
|
|
+
|
|
|
+ #myCompany span{
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
#gui-modes-map>div[rel]:hover, #play:hover {
|
|
|
background: transparent;
|
|
|
}
|