|
|
@@ -1825,34 +1825,6 @@ input.no-margin {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.hoverMsg {
|
|
|
- background: #000;
|
|
|
- /*display: none;*/
|
|
|
- height: 100%;
|
|
|
- left: 0;
|
|
|
- opacity: .5;
|
|
|
- position: fixed;
|
|
|
- width: 100%;
|
|
|
- top:0;
|
|
|
- z-index: 10000;
|
|
|
-}
|
|
|
-
|
|
|
-.hoverText {
|
|
|
- color: #fff;
|
|
|
- font-size: 5em;
|
|
|
- position: relative;
|
|
|
- text-align: center;
|
|
|
- top: 45%;
|
|
|
- font-weight: 700;
|
|
|
- text-shadow: 1px 1px 1px rgba(0,0,0,.3);
|
|
|
- -webkit-animation-name: bounceInDown;
|
|
|
- animation-name: bounceInDown;
|
|
|
- -webkit-animation-duration: 1s;
|
|
|
- animation-duration: 1s;
|
|
|
- -webkit-animation-fill-mode: both;
|
|
|
- animation-fill-mode: both;
|
|
|
-}
|
|
|
-
|
|
|
.break-word {
|
|
|
word-wrap: break-word
|
|
|
}
|