2013-03-05 01:36:11 +00:00
|
|
|
.color-worst
|
2013-02-08 18:29:09 +00:00
|
|
|
background-color: rgb(230, 184, 175)
|
2013-03-05 01:36:11 +00:00
|
|
|
.color-worse
|
2013-02-08 18:29:09 +00:00
|
|
|
background-color: rgb(244, 204, 204)
|
2013-03-05 01:36:11 +00:00
|
|
|
.color-bad
|
2013-02-08 18:29:09 +00:00
|
|
|
background-color: rgb(252, 229, 205)
|
2013-03-05 01:36:11 +00:00
|
|
|
.color-neutral
|
2013-02-08 18:29:09 +00:00
|
|
|
background-color: rgb(255, 242, 204)
|
2013-03-05 01:36:11 +00:00
|
|
|
.color-good
|
2013-02-08 18:29:09 +00:00
|
|
|
background-color: rgb(217, 234, 211)
|
2013-03-05 01:36:11 +00:00
|
|
|
.color-better
|
2013-02-08 18:29:09 +00:00
|
|
|
background-color: rgb(208, 224, 227)
|
2013-03-05 01:36:11 +00:00
|
|
|
.color-best
|
2013-02-08 18:29:09 +00:00
|
|
|
background-color: rgb(201, 218, 248)
|
2013-03-05 01:36:11 +00:00
|
|
|
.completed
|
2013-02-08 18:29:09 +00:00
|
|
|
background-color: rgb(217, 217, 217)
|
|
|
|
|
color: rgb(153, 153, 153)
|
2013-03-05 01:36:11 +00:00
|
|
|
.reward
|
2013-02-08 18:29:09 +00:00
|
|
|
background-color: white
|
|
|
|
|
|
|
|
|
|
label.checkbox.inline{
|
|
|
|
|
width: 40px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.todos
|
|
|
|
|
.nav-pills > .active > a, .nav-pills > .active > a:hover
|
|
|
|
|
color: #005580
|
|
|
|
|
background-color: #DEE5F2
|
|
|
|
|
|
|
|
|
|
.dailys
|
|
|
|
|
.repeat-days > .btn:not(.active)
|
|
|
|
|
background-color: #aaa;
|
|
|
|
|
background-image: -moz-linear-gradient(top, #eee, #aaa);
|
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#aaa));
|
|
|
|
|
background-image: -webkit-linear-gradient(top, #eee, #aaa);
|
|
|
|
|
background-image: -o-linear-gradient(top, #eee, #aaa);
|
|
|
|
|
background-image: linear-gradient(to bottom, #eee, #aaa);
|
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
|
|
2013-02-09 15:45:00 +00:00
|
|
|
.context-enabled
|
|
|
|
|
.display-context-dependant,
|
|
|
|
|
.task-list li
|
|
|
|
|
display: none
|
|
|
|
|
|
|
|
|
|
&.context-completed
|
|
|
|
|
.show-for-completed, .completed
|
|
|
|
|
display: block
|
|
|
|
|
|
|
|
|
|
&.context-uncompleted
|
|
|
|
|
.show-for-uncompleted, .uncompleted
|
|
|
|
|
display: block
|
|
|
|
|
|
2013-02-08 18:29:09 +00:00
|
|
|
.help-icon
|
|
|
|
|
float:right;
|
|
|
|
|
|
|
|
|
|
.task:hover
|
|
|
|
|
cursor: move
|
|
|
|
|
|
|
|
|
|
li:hover .task-meta-controls .hover-show
|
|
|
|
|
display: inline
|
|
|
|
|
|
|
|
|
|
.task
|
|
|
|
|
list-style:none
|
|
|
|
|
|
|
|
|
|
pre
|
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
|
|
|
|
|
font-size: 13px
|
|
|
|
|
line-height: 18px
|
|
|
|
|
color: black
|
|
|
|
|
word-break: normal
|
|
|
|
|
|
|
|
|
|
.task-meta-controls
|
|
|
|
|
float:right
|
|
|
|
|
i
|
|
|
|
|
margin-left:5px
|
|
|
|
|
|
|
|
|
|
.task-controls,.task-text
|
|
|
|
|
display:inline
|
2013-03-05 00:11:37 +00:00
|
|
|
margin: 0 10px 0 0
|
|
|
|
|
|
|
|
|
|
input
|
|
|
|
|
margin-top: 0
|
2013-02-08 18:29:09 +00:00
|
|
|
|
|
|
|
|
.task-meta-controls .hover-show
|
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
|
|
.vote-up, .vote-down
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
|
|
|
|
|
.new-task-form
|
2013-03-05 00:42:48 +00:00
|
|
|
margin-bottom:5px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// begin rewrite css 2013-03-04
|
|
|
|
|
|
2013-03-05 01:36:11 +00:00
|
|
|
.task-column
|
|
|
|
|
padding: 1.5em
|
|
|
|
|
background: #f5f5f5
|
|
|
|
|
border: 1px solid #bbb
|
|
|
|
|
border-radius: 0.25em
|
|
|
|
|
font-family: 'Lato', sans-serif
|
|
|
|
|
h2
|
|
|
|
|
margin: 0 0 0.5em
|
|
|
|
|
padding: 0
|
|
|
|
|
|
|
|
|
|
.task
|
|
|
|
|
clear: both
|
|
|
|
|
padding: 0.5em
|
|
|
|
|
margin-bottom: 0.75em
|
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.2)
|
|
|
|
|
border-radius: 0.25em
|
|
|
|
|
&:last-child
|
|
|
|
|
margin-bottom: 0
|
|
|
|
|
|
2013-03-05 00:42:48 +00:00
|
|
|
.addtask-form
|
|
|
|
|
margin-bottom: 0.75em
|
2013-03-05 01:36:11 +00:00
|
|
|
.addtask-field
|
|
|
|
|
max-width: 70%
|
2013-03-05 00:42:48 +00:00
|
|
|
.addtask-btn
|
2013-03-05 01:36:11 +00:00
|
|
|
float: right
|
|
|
|
|
font-family: 'Lato', sans-serif
|
|
|
|
|
|
|
|
|
|
.todo-status-toggler
|
|
|
|
|
margin-top: 0.75em
|