2013-09-16 05:19:07 -04:00
|
|
|
@import '../_variables'
|
|
|
|
@import '../_mixins'
|
|
|
|
|
|
|
|
.page.chat
|
|
|
|
padding-top: 0px
|
|
|
|
height: 100%
|
|
|
|
borderbox()
|
|
|
|
|
|
|
|
.conversation
|
|
|
|
position: relative
|
|
|
|
bottom: 0px
|
|
|
|
left: 0px
|
|
|
|
right: 0px
|
|
|
|
padding: 0px
|
|
|
|
height: 100%
|
|
|
|
width: 100%
|
|
|
|
borderbox()
|
|
|
|
|
|
|
|
header
|
|
|
|
padding: 5px
|
2013-09-19 10:28:07 -04:00
|
|
|
border-bottom: 2px solid $grayOutline
|
2013-09-16 05:19:07 -04:00
|
|
|
position: fixed
|
|
|
|
right: 0px
|
2013-09-19 10:14:54 -04:00
|
|
|
left: 181px
|
2013-09-16 05:19:07 -04:00
|
|
|
z-index: 10
|
|
|
|
font-size: 14px
|
|
|
|
borderbox()
|
2013-09-19 10:28:07 -04:00
|
|
|
background: $grayBackground
|
2013-09-16 05:19:07 -04:00
|
|
|
color: #222
|
|
|
|
|
|
|
|
.avatar
|
|
|
|
margin-right: 5px
|
2013-09-19 10:28:07 -04:00
|
|
|
roundall(3px)
|
2013-09-16 05:19:07 -04:00
|
|
|
width: 30px
|
|
|
|
height: 30px
|
|
|
|
position: absolute
|
|
|
|
top: 11px
|
|
|
|
left: 11px
|
|
|
|
vertical-align: top
|
|
|
|
|
|
|
|
.name
|
|
|
|
margin: 15px
|
|
|
|
padding: 0px
|
|
|
|
margin-left: 45px
|
|
|
|
font-size: 14px
|
|
|
|
line-height: 14px
|
|
|
|
|
|
|
|
.messages
|
2013-09-19 12:35:34 -04:00
|
|
|
background: lighten($activeBlue, 97%)
|
2013-09-16 05:19:07 -04:00
|
|
|
font-weight: normal
|
|
|
|
margin: 0px
|
|
|
|
padding: 0px
|
2013-09-19 10:39:07 -04:00
|
|
|
padding-top: 130px
|
2013-09-16 05:19:07 -04:00
|
|
|
overflow-y: auto
|
|
|
|
overflow-x: hidden
|
|
|
|
position: relative
|
|
|
|
bottom: 75px
|
|
|
|
width: 100%
|
|
|
|
borderbox()
|
|
|
|
|
|
|
|
li
|
|
|
|
position: relative
|
|
|
|
z-index: 1
|
|
|
|
list-style: none
|
|
|
|
margin: 0px
|
|
|
|
padding: 0px
|
|
|
|
width: 100%
|
|
|
|
display: block
|
|
|
|
borderbox()
|
|
|
|
|
2013-09-19 12:35:34 -04:00
|
|
|
&:last-child .message
|
|
|
|
border: none
|
|
|
|
|
2013-09-16 05:19:07 -04:00
|
|
|
.message
|
|
|
|
font-size: 12px
|
|
|
|
margin: 0px
|
|
|
|
padding: 7px 11px
|
|
|
|
display: inline-block
|
|
|
|
padding-right: 11px
|
|
|
|
min-width: 20px
|
|
|
|
width: 100%
|
2013-09-19 12:35:34 -04:00
|
|
|
border-bottom: 1px solid lighten($activeBlue, 90%)
|
2013-09-16 05:19:07 -04:00
|
|
|
borderbox()
|
|
|
|
|
|
|
|
&.mine
|
2013-09-19 10:45:11 -04:00
|
|
|
background: white
|
|
|
|
border-bottom: 1px solid lighten($grayOutline, 10%)
|
2013-09-16 05:19:07 -04:00
|
|
|
|
|
|
|
.timestamp
|
2013-09-19 12:35:34 -04:00
|
|
|
color: darken($grayOutline, 20%)
|
2013-09-16 05:19:07 -04:00
|
|
|
|
|
|
|
&.delayed
|
|
|
|
.timestamp:before
|
|
|
|
content: '@ '
|
|
|
|
|
|
|
|
&.edited
|
|
|
|
.timestamp:before
|
|
|
|
content: 'edited '
|
|
|
|
|
|
|
|
.body
|
|
|
|
display: inline
|
|
|
|
word-break: break-word
|
|
|
|
padding: 0px
|
|
|
|
margin: 0px
|
|
|
|
color: #111
|
|
|
|
|
|
|
|
.timestamp
|
2013-09-19 12:35:34 -04:00
|
|
|
font-size: 10px
|
2013-09-16 05:19:07 -04:00
|
|
|
font-weight: bold
|
2013-09-19 12:35:34 -04:00
|
|
|
color: lighten($activeBlue, 50%)
|
2013-09-16 05:19:07 -04:00
|
|
|
float: right
|
|
|
|
display: block
|
|
|
|
|
|
|
|
.chatBox
|
|
|
|
borderbox()
|
2013-09-18 12:28:09 -04:00
|
|
|
border-top: 1px solid $grayOutline
|
2013-09-16 05:19:07 -04:00
|
|
|
bottom: 0px
|
|
|
|
position: fixed
|
|
|
|
right: 0px
|
2013-09-19 10:14:54 -04:00
|
|
|
left: 181px
|
2013-09-16 05:19:07 -04:00
|
|
|
z-index: 200
|
|
|
|
|
|
|
|
form
|
2013-09-18 12:28:09 -04:00
|
|
|
background: $grayBackground
|
2013-09-16 05:19:07 -04:00
|
|
|
padding: 11px
|
|
|
|
|
|
|
|
.formwrap
|
|
|
|
borderbox()
|
|
|
|
width: 100%
|
|
|
|
padding-right: 80px
|
|
|
|
position: relative
|
|
|
|
|
|
|
|
textarea
|
|
|
|
background-color: #fff
|
|
|
|
width: 100%
|
|
|
|
height: 30px
|
2013-09-18 12:28:09 -04:00
|
|
|
border: 1px solid $grayOutline
|
|
|
|
roundall: 3px
|
2013-09-16 05:19:07 -04:00
|
|
|
line-height: 18px
|
|
|
|
outline: none
|
|
|
|
resize: none
|
|
|
|
color: #222f3b
|
|
|
|
font-size: 14px
|
|
|
|
-webkit-font-smoothing: antialiased
|
2013-09-18 12:28:09 -04:00
|
|
|
-webkit-appearance: none
|
2013-09-16 05:19:07 -04:00
|
|
|
padding: 5px
|
|
|
|
borderbox()
|
|
|
|
|
|
|
|
&.editing
|
|
|
|
background-color: yellow
|