X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.userContent.css;h=457b3e885495f6b76d51c36cc3b57d21b153638b;hp=923bbc46feb5c691a1f02b86255ffa615080e40b;hb=0cc7abac77065b9d06676d386c08c128cf1983b9;hpb=42ad187cf8f66154cebf50113105eaa647cc442c diff --git a/.userContent.css b/.userContent.css index 923bbc4..457b3e8 100644 --- a/.userContent.css +++ b/.userContent.css @@ -12,6 +12,19 @@ html,html>head,html>head *,html>body,html>body * { background-color: black !important; color: white !important; border-color: gray !important; + position: static !important; + left: 0px !important; + top: 0px !important; + right: 0px !important; + bottom: 0px !important; +/* It would prevent any tables formatting: + width: auto !important; + height: auto !important; +*/ +/* It would display all the intentionally hidden content: + display: inline !important; +*/ + text-indent: 0px !important; } html * li { @@ -39,5 +52,9 @@ html * input *,html * select *,html * textarea * { 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 */ +/* See: http://bugzilla.mozilla.org/show_bug.cgi?id=256477 + * bugreported by Timo Lindfors timo.lindfors of iki.fi + * +html *:hover { color: yellow !important; } * user hovers * +html *:active { color: lime !important; } * active links * +*/