X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.userContent.css;h=f1274b58627935db8736efc1fcee78de05d7a331;hp=655641080bc399a2a12c92e85dba38ba233fc915;hb=1fc8f7d6c266e5bfd376cee3769e63b1d64f4ca4;hpb=b2678803deb4b96abbf9e08e5835b368ec524734 diff --git a/.userContent.css b/.userContent.css index 6556410..f1274b5 100644 --- a/.userContent.css +++ b/.userContent.css @@ -11,7 +11,7 @@ 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; @@ -43,11 +43,11 @@ 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.: */ @@ -71,3 +71,7 @@ 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; }