Deepmartini
Well-known member
Has anyone seen a big jump in signups with this? Looks interesting.
I haven't tried with the New Thread button, to be honest. May take a look later.This looks great, i can't wait to try it.Is there any way to achieve the same effect with the post new thread button. It might encourage users to create more content
#SignupButton:hover .inner {
background: #e33100 !important;
}
#SignupButton:hover .inner{
background: #c40000!important;
text-decoration: none;
-webkit-animation: none;
animation: none;
}
/* SIGN UP BOX */
@-webkit-keyframes redPulse {
from { background-color: #bc330d; -webkit-box-shadow: 0 0 9px #333; }
50% { background-color: #e33100; -webkit-box-shadow: 0 0 18px #e33100; }
to { background-color: #bc330d; -webkit-box-shadow: 0 0 9px #333; }
}
@-moz-keyframes redPulse {
from { background-color: #bc330d; -moz-box-shadow: 0 0 9px #333; }
50% { background-color: #e33100; -moz-box-shadow: 0 0 18px #e33100; }
to { background-color: #bc330d; -moz-box-shadow: 0 0 9px #333; }
}
@-o-keyframes redPulse {
from { background-color: #bc330d; -o-box-shadow: 0 0 9px #333; }
50% { background-color: #e33100; -o-box-shadow: 0 0 18px #e33100; }
to { background-color: #bc330d; -o-box-shadow: 0 0 9px #333; }
}
@keyframes redPulse {
from { background-color: #bc330d; box-shadow: 0 0 9px #333; }
50% { background-color: #e33100; box-shadow: 0 0 18px #e33100; }
to { background-color: #bc330d; box-shadow: 0 0 9px #333; }
}
#SignupButton {
border: none !important;
background: transparent !important;
}
#SignupButton .inner {
-webkit-animation-name: redPulse;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-moz-animation-name: redPulse;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-o-animation-name: redPulse;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
animation-name: redPulse;
animation-duration: 2s;
animation-iteration-count: infinite;
background: none repeat scroll 0% 0% #750606 !important;
}
#SignupButton:hover .inner{
background: #c40000!important;
text-decoration: none;
-webkit-animation: none;
animation: none;
}
/* END SIGN UP BUTTON*/
how about this?This looks great, i can't wait to try it.Is there any way to achieve the same effect with the post new thread button. It might encourage users to create more content
how about this?
![]()
Will be ready in 5 minutes, please waitThat looks great. I prefer the brighter red in this version.
/* POST NEW THREAD BUTTON*/
a.callToAction {
border: 1px solid #c40000;
}
a.callToAction span{
-webkit-animation-name: redPulse;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-moz-animation-name: redPulse;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-o-animation-name: redPulse;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
animation-name: redPulse;
animation-duration: 2s;
animation-iteration-count: infinite;
background: none repeat scroll 0% 0% #750606 !important;
}
a.callToAction:hover span{
background: #c40000!important;
text-decoration: none;
-webkit-animation: none;
animation: none;
}
/* END POST NEW THREAD BUTTON*/
Will be ready in 5 minutes, please wait
... done!
![]()
Code:/* POST NEW THREAD BUTTON*/ a.callToAction { border: 1px solid #c40000; } a.callToAction span{ -webkit-animation-name: redPulse; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: infinite; -moz-animation-name: redPulse; -moz-animation-duration: 2s; -moz-animation-iteration-count: infinite; -o-animation-name: redPulse; -o-animation-duration: 2s; -o-animation-iteration-count: infinite; animation-name: redPulse; animation-duration: 2s; animation-iteration-count: infinite; background: none repeat scroll 0% 0% #750606 !important; } a.callToAction:hover span{ background: #c40000!important; text-decoration: none; -webkit-animation: none; animation: none; } /* END POST NEW THREAD BUTTON*/
![]()
You can customise it with the colors that you want, just change itThat works great. How can I get the same effect (bright red to dark red) with the login button
I'll try![]()
Dear @Lone Wolf
I forgot it. sorry. I've been quite busy today.
I'll give you that piece of css tomorrow.
Also I'll take a look to open a new thread to share this kind of things.![]()
We use essential cookies to make this site work, and optional cookies to enhance your experience.