mocksetup: Add /hdd bind.
[nethome.git] / .userContent.css
index 1501914..f1274b5 100644 (file)
@@ -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,16 @@ 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.: */
+       height: auto !important;
+       max-height: none !important;
        }
 html * input *,html * select *,html * textarea * {
        background-color: navy !important;
@@ -63,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; }