Advertise here: Contact FM.
div.y2karl small {
font-size: inherit;
}div[class="S.C."] {
display: none;
})I'm expected to go into my MeFi settings and alter my font-size preferences every time I want to read a (admittedly, usually excellent) post from y2karl?If you were using Opera as your web-browser, you could freely zoom MeFi (or any other site), just by holding down control and using your scroll wheel. Seriously - it makes running 1400x1050 on a 15" LCD bearable.
Um, kicking, that works on IE and Firefox as well, providing you're using XP.You're right about FireFox (didn't know that, actually). Wrong about IE/XP however (IE will zoom text, but not if the size is definited in
points, as it is on MeFi). For the record though - Opera will also zoom images, and even Flash. FireFox won't (at least not out-of-the-box).My question is this, how I can do this and not change the settings for all of the font on MeFi/MeTa/AskMe? I have IE/XP at work and (don't laugh) IE/98 at home. I will not be using Firefox or any other alternate browser even if oodles of people tell me to and it is undoubtedly in the best interest of the human race.Hmm...without testing this, I'm pretty sure something like this would work:
div.copy small { font-size: 12pt !important;}Then, go into Internet Explorer -> Tools -> Internet Options -> General (tab) -> Accessability. Click the checkbox that says 'use my style sheet,' hit browse, and select antikarl.css. That should do the trick.div.copy small, div.comments small { font-size: 12pt !important;}_metafilter_user_y2karl small {
font-size: inherit !important;
}or_metafilter_user_y2karl {
display: none !important;
}and then you won't have to look at his rants._metafilter_user_drscroogemcduck {
background-color: red;
}
should look something like this._metafilter_user_drscroogemcduck {
background-color: red !important;
}
i forget the leading "."._metafilter_user_macrone {
display:none !important;
}
(Replace "macrone" with the username to be killed; I'm not positive how to escape it if it includes spaces, but it looks like you need to replace spaces with underscores, and underscores with double-underscores.)._metafilter_user_y2karl small { font-size: inherit !important;}*[class~="M.C"] {
background-color: red;
}
._metafilter_user_y2karl small {
font-size: inherit !important;
}works
posted by techgnollogic at 9:35 PM on February 22, 2005