From: short <> Date: Fri, 7 Jun 2002 16:41:41 +0000 (+0000) Subject: First public release X-Git-Tag: bp_liverpm~148 X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=42ad187cf8f66154cebf50113105eaa647cc442c First public release --- diff --git a/.userContent.css b/.userContent.css new file mode 100644 index 0000000..923bbc4 --- /dev/null +++ b/.userContent.css @@ -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 */