theme_nin/sass/layout/_dm.sass

169 lines
3.0 KiB
Sass
Raw Normal View History

2015-07-27 17:11:18 +02:00
/****** DIRECT MESSAGES MODAL**********/
.modal-wrapper.directMessages
2015-07-28 10:40:52 +02:00
2015-07-27 17:11:18 +02:00
.post-area-new
display: none
z-index: 5
2015-07-29 06:05:10 +02:00
background: $bloc-light-color !important
2015-07-27 17:11:18 +02:00
position: absolute
bottom: 40px
2015-07-28 10:40:52 +02:00
width: 100% !important
padding: 10px 20px!important
2015-07-29 03:28:09 +02:00
+box-shadow(0 -8px 13px rgba(#111, 0.1))
#post-preview
background: none
border: none
padding: 5px
width: 100%!important
2015-07-27 17:11:18 +02:00
.modal-header
h3 span
display: inline-block!important
padding-left: 5px
color: white
cursor: default
.modal-content
+box-sizing(border-box)
width: 100%
.post-photo
2015-07-29 03:28:09 +02:00
width: $mini-usr-img
2015-07-27 17:11:18 +02:00
.post-text
2015-07-29 03:28:09 +02:00
margin-left: $mini-usr-img + 10px
2015-07-28 10:40:52 +02:00
font-size: .9rem
2015-07-27 17:11:18 +02:00
.post-info-name
float: none
2015-09-12 16:20:09 +02:00
.message.received, .message.sent
.post-info-name
display: none
2015-07-27 17:11:18 +02:00
.post-info-tag
line-height: 1em
padding: 0
display: inline
font-size: 80%
margin: 0 0 0 1em
.post-info-sent
position: absolute
left: 50%
top: 10px
display: none
.direct-messages-list .post
padding: 20px
cursor: pointer
2015-08-03 19:36:37 +02:00
@extend .ion-after
@extend .ion-right
2015-07-27 17:11:18 +02:00
&:after
position: absolute
2015-08-03 19:36:37 +02:00
right: 25px
2015-07-27 17:11:18 +02:00
top: 50%
font-size: 1.1em
2015-11-12 12:48:27 +05:00
margin: -0.55em 0 0 0
2015-07-27 17:11:18 +02:00
color: rgba(0, 0, 0, 0.4)
2015-08-03 19:36:37 +02:00
opacity: 0
+transition-property(right, opacity)
+transition-duration(.2s)
+transition-timing-function(ease-out)
2015-07-27 17:11:18 +02:00
.direct-messages-list
.post:hover:after
2015-08-03 19:36:37 +02:00
opacity: 1
right: 5px
2015-07-28 10:40:52 +02:00
.post:hover
background: white
2015-11-06 21:21:36 +05:00
.post .messages-qtd
display: none
top: 4px
left: 56px
2015-07-27 17:11:18 +02:00
li
position: relative
border-bottom: 1px solid $main-background-color
2015-07-29 03:28:09 +02:00
background: $bloc-light-color
2015-07-27 17:11:18 +02:00
.direct-messages-thread
padding-bottom: 200px
2015-07-28 10:40:52 +02:00
max-width: 420px
margin: auto
2015-07-27 17:11:18 +02:00
li
2015-07-28 10:40:52 +02:00
position: relative!important
2015-07-27 17:11:18 +02:00
.post
@extend .clear-fix
background: none
left: 0
margin: 0px 10px 20px 10px
cursor: default
2015-08-03 16:20:22 +02:00
position: relative
2015-07-27 17:11:18 +02:00
.post-info-time
float: none
display: block
text-align: center
font-size: 10px
2015-07-28 10:40:52 +02:00
padding-top: 10px
margin-bottom: 10px
2015-07-27 17:11:18 +02:00
cursor: default
position: static
&:hover
color: $main-color-light
.post-text:after, .post-text:nth-child(2n):after
content: ""
width: 1px
background: transparent
position: absolute
top: 10px
white-space: normal
.post-text:after
border-top: solid 7px transparent
border-bottom: solid 7px transparent
border-right: solid 7px white
left: -7px
.post-text
background: white
2015-08-03 16:20:22 +02:00
margin-right: $mini-usr-img + 10
margin-left: $mini-usr-img + 10
2015-07-27 17:11:18 +02:00
position: relative
display: inline-block
max-width: 300px
2015-07-28 10:40:52 +02:00
font-size: .9rem
2015-07-27 17:11:18 +02:00
padding: 5px 10px
z-index: 4
float: left
word-wrap: break-word
2015-07-28 10:40:52 +02:00
max-width: 70%
2015-07-29 03:28:09 +02:00
min-height: $mini-usr-img
2015-07-27 17:11:18 +02:00
.post-photo
position: absolute
left: 0
2015-08-03 16:20:22 +02:00
top: 30px
float: none
margin: 0
2015-07-27 17:11:18 +02:00
.post.sent
.post-text:after
border-top: solid 7px transparent
border-bottom: solid 7px transparent
border-right: none
border-left: solid 7px white
right: -7px
left: auto
.post-text
float: right
.post-photo
position: absolute
right: 0
left: auto