Retreat some too drastic design unifications.
[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: gray !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         }
31
32 html * li {
33         color: yellow !important;
34         }
35
36 /* FIXME: http://www.hyway.com.au/747/747.html
37  * "UPDATED 15/04/2002" still blinks
38  * although "747 SIMULATOR MESSAGE BOARD" no longer blinks.
39  */
40 html * blink {
41         text-decoration: none !important;
42         }
43
44 html * input,html * select,html * textarea {
45         background-color: navy !important;
46         padding: 1px !important;
47         border-style: solid !important;
48         border-width: 1px !important;
49         margin: 1px !important;
50         }
51 html * input *,html * select *,html * textarea * {
52         background-color: navy !important;
53         }
54
55 html *:link    { color: #f44   !important; } /* unvisited links */
56 html *:visited { color: #44f   !important; } /* visited links   */
57 /* See: http://bugzilla.mozilla.org/show_bug.cgi?id=256477
58  * bugreported by Timo Lindfors timo.lindfors of iki.fi
59  *
60 html *:hover   { color: yellow !important; } * user hovers     *
61 html *:active  { color: lime   !important; } * active links    *
62 */
63
64 td.cnnBodyText > div.cnn4pxPad { display: none; } /* cnn.com */