/* On masque les liens de marquage */
a.mark, a.mark-read.rightside { 
    display: none !important; 
}

/* On les réaffiche si la classe "active-unread" est présente sur le body */
body.active-unread a.mark, 
body.active-unread a.mark-read.rightside { 
    display: inline-block !important; 
}