2014-04-03 12:57:34 -04:00
|
|
|
#ladder-tab-view
|
|
|
|
.name-col-cell
|
|
|
|
max-width: 150px
|
|
|
|
white-space: nowrap
|
|
|
|
overflow: hidden
|
2014-04-04 16:38:36 -04:00
|
|
|
text-overflow: ellipsis
|
2014-04-15 18:01:54 -04:00
|
|
|
|
|
|
|
.histogram-display
|
|
|
|
height: 130px
|
2014-04-04 16:38:36 -04:00
|
|
|
|
|
|
|
.bar rect
|
|
|
|
fill: steelblue
|
|
|
|
shape-rendering: crispEdges
|
|
|
|
|
|
|
|
.bar text
|
|
|
|
fill: #fff
|
|
|
|
|
|
|
|
.specialbar rect
|
2014-04-04 17:22:30 -04:00
|
|
|
fill: #555555
|
2014-04-04 16:38:36 -04:00
|
|
|
|
|
|
|
|
|
|
|
.axis path, .axis line
|
|
|
|
fill: none
|
2014-04-04 17:22:30 -04:00
|
|
|
stroke: #555555
|
2014-04-04 16:38:36 -04:00
|
|
|
shape-rendering: crispEdges
|
2014-04-04 17:22:30 -04:00
|
|
|
|
|
|
|
.humans-bar
|
|
|
|
fill: #bf3f3f
|
|
|
|
shape-rendering: crispEdges
|
|
|
|
.ogres-bar
|
|
|
|
fill: #3f44bf
|
|
|
|
shape-rendering: crispEdges
|
|
|
|
text
|
|
|
|
fill: #555555
|
2014-04-04 16:38:36 -04:00
|
|
|
|
2014-04-04 17:55:55 -04:00
|
|
|
.rank-text
|
|
|
|
font-size: 15px
|
|
|
|
fill: #555555
|
|
|
|
|
|
|
|
.humans-rank-text
|
|
|
|
fill: #bf3f3f
|
|
|
|
|
|
|
|
.ogres-rank-text
|
|
|
|
fill: #3f44bf
|
2014-04-15 18:01:54 -04:00
|
|
|
|
|
|
|
.load-more-ladder-entries
|
|
|
|
position: absolute
|
|
|
|
right: 15px
|
|
|
|
bottom: -5px
|
2014-06-12 18:25:42 -04:00
|
|
|
|
|
|
|
td
|
|
|
|
padding: 1px 2px
|
2014-07-13 23:19:51 -04:00
|
|
|
|
|
|
|
.code-language-cell
|
|
|
|
padding: 0 10px
|
2014-07-17 23:12:59 -04:00
|
|
|
background: transparent url(/images/common/code_languages/javascript_icon.png) no-repeat center center
|
|
|
|
height: 16px
|