Aqua-Soft Forums: Gmail .Mac skin - Aqua-Soft Forums

Jump to content

  • 6 Pages +
  • 1
  • 2
  • 3
  • 4
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Gmail .Mac skin Rate Topic: -----

#21 User is offline   g8trtim Icon

  • Group: Member
  • Posts: 502
  • Joined: 25-February 05

Posted 20 December 2005 - 07:24 PM

that looks incredible... i rarely use my browser to check email, but im considering it just for this... thanks
0

#22 User is offline   oc-athlonxp.com Icon

  • Group: Member
  • Posts: 243
  • Joined: 12-November 02

Posted 21 December 2005 - 05:04 AM

Works perfectly for me. Brilliant! Thank You
0

#23 User is offline   judge Icon

  • Group: Developers
  • Posts: 1,290
  • Joined: 08-November 02

Posted 22 December 2005 - 02:45 AM

Just got permission to upload this PS file from err 'wicked_innit' so's y'all can create your own logos.

Attached File(s)


0

#24 User is offline   leonx81 Icon

  • Group: Member
  • Posts: 40
  • Joined: 17-January 05

Posted 22 December 2005 - 10:04 AM

Superb, using it now.
Thanks.
0

#25 User is offline   craft660 Icon

  • Group: Member
  • Posts: 18
  • Joined: 04-January 06

Posted 15 January 2006 - 06:53 AM

judge said:

Just got permission to upload this PS file from err 'wicked_innit' so's y'all can create your own logos.

this skin is awesome! I downloaded 'mail-header.zip' and edited the .psd file in it.
but how do i edit the header-code in the 'gmail.css' to use my own logo/header?
thanks judge
0

#26 User is offline   judge Icon

  • Group: Developers
  • Posts: 1,290
  • Joined: 08-November 02

Posted 18 January 2006 - 06:41 AM

Save the image as a GIF then base64-encode it (to base64-encode the image go to http://sysstats.need...ase64submit.php and save the resulting file somewhere).

Now right at the top of the CSS file you'll find something like this:
/* change this to get different email pic */

body div#ds_inbox {

/* gmailemail_header1.gif */

	background-image: url('data:image/gif;base64,<replaceme>') !important;

	width: <width>px !important;

	height: <height>px !important;

	background-repeat: no-repeat !important;

}

Replace whatever is in with the base64-encoded image, set to the width of your image and to the height of your image.
0

#27 User is offline   gracie34 Icon

  • Group: Member
  • Posts: 43
  • Joined: 13-August 05

Posted 19 January 2006 - 04:05 PM

I started having this problem yesterday:

http://i21.photobucket.com/albums/b263/gra...5/gmlissues.jpg



Have I messed up something or has gmail changed something? Sorry for the messy spray paint, I didn't know any other way to block out the email addresses.
0

#28 User is offline   judge Icon

  • Group: Developers
  • Posts: 1,290
  • Joined: 08-November 02

Posted 19 January 2006 - 04:19 PM

Chances are that google changed something. Getting rid of all of that advert stuff down the right-hand side always was tricky. I will take a look at it as soon as I can, but that won't be for at least a couple of days.
0

#29 User is offline   gracie34 Icon

  • Group: Member
  • Posts: 43
  • Joined: 13-August 05

Posted 19 January 2006 - 04:36 PM

Ok, thanks. One thing I noticed after I posted that may or may not be related is now I have a delete button next to the archive button. So you're probably right that it's on gmails end.


edit: Actually it's archive button>report spam button> and then delete button, and the "delete" is gone from the drop down menu.
0

#30 User is offline   wicked_innit Icon

  • Group: Member
  • Posts: 103
  • Joined: 10-June 04

Posted 20 January 2006 - 01:39 AM

yep im having the same prob....thanks judge for looking into it
0

#31 User is offline   judge Icon

  • Group: Developers
  • Posts: 1,290
  • Joined: 08-November 02

Posted 20 January 2006 - 05:37 AM

Its fixed, redownload.

Its a very small fix so if you've tweaked it you might just want to apply the fix directly. Look for:
#rc {

	display: none !important;

}
And replace it with:
#rc,

.rh {

	display: none !important;

}

0

#32 User is offline   gracie34 Icon

  • Group: Member
  • Posts: 43
  • Joined: 13-August 05

Posted 20 January 2006 - 01:33 PM

That fixed it, thanks.
0

#33 User is offline   j2227 Icon

  • Group: Member
  • Posts: 329
  • Joined: 08-July 05

Posted 24 January 2006 - 07:06 AM

Wow, judge, you did so well! I like it alot! You even got rid of those annoying blue lines on the top and bottom of the categories. I wanna make a gmail skin, but have no idea how to do it, so I'm asking from the master :)
0

#34 User is offline   TonySoRetro Icon

  • Group: Member
  • Posts: 13
  • Joined: 04-December 05

Posted 24 January 2006 - 07:56 PM

Judge...can you provide a download a download that replaces the Mac logo with the Gmail logo? I see all of these threads to alter the gmac skin and I would just like one file to use to alter the userContent.css and be done w/it. Your expertise would be greatly appreciated. You can pick the Gmail logo if you like...doesn't matter to me. Thx in advance!
0

#35 User is offline   alchemist612 Icon

  • Group: Member
  • Posts: 215
  • Joined: 30-July 05

Posted 25 January 2006 - 02:36 AM

I notice this problem if you lower the size of the font in the browser you get this!
http://img483.images...ntitled8nd1.jpg
0

#36 User is offline   judge Icon

  • Group: Developers
  • Posts: 1,290
  • Joined: 08-November 02

Posted 25 January 2006 - 03:05 AM

j2227 said:

Wow, judge, you did so well! I like it alot! You even got rid of those annoying blue lines on the top and bottom of the categories. I wanna make a gmail skin, but have no idea how to do it, so I'm asking from the master :)


Erm. Well. Start with mine and modify it? I've detailed which images to change in various posts and the CSS file, and provided a tool to create inline-image data. Not sure how much more help I can give really.
----

TonySoRetro said:

Judge...can you provide a download a download that replaces the Mac logo with the Gmail logo? I see all of these threads to alter the gmac skin and I would just like one file to use to alter the userContent.css and be done w/it. Your expertise would be greatly appreciated. You can pick the Gmail logo if you like...doesn't matter to me. Thx in advance!


Read through this thread and you'll find explicit instructions as to how to do it (a couple of posts up).

//Posts Merged. You should know better, judge. No double posting! ;) :P. -NC
0

#37 User is offline   TonySoRetro Icon

  • Group: Member
  • Posts: 13
  • Joined: 04-December 05

Posted 25 January 2006 - 04:00 AM

Judge...I'll give it a try. Thanks again!
0

#38 User is offline   moonrules#1 Icon

  • Group: Member
  • Posts: 31
  • Joined: 28-January 05

Posted 25 January 2006 - 05:19 AM

so i downloaded the images zip file and edited them, i just dont want the gray stuff on the background and what not....i just made all the gray stuff pure white for mine, how do i go about packaging that into a .css file ???????????

i just want the skin without the gray stuff to match my milk stuff better
0

#39 User is offline   j2227 Icon

  • Group: Member
  • Posts: 329
  • Joined: 08-July 05

Posted 25 January 2006 - 08:02 AM

fair enough. thanx and goodbye!
0

#40 User is offline   stane Icon

  • Group: Member
  • Posts: 2
  • Joined: 25-July 05

Posted 01 February 2006 - 05:07 AM

nice,thanks a lot
0

  • 6 Pages +
  • 1
  • 2
  • 3
  • 4
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users