2013-05-02 12:17:04 +00:00
|
|
|
.full-width
|
2013-05-04 17:15:47 +00:00
|
|
|
width 100%
|
2013-05-02 12:17:04 +00:00
|
|
|
|
|
|
|
|
.border-right
|
2013-05-04 17:15:47 +00:00
|
|
|
border-right 1px solid #ddd
|
2013-05-02 12:17:04 +00:00
|
|
|
|
|
|
|
|
.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
|
|
|
|
2013-05-05 17:07:36 +00:00
|
|
|
.tavern-chat, .party-chat
|
2013-05-04 17:15:47 +00:00
|
|
|
|
|
|
|
|
li
|
2013-05-05 22:34:14 +00:00
|
|
|
padding-top:15px
|
|
|
|
|
padding-bottom:15px
|
2013-05-04 17:15:47 +00:00
|
|
|
border-bottom 1px solid #ddd
|
2013-07-02 09:25:00 +00:00
|
|
|
word-wrap:break-word
|
2013-05-04 17:15:47 +00:00
|
|
|
|
|
|
|
|
&.highlight
|
|
|
|
|
background #EEE
|
2013-09-05 16:17:41 +00:00
|
|
|
|
|
|
|
|
label
|
|
|
|
|
margin-right:5px
|
2013-05-02 14:12:00 +00:00
|
|
|
|
2013-11-07 19:24:38 +00:00
|
|
|
.own-message
|
|
|
|
|
border-left: 4px solid #333
|
|
|
|
|
padding-left: 2px
|
2013-11-22 18:38:40 +00:00
|
|
|
|
|
|
|
|
markdown
|
|
|
|
|
|
|
|
|
|
p:first-child
|
|
|
|
|
display:inline
|
2013-11-07 19:24:38 +00:00
|
|
|
|
|
|
|
|
// Name tags
|
|
|
|
|
.label-contributor-1, .label-contributor-2
|
|
|
|
|
background-color: #333;
|
|
|
|
|
.label-contributor-3, .label-contributor-4
|
|
|
|
|
background-color: #077409
|
|
|
|
|
color: white
|
|
|
|
|
.label-contributor-5, .label-contributor-6
|
|
|
|
|
background-color: #125BA2
|
|
|
|
|
color: white
|
|
|
|
|
.label-contributor-7
|
|
|
|
|
background-color: #7313B4
|
|
|
|
|
color: white
|
|
|
|
|
.label-contributor-8
|
|
|
|
|
background-color: #ff8000
|
|
|
|
|
color: white
|
|
|
|
|
.label-npc
|
|
|
|
|
background-color: indianred
|
|
|
|
|
color: white
|
2013-09-07 01:03:44 +00:00
|
|
|
|
2013-05-02 14:12:00 +00:00
|
|
|
#market-tab
|
2013-05-04 17:15:47 +00:00
|
|
|
position relative
|
|
|
|
|
height 500px
|
2013-05-10 11:25:24 +00:00
|
|
|
|
2013-05-20 08:59:36 +00:00
|
|
|
.buttonList li
|
2013-09-11 18:36:57 +00:00
|
|
|
margin: 5px
|
2013-06-05 21:31:56 +00:00
|
|
|
|
|
|
|
|
.option-group .option-time
|
2013-11-12 06:32:52 +00:00
|
|
|
padding: 0px 5px
|
|
|
|
|
|
|
|
|
|
// Autocomplete [TODO] make this nicer
|
|
|
|
|
.list-at-user {
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 120px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
background: white;
|
|
|
|
|
border: 1px solid #a4a4a4;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.list-at-user li {
|
|
|
|
|
line-height:14px;
|
|
|
|
|
border-bottom: 1px solid #a4a4a4;
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.list-at-user li:hover {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
background: #b9dff4;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.list-at-user li span {
|
|
|
|
|
margin: 2px;
|
|
|
|
|
font-size: 11.844px;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.list-cur {
|
|
|
|
|
background: #b9dff4;
|
|
|
|
|
}
|