(01-18-2014, 10:50 AM)Gors Wrote: now this is something i agree 100% with, but isn't the real life forum exactly for this purpose? scratch that, it isn't
sounds interesting really, will talk about that with the rest of the staff
What ever happened to this? Was this ever brought up to the rest of the staff?
Oh, also a bit of a request. If you guys could fix some things with GoMobile. Here, I wrote them up; this time, just replace the values (it's pretty easy, I commented them this time)
Code:
a.big_button {
background: #444 url(http://www.vg-resource.com/images/mobile/gradient.png) bottom left repeat-x; // becomes a very dark grey
color: #FFFFFF;
padding: 9px;
border: 1px solid #2e2e2e; // very dark border
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
text-shadow: 0 1px 0 #2e2e2e; // dark text shadow to further emphasize the bright text
font-size: 13px;
font-weight: bold;
}
This turns the Reply buttons black so they're more emphasized on the page, and also match the bar at the top of the page.
Also, the section headings are a bit tough to read in the index. The following will turn them white, making them easier to read against the blue.
Code:
.thead a {
color: #fff;
text-decoration: none;
}