Acidmods

Members Area => Art & Theme Team => Topic started by: Modded Matt on February 24, 2011, 07:01:18 PM

Title: site art
Post by: Modded Matt on February 24, 2011, 07:01:18 PM
ok to spiceup acidmods, I am psting three images that need to be edited to enable the color change for the new site.

1. bg image, change blue bas to color of choice
2. mainblock image, change blue lines to color of choice
3. acidmods logo, change lighteningto color of choice

please use and provide the hex color code for boarders 
Title: Re: site art
Post by: Luke on February 24, 2011, 09:33:07 PM
Main block: http://cl.ly/3U3Y3h1X081O3W2W1w3w (http://cl.ly/3U3Y3h1X081O3W2W1w3w)

Backdrop: http://cl.ly/3B1X372h081m283S3J3J (http://cl.ly/3B1X372h081m283S3J3J)

Now for the banner, I couldn't change all the lighting without really 'Ruining' the image, the only way to do it is to edit it through the PSD, which I believe Kenshinffx made. I did the best I could: http://cl.ly/0Z0d0S2A2l2q043k0Y0K (http://cl.ly/0Z0d0S2A2l2q043k0Y0K)

If someone grabs the PSD I can change everything, but without it, I'm buggard..

The deep red is #550b0b
and the lighter red is #842a29

Oh and if you need anything else, let me know!
Title: Re: site art
Post by: robin1989 on February 25, 2011, 02:25:31 AM
if it is ok with matt im sure he will send you a link to the dev sight where you can download the psd's for each image that would need changing
Title: Re: site art
Post by: Luke on February 25, 2011, 04:02:15 AM
if it is ok with matt im sure he will send you a link to the dev sight where you can download the psd's for each image that would need changing

That would help alot :)
Title: Re: site art
Post by: Modded Matt on February 26, 2011, 02:03:44 PM
http://www.megaupload.com/?d=G1S2W6O5 (http://www.megaupload.com/?d=G1S2W6O5)

http://www.megaupload.com/?d=NQJJT5UW (http://www.megaupload.com/?d=NQJJT5UW)

there ya go, not sure what thesecond file is, but im sure the first one is what you are looking for.
Title: Re: site art
Post by: Luke on February 27, 2011, 03:42:44 AM
I can't remember which one I downloaded but whatever one it was, it was perfect :)

(https://acidmods.com/forum/proxy.php?request=http%3A%2F%2Ff.cl.ly%2Fitems%2F1P3D0f0h2w07023q0H3P%2FAcidbanner%2520copy%2520copy.png&hash=12056216ca311a85e357fd492df6713a95cc959e)
Title: Re: site art
Post by: Modded Matt on February 28, 2011, 04:52:38 PM
nobody else has any color they would like to see? does anyone use the color changer mod at the bottom of the forum? what color is your acidmods? I need colors people, lots of colors!!
Title: Re: site art
Post by: toadzilla on February 28, 2011, 05:02:15 PM
i personaly love the green one
Title: Re: site art
Post by: robin1989 on February 28, 2011, 06:05:24 PM
hey once the site is fully updated etc mods installed then i will help you with doing the colours and making copies of the theme for the different colours. as then you can just do the edits on coloured versions with the mod changes already made. hopefully make stuff a bit easier.
Title: Re: site art
Post by: Luke on February 28, 2011, 08:46:58 PM
Give me what ever colour you want and I'll do it? give me some suggestions..


green files: http://cl.ly/2N2f3f3p0B101M2N2Q0B
Lighter Green #507f26
Darker Green #2f550b
Title: Re: site art
Post by: Modded Matt on March 01, 2011, 05:52:14 AM
as robin said we cant install these until the site is fully updated and in full operation, then we will install new themes for whatever color we choose. it wil probably take 5 hrs or so to make all the changes I am just trying to get a feel for the colors, and peoples openions of them so I can knock some of the work out. here is a quick ss of lukes color, I just loaded the bg image and the main block in about 10 mins all the other stuff is through css
Title: Re: site art
Post by: Luke on March 02, 2011, 11:58:24 PM
Pink and Purple: http://cl.ly/2e2m3e330i013t0S2830

I'm not trying to create more work for you, but trying to give some variation to some of the colours that the community likes..
Title: Re: site art
Post by: HiddenVenom on March 03, 2011, 03:48:23 AM
Here is the link to my glossy white colour scheme: http://dl.dropbox.com/u/3887815/acidmods/white.zip

Also a little side note to matt: have you tried any CSS3? I've been using it on my under-development site quite successfully, and works for everyone except those who use ie (even ie8 or 9). Best thing is, if they are using ie, it doenst mess up the colours, it just does as you would do with a regular :hover.

Here's a little snippet that you can use to fade colours for link (a) tags. You can change the timing of the transition as well as the property. THis one fades a color from #bbb to #fff when the element is hovered over.
Code: [Select]
a:link,:visited,:active
{
color:#bbb;
-moz-transition:color .25s linear;
transition:color .25s linear;
-webkit-transition:color .25s linear;
}


a:hover
{
color:#fff;
-moz-transition:color .25s linear;
transition:color .25s linear;
-webkit-transition:color .25s linear;
}
Title: Re: site art
Post by: Modded Matt on March 03, 2011, 07:29:46 AM
@ luke, keep them coming, but keep in mind I cant install any of them until we are done installing mods and the site is stable.

@ hidden I have not progressed to ccs3 yet I took a few looks, but I am an IE guy so.....

here is the same snipit of code I entered manually

a:link, a:visited
{
   color: #bbbbbb;
   text-decoration: none;
}
a:hover
{
   color: #6f7697;
   text-decoration: underline;
   cursor: pointer;
}

Title: Re: site art
Post by: Modded Matt on March 15, 2011, 04:46:38 PM
ok guys we are very close to finishing installing mods, then I can tweek the last few color related adjustments needed and hopefully start the color change codeing in the nextweek or so....I need more colors,  is luke the only guy a=on the art team, or the only member ho has an openion?

you lok at tis sit everyday, i am giving you aoption to contribute greatly. when we get done, its going to be too late, if you wat o see AM in another color post it up soon!!
Title: Re: site art
Post by: toadzilla on March 16, 2011, 11:07:06 PM
gold ,orange , black, yellow, brown , grey ,
SimplePortal 2.3.5 © 2008-2012, SimplePortal