On 01/11/2012 11:34 PM, David E. Ross aliandika:
> On 1/11/12 7:25 PM, WLS wrote:
>> On 01/11/2012 10:13 PM, David E. Ross aliandika:
>>> I'm reposting the following (with a new subject) since I received no
>>> response to the original, which was posted last month.
>>>
>>> I'm tired of seeing Web pages with text at the very edge of my SeaMonkey
>>> window.  I assume I can add CSS properties to either userChrome.css or
>>> userContent.css when a page fails to specify margins.
>>>
>>> Is there a tutorial or guide on how to construct the appropriate CSS?
>>> What is the difference between userChrome.css and userContent.css?
>>>
>>> I have received help here before about specific changes to those two
>>> files, and the help did indeed work.  But I would like to learn how to
>>> do it myself without having to ask for each situation.
>>>
>>
>> Sorry, don't know the difference between userChrome.css, and
>> userContent.css.
>>
>> Hope these links help.
>>
>> https://developer.mozilla.org/en/CSS/Getting_Started
>>
>> http://www.css3.info/
>>
>> http://www.w3schools.com/css/
>>
> 
> I know how to do CSS for my own Web pages.  I've been doing it since
> 2004.
> 
> I have also tweaked CSS in both userChrome.css and userContent.css.  In
> this case, however, the CSS was provided to me by others.  There is a
> special syntax for the CSS in Mozilla chrome directories.  What I want
> is a guide to that special syntax.
> 

OK, In my SeaMonkey profile there is a chrome folder. In that folder are
example userChrome-example.css, and userContent-example.css files.

It looks like you want to use the userContent-example.css

/*
 * This file can be used to apply a style to all web pages you view
 * Rules without !important are overruled by author rules if the
 * author sets any.  Rules with !important overrule author rules.
 */

I don't know if that folder, and those files exist in a Windows profile.
-- 
Thunderbird 12.0a1 Daily
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to