2010-11-05 13:43:26 -07:00
|
|
|
body.items-show
|
2011-07-15 13:32:05 -07:00
|
|
|
#item-header
|
2010-11-05 13:43:26 -07:00
|
|
|
border-bottom: 1px solid $module-border-color
|
|
|
|
display: block
|
|
|
|
margin-bottom: 1em
|
|
|
|
padding: 1em 0
|
|
|
|
div, img
|
|
|
|
+inline-block
|
|
|
|
div
|
|
|
|
text-align: left
|
|
|
|
a
|
|
|
|
font-size: 75%
|
|
|
|
margin-left: 1em
|
|
|
|
#item-thumbnail
|
|
|
|
border: 1px solid $module-border-color
|
|
|
|
height: 80px
|
|
|
|
margin-right: .5em
|
|
|
|
width: 80px
|
|
|
|
#item-name
|
|
|
|
margin-bottom: 0
|
|
|
|
#item-preview
|
|
|
|
div
|
|
|
|
float: left
|
|
|
|
#item-preview-species
|
|
|
|
width: 400px
|
|
|
|
a, img
|
|
|
|
height: 50px
|
|
|
|
width: 50px
|
|
|
|
a
|
|
|
|
+inline-block
|
|
|
|
&.current
|
|
|
|
background: $module-bg-color
|
|
|
|
outline: 1px solid $module-border-color
|
|
|
|
&.deactivated
|
|
|
|
+opacity(0.5)
|
|
|
|
background: $error_bg_color
|
|
|
|
//background: #fff;
|
|
|
|
//background: rgba(255, 255, 255, .5);
|
|
|
|
&.current
|
|
|
|
outline-color: $error_border_color
|
|
|
|
#item-preview-error
|
|
|
|
display: none
|
|
|
|
padding: 20px 10px 0
|
|
|
|
width: 380px
|
|
|
|
#item-preview-swf
|
|
|
|
height: 300px
|
|
|
|
overflow: hidden
|
|
|
|
width: 300px
|
|
|
|
#item-zones
|
|
|
|
font:
|
2010-11-05 15:45:05 -07:00
|
|
|
family: $text-font
|
2010-11-05 13:43:26 -07:00
|
|
|
size: 85%
|
|
|
|
p:first-child
|
|
|
|
margin-bottom: .25em
|
|
|
|
#item-preview-header
|
|
|
|
margin-top: 3em
|
|
|
|
h3, a
|
|
|
|
+inline-block
|
|
|
|
a
|
|
|
|
font-size: 85%
|
|
|
|
margin: -1.5em 0 0 1em
|
|
|
|
.nc-icon
|
|
|
|
height: 16px
|
|
|
|
width: 16px
|
2011-07-14 09:50:24 -07:00
|
|
|
|
|
|
|
#closet-hanger-form
|
|
|
|
border: 1px solid $module-border-color
|
|
|
|
float: right
|
|
|
|
font-size: 85%
|
|
|
|
padding: 1em .5em .5em
|
|
|
|
width: 18em
|
|
|
|
|
2011-07-15 13:32:05 -07:00
|
|
|
label, header
|
2011-07-14 09:50:24 -07:00
|
|
|
display: block
|
|
|
|
font-weight: bold
|
|
|
|
|
|
|
|
input[type=number]
|
|
|
|
width: 4em
|
|
|
|
|
2011-07-15 13:32:05 -07:00
|
|
|
#closet-hanger-form-your-items
|
2011-07-14 09:50:24 -07:00
|
|
|
display: block
|
|
|
|
margin-top: .5em
|
|
|
|
text-align: right
|
|
|
|
|
2011-07-15 13:32:05 -07:00
|
|
|
p
|
|
|
|
font-family: $main-font
|
|
|
|
|