X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.userContent.css;h=15019141ca7c8f98daa0bcc63ecfeb5a5f023254;hp=94917d6145593f8b806c0d64083a8950d145a055;hb=4964561935671e6bc834b90024070b4756795ff3;hpb=d62b01087cccb920a9335c0416257aca96747429 diff --git a/.userContent.css b/.userContent.css index 94917d6..1501914 100644 --- a/.userContent.css +++ b/.userContent.css @@ -12,6 +12,22 @@ html,html>head,html>head *,html>body,html>body * { background-color: black !important; color: white !important; border-color: gray !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 { @@ -45,3 +61,5 @@ html *:visited { color: #44f !important; } /* visited links */ html *:hover { color: yellow !important; } * user hovers * html *:active { color: lime !important; } * active links * */ + +td.cnnBodyText > div.cnn4pxPad { display: none; } /* cnn.com */