kaiwa/public/css/app/roster.styl

144 lines
2.4 KiB
Stylus
Raw Normal View History

2013-09-16 05:19:07 -04:00
@import '../_variables'
@import '../_mixins'
#menu
position: fixed
top: 0px
bottom: 0px
left: 0px
width: 180px
background-color: $sidebarBg
2013-09-16 05:19:07 -04:00
z-index: 300
overflow-y: auto;
overflow-x: hidden;
webkit-transition-fix()
noselect()
.main
li
list-style-type: none
line-height: 12px
svg
height: 25px
width: 30px
display: inline-block
fill: white
2013-09-16 05:19:07 -04:00
&:hover
background: $sidebarActive
2013-09-16 05:19:07 -04:00
a
display: block
padding: 15px
2013-09-16 05:19:07 -04:00
text-decoration: none
font-size: $fontMedium
color: white
font-weight: 600
border-bottom: 1px solid lighten($sidebarActive, 5%)
2013-09-16 05:19:07 -04:00
h1
font-size: $fontMedium
margin: 0
padding: 5px 10px
color: lighten($sidebarActive, 50%)
border-top: 1px solid lighten($sidebarActive, 5%)
border-bottom: 1px solid lighten($sidebarActive, 5%)
background: $sidebarActive
2013-09-16 05:19:07 -04:00
2013-09-16 19:12:00 -04:00
#roster,
#bookmarks
2013-09-16 05:19:07 -04:00
li
list-style-type: none
padding: 11px
margin: 0px
position: relative
min-height: 20px
2013-09-19 14:37:01 -04:00
font-size: $fontSmall
2013-09-16 05:19:07 -04:00
color: #fff
2013-09-19 10:39:07 -04:00
cursor: pointer
2013-09-16 05:19:07 -04:00
&:nth-child(2n)
2013-09-19 10:39:07 -04:00
background: #1e252f
2013-09-16 05:19:07 -04:00
&:hover
2013-09-19 10:39:07 -04:00
background: #2a323f
2013-09-16 05:19:07 -04:00
&.hasUnread .unread
display: block
&.online,
&.chat
border-left: 2px solid green
&.dnd
border-left: 2px solid red
&.away,
&.xa
border-left: 2px solid orange
&.offline
border-left: 2px solid #222
color: #aaa
img
opacity: .25
.status
color: #777
&.activeContact
background: $activeBlue
color: white
font-weight: bold
2013-09-16 05:19:07 -04:00
&.composing
border-right: 4px solid orange
&.paused
border-right: 4px solid #666
img
opacity: 1
.avatar
vertical-align: top
margin-right: 5px
margin-top: -10px
2013-09-16 05:19:07 -04:00
position: absolute
left: 10px
top: 50%
width: 20px
height: 20px
roundall(30px)
2013-09-16 05:19:07 -04:00
noselect()
.name
margin-left: 30px
line-height: 20px
2013-09-16 05:19:07 -04:00
.status
color: #ccc
2013-09-19 14:37:01 -04:00
font-size: $fontSmall
2013-09-16 05:19:07 -04:00
font-style: italic
font-weight: 600
margin: 0px
margin-left: 40px
.unread
display: none
color: white
padding-left: 5px
padding-right: 5px
roundall: 11px
position: absolute
top: 20px
left: 20px
text-align: center
font-weight: bold
background-color: red
border: 1px solid white