Has anyone tried to apply user CSS to the message display area in G-mail? I’d love to have a nice fixed-width font there.
UPDATE: This works:
#msgs div.msg div.mb {
font-family: monaco;
font-size: 10px;
}
Thanks to View Selection Source in Firefox to providing the proper selectors.
Great question Alex, Can you please tell me exactly how to use the CSS above and where to change my message template?
Thanks, Tim
Put it into your userContent.css file for your Gecko browser (/Profiles/…/chrome/userContent.css), or put it in a .css file and select it as the User Stylesheet in Safari.
There are some notes re this at: http://persistent.in[...]ail-skinning, he includes a full sample stylesheet and how to inspect specific IFRAMEs.
Excellent! Thank you. I would love to see a lot more information on individualization for Gmail, but so far it’s been limited. Again, good stuff, thanks.