all HTML elements+=position: static !important;
[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         position: static !important;
16         }
17
18 html * li {
19         color: yellow !important;
20         }
21
22 /* FIXME: http://www.hyway.com.au/747/747.html
23  * "UPDATED 15/04/2002" still blinks
24  * although "747 SIMULATOR MESSAGE BOARD" no longer blinks.
25  */
26 html * blink {
27         text-decoration: none !important;
28         }
29
30 html * input,html * select,html * textarea {
31         background-color: navy !important;
32         padding: 1px !important;
33         border-style: solid !important;
34         border-width: 1px !important;
35         margin: 1px !important;
36         }
37 html * input *,html * select *,html * textarea * {
38         background-color: navy !important;
39         }
40
41 html *:link    { color: #f44   !important; } /* unvisited links */
42 html *:visited { color: #44f   !important; } /* visited links   */
43 /* See: http://bugzilla.mozilla.org/show_bug.cgi?id=256477
44  * bugreported by Timo Lindfors timo.lindfors of iki.fi
45  *
46 html *:hover   { color: yellow !important; } * user hovers     *
47 html *:active  { color: lime   !important; } * active links    *
48 */