פתיחת התפריט הראשי

שינויים

נוספו 800 בתים ,  03:23, 10 בינואר 2018
אין תקציר עריכה
float: right;
top: 50%;
margin: 0 !important;
bottom: inherit !important;
}
#md-accessibility a.mfb-component__button--main {
}
#md-accessibility .mfb-component--tl {
animation: fromTop 1s 1;
-webkit-animation: fromTop 1s 1;
}
 
#md-accessibility .mfb-component--tr {
animation: fromTop 1.3s 1;
-webkit-animation: fromTop 1.3s 1;
}
 
 
@keyframes fromTop {
0% {
-webkit-transform: translateX(-50px);
transform: translateY(-50px);
}
100% {
-webkit-transform: translateX(0);
transform: translateY(0);
}
}
 
@-webkit-keyframes fromTop {
0% {
-webkit-transform: translateX(-50px);
transform: translateX(-50px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
 
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
 
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* Addthis popup*/
.lightboxField #at-cv-lightbox-submit {

הודפס מתוך מאגר הידע של דואלוג בכתובת: "https://doalogue.co.il/wiki/מיוחד:השוואה_ניידת/8436"

משותף תחת רישיון CC-BY 4.0. ניתן להפיץ באופן חופשי תוך מתן קרדיט לדואלוג וקישור למקור.