01-22-2014, 12:05 PM
double posting because i figured something out a year after i'm not admin
the spoiler tag's been broken on the Apart themes for awhile (and maybe BoHeGeHa too) mainly because I never added the CSS rules for them. :I
So, once again
Apart templates (the ones named after the site now, I guess) > global CSS
Paste all of this at the bottom of document. No skimming, just paste the whole damn thing.
Also, could I suggest updating the "Post Reply" button on GoMobile? I really don't like how it looks now that I glance at it again...the page is now TOO blue.
This time, just replace the values (it's pretty easy, I commented them this time)
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.
i miss tinkering with forum code )':
the spoiler tag's been broken on the Apart themes for awhile (and maybe BoHeGeHa too) mainly because I never added the CSS rules for them. :I
So, once again
Apart templates (the ones named after the site now, I guess) > global CSS
Paste all of this at the bottom of document. No skimming, just paste the whole damn thing.
Code:
.spoiler_header {
background: none repeat scroll 0% 0% #fff;
border: 1px solid rgb #ccc;
padding: 4px;
margin: 4px 0px 0px;
color: #000;
}
.spoiler_body {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: -moz-use-text-color #CCCCCC #CCCCCC;
border-image: none;
border-right: 1px solid #CCCCCC;
border-style: none solid solid;
border-width: 0 1px 1px;
color: #000000;
margin: 0 0 4px;
padding: 4px;
}
Also, could I suggest updating the "Post Reply" button on GoMobile? I really don't like how it looks now that I glance at it again...the page is now TOO blue.
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.
i miss tinkering with forum code )':