2012-06-27 14:29:28 +00:00
|
|
|
@import "nib/vendor";
|
2012-07-07 21:45:06 +00:00
|
|
|
@import "../bootstrap-responsive";
|
2012-04-27 02:03:01 +00:00
|
|
|
|
2012-06-26 15:25:24 +00:00
|
|
|
html,body,p,h1,ul,li,table,tr,th,td
|
|
|
|
|
margin: 0
|
|
|
|
|
padding: 0
|
2012-04-27 17:08:06 +00:00
|
|
|
|
2012-06-26 15:16:59 +00:00
|
|
|
#head
|
2012-06-26 15:25:24 +00:00
|
|
|
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
|
2012-06-26 12:41:28 +00:00
|
|
|
|
2012-06-27 14:54:04 +00:00
|
|
|
.color-worst pre
|
2012-06-26 15:16:59 +00:00
|
|
|
background-color: rgb(230, 184, 175)
|
2012-06-27 14:54:04 +00:00
|
|
|
.color-worse pre
|
2012-06-26 15:16:59 +00:00
|
|
|
background-color: rgb(244, 204, 204)
|
2012-06-27 14:54:04 +00:00
|
|
|
.color-bad pre
|
2012-06-26 15:16:59 +00:00
|
|
|
background-color: rgb(252, 229, 205)
|
2012-06-27 14:54:04 +00:00
|
|
|
.color-neutral pre
|
2012-06-26 15:16:59 +00:00
|
|
|
background-color: rgb(255, 242, 204)
|
2012-06-27 14:54:04 +00:00
|
|
|
.color-good pre
|
2012-06-26 15:16:59 +00:00
|
|
|
background-color: rgb(217, 234, 211)
|
2012-06-27 14:54:04 +00:00
|
|
|
.color-better pre
|
2012-06-26 15:16:59 +00:00
|
|
|
background-color: rgb(208, 224, 227)
|
2012-06-27 14:54:04 +00:00
|
|
|
.color-best pre
|
2012-06-26 15:16:59 +00:00
|
|
|
background-color: rgb(201, 218, 248)
|
2012-06-27 14:54:04 +00:00
|
|
|
.completed pre
|
2012-06-26 15:16:59 +00:00
|
|
|
background-color: rgb(217, 217, 217)
|
|
|
|
|
color: rgb(153, 153, 153)
|
2012-06-27 14:54:04 +00:00
|
|
|
.reward pre
|
2012-06-26 15:16:59 +00:00
|
|
|
background-color: white
|
2012-06-26 20:55:41 +00:00
|
|
|
|
2012-07-07 17:08:36 +00:00
|
|
|
.todos h1, .rewards h1
|
2012-06-26 20:55:41 +00:00
|
|
|
float:left
|
|
|
|
|
margin-right:15px
|
2012-06-26 15:16:59 +00:00
|
|
|
|
2012-07-07 16:58:34 +00:00
|
|
|
.help-icon
|
|
|
|
|
float:right;
|
|
|
|
|
|
2012-06-26 15:16:59 +00:00
|
|
|
.task:hover
|
|
|
|
|
cursor: move
|
|
|
|
|
|
2012-06-29 02:32:19 +00:00
|
|
|
li:hover .task-meta-controls .hover-show
|
2012-06-26 15:16:59 +00:00
|
|
|
display: inline
|
|
|
|
|
|
|
|
|
|
.task
|
|
|
|
|
list-style:none
|
2012-06-27 14:54:04 +00:00
|
|
|
|
|
|
|
|
pre
|
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
|
|
|
|
|
font-size: 13px
|
|
|
|
|
line-height: 18px
|
|
|
|
|
color: black
|
2012-06-26 15:16:59 +00:00
|
|
|
|
2012-06-29 02:32:19 +00:00
|
|
|
.task-meta-controls
|
2012-06-26 15:16:59 +00:00
|
|
|
float:right
|
2012-06-29 20:31:32 +00:00
|
|
|
i
|
|
|
|
|
margin-left:5px
|
2012-06-26 15:16:59 +00:00
|
|
|
|
|
|
|
|
.task-controls,.task-text
|
|
|
|
|
display:inline
|
|
|
|
|
margin-right:10px
|
|
|
|
|
|
2012-06-29 02:32:19 +00:00
|
|
|
.task-meta-controls .hover-show
|
2012-06-26 15:16:59 +00:00
|
|
|
display: none;
|
|
|
|
|
|
|
|
|
|
.vote-up, .vote-down
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
|
2012-07-08 22:06:13 +00:00
|
|
|
.buy-link, .item-buy-link
|
2012-07-09 03:51:16 +00:00
|
|
|
background-color: #DEE5F2
|
2012-06-26 15:16:59 +00:00
|
|
|
padding: 2px
|
|
|
|
|
margin-right: 10px
|
|
|
|
|
border-radius: 5px
|
|
|
|
|
|
|
|
|
|
img
|
|
|
|
|
height:20px
|
2012-07-08 22:06:13 +00:00
|
|
|
|
|
|
|
|
.item-buy-link
|
2012-07-09 03:51:16 +00:00
|
|
|
background-color: #ccffcc
|
2012-07-08 02:43:49 +00:00
|
|
|
|
2012-06-26 15:16:59 +00:00
|
|
|
#character
|
|
|
|
|
|
2012-06-27 14:07:16 +00:00
|
|
|
td#avatar
|
|
|
|
|
vertical-align: top
|
2012-06-26 15:16:59 +00:00
|
|
|
text-align: center
|
2012-07-08 23:37:36 +00:00
|
|
|
|
|
|
|
|
.avatar-sprites
|
|
|
|
|
position: relative
|
|
|
|
|
|
|
|
|
|
.weapon
|
|
|
|
|
position: absolute
|
|
|
|
|
z-index: 200
|
|
|
|
|
left: -13px
|
|
|
|
|
bottom: 7px
|
|
|
|
|
.weapon-0
|
|
|
|
|
left: -7px
|
|
|
|
|
.weapon-5
|
|
|
|
|
left: -16px
|
|
|
|
|
.weapon-6
|
|
|
|
|
left:-20px
|
2012-06-27 14:07:16 +00:00
|
|
|
td#bars
|
|
|
|
|
padding: 10px 0 0 10px
|
2012-06-26 12:41:28 +00:00
|
|
|
|
2012-06-26 13:19:26 +00:00
|
|
|
#bars
|
|
|
|
|
width: 400px
|
2012-06-26 13:49:26 +00:00
|
|
|
.progress
|
|
|
|
|
height: 25px
|
|
|
|
|
.bar
|
|
|
|
|
height: 25px
|
2012-06-26 13:19:26 +00:00
|
|
|
border: 1px solid black
|
|
|
|
|
.progress-text
|
|
|
|
|
float: right
|
|
|
|
|
margin: 5px
|
2012-07-07 21:03:58 +00:00
|
|
|
color: black
|
|
|
|
|
|
|
|
|
|
footer.footer
|
|
|
|
|
position: absolute
|
|
|
|
|
bottom: 10px
|
|
|
|
|
right: 10px
|
2012-07-08 02:43:49 +00:00
|
|
|
|
2012-07-08 18:50:56 +00:00
|
|
|
/* ----- Items, Weapons, Armor -----*/
|
2012-07-08 21:59:50 +00:00
|
|
|
.item-store-popover img
|
|
|
|
|
float:left
|
|
|
|
|
padding-right:7px;
|
|
|
|
|
|
2012-07-08 20:59:07 +00:00
|
|
|
.item .task-text img
|
2012-07-08 18:50:56 +00:00
|
|
|
max-height: 16px
|
2012-07-09 03:34:20 +00:00
|
|
|
|
|
|
|
|
#dead-modal img
|
|
|
|
|
float:left
|
|
|
|
|
padding-right:10px
|