codecombat/app/styles/clans/clan-details.sass

188 lines
3.6 KiB
Sass
Raw Normal View History

2015-04-03 17:09:43 -04:00
#clan-details-view
th
font-size: 16px
2015-04-03 17:48:00 -04:00
.join-clan-link
width: 390px
.join-link-prompt
font-weight: bold
.stats-table
width: 400px
2015-04-03 17:48:00 -04:00
background: rgba(0, 0, 0, 0.0)
2015-04-03 19:44:35 -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
display: inline-block
2015-04-03 20:21:30 -04:00
width: 30px
height: 50px
margin: 0px 2px
vertical-align: middle
2015-04-03 20:21:30 -04:00
td.hero-icon-cell
display: table-cell
2015-04-16 18:26:14 -04:00
.level-cell
width: 50px
text-align: center
vertical-align: middle
2015-04-16 18:26:14 -04:00
.name-cell
width: 100px
vertical-align: middle
.achievements-cell
text-align: center
vertical-align: middle
.latest-achievement-cell
vertical-align: middle
2015-04-16 18:26:14 -04:00
.member-header
cursor: pointer
.progress-header
cursor: pointer
.progress-key
cursor: default
display: inline-block
white-space: nowrap
font-size: 9pt
font-weight: normal
border: 1px solid gray
border-radius: 5px
margin: 0px
padding: 2px
.progress-key-started
background-color: lightgreen
.progress-key-complete
background-color: lightgray
margin-left: 14px
.expand-progress-checkbox
margin-left: 14px
.expand-progress-label
font-weight: normal
font-size: 14px
.progress-cell
padding: 2px
padding-bottom: 10px
2015-04-16 18:26:14 -04:00
.level-popup-container
display: none
position: absolute
padding: 10px
border: 1px solid black
z-index: 3
background-color: blanchedalmond
font-size: 10pt
.level-progression-concepts
color: #317EAC
font-size: 12pt
font-weight: bold
margin-top: 8px
margin-bottom: 4px
.level-progression-levels
color: #317EAC
font-size: 12pt
font-weight: bold
margin-top: 8px
.level-progression-campaign
font-size: 10pt
font-weight: bold
margin-bottom: 4px
margin-top: 4px
.progress-level-cell
display: inline-block
white-space: nowrap
font-size: 9pt
border: 1px solid gray
border-radius: 5px
margin: 0px
padding: 2px
.progress-level-cell-started
cursor: pointer
background-color: lightgreen
.progress-level-cell-complete
cursor: pointer
background-color: lightgray
2015-04-16 18:26:14 -04:00
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
vertical-align: middle
2015-04-03 19:44:35 -04:00
.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
vertical-align: middle
.code-language-cell
vertical-align: middle
2015-04-03 20:21:30 -04:00
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
.remove-member-cell
vertical-align: middle