Forums

Discuss all things Remember The Milk.

Make RTM your own

davidscottweaver says:
I'm not a huge fan of the blinding white screen that is RTM and decided to download a CSS plugin for Chrome that lets me alter pages to how I see fit. All I did with RTM was define the main area better with rounded corners and a drop shadow, and use a dark blue background. I posted my CSS below and a link to the picture as an example. The plugin I use is stylebot.

New RTM: http://goo.gl/Q95ul

CSS:

body.p180.sf3.hasGoogleVoiceExt {
color: #000000;
background-color: #445080;
}

body.hasGoogleVoiceExt.sf3 {
background-color: #e6e6e6;
}

body.p180.hasGoogleVoiceExt.sf3 {
background-color: #2d4155;
}

#content {
background-color: #ffffff;
margin-top: 30px;
border-color: #ffffff;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 0px solid #800000;
-moz-box-shadow: 0 0 20px #000;
-webkit-box-shadow: 0 0 20px#000;
box-shadow: 0 0 20px #000;
padding: 30px;
}
Posted at 5:10pm on July 28, 2012
cobrastyle says:
Bravo! This is really nice.

I didn't know about stylebot, and thought I was out of luck, but somehow was able to make mine look like yours. Thanks for posting this - it's a huge improvement over the default look.
Posted 11 years ago
davidscottweaver says:
You're welcome! My main goal was to minimize the white and define the space, but there's so much that can be altered with just the CSS. Have fun with it!
Posted 11 years ago
Log in to post a reply.