Include "rpm-qa" file.
[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         left: 0px !important;
17         top: 0px !important;
18         right: 0px !important;
19         bottom: 0px !important;
20 /* It would prevent any tables formatting:
21         width: auto !important;
22         height: auto !important;
23 */
24 /* It would display all the intentionally hidden content:
25         display: inline !important;
26 */
27         text-indent: 0px !important;
28         }
29
30 html * li {
31         color: yellow !important;
32         }
33
34 /* FIXME: http://www.hyway.com.au/747/747.html
35  * "UPDATED 15/04/2002" still blinks
36  * although "747 SIMULATOR MESSAGE BOARD" no longer blinks.
37  */
38 html * blink {
39         text-decoration: none !important;
40         }
41
42 html * input,html * select,html * textarea {
43         background-color: navy !important;
44         padding: 1px !important;
45         border-style: solid !important;
46         border-width: 1px !important;
47         margin: 1px !important;
48         }
49 html * input *,html * select *,html * textarea * {
50         background-color: navy !important;
51         }
52
53 html *:link    { color: #f44   !important; } /* unvisited links */
54 html *:visited { color: #44f   !important; } /* visited links   */
55 /* See: http://bugzilla.mozilla.org/show_bug.cgi?id=256477
56  * bugreported by Timo Lindfors timo.lindfors of iki.fi
57  *
58 html *:hover   { color: yellow !important; } * user hovers     *
59 html *:active  { color: lime   !important; } * active links    *
60 */