gmail .mac skin

yes I mixed them and put them in my chrome folder

#336915

yea i deleted all the stuff from

/* header image */

body#mail-google-com div#ds_inbox img {

to

/* hide footer */

body#mail-google-com div#ft {

display: none !important;

}

and pasted the stuff from that zip into it

#336921

attached is my userContent.css file. i desperately want the gmail mac skin but i'm having trouble getting it to work. i'm pretty much a novice at this so any words of wisdom would be greatly appreciated. thanks in advance! :cool:

#336950

never mind folks...i can't even attach the .css file

one frustrated gmailer

#336951

im totally confused, what if you just put up the usercontent file you have up. it's working right? Or what if I pm you mine and you can fix it up please? either one is cool ....am I asking to much?

#337187

Y'all make sure you get the right userContent.css file. At some point FF created a whole new profile for me so search your application folder just in case there's another one.

Maybe look at your JavaScript console (on the Tools menu) and see if its saying anything.

hey judge...i've searched my computer and i don't even have an application folder believe it or not. my profile is in the "programs" folder...mozilla, firefox, default, chrome, profile, yadda yadda yadda. is it possible for you to send me the exact userContent.css file for the g-mac skin? i have the urid extension installed as well as the chromedit extension in firefox. the g-mac skin is so awesome. it's driving me nuts not being able to access it. thanks again!

#337190

thats cuz the folder your applications folder is in is hidden

#337210

how do i "unhide" it, moe? thx!

#337212

lol, I'm sorry. Okay here

1-open any folder

2-go to "tools"

3-click on Folder Options

4-You'll see 3 tabs, click on the View tab

5-Now you'll see a bunch of stuff checked adn unchecked

-check show hidden files and folders

hope that helps

#337219

*bump.... I still need help with this

#337458

Y'all make sure you get the right userContent.css file. At some point FF created a whole new profile for me so search your application folder just in case there's another one.

Maybe look at your JavaScript console (on the Tools menu) and see if its saying anything.

hey judge...i got the g-mac skin to work finally. how do i input the gmail logo or my own email address on here instead of the author's email that he accidentally applied? thx in advance!

#337555

ahhh how did u get it to work. Tony tell me what you did

#337656

moe...the only thing i had to do was replace the "gmail google com" in the file to "mail google com" in all instances it took place in the file. it worked fine except for having the author's email address at the top. i'd rather have my own email address there or the gmail logo itself. i hope this helps.

#337805

Also for me to get it to work I changed http:// to https:// because I use SSL with gmial, not that its a big diffrence but if its not included it will not work.

#339787

can someone please tell me how to remove the person's email address from the g-mac skin and replace it with my own or just the gmail logo? any more skins coming out in the near future. hope so!

#339791

could you do a screenshot of where you see that email-address? I can only see my own or I don't get what you mean.

#339794

the author's email address shows up on the main page where the gmail logo would normally go. i don't have a screenshot because i went back to the default gmail interface. thanks...

#339795

hmm, I don't have this with the FF 1.5 version Judge posted.

#339804

can i send my userContent.css file to someone to let me know what i'm doing wrong? i combined the 2 zip files per the judge but to no avail. thanks!

#339997

I dont know if its still around or not but I can't seam to get http://www.computer-sport.com/aqua/mail-header.psd, Originaly posted by wicked_innit, to work for the stamp style psd to download, it would be nice to have but other wise I will try to figure out a way to make my own, just feeling lazy.

#340264

pls who can send me that URI id 0.1 extension to valer1212@gmail.com becouse i cant install extension from that page...

#346389

i have the gmail mac skin working fine. i just want to input the gmail logo where the "Mail @ gmail.com" is now. great work, judge! i hope to see many more gmail skins in the future. please advise and thanks in advance!

#346933

The odd blue borders everywhere are remnants from Gmail's pseudo-rounded-corners.

To remove them, add this to the usercontent.css:

b.rnd1l, b.rnd1, b.rnd2, b.rnd2l {display: none !important;}

Any other annoyances/niggles, post here and I'll see if I can sort em out.

#349156

any advice on my previous comment above? thanks!

#349199

The original Gmail logo?

The gmail logo is an image in the div#ds_inbox box. The css here hides the image, and displays a user background-image in it's place.

To restore the default gmail logo, remove the line:

body div#ds_inbox img {display: none !important;}

you may have to play around with the padding options in:

body div#ds_inbox {

}

#349388