+f14 compatibility
[nethome.git] / .userContent.css
1 /* $Id$ */
2
3 html,html>head,html>body {
4         padding: 5px !important;
5         border-style: none !important;
6         margin: 0px !important;
7         }
8
9 html,html>head,html>head *,html>body,html>body * {
10         background-attachment: scroll !important;
11         background-image: none !important;
12         background-color: black !important;
13         color: white !important;
14         border-color: black !important;
15 /* These options would be nice but they break the formatting:
16         position: static !important;
17         left: 0px !important;
18         top: 0px !important;
19         right: 0px !important;
20         bottom: 0px !important;
21 * It would prevent any tables formatting:
22         width: auto !important;
23         height: auto !important;
24 *
25 * It would display all the intentionally hidden content:
26         display: inline !important;
27 *
28         text-indent: 0px !important;
29 */
30         line-height: normal !important;
31         }
32
33 html * li {
34         color: yellow !important;
35         }
36
37 /* FIXME: http://www.hyway.com.au/747/747.html
38  * "UPDATED 15/04/2002" still blinks
39  * although "747 SIMULATOR MESSAGE BOARD" no longer blinks.
40  */
41 html * blink {
42         text-decoration: none !important;
43         }
44
45 html * input,html * select,html * textarea {
46         padding: 1px !important;
47         border-style: solid !important;
48         border-width: 1px !important;
49         margin: 1px !important;
50         color: black !important;
51         }
52 html * input,html * select,li,a {
53         /* Conflicts with font-size etc.: */
54         height: auto !important;
55         max-height: none !important;
56         }
57 html * input *,html * select *,html * textarea * {
58         background-color: navy !important;
59         }
60
61 html *:link    { color: #f44   !important; } /* unvisited links */
62 html *:visited { color: #44f   !important; } /* visited links   */
63 /* See: http://bugzilla.mozilla.org/show_bug.cgi?id=256477
64  * bugreported by Timo Lindfors timo.lindfors of iki.fi
65  *
66 html *:hover   { color: yellow !important; } * user hovers     *
67 html *:active  { color: lime   !important; } * active links    *
68 */
69
70 td.cnnBodyText > div.cnn4pxPad { display: none; } /* cnn.com */
71
72 /* Test: http://www.idnes.cz/ */
73 div.v2006 > div#pbar > div#psearch { display: none; }
74 div#col-d > div.col-r { display: none; }
75
76 /* http://slashdot.org/; class=., id=# */
77 div.article > div.body > div.intro > table { display: none; }