xulrunner/app/profile/chrome/userContent-example.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xulrunner/app/profile/chrome/userContent-example.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.7 +
     1.8 +/*
     1.9 + * Edit this file and copy it as userContent.css into your
    1.10 + * profile-directory/chrome/
    1.11 + */
    1.12 +
    1.13 +/*
    1.14 + * This file can be used to apply a style to all web pages you view
    1.15 + * Rules without !important are overruled by author rules if the
    1.16 + * author sets any.  Rules with !important overrule author rules.
    1.17 + */
    1.18 +
    1.19 +/*
    1.20 + * example: give all tables a 2px border
    1.21 + *
    1.22 + * table { border: 2px solid; }
    1.23 + */
    1.24 +
    1.25 +/*
    1.26 + * example: turn off "marquee" element
    1.27 + *
    1.28 + * marquee { -moz-binding: none; }
    1.29 + *
    1.30 + */
    1.31 + 
    1.32 +/* 
    1.33 + * For more examples see http://www.mozilla.org/unix/customizing.html
    1.34 + */
    1.35 +

mercurial