/[config]/userContent.css

Contents of /userContent.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 57 - (show annotations) (download) (as text)
Sun Jun 13 18:13:04 2010 PDT (2 months, 3 weeks ago) by hulet
File MIME type: text/css
File size: 2564 byte(s)
add windows paths
1 /*
2
3 $Revision$
4 $Date$
5 $Author$
6
7 lives at:
8 ~/.mozilla/firefox/xxxxxxxx.default/chrome/userContent.css
9 ~/Library/Application\ Support/Firefox/Profiles/xxxxxxxx.default/chrome/userContent.css
10 C:\Documents and Settings\xxxxx\Application Data\Mozilla\Firefox\Profiles\xxxxxxxx.default\chrome\userContent.css
11
12 */
13
14 /*
15 * Edit this file and copy it as userContent.css into your
16 * profile-directory/chrome/
17 */
18
19 /*
20 * This file can be used to apply a style to all web pages you view
21 * Rules without !important are overruled by author rules if the
22 * author sets any. Rules with !important overrule author rules.
23 */
24
25 /*
26 * example: turn off "blink" element blinking
27 *
28 * blink { text-decoration: none ! important; }
29 *
30 */
31
32 /*
33 * example: give all tables a 2px border
34 *
35 * table { border: 2px solid; }
36 */
37
38 /*
39 * example: turn off "marquee" element
40 *
41 * marquee { -moz-binding: none; }
42 *
43 */
44
45 /*
46 * For more examples see http://www.mozilla.org/unix/customizing.html
47 */
48
49 /* Change cursor for links that open in new window */
50 :link[target="_blank"], :visited[target="_blank"],
51 :link[target="_new"], :visited[target="_new"] {
52 cursor: crosshair;
53 }
54
55 /* Change cursor for JavaScript links */
56 a[href^="javascript:"] {
57 cursor: move;
58 }
59
60 /* ------------ */
61
62 /*
63 from http://www.geocities.com/pratiksolanki/userContent.html
64 */
65
66 /* To change the color of signature text */
67 .moz-txt-sig, .moz-signature
68 {
69 color: red !important;
70 }
71
72 /* To change the colour/style of links in signatures */
73 .moz-txt-sig > a, .moz-signature > a
74 {
75 color: gray !important;
76 font-style: italic !important; /* Get rid of this line if you don't want italized links */
77 }
78
79 /* The following code will help you display different quote levels in
80 * different colours.
81 */
82 blockquote[type=cite]
83 {
84 border-color: gray !important;
85 color: blue !important;
86 }
87
88 blockquote[type=cite] blockquote
89 {
90 border-color: gray !important;
91 color: red !important;
92 }
93
94 blockquote[type=cite] blockquote blockquote
95 {
96 border-color: gray !important;
97 color: green !important;
98 }
99
100 blockquote[type=cite] blockquote blockquote blockquote
101 {
102 border-color: gray !important;
103 color: gray !important;
104 }
105
106 blockquote[type=cite] blockquote blockquote blockquote blockquote
107 {
108 border-color: gray !important;
109 }
110
111 /* You get the pattern... Add more quote levels if you want.
112 * But do not forget to add the next line
113 */
114
115 blockquote[type=cite] pre, blockquote[type=cite] div
116 {
117 color: inherit !important;
118 }

Properties

Name Value
svn:keywords Revision Date Author

  ViewVC Help
Powered by ViewVC 1.1.2