First public release
authorshort <>
Fri, 7 Jun 2002 16:41:41 +0000 (16:41 +0000)
committershort <>
Fri, 7 Jun 2002 16:41:41 +0000 (16:41 +0000)
.userContent.css [new file with mode: 0644]

diff --git a/.userContent.css b/.userContent.css
new file mode 100644 (file)
index 0000000..923bbc4
--- /dev/null
@@ -0,0 +1,43 @@
+/* $Id$ */
+
+html,html>head,html>body {
+       padding: 5px !important;
+       border-style: none !important;
+       margin: 0px !important;
+       }
+
+html,html>head,html>head *,html>body,html>body * {
+       background-attachment: scroll !important;
+       background-image: none !important;
+       background-color: black !important;
+       color: white !important;
+       border-color: gray !important;
+       }
+
+html * li {
+       color: yellow !important;
+       }
+
+/* FIXME: http://www.hyway.com.au/747/747.html
+ * "UPDATED 15/04/2002" still blinks
+ * although "747 SIMULATOR MESSAGE BOARD" no longer blinks.
+ */
+html * blink {
+       text-decoration: none !important;
+       }
+
+html * input,html * select,html * textarea {
+       background-color: navy !important;
+       padding: 1px !important;
+       border-style: solid !important;
+       border-width: 1px !important;
+       margin: 1px !important;
+       }
+html * input *,html * select *,html * textarea * {
+       background-color: navy !important;
+       }
+
+html *:link    { color: #f44   !important; } /* unvisited links */
+html *:visited { color: #44f   !important; } /* visited links   */
+html *:hover   { color: yellow !important; } /* user hovers     */
+html *:active  { color: lime   !important; } /* active links    */