Closed brunocalado closed 1 year ago
I absolutely suck at CSS. If you want to send me some CSS or make a pull request, I'd be happy to take it.
I absolutely suck at CSS. If you want to send me some CSS or make a pull request, I'd be happy to take it.
chatGPT can help.
.btn-fantasia-medieval {
background: linear-gradient(to bottom right, #b08d57, #9c6f43);
font-family: Old English Text MT, Blackletter, serif;
font-size: 20px;
color: #fff;
text-transform: uppercase;
border: 2px solid #cda45e;
border-radius: 8px;
padding: 10px 20px;
box-shadow: 2px 2px 2px #888;
transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.btn-fantasia-medieval:hover {
background: linear-gradient(to bottom right, #a98d4b, #8f7335);
border-color: #a98d4b;
}
I'll give that try but my comment was less about what to use to make it look good and more about the fact that I suck at getting the classes and everything right so that it actually applies it.
Also, I need to be careful about stomping over the default stuff. I'm doing my best to make sure that it all fits with whatever sheet someone is using so, for instance, I don't want to set the font.
I'll give that css a try at some point today and get back to you. Thanks for sending it.
I'll give that try but my comment was less about what to use to make it look good and more about the fact that I suck at getting the classes and everything right so that it actually applies it.
Also, I need to be careful about stomping over the default stuff. I'm doing my best to make sure that it all fits with whatever sheet someone is using so, for instance, I don't want to set the font.
I'll give that css a try at some point today and get back to you. Thanks for sending it.
Maybe a very simple button then.
I can submit a PR for it tomorrow.
Rather than prescribing specific styles, I'll try to leverage styles already being used for the character sheet.
Rather than prescribing specific styles, I'll try to leverage styles already being used for the character sheet.
Yeah, that's what I usually rely on. The problem I found with the character sheet is that the button style it's using is basically invisible. It only appears on hover.
Hopefully you get get something that looks nice. I appreciate the help. :)
Submitted a PR for this in #16.
Hi.
Is it possible to improve the visual look of the button?
tks