View Single Post
Old 11-17-2009, 05:49 AM   #6
Gaurnim
Final Five n°42
Gaurnim can teach chickens to fly.Gaurnim can teach chickens to fly.Gaurnim can teach chickens to fly.Gaurnim can teach chickens to fly.Gaurnim can teach chickens to fly.Gaurnim can teach chickens to fly.Gaurnim can teach chickens to fly.Gaurnim can teach chickens to fly.Gaurnim can teach chickens to fly.Gaurnim can teach chickens to fly.Gaurnim can teach chickens to fly.
 
Gaurnim's Avatar
 
Posts: 789
Karma: 3599
Join Date: Feb 2008
Location: Lyon, France
Device: Cybook Gen3
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;}

}
Gaurnim is offline   Reply With Quote