Built motion from commit (unavailable).|2.5.4
[motion2.git] / snippet / 1.0.15 / styles / mobile.css
diff --git a/snippet/1.0.15/styles/mobile.css b/snippet/1.0.15/styles/mobile.css
deleted file mode 100644 (file)
index f0267af..0000000
+++ /dev/null
@@ -1,161 +0,0 @@
-/* IFRAME GENERALE*/
-iframe[id='motion-chat-iframe'] {
-    /* Style attributes*/
-
-    position: fixed;
-    height: 450px;
-    border: 0;
-    /* box-shadow: 0px 0px 10px 2px #333333; */
-    -webkit-transition: all 0.7s ease-out;
-    -moz-transition: all 0.7s ease-out;
-    -ms-transition: all 0.7s ease-out;
-    -o-transition: all 0.7s ease-out;
-    transition: all 0.7s ease-out;
-    z-index: 9999;
-    /* overflow: hidden; */
-
-}
-
-/* IFRAME BASSO-DESTRA*/
-.motion-chat-iframe-bottom_right {
-    /* Style attributes*/
-
-    width: 295px;
-    bottom: -400px;
-    right: 0;
-
-}
-
-/* IFRAME DESTRA*/
-.motion-chat-iframe-right {
-    /* Style attributes*/
-
-    width: 295px;
-    right: -312px;
-
-}
-
-/* LINGUETTA DESTRA*/
-.motion-chat-div-right {
-    /* Style attributes*/
-
-    display: none;
-    right: 0px;
-    position: fixed;
-    cursor: pointer;
-    height: 100px;
-    width: 25px;
-    -webkit-transition: all 0.7s ease-out;
-    -moz-transition: all 0.7s ease-out;
-    -ms-transition: all 0.7s ease-out;
-    -o-transition: all 0.7s ease-out;
-    transition: all 0.7s ease-out;
-    z-index: 9999;
-
-}
-
-/* IFRAME SINISTRA*/
-.motion-chat-iframe-left {
-    /* Style attributes*/
-
-    width: 295px;
-    left: -297px;
-
-}
-
-/* LINGUETTA SINISTRA*/
-.motion-chat-div-left {
-    /* Style attributes*/
-
-    left: 0px;
-    display: none;
-    position: fixed;
-    cursor: pointer;
-    height: 100px;
-    width: 25px;
-    -webkit-transition: all 0.7s ease-out;
-    -moz-transition: all 0.7s ease-out;
-    -ms-transition: all 0.7s ease-out;
-    -o-transition: all 0.7s ease-out;
-    transition: all 0.7s ease-out;
-    z-index: 9999;
-
-}
-
-@media only screen and (max-width: 320px) {
-
-    /* IFRAME BASSO-DESTRA*/
-    .motion-chat-iframe-right {
-        /* Style attributes*/
-
-        width: 295px;
-        bottom: 0px;
-        right: 0;
-
-    }
-
-    /* IFRAME BASSO-DESTRA*/
-    .motion-chat-iframe-left {
-        /* Style attributes*/
-
-        width: 295px;
-        bottom: 0px;
-        right: 0;
-
-    }
-
-}
-
-@media only screen and (max-height: 450px) {
-
-    /* IFRAME BASSO-DESTRA*/
-    iframe[id='motion-chat-iframe'] {
-        /* Style attributes*/
-        height: 100% !important;
-
-    }
-
-    .motion-chat-iframe-right {
-        /* Style attributes*/
-
-        top: 0px !important;
-
-    }
-
-    /* IFRAME BASSO-DESTRA*/
-    .motion-chat-iframe-left {
-        /* Style attributes*/
-
-        top: 0px !important;
-
-    }
-
-    div[id='motion-chat-iframe-tab'] {
-        /* Style attributes*/
-
-        top: auto !important;
-        bottom: 0px !important;
-
-    }
-}
-
-#chat_tab_arrow {
-    font-family: Serif;
-    font-size: 25px;
-    padding-left: 5px;
-    padding-top: 0px;
-    width: auto !important;
-    margin-right: 1px !important;
-    margin-left: 1px !important;
-    margin-top: 1px !important;
-    font-weight: bolder !important;
-    line-height: 1 !important;
-}
-
-#chat_tab_text {
-    font-family: Sans-Serif;
-    font-size: 17px;
-    margin-top: 12px !important;
-    margin-left: 5px !important;
-    line-height: 1 !important;
-}