mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 07:21:15 +00:00
101 lines
No EOL
2 KiB
Stylus
101 lines
No EOL
2 KiB
Stylus
@import "nib/vendor";
|
|
|
|
html,body,p,h1,ul,li,table,tr,th,td
|
|
margin: 0
|
|
padding: 0
|
|
|
|
#head
|
|
background: #ddd
|
|
background: -webkit-gradient(linear,0 0,0 100%,from(#e7e7e7),to(#d0d0d0))
|
|
background: -moz-linear-gradient(#e7e7e7, #d0d0d0)
|
|
background: -ms-linear-gradient(#e7e7e7, #d0d0d0)
|
|
background: -o-linear-gradient(#e7e7e7, #d0d0d0)
|
|
background: linear-gradient(#e7e7e7, #d0d0d0)
|
|
-webkit-box-shadow: inset 0 1px #f7f7f7, 0 1px #888, 0 2px #e7e7e7
|
|
-moz-box-shadow: inset 0 1px #f7f7f7, 0 1px #888, 0 2px #e7e7e7
|
|
box-shadow: inset 0 1px #f7f7f7, 0 1px #888, 0 2px #e7e7e7
|
|
padding: 12px 16px
|
|
white-space: nowrap
|
|
|
|
.color-worst pre
|
|
background-color: rgb(230, 184, 175)
|
|
.color-worse pre
|
|
background-color: rgb(244, 204, 204)
|
|
.color-bad pre
|
|
background-color: rgb(252, 229, 205)
|
|
.color-neutral pre
|
|
background-color: rgb(255, 242, 204)
|
|
.color-good pre
|
|
background-color: rgb(217, 234, 211)
|
|
.color-better pre
|
|
background-color: rgb(208, 224, 227)
|
|
.color-best pre
|
|
background-color: rgb(201, 218, 248)
|
|
.completed pre
|
|
background-color: rgb(217, 217, 217)
|
|
color: rgb(153, 153, 153)
|
|
.reward pre
|
|
background-color: white
|
|
|
|
h1.todos, h1.rewards
|
|
float:left
|
|
margin-right:15px
|
|
|
|
.task:hover
|
|
cursor: move
|
|
|
|
li:hover .task-meta .edit-link
|
|
display: inline
|
|
|
|
.task
|
|
list-style:none
|
|
|
|
pre
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
|
|
font-size: 13px
|
|
line-height: 18px
|
|
color: black
|
|
|
|
.task-meta
|
|
float:right
|
|
|
|
.task-controls,.task-text
|
|
display:inline
|
|
margin-right:10px
|
|
|
|
.task-meta .edit-link
|
|
display: none;
|
|
|
|
.vote-up, .vote-down
|
|
text-decoration:none;
|
|
|
|
.buy-link
|
|
background-color: #DEE5F2
|
|
padding: 2px
|
|
margin-right: 10px
|
|
border-radius: 5px
|
|
|
|
img
|
|
height:20px
|
|
|
|
#character
|
|
img
|
|
width: 60px
|
|
|
|
td#avatar
|
|
vertical-align: top
|
|
text-align: center
|
|
td#bars
|
|
padding: 10px 0 0 10px
|
|
|
|
#bars
|
|
width: 400px
|
|
.progress
|
|
height: 25px
|
|
.bar
|
|
height: 25px
|
|
border: 1px solid black
|
|
.progress-text
|
|
float: right
|
|
margin: 5px
|
|
color: black |