2015-04-03 17:09:43 -04:00
|
|
|
#clan-details-view
|
|
|
|
|
2015-04-03 17:48:00 -04:00
|
|
|
.join-clan-link
|
|
|
|
width: 390px
|
|
|
|
|
|
|
|
.join-link-prompt
|
|
|
|
font-weight: bold
|
|
|
|
|
|
|
|
.stats-table
|
2015-04-03 19:44:35 -04:00
|
|
|
width: 240px
|
2015-04-03 17:48:00 -04:00
|
|
|
background: rgba(0, 0, 0, 0.0)
|
2015-04-03 19:44:35 -04:00
|
|
|
|
2015-04-15 14:09:43 -04:00
|
|
|
#editDescriptionModal .modal-dialog
|
|
|
|
background-color: white
|
|
|
|
|
|
|
|
#editNameModal .modal-dialog
|
|
|
|
background-color: white
|
|
|
|
max-width: 400px
|
|
|
|
|
|
|
|
.edit-description-input
|
|
|
|
width: 100%
|
|
|
|
|
|
|
|
.edit-name-input
|
|
|
|
width: 100%
|
|
|
|
|
2015-04-03 19:44:35 -04:00
|
|
|
$spriteSheetSize: 30px
|
|
|
|
|
2015-04-16 18:26:14 -04:00
|
|
|
|
|
|
|
.remove-hero-cell
|
|
|
|
width: 100px
|
|
|
|
|
|
|
|
.hero-icon-cell
|
2015-04-03 20:21:30 -04:00
|
|
|
width: 30px
|
|
|
|
|
2015-04-16 18:26:14 -04:00
|
|
|
.level-cell
|
|
|
|
width: 50px
|
|
|
|
text-align: center
|
|
|
|
|
|
|
|
.name-cell
|
|
|
|
width: 100px
|
|
|
|
|
|
|
|
.level-progression-cell
|
|
|
|
background-color: lightblue
|
|
|
|
border: 1px solid gray
|
|
|
|
// cursor: pointer
|
|
|
|
padding: 4px
|
|
|
|
|
|
|
|
.level-popup-container
|
|
|
|
display: none
|
|
|
|
position: absolute
|
|
|
|
padding: 10px
|
|
|
|
border: 1px solid black
|
|
|
|
z-index: 3
|
|
|
|
background-color: blanchedalmond
|
|
|
|
font-size: 10pt
|
|
|
|
|
|
|
|
.level-progression-cell-name
|
|
|
|
background-color: lightblue
|
|
|
|
border: 1px solid gray
|
|
|
|
|
2015-04-03 19:44:35 -04:00
|
|
|
.player-hero-icon
|
|
|
|
background: transparent url(/images/pages/play/play-spritesheet.png)
|
|
|
|
background-size: cover
|
|
|
|
background-position: (-2 * $spriteSheetSize) 0
|
|
|
|
display: inline-block
|
|
|
|
width: 30px
|
|
|
|
height: 30px
|
|
|
|
margin: 0px 2px
|
|
|
|
|
|
|
|
.player-hero-icon
|
|
|
|
background-position: (-4 * $spriteSheetSize) 0
|
|
|
|
|
|
|
|
&.knight
|
|
|
|
background-position: (-5 * $spriteSheetSize) 0
|
|
|
|
&.librarian
|
|
|
|
background-position: (-6 * $spriteSheetSize) 0
|
|
|
|
&.ninja
|
|
|
|
background-position: (-7 * $spriteSheetSize) 0
|
|
|
|
&.potion-master
|
|
|
|
background-position: (-8 * $spriteSheetSize) 0
|
|
|
|
&.samurai
|
|
|
|
background-position: (-9 * $spriteSheetSize) 0
|
|
|
|
&.trapper
|
|
|
|
background-position: (-10 * $spriteSheetSize) 0
|
|
|
|
&.forest-archer
|
|
|
|
background-position: (-11 * $spriteSheetSize) 0
|
|
|
|
&.sorcerer
|
|
|
|
background-position: (-12 * $spriteSheetSize) 0
|
2015-04-03 20:21:30 -04:00
|
|
|
|
|
|
|
td.code-language-cell
|
|
|
|
width: 30px
|
|
|
|
|
|
|
|
span.code-language-cell
|
|
|
|
background: transparent url(/images/common/code_languages/javascript_small.png)
|
|
|
|
background-size: cover
|
|
|
|
display: inline-block
|
|
|
|
width: 30px
|
|
|
|
height: 30px
|
|
|
|
margin: 0px 2px
|