From dc0f9aa883a1b2dc7b22a4ddb86981996886e6f2 Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 26 Dec 2004 17:35:05 +0000 Subject: [PATCH] Retreat some too drastic design unifications. +CNN ads removal. --- .userContent.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.userContent.css b/.userContent.css index 457b3e8..32a3d14 100644 --- a/.userContent.css +++ b/.userContent.css @@ -12,19 +12,21 @@ 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: +* It would prevent any tables formatting: width: auto !important; height: auto !important; -*/ -/* It would display all the intentionally hidden content: +* +* It would display all the intentionally hidden content: display: inline !important; -*/ +* text-indent: 0px !important; +*/ } html * li { @@ -58,3 +60,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 */ -- 1.8.3.1