Skip to content

Instantly share code, notes, and snippets.

@yyolk
Created December 2, 2012 01:02
Show Gist options
  • Save yyolk/4186262 to your computer and use it in GitHub Desktop.
Save yyolk/4186262 to your computer and use it in GitHub Desktop.
todoist cleanup
/**
Title: Todoist bright sky theme
URL: http://stylebot.me/styles/1739
Author: http://stylebot.me/users/Arificial
**/
div.counter_color {
width: 3em;
}
html body {
margin-left: 15px;
margin-right: 15px;
padding-left: 55px;
padding-right: 0px;
background: rgba(256,256,256,0.09);
}
#editor {
position: absolute;
top: 0px;
width: 31%;
margin-left: 15px;
background: rgba(256,256,256,0.85);
padding-top: 87px;
padding-right: 50px;
padding-bottom: 50px;
padding-left: 80px;
box-shadow: 2PX 2PX 10PX white;
min-height: 70%;
}
html {
background-size: 100%;
}
a.action.go_premium {
display: none;
}
h2.project_header.section_header {
font-size: 2.5em;
background: rgba(256,256,256,0.2);
}
h2.project_header.section_header span {
font-family: verdana;
font-weight: normal;
text-shadow: 1px 1px 9px #c5c5c5;
}
td.text_cursor.content {
font-size: 1.25em;
line-height: 1.25em;
}
input.input_q {
font-size: 2.5em;
font-family: verdana;
padding-left: 9px;
}
h2.project_header.section_header a {
font-family: verdana;
font-weight: normal;
text-shadow: 2px 2px 15px #c5c5c5;
}
a.action {
font-size: 1.5em;
font-family: verdana;
}
#list_holder {
padding-left: 9px;
background: rgba(256,256,256,0.5)
;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment