Skip to content

Instantly share code, notes, and snippets.

@fukamachi
Created February 9, 2013 11:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fukamachi/4744978 to your computer and use it in GitHub Desktop.
Save fukamachi/4744978 to your computer and use it in GitHub Desktop.
Toodledo Redesigned
@charset "UTF-8";
body {
font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
background: none;
}
#logo {
width: 120px;
height: 27px;
margin-left: 34px;
}
#banner a {
top: 20px;
padding-top: 0;
background: none;
}
#banner {
background: none;
height: auto;
}
#main {
padding: 0;
}
#head {
padding: 2px 0 0 115px;
min-width: 0;
}
#left_side {
padding-top: 45px;
}
#rchunktop {
top: 50px;
}
#rchunk {
padding-top: 88px !important;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
}
#tlbr_new {
width: 62px;
height: 15px;
color: #fef4e9;
border: 1px solid #da7c0c;
background: #f78d1d;
background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
position: absolute;
top: 0;
left: -3px;
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 14px/100% Arial, Helvetica, sans-serif;
padding: 0.5em 2em 0.55em;
text-shadow: 0 1px 1px rgba(0,0,0,0.3);
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
#quickAdd {
border-radius: 4px;
}
#tlbr_show {
width: auto;
}
#searchField {
border-radius: 12px;
}
.tlbr_sec {
background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
}
.note {
border: 1px solid #eee;
padding: 8px !important;
font-size: x-small;
}
.rowcomp {
background-color: #eee;
}
.rowcomp, .rowcomp .task, .rowcomp .pri0, .rowcomp .pri1, .rowcomp .pri2, .rowcomp .pri3, .rowcomp .date0, .rowcomp .date1, .rowcomp .date2, .rowcomp .date3, .rowcomp .note, .rowcomp .dim {
color: #aaa;
}
/* Hide table header */
#colhead {
display: none;
}
.col0 {
overflow: visible;
}
.dim {
opacity: 0.5;
}
.row {
padding: 6px 0 4px 8px;
}
.sep {
background: #edf1f2;
border: 1px solid #d7dbde;
margin-top: 5px;
padding: 8px;
border-radius: 4px;
}
/* Hide warning */
#userstylewarning {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment