01-21-2014, 09:27 AM
(01-20-2014, 12:58 AM)Petie Wrote: I've added thanking buttons before but it was always more of a hack than a solution. I've yet to find an elegant way to do this (though admittedly, I haven't had time to look into it again recently) but I refuse to make the mess of it that setting it up last time (on VGFacts) made.
i'm sorry it didn't work out the last time for you. >:
it's really just a quick hackjob you have to do, and you don't have to like actually murder the database
oh by the way.
visual changes are very much necessary, you even said so yourself, so here you go
Code:
GoMobile theme > global.css
Just search and replace as needed.
a.big_button {
background: #158fc2 url(http://www.vg-resource.com/images/mobile/gradient.png) bottom left repeat-x; // changes the background to a more subtle blue (like the other page buttons around it)
color: #FFFFFF; // white text
padding: 9px;
border: 1px solid #0b658b; // border and text shadow now match the buttons around it so the whiteness of it all doesn't sear your eyes
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
text-shadow: 0 1px 0 #0b658b;
font-size: 13px;
font-weight: bold;
.thead {
color: #fff; //white, changed for readability against the backgrounds
text-shadow: 0 1px 0 #0b658b;
font-size: 13px;
}
totally sparing your eyes
you're welcome