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
|
|
|
|
|
2015-01-27 07:08:15 +00:00
|
|
|
|
.border-left
|
|
|
|
|
|
border-left 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
|
|
|
|
|
2013-11-24 00:45:14 +00:00
|
|
|
|
.chat-form
|
2014-02-05 18:05:42 +00:00
|
|
|
|
margin-bottom: 10px
|
2014-03-05 02:54:58 +00:00
|
|
|
|
position: relative
|
2014-02-05 18:05:42 +00:00
|
|
|
|
|
|
|
|
|
|
textarea
|
2014-07-14 20:51:31 +00:00
|
|
|
|
margin-bottom: 0.618em
|
|
|
|
|
|
line-height: 1.618em
|
|
|
|
|
|
|
2014-09-11 07:28:54 +00:00
|
|
|
|
.guidelines-not-accepted p
|
|
|
|
|
|
border: 1px solid #ccc
|
|
|
|
|
|
padding: 1em;
|
|
|
|
|
|
margin-bottom: 0.5em;
|
2014-09-07 05:14:58 +00:00
|
|
|
|
|
2014-07-14 20:51:31 +00:00
|
|
|
|
.chat-controls
|
|
|
|
|
|
> div
|
|
|
|
|
|
display: inline-block
|
2015-05-24 02:51:40 +00:00
|
|
|
|
vertical-align: top
|
2014-07-14 20:51:31 +00:00
|
|
|
|
&:nth-of-type(1)
|
2015-05-24 02:51:40 +00:00
|
|
|
|
width: 50%
|
2014-07-14 20:51:31 +00:00
|
|
|
|
&:nth-of-type(2)
|
2015-05-24 02:51:40 +00:00
|
|
|
|
width: 50%
|
2014-07-14 20:51:31 +00:00
|
|
|
|
|
|
|
|
|
|
.chat-buttons
|
|
|
|
|
|
@extend $hrpg-button
|
|
|
|
|
|
text-align: right;
|
|
|
|
|
|
input
|
|
|
|
|
|
margin-right: 0.618em
|
2013-05-04 17:15:47 +00:00
|
|
|
|
|
2014-02-09 15:16:43 +00:00
|
|
|
|
.chat-message
|
|
|
|
|
|
markdown, span.time
|
|
|
|
|
|
padding: 0 3px
|
2014-07-14 20:51:31 +00:00
|
|
|
|
line-height: 1.618em
|
2014-12-09 13:00:24 +00:00
|
|
|
|
|
2014-12-14 18:18:59 +00:00
|
|
|
|
.long-title .tooltip
|
2014-12-09 13:00:24 +00:00
|
|
|
|
white-space: normal
|
2014-12-06 05:51:07 +00:00
|
|
|
|
|
|
|
|
|
|
span.time
|
|
|
|
|
|
white-space: nowrap
|
2014-07-14 20:51:31 +00:00
|
|
|
|
|
2014-02-09 15:16:43 +00:00
|
|
|
|
.chat-plus-one
|
|
|
|
|
|
opacity: 0
|
|
|
|
|
|
background-color: #eee
|
|
|
|
|
|
padding: 3px 3px 0px 3px
|
|
|
|
|
|
|
|
|
|
|
|
&:hover .chat-plus-one
|
|
|
|
|
|
opacity: 1
|
|
|
|
|
|
color: #999
|
2014-01-06 05:10:34 +00:00
|
|
|
|
|
2013-05-05 17:07:36 +00:00
|
|
|
|
.tavern-chat, .party-chat
|
2014-02-05 18:05:42 +00:00
|
|
|
|
|
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-11-23 05:15:28 +00:00
|
|
|
|
position:relative
|
2013-05-04 17:15:47 +00:00
|
|
|
|
|
|
|
|
|
|
&.highlight
|
2014-07-14 20:51:31 +00:00
|
|
|
|
background: #EEE
|
2013-09-05 16:17:41 +00:00
|
|
|
|
|
|
|
|
|
|
label
|
|
|
|
|
|
margin-right:5px
|
2013-11-23 05:15:28 +00:00
|
|
|
|
|
2014-08-24 07:48:44 +00:00
|
|
|
|
.float-label
|
|
|
|
|
|
float:left
|
|
|
|
|
|
position:absolute
|
|
|
|
|
|
top:17px;
|
|
|
|
|
|
|
2013-11-23 05:15:28 +00:00
|
|
|
|
.hidden-label
|
|
|
|
|
|
visibility:hidden
|
|
|
|
|
|
|
|
|
|
|
|
.scrollable-message
|
2014-07-14 20:51:31 +00:00
|
|
|
|
max-height: 6.472em
|
2013-11-23 05:15:28 +00:00
|
|
|
|
overflow-y:auto
|
2014-06-25 21:31:45 +00:00
|
|
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5
|
|
|
|
|
|
// 20px normally
|
|
|
|
|
|
margin-top:5px
|
|
|
|
|
|
margin-bottom:5px
|
2013-11-23 05:15:28 +00:00
|
|
|
|
|
|
|
|
|
|
.expander
|
|
|
|
|
|
float: right
|
|
|
|
|
|
position: absolute
|
|
|
|
|
|
bottom: 18px
|
|
|
|
|
|
right: 20px
|
|
|
|
|
|
background: white
|
|
|
|
|
|
max-width: 20px
|
|
|
|
|
|
max-height: 20px
|
|
|
|
|
|
width: 100%
|
|
|
|
|
|
height: 100%
|
|
|
|
|
|
text-align: center
|
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-23 05:15:28 +00:00
|
|
|
|
|
|
|
|
|
|
img
|
|
|
|
|
|
max-height:50px
|
|
|
|
|
|
vertical-align:top
|
2013-11-07 19:24:38 +00:00
|
|
|
|
|
2013-12-02 23:37:09 +00:00
|
|
|
|
li
|
|
|
|
|
|
border:0
|
2013-12-27 14:56:55 +00:00
|
|
|
|
padding-top:0px
|
|
|
|
|
|
padding-bottom:0px
|
2013-12-02 23:37:09 +00:00
|
|
|
|
|
2014-02-09 15:16:43 +00:00
|
|
|
|
.panel-tiers
|
|
|
|
|
|
div
|
|
|
|
|
|
display: none
|
|
|
|
|
|
margin-top: 10px
|
|
|
|
|
|
|
2014-07-14 20:51:31 +00:00
|
|
|
|
|
|
|
|
|
|
// Name tags – For color variables, see global-colors.styl
|
|
|
|
|
|
|
|
|
|
|
|
hrpg-contributor-label-mixin($hrpg-contributor-color)
|
|
|
|
|
|
//@extend $hrpg-label
|
|
|
|
|
|
hrpg-label-color-mixin($hrpg-contributor-color)
|
|
|
|
|
|
|
|
|
|
|
|
.label-contributor-1
|
|
|
|
|
|
hrpg-contributor-label-mixin($color-contributor-one)
|
|
|
|
|
|
.label-contributor-2
|
|
|
|
|
|
hrpg-contributor-label-mixin($color-contributor-two)
|
|
|
|
|
|
.label-contributor-3
|
|
|
|
|
|
hrpg-contributor-label-mixin($color-contributor-three)
|
|
|
|
|
|
.label-contributor-4
|
|
|
|
|
|
hrpg-contributor-label-mixin($color-contributor-four)
|
|
|
|
|
|
.label-contributor-5
|
|
|
|
|
|
hrpg-contributor-label-mixin($color-contributor-five)
|
|
|
|
|
|
.label-contributor-6
|
|
|
|
|
|
hrpg-contributor-label-mixin($color-contributor-six)
|
2013-11-07 19:24:38 +00:00
|
|
|
|
.label-contributor-7
|
2014-07-14 20:51:31 +00:00
|
|
|
|
hrpg-contributor-label-mixin($color-contributor-seven)
|
2013-11-07 19:24:38 +00:00
|
|
|
|
.label-contributor-8
|
2014-08-07 09:13:19 +00:00
|
|
|
|
hrpg-contributor-label-mixin($color-contributor-mod)
|
2014-08-02 00:46:16 +00:00
|
|
|
|
.label-contributor-9
|
|
|
|
|
|
hrpg-contributor-label-mixin($color-contributor-staff)
|
2013-11-07 19:24:38 +00:00
|
|
|
|
.label-npc
|
2014-07-14 20:51:31 +00:00
|
|
|
|
hrpg-contributor-label-mixin($color-contributor-npc)
|
2014-07-31 18:09:11 +00:00
|
|
|
|
color: #00FF00 !important
|
2014-07-14 20:51:31 +00:00
|
|
|
|
|
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
|
2014-02-09 15:16:43 +00:00
|
|
|
|
.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
|
|
|
|
|
|
|