On 15-Aug-2010, at 16:46, LuKreme wrote:
> 
> When I'm at my machine I'll post my safari_css file. 

/* Stupid Comments Be Gone! style sheet
   From Mark Damon Hughes, current version is at:
   http://kuoi.com/~kamikaze/doc/safari_style.css
   All these rules are yours except Europa.
   Use them together, use them in peace.

Instructions for Safari:
    Save this file as "safari_style.css" in your Documents folder.
    In Safari's Preferences | Advanced, change the style sheet to Other...,
    and pick "safari_style.css".
    Restart your browser.
    Now reload those YouTube or Flickr pages, and voilá! No more comments from
    idiots! If you ever do want to see them, you can open preferences and change
    the style sheet to "None Selected" briefly, then put it back.

*/

/*
  I made some slight changes
*/

/* Force a correctly-colored dashed border on all links. */
/* solid */

a:link {
        border-bottom: 1px solid #6666ff !important;
}
a:visited {
        border-bottom: 1px dashed #ff66ff !important;
}

/* YouTube */
.watch-tab-contents, #watch-comment-panel {
        display: none !important;
        visibility: hidden !important;
}

/* Flikr */
#DiscussPhoto {
        display: none !important;
        visibility: hidden !important;
}
.photo_note_box_inner_inner_div {
        display: none !important;
        visibility: hidden !important;
}

/* Twitter */
.promotion {
        display: none !important;
        visibility: hidden !important;
}

/* BBboard3 */
.logo-main {
        display: none !important;
        visibility: hidden !important;
}

/* CNN */
.postTalkback {
        display: none !important;
        visibility: hidden !important;
}

/* Dilbert */
.CMT_CommentTitle, .CMT_SortFilter, .CMT_CommentList, .CMT_Footer {
        display: none !important;
        visibility: hidden !important;
}

/* Twitpic */
#photo-comments {
        display: none !important;
        visibility: hidden !important;
}

/* White on Black */
/* attempt to fix daring fireball. limited success */
.linkedlist * { color: white !important; background-color: black !important; }

/* Facebook */
#sidebar_ads * { display: none !important; }


… there's som other custom CSS I have in my file to make some sites work better 
(and to block some really annoying stuff on others, like 400px banners with 
embeded ad space, just as an example).


-- 
"Alas, earwax."

_______________________________________________
MacOSX-talk mailing list
[email protected]
http://www.omnigroup.com/mailman/listinfo/macosx-talk

Reply via email to