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 |