codecombat/app/styles/play/modal/leaderboard-tab-view.sass

37 lines
846 B
Sass
Raw Normal View History

2015-01-30 15:27:19 -05:00
.leaderboard-tab-view
2015-01-31 00:36:36 -05:00
h1
margin-top: -40px
2015-01-31 00:36:36 -05:00
color: rgb(254,188,68)
font-size: 30px
text-shadow: black 2px 2px 0, black -2px -2px 0, black 2px -2px 0, black -2px 2px 0, black 2px 0px 0, black 0px -2px 0, black -2px 0px 0, black 0px 2px 0
table
td
padding: 1px 2px
font-size: 16px
text-align: center
th
text-align: center
tbody
tr.viewable
cursor: pointer
2015-01-31 00:36:36 -05:00
.rank-cell
font-weight: bold
2015-01-31 00:36:36 -05:00
.name-col-cell
max-width: 150px
white-space: nowrap
overflow: hidden
text-overflow: ellipsis
.hero-portrait-cell, .code-language-cell
background: transparent url(/images/common/code_languages/javascript_small.png) no-repeat center center
background-size: 30px 30px
height: 30px
width: 32px