Off Topic 20.543 Themen, 228.181 Beiträge

userContent.css

FreddyK. / 0 Antworten / Baumansicht Nickles

/* override color: -moz-Fieldtext; background-color: -moz-Field;
when the Windows color scheme is set to white text on dark background */
input,
textarea,
select {
color: black;
background-color: white;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
color: black !important;
background-color: rgb(212,208,200);
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
}

/* Hide Banner Ads */
/* Yahoo is such a pain in the ass */
table[border="0"] table[width="425"],
table[border="0"] td[width="300"],
table[border="0"] td[height="90"],
table[border="0"][width="728"],
*[src*="/ad/"],
*[src*="/ad."],
*[src*="/ads/"],
*[src*="/ads."],
*[src*="/adx/"],
*[src*="advert"],
*[src*="atdmt"],
*[src*="banner"],
*[src*="bluestreak"],
*[src*="salon.com/Creatives/"],
*[src*="doubleclick"],
*[src*="pointroll"],
*[src*="sponsors"],
*[src*="us.a1.yimg.com"],
*[width="0"][height="0"],
*[width="1"][height="1"],
*[width="120"][height="60"],
*[width="120"][height="600"],
*[width="120"][height="800"],
*[width="140"][height="800"],
*[width="150"][height="70"],
*[width="160"][height="60"],
*[width="160"][height="600"],
*[width="184"][height="90"],
*[width="200"][height="23"],
*[width="234"][height="60"],
*[width="237"][height="90"],
*[width="300"][height="250"],
*[width="336"][height="280"],
*[width="338"][height="282"],
*[width="342"][height="286"],
*[width="425"][height="600"],
*[width="468"][height="60"],
*[width="500"][height="62"],
*[width="600"][height="30"],
*[width="728"][height="90"],
*[width="728"][height="105"],
*[type="application/x-shockwave-flash"] {
display: none;
visibility: hidden;
}

a:hover {
cursor: pointer !important;
}

/* ZDNet\'s font is too small */
div.a2, span.a2 {
font-size: 15px !important;
}

applet { display: none; }
embed[src*=".swf"] { display: none; }
embed[src*=".jar"] { display: none; }
object[data*=".swf"] { display: none; }
object[data*=".jar"] { display: none; }

Dieser Beitrag wurde unter Debian GNU/Linux 7.1 Wheezy verbrochen. https://de.wikipedia.org/wiki/Vorratsdatenspeicherung
bei Antwort benachrichtigen