Hi there,
I hardly have any experience in CSS, but still I would like to have a nice looking button
I would like to add an âDonate-Buttonâ to my integrety-styled web site.
The german provider of the payment-link gives the oppurtunity to add CSS for individual styling when generating the button.
Now, what do I have to put in?
something like
.x-btn x-btn-global
or all this?
.x-btn:hover, .button:hover, [type=âsubmitâ]:hover {
color: #ffffff;
border-color: rgb(170,124,9);
background-color: hsla(44,100%,49%,0.66);
text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
}
.x-btn:hover, .x-btn:active, .button:hover, .button:active, [type=âsubmitâ]:hover, [type=âsubmitâ]:active {
outline: 0 !important;
}
.x-btn:hover, .button:hover, [type=âsubmitâ]:hover {
text-decoration: none;
color: #fff;
border-color: #600900;
background-color: #df1600;
}
âŚ
or also
.x-integrity.x-integrity-light { }
My button is flat, rounded, size regular, color (see above)
I would be glade for any help.
thanks
Tanja