I went in the opposite direction in my use of Stylish, as I tried to render the MR site as discreet as possible.
Use first the following generic style :
http://userstyles.org/styles/1635
Then add this specific style:
Code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mobileread.com") {
/* Display small images in the text */
img[class=inlineimg] {display:inline !important;}
/* Display links in black rather than in white on white */
.vbmenu_control a:link,
.vbmenu_control a:visited,
.tcat a:link,
.tcat a:visited
{color:black !important;}
/* Display reply buttons */
a[href^="newreply.php"] img {display:inline !important;}
/* Display EDIT button */
a[href^="editpost.php"] img {display:inline !important;}
/* Display the new thread button */
a[href^="newthread.php"] img {display:inline !important;}
/* Make the current page number more visible */
td[class="alt2"] span[class="smallfont"] strong {color:grey!important;}
/* Display the control panel text as white on black */
span.smallfont {color:black !important;}
td.tcat {color:black !important;}
.tfoot a:link, .tfoot_alink {color:black !important;}
}