Update for email 'Jan Kratochvil <pgp-44FC7632@jankratochvil.net>'
[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         }
16
17 html * li {
18         color: yellow !important;
19         }
20
21 /* FIXME: http://www.hyway.com.au/747/747.html
22  * "UPDATED 15/04/2002" still blinks
23  * although "747 SIMULATOR MESSAGE BOARD" no longer blinks.
24  */
25 html * blink {
26         text-decoration: none !important;
27         }
28
29 html * input,html * select,html * textarea {
30         background-color: navy !important;
31         padding: 1px !important;
32         border-style: solid !important;
33         border-width: 1px !important;
34         margin: 1px !important;
35         }
36 html * input *,html * select *,html * textarea * {
37         background-color: navy !important;
38         }
39
40 html *:link    { color: #f44   !important; } /* unvisited links */
41 html *:visited { color: #44f   !important; } /* visited links   */
42 html *:hover   { color: yellow !important; } /* user hovers     */
43 html *:active  { color: lime   !important; } /* active links    */