Skip to content

Instantly share code, notes, and snippets.

@5310
Last active September 7, 2017 13:04
Show Gist options
  • Save 5310/7577964 to your computer and use it in GitHub Desktop.
Save 5310/7577964 to your computer and use it in GitHub Desktop.
An userstyle for RTM to make it a bit more minimal and cluttered. Base userstyle used: http://userstyles.org/styles/15397/remember-the-milk-minimal So far, the attempt has been to change as little as possible to make the most added comfort. The toolbar widgets are as ugly as they are in RTM proper, and I will try to change them in the future. #t…
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.rememberthemilk.com") {
/*content font size*/
#midcontent {
font-size:1.1em !important;
}
/*width*/
#content { width: 1000px !important; }
/*alignment
#detailsbox { float: left !important; width: 550px !important; padding-left: 40px !important; }
#details { float: right !important; width: 250px !important; }
#taskcloud_copy.taskcloud { float: left !important; width: 250px !important; border: none !important; }
#keywrap { float: right !important; width: 250px !important; border: none !important;}
#listbox { float: right !important; }*/
/* Remove the logo with the cow */
#appheaderlogo {
display:none !important;
}
/* Remove footer */
.appfooter { display: none !important; }
/*tools no border*/
#tools, #detailswrap { border:none !important; }
#tools_spacer { border: none !important; }
#break { display: none !important; }
/* Navs */
#listtabs, #listtabs li, #listtabs li a, #detailstabs, #detailstabs li, #detailstabs li a, #tasktabs, #tasktabs li, #tasktabs li a { background: none !important; }
#listtabs.xtabs li a, #detailstabs li a { color: #444 !important; }
.xtabs li { border: none !important; margin: 0 !important; }
#listtabs.xtabs li.xtab_selected, #detailstabs.xtabs li.xtab_selected { border-top: 3px solid #000 !important; background: #efefef !important; }
#listtabs.xtabs li.xtab_selected a, #detailstabs.xtabs li.xtab_selected a { color: #000 !important; }
/*searchbox appheader*/
/*#searchbox { display: none !important; }
#appheader { padding: 0 !important; }
#statusbox { height: 3em !important; }*/
/*tagcloud*/
#taskcloud_copy, .taskcloud, .taskcloudbox.white_rbroundbox, .white_rbtop, .white_rbtop div div, .white_rbcontentwrap, .white_rbcontent, #taskcloudcontent_copy.taskcloudcontent, .white_rbbot, .white_rbbot div div { background: none !important; background-color: #fff !important;}
/* CUSTOM ADDITIONS */
* { text-decoration: none !important; }
#topnav { opacity: 0.5 !important; }
#appheader { margin-right: -100px !important; }
#statusbox { margin-top: -10px !important; margin-left: -100px !important; }
.orange_rbroundbox { margin-left: -208px !important; margin-right: 150px !important; border-radius: 0 !important; }
#searchbox * { border: none !important; }
#searchbox input { padding: 2px !important; background: #F9F9F9 !important; outline: 0 !important; -webkit-appearance: none !important; -moz-appearance:none !important; appearance: none !important; }
#searchtogglewrap { opacity: 0.5 !important; }
#searchicon { opacity: 0.5 !important; }
#appview { margin-top: 50px !important; margin-left: -100px !important; margin-right: -100px !important; }
#listbox { width: 800px !important; }
#list { width: 100% !important; }
#listtabs { width: auto !important; background: #F9F9F9 !important; padding:5px !important; padding-top: 2px !important; }
#listbox .xtabs ul { padding: 0 !important; }
/*#listbox .xtabs li { padding: 0 !important; }*/
#listbox .xtabs li.xtab_selected { margin-top: -3px !important; }
/* #listbox .xtabs li.xtab_selected { margin-left: -2px !important; margin-right: 50px !important; } */
#tools { margin-left: -20px !important; margin-right: -10px !important; }
.xtoolbox_selector { opacity: 0.5 !important; }
#sorting { margin-top: 0px !important; }
#midcontent>div:first-child { border: none !important; }
/*#add-box { border-left: 10px #eee solid !important; }*/
.ab6, .ab7, .ab8, .ab9 { display: none !important; }
.add-extra { margin-right: -4px !important; }
#add-text { font-style: italic !important; margin-left: 6px !important; }
.xtd { height: 48px !important; border: none !important; }
.xtable { border: none !important; }
.xtd_task_name.taskoverdue { text-decoration: none !important; font-style: italic !important; opacity: 0.65 !important; }
/*#detailsbox { opacity: 0.5 !important; }*/
#taskcloud_copy { opacity: 0.5 !important; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment