X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.userContent.css;h=31c687f6f3d759a5c70a6db121aea83b5cc72299;hp=8f01fb8e2ddb0fa68df6cd1ad432bcadb0117227;hb=f44aeff1c944ae26c4e8c23f1fe1db5367d3ea5a;hpb=fda8a9f4c189442434a2dff8f3226eaff19c2161 diff --git a/.userContent.css b/.userContent.css index 8f01fb8..31c687f 100644 --- a/.userContent.css +++ b/.userContent.css @@ -12,7 +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 { @@ -34,6 +49,10 @@ html * input,html * select,html * textarea { border-width: 1px !important; margin: 1px !important; } +html * input,html * select,li { + /* Conflicts with font-size etc.: */ + height: auto !important; + } html * input *,html * select *,html * textarea * { background-color: navy !important; } @@ -46,3 +65,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 */