Forums

Discuss all things Remember The Milk.

A better high-res view of RTM

garyh357 says:
I use firefox and have the stylish extension installed. RTM bugged me because of all the wasted space on the sides with my high-res monitor, so I made a "Stylish" style and you're welcome to it.

First, install Stylish https://addons.mozilla.org/en-US/firefox/addon/2108
Then restart Firefox
Then in the lower right of the statusbar, you'll see an "S" icon.
Choose "Write New Style" - "Blank Style"
Name it, then paste the following into it...

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("rememberthemilk.com") {
a:visited {color:#999 !important;}
.xtabs a:visited {color:#fff !important;}
.xtabs li.xtab_selected a:visited {color:#EA5200 !important;}
.xtabs li:hover a:visited {color:#000 !important;}
body {width:95% !important; margin:0 auto !important;}
#content {width:100% !important;}
#listbox {width:49% !important;}
#list {width:100% !important;}
#detailsbox {width:49% !important;}
#details {width:100% !important;}
#detailswrap {width:99% !important;}
#detailsoverflow.has-overflow .notewidth {width:100% !important;}
}

Click preview and if you like it, save. As a bonus, I like to see the forum links I've visited before, so I have styled visited links with gray text.

Enjoy.
Posted at 10:20pm on December 1, 2009
amoslemi says:
Thanks for posting your script. This is also be useful for widescreen use:

Remember The Milk widely(1200px)


@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(https://www.rememberthemilk.com/),url-prefix(http://www.rememberthemilk.com/) {
#content { width: 1200px !important; }
#listbox { width: 790px !important; }
#list { width: 790px !important; }
#detailsbox { width: 400px !important; }
#details { width: 400px !important; }
#detailswrap { width: 395px !important; }
div.taskcloudbox { width: 400px !important; }
#onlinehelpwrap { width: 395px !important; }
#keywrap { width: 395px !important; }
#listFilter { width: 300px !important; }
}

http://userstyles.org/styles/3274
Posted 14 years ago
Log in to post a reply.