[REM] : unwanted css

bzr revid: aja@tinyerp.com-20140214071557-grrx0fnkfeh0be46
This commit is contained in:
ajay javiya (OpenERP) 2014-02-14 12:45:57 +05:30
parent b9833c31e0
commit 59c8e96460
2 changed files with 0 additions and 38 deletions

View File

@ -49,23 +49,3 @@ p.post-meta {
padding-top: 5vh;
cursor: pointer;
}
.page_fadeup_out {
opacity: 0;
-webkit-transform: scale(0.8) translate3d(0, -10%, 0);
-moz-transform: scale(0.8) translate3d(0, -10%, 0);
-ms-transform: scale(0.8) translate3d(0, -10%, 0);
-o-transform: scale(0.8) translate3d(0, -10%, 0);
transform: scale(0.8) translate3d(0, -10%, 0);
-webkit-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.page_upward {
-webkit-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

View File

@ -46,21 +46,3 @@ p.post-meta
color: white
padding-top: 5vh
cursor: pointer
.page_fadeup_out
opacity: 0
-webkit-transform: scale(0.8) translate3d(0, -10%, 0)
-moz-transform: scale(0.8) translate3d(0, -10%, 0)
-ms-transform: scale(0.8) translate3d(0, -10%, 0)
-o-transform: scale(0.8) translate3d(0, -10%, 0)
transform: scale(0.8) translate3d(0, -10%, 0)
-webkit-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1)
-moz-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1)
-o-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1)
transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1)
.page_upward
-webkit-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1)
-moz-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1)
-o-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1)
transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1)