habitica/public/css/game-pane.styl

50 lines
769 B
Stylus
Raw Normal View History

.full-width
2013-05-04 17:15:47 +00:00
width 100%
.border-right
2013-05-04 17:15:47 +00:00
border-right 1px solid #ddd
.tab-notification
2013-05-04 17:15:47 +00:00
color #fff
background-color #51a351
2013-05-02 14:01:11 +00:00
.tavern-pane
2013-05-04 17:15:47 +00:00
position relative
2013-05-11 10:20:36 +00:00
height 250px
2013-05-04 17:15:47 +00:00
.tavern-chat, .party-chat
2013-05-04 17:15:47 +00:00
li
padding-top:15px
padding-bottom:15px
2013-05-04 17:15:47 +00:00
border-bottom 1px solid #ddd
word-wrap:break-word
2013-05-04 17:15:47 +00:00
&.highlight
background #EEE
label
margin-right:5px
2013-05-02 14:12:00 +00:00
.label-elite
2013-09-07 17:44:08 +00:00
background-color: #077409
color: black
.label-champion
2013-09-07 17:44:08 +00:00
background-color: #125BA2
color: white
.label-master
2013-09-07 17:44:08 +00:00
background-color: #7313B4
color: white
2013-05-02 14:12:00 +00:00
#market-tab
2013-05-04 17:15:47 +00:00
position relative
height 500px
2013-05-20 08:59:36 +00:00
.buttonList li
2013-06-05 21:31:56 +00:00
margin: 5px;
.option-group .option-time
padding: 0px 5px
2013-09-07 13:16:49 +00:00
.chat-btn
margin-right: 5px;