X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.userContent.css;h=f1274b58627935db8736efc1fcee78de05d7a331;hp=923bbc46feb5c691a1f02b86255ffa615080e40b;hb=dba0d5650fdb51a94d5971bcaa1fa28878025b8d;hpb=42ad187cf8f66154cebf50113105eaa647cc442c diff --git a/.userContent.css b/.userContent.css index 923bbc4..f1274b5 100644 --- a/.userContent.css +++ b/.userContent.css @@ -11,7 +11,23 @@ html,html>head,html>head *,html>body,html>body * { background-image: none !important; background-color: black !important; color: white !important; - border-color: gray !important; + border-color: black !important; +/* These options would be nice but they break the formatting: + 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; +*/ + line-height: normal !important; } html * li { @@ -27,11 +43,16 @@ html * blink { } html * input,html * select,html * textarea { - background-color: navy !important; padding: 1px !important; border-style: solid !important; border-width: 1px !important; margin: 1px !important; + color: black !important; + } +html * input,html * select,li,a { + /* Conflicts with font-size etc.: */ + height: auto !important; + max-height: none !important; } html * input *,html * select *,html * textarea * { background-color: navy !important; @@ -39,5 +60,18 @@ 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 * +*/ + +td.cnnBodyText > div.cnn4pxPad { display: none; } /* cnn.com */ + +/* Test: http://www.idnes.cz/ */ +div.v2006 > div#pbar > div#psearch { display: none; } +div#col-d > div.col-r { display: none; } + +/* http://slashdot.org/; class=., id=# */ +div.article > div.body > div.intro > table { display: none; }