2023-08-22 16:08:11 -07:00
|
|
|
@import "../partials/clean/constants"
|
|
|
|
@import "../partials/clean/mixins"
|
|
|
|
|
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
|
|
|
|
margin-bottom: 1em
|
|
|
|
padding: 1em 0
|
2024-01-18 22:07:30 -08:00
|
|
|
|
|
|
|
display: grid
|
|
|
|
grid-template-areas: "img gap1" "img name" "img links" "img gap2"
|
|
|
|
align-items: center
|
|
|
|
justify-content: center
|
|
|
|
column-gap: 1em
|
|
|
|
row-gap: .5em
|
|
|
|
|
|
|
|
#item-thumbnail
|
|
|
|
grid-area: img
|
2024-01-18 22:16:56 -08:00
|
|
|
|
2024-01-18 22:07:30 -08:00
|
|
|
border: 1px solid $module-border-color
|
|
|
|
height: 80px
|
|
|
|
width: 80px
|
|
|
|
|
|
|
|
#item-name
|
|
|
|
grid-area: name
|
2024-01-18 22:16:56 -08:00
|
|
|
|
2010-11-05 13:43:26 -07:00
|
|
|
text-align: left
|
2024-01-18 22:07:30 -08:00
|
|
|
line-height: 100%
|
2012-03-23 14:37:53 -07:00
|
|
|
|
2024-01-18 22:07:30 -08:00
|
|
|
#item-links
|
|
|
|
grid-area: links
|
2024-01-18 22:16:56 -08:00
|
|
|
|
2024-01-18 22:07:30 -08:00
|
|
|
text-align: left
|
|
|
|
a
|
|
|
|
font-size: 75%
|
|
|
|
margin-left: 1em
|
2012-03-23 14:37:53 -07:00
|
|
|
|
2010-11-05 13:43:26 -07:00
|
|
|
#item-name
|
|
|
|
margin-bottom: 0
|
2024-01-18 22:16:56 -08:00
|
|
|
|
|
|
|
#item-info-section
|
|
|
|
display: grid
|
|
|
|
|
|
|
|
grid-template-areas: "info form"
|
|
|
|
grid-template-columns: 1fr auto
|
|
|
|
|
|
|
|
#item-info
|
|
|
|
grid-area: info
|
2011-07-30 21:19:28 -07:00
|
|
|
|
2024-01-18 22:16:56 -08:00
|
|
|
#your-items-form
|
|
|
|
grid-area: form
|
|
|
|
|
|
|
|
border: 1px solid $module-border-color
|
|
|
|
font-size: 85%
|
|
|
|
margin-bottom: 3em
|
|
|
|
margin-left: 1em
|
|
|
|
padding: 1em
|
|
|
|
width: 30em
|
|
|
|
|
|
|
|
// compete with #trade-hangers
|
2011-07-30 21:19:28 -07:00
|
|
|
position: relative
|
2024-01-18 22:16:56 -08:00
|
|
|
z-index: 2
|
2011-07-30 21:19:28 -07:00
|
|
|
|
2024-01-18 22:16:56 -08:00
|
|
|
h3
|
|
|
|
font-size: 150%
|
|
|
|
font-weight: bold
|
|
|
|
margin-bottom: .25em
|
|
|
|
|
|
|
|
#closet-hangers-ownership-groups
|
|
|
|
+clearfix
|
2011-07-30 21:19:28 -07:00
|
|
|
margin-bottom: .5em
|
2024-01-18 22:16:56 -08:00
|
|
|
|
|
|
|
div
|
|
|
|
float: left
|
|
|
|
margin: 0 5%
|
|
|
|
text-align: left
|
|
|
|
width: 40%
|
|
|
|
|
|
|
|
li
|
|
|
|
list-style: none
|
|
|
|
word-wrap: break-word
|
|
|
|
|
|
|
|
label.unlisted
|
|
|
|
font-style: italic
|
|
|
|
|
|
|
|
form
|
|
|
|
padding: .5em 0
|
|
|
|
|
|
|
|
select
|
|
|
|
width: 9em
|
|
|
|
|
|
|
|
input[type=number]
|
|
|
|
margin-right: .5em
|
|
|
|
width: 3em
|
|
|
|
|
|
|
|
#trade-hangers
|
|
|
|
font-size: 85%
|
|
|
|
margin-bottom: 3em
|
|
|
|
text-align: left
|
2011-07-30 21:19:28 -07:00
|
|
|
|
2024-01-18 22:16:56 -08:00
|
|
|
p
|
|
|
|
position: relative
|
2011-07-30 21:19:28 -07:00
|
|
|
|
2024-01-18 22:16:56 -08:00
|
|
|
&:first-child
|
|
|
|
margin-bottom: .5em
|
2011-07-30 21:19:28 -07:00
|
|
|
|
2024-01-19 04:29:43 -08:00
|
|
|
&[data-overflows]
|
|
|
|
overflow: hidden
|
2024-01-18 22:16:56 -08:00
|
|
|
.toggle
|
|
|
|
display: block
|
2011-07-30 21:19:28 -07:00
|
|
|
|
2024-01-19 04:29:43 -08:00
|
|
|
&[data-showing-more]
|
2024-01-18 22:16:56 -08:00
|
|
|
.toggle
|
|
|
|
.less
|
|
|
|
display: block
|
2011-07-30 21:19:28 -07:00
|
|
|
|
2024-01-18 22:16:56 -08:00
|
|
|
.more
|
|
|
|
display: none
|
2011-07-30 21:19:28 -07:00
|
|
|
|
2024-01-18 22:16:56 -08:00
|
|
|
.toggle
|
|
|
|
background: white
|
|
|
|
bottom: 0
|
|
|
|
cursor: pointer
|
2011-07-30 21:19:28 -07:00
|
|
|
display: none
|
2024-01-18 22:16:56 -08:00
|
|
|
font-family: $main-font
|
|
|
|
padding: 0 1em
|
|
|
|
position: absolute
|
|
|
|
right: 0
|
|
|
|
|
2024-01-19 04:29:43 -08:00
|
|
|
button
|
|
|
|
+reset-awesome-button
|
|
|
|
&:hover
|
|
|
|
text-decoration: underline
|
2024-01-18 22:16:56 -08:00
|
|
|
|
|
|
|
.less
|
|
|
|
display: none
|
2012-10-24 20:09:05 -07:00
|
|
|
|
|
|
|
#item-contributors
|
|
|
|
+subtle-banner
|
|
|
|
clear: both
|
2012-10-24 20:16:01 -07:00
|
|
|
margin:
|
|
|
|
bottom: 0
|
|
|
|
top: 2em
|
2012-10-24 20:09:05 -07:00
|
|
|
|
|
|
|
header
|
|
|
|
display: inline
|
|
|
|
font-weight: bold
|
|
|
|
margin-right: .25em
|
|
|
|
|
|
|
|
footer
|
|
|
|
display: inline
|
|
|
|
|
|
|
|
ul
|
2023-08-22 15:34:40 -07:00
|
|
|
li::after
|
|
|
|
content: ", "
|
2012-10-24 20:09:05 -07:00
|
|
|
|
|
|
|
li:last-child::after
|
|
|
|
content: "."
|
2012-03-23 14:37:53 -07:00
|
|
|
|
2010-11-05 13:43:26 -07:00
|
|
|
.nc-icon
|
|
|
|
height: 16px
|
|
|
|
width: 16px
|
2011-07-14 09:50:24 -07:00
|
|
|
|
2011-07-30 21:19:28 -07:00
|
|
|
&.js
|
|
|
|
#trade-hangers
|
|
|
|
p
|
|
|
|
max-height: 3em
|
|
|
|
overflow: hidden
|
|
|
|
|
|
|
|
&.showing-more
|
|
|
|
max-height: none
|
|
|
|
|