Thanks for the lead. CSS itself is fine - I can do that. My problem
was the selectors.
The link you gave has led me to a solution. In Mailplane prefs I have
the text zoom slider set to boost things a little bit.
Then I've added a stylesheet with these rules (modified from the info
at the link you gave):
/* GMail messages and textarea should use fixed-width font */
textarea.Ak, div.ii.gt {
font-family: monospace !important;
font-size: 1em !important;
line-height: 1.4 !important;
}
/* when switched to fixed font (Google Labs feature) use sans-
serif instead */
div.ii.gt.gu {
font-family: sans-serif !important;
font-size: 1em !important;
line-height: 1.4 !important;
}
I hope that helps someone else.
Cheers,
Miraz
On Sat, Dec 12, 2009 at 07:48, Bobinnv <[email protected]> wrote:
> My knowledge of this stuff is limited - mostly I just keep my eye out for
> examples of .css files that do things I am interested in.
> For example, to change the font Gmail uses to Lucida Grande, everywhere:
> * {
> font-family: 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica,
> sans-serif !important;
> }
> To change just the message font, check this example (I haven't tried it):
> http://groups.google.com/group/customizegoogle/msg/67077d8fe9370a33
> As the above link mentions, from time to time Google changes this stuff, and
> breaks whatever custom stylesheet you have created.
>
> On Wed, Dec 9, 2009 at 1:23 PM, Miraz Jordan <[email protected]> wrote:
>>
>>
>> On Thu, Dec 10, 2009 at 09:55, Bobinnv <[email protected]> wrote:
>>>
>>> set the font size in a custom stylesheet instead of using the text size
>>> slider. Increasing the font size this way doesn't show the same problem that
>>> using the slider does. [snip] The only problem with this is that when you
>>> change the font this way, it overrides any fonts the sender specified.
>>
>> Can you explain what selectors to use in a stylesheet that allow me to
>> make the font on a received message bigger?
>> I tried defining body, but that just made everything bigger. I want to
>> target the text of a received message.
>> I viewed source on a message in Safari, but it seems to be hidden in an
>> iframe or something as I couldn't locate it.
>> I'm really interested in making both the font-size and line height
>> bigger, but it's the selector that's befuddling me.
>> I've just checked the Mailplane site and couldn't see anything about
>> custom stylesheets there.
>> Any help much appreciated.
>>
>> Cheers,
>> Miraz
>>
>> --
>> Miraz Jordan
>>
>> MacTip: How to edit images with Automator -
>> http://mactips.info/2009/12/how-to-edit-images-with-automator
>>
>> KnowIT: Google adds real-time search -
>> http://knowit.co.nz/2009/12/google-adds-real-time-search
>>
>> Dogs. Fun. Outdoors. : http://runspotrun.info
>>
>> --
>>
>> You received this message because you are subscribed to the Google Groups
>> "mailplaneapp" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected].
>> For more options, visit this group at
>> http://groups.google.com/group/mailplaneapp?hl=en.
>
>
>
> --
> Bob in NV
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "mailplaneapp" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/mailplaneapp?hl=en.
>
--
Miraz Jordan
MacTip: How to edit images with Automator -
http://mactips.info/2009/12/how-to-edit-images-with-automator
KnowIT: Google adds real-time search -
http://knowit.co.nz/2009/12/google-adds-real-time-search
Dogs. Fun. Outdoors. : http://runspotrun.info
--
You received this message because you are subscribed to the Google Groups
"mailplaneapp" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/mailplaneapp?hl=en.