X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.userContent.css;h=37f147140098025f09567402b75b97e39ae8a577;hp=148360ce70e74e1c5ffef605cead551c11c2421d;hb=a1552bf15d0344af10ba555ab63090442d1be100;hpb=0079583dfbc9975ed2ece0cec4c26daa0c3a60d6 diff --git a/.userContent.css b/.userContent.css index 148360c..37f1471 100644 --- a/.userContent.css +++ b/.userContent.css @@ -49,7 +49,7 @@ html * input,html * select,html * textarea { border-width: 1px !important; margin: 1px !important; } -html * input,html * select,li { +html * input,html * select,li,a { /* Conflicts with font-size etc.: */ height: auto !important; max-height: none !important; @@ -68,3 +68,10 @@ 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; }