$.fn.qtip.styles.mystyle = { // Last part is the name of the style
width: 280,
padding: 5,
background: '#89C0EE',
color: '#333',
textAlign: 'center',
border: {
width: 1,
radius: 8,
color: '#89C0EE'
},
tip: 'bottomLeft',
name: 'dark' // Inherit the rest of the attributes from the preset dark style
}
$('a[title]').qtip({
position: { target: 'mouse', adjust: { x: 8, y: 20 }},
style: {
border: {
width: 0,
radius: 2
// color:'#3F92C3'
},
padding: 2,
// background: '#f8f8f8',
color: '#045A8C',
textAlign: 'center',
name: 'blue', tip: false },
show: { delay: 650, effect: { type: 'fade', length: 530 } },
hide: { effect: { type: 'fade', length: 160 } }
})
$(".jscontact").qtip({
content: 'Πιέστε εδώ για να ζητήσετε πληροφορίες ή άλλη ειδική προσφορά!
Συμπληρώστε όλα τα στοιχεία σας στο παράθυρο που θα ανοίξει και περιγράψτε με λίγα λόγια το αίτημα σας..
Πολύ σύντομα θα επικοινωνήσουμε εμείς μαζί σας!',
position: {
corner: {
target: 'topMiddle',
tooltip: 'bottomLeft'
}
},
hide: { effect: { type: 'fade' } },
hide: { effect: { length: 430 } },
show: { effect: { type: 'fade' } },
show: { effect: { length: 130 } },
style: 'mystyle'
});
$(".jscontact-en").qtip({
content: 'Click here to ask for details or for other custom order!
Fill in your details in the form that will open and describe in few words your request ..
Very soon we will contact you!',
position: {
corner: {
target: 'topMiddle',
tooltip: 'bottomLeft'
}
},
hide: { effect: { type: 'fade' } },
hide: { effect: { length: 430 } },
show: { effect: { type: 'fade' } },
show: { effect: { length: 130 } },
style: 'mystyle'
});
$(".jscontact2").qtip({
content: 'Πιέστε εδώ για να ζητήσετε περισσότερες πληροφορίες
Συμπληρώστε όλα τα στοιχεία σας στο παράθυρο που θα ανοίξει και περιγράψτε με λίγα λόγια το αίτημα σας..
Πολύ σύντομα θα επικοινωνήσουμε εμείς μαζί σας!',
position: {
corner: {
target: 'topMiddle',
tooltip: 'bottomLeft'
}
},
hide: { effect: { type: 'fade' } },
hide: { effect: { length: 430 } },
show: { effect: { type: 'fade' } },
show: { effect: { length: 130 } },
style: 'mystyle'
});
$(".jscontact2-en").qtip({
content: 'Click here to ask for more details
Fill in your details in the form that will open and describe in few words your request ..
Very soon we will contact you!',
position: {
corner: {
target: 'topMiddle',
tooltip: 'bottomLeft'
}
},
hide: { effect: { type: 'fade' } },
hide: { effect: { length: 430 } },
show: { effect: { type: 'fade' } },
show: { effect: { length: 130 } },
style: 'mystyle'
});
$(".jscontact3").qtip({
content: 'Πιέστε εδώ για να ζητήσετε να σας κάνουμε μια εκτίμηση
Συμπληρώστε όλα τα στοιχεία σας στο παράθυρο που θα ανοίξει και περιγράψτε με λίγα λόγια το αίτημα σας..
Πολύ σύντομα θα επικοινωνήσουμε εμείς μαζί σας!',
position: {
corner: {
target: 'topMiddle',
tooltip: 'bottomLeft'
}
},
hide: { effect: { type: 'fade' } },
hide: { effect: { length: 430 } },
show: { effect: { type: 'fade' } },
show: { effect: { length: 130 } },
style: 'mystyle'
});
$(".jscontact3-en").qtip({
content: 'Click here to ask for an estimation
Fill in your details in the form that will open and describe in few words your request ..
Very soon we will contact you!',
position: {
corner: {
target: 'topMiddle',
tooltip: 'bottomLeft'
}
},
hide: { effect: { type: 'fade' } },
hide: { effect: { length: 430 } },
show: { effect: { type: 'fade' } },
show: { effect: { length: 130 } },
style: 'mystyle'
});