2024-01-21 03:58:33 -08:00
|
|
|
|
@import "../partials/clean/constants"
|
2024-01-21 06:20:32 -08:00
|
|
|
|
@import "../partials/clean/mixins"
|
2025-11-02 15:48:39 -08:00
|
|
|
|
@import "../application/item-badges"
|
2024-01-21 03:58:33 -08:00
|
|
|
|
|
2024-01-21 03:38:02 -08:00
|
|
|
|
=item-header
|
|
|
|
|
|
border-bottom: 1px solid $module-border-color
|
2024-01-21 05:07:45 -08:00
|
|
|
|
margin-top: 1em
|
2024-01-21 03:38:02 -08:00
|
|
|
|
margin-bottom: 1em
|
|
|
|
|
|
|
2024-01-21 04:40:25 -08:00
|
|
|
|
.item-header-main
|
|
|
|
|
|
display: grid
|
2024-01-21 06:20:32 -08:00
|
|
|
|
grid-template-areas: "img gap1" "img name" "img links" "img lists" "img gap2" "nav nav"
|
2024-01-21 04:40:25 -08:00
|
|
|
|
align-items: center
|
|
|
|
|
|
justify-content: center
|
|
|
|
|
|
column-gap: 1em
|
|
|
|
|
|
row-gap: .5em
|
2024-01-21 03:38:02 -08:00
|
|
|
|
|
2024-01-21 04:40:25 -08:00
|
|
|
|
.item-thumbnail
|
|
|
|
|
|
grid-area: img
|
2024-01-21 03:38:02 -08:00
|
|
|
|
|
2024-01-21 04:40:25 -08:00
|
|
|
|
border: 1px solid $module-border-color
|
|
|
|
|
|
height: 80px
|
|
|
|
|
|
width: 80px
|
2024-01-21 03:38:02 -08:00
|
|
|
|
|
2024-01-21 04:40:25 -08:00
|
|
|
|
.item-name
|
|
|
|
|
|
grid-area: name
|
|
|
|
|
|
|
|
|
|
|
|
text-align: left
|
|
|
|
|
|
line-height: 100%
|
|
|
|
|
|
margin-bottom: 0
|
2025-11-02 15:48:39 -08:00
|
|
|
|
|
2024-01-21 04:40:25 -08:00
|
|
|
|
.item-links
|
|
|
|
|
|
grid-area: links
|
|
|
|
|
|
|
2024-01-21 05:20:08 -08:00
|
|
|
|
font-size: 85%
|
2024-01-21 04:40:25 -08:00
|
|
|
|
text-align: left
|
2024-01-21 05:20:08 -08:00
|
|
|
|
display: flex
|
|
|
|
|
|
align-items: center
|
2024-09-05 16:18:48 -07:00
|
|
|
|
flex-wrap: wrap
|
2024-01-21 05:20:08 -08:00
|
|
|
|
gap: 1em
|
2024-02-20 14:32:45 -08:00
|
|
|
|
|
2024-06-18 13:25:29 -07:00
|
|
|
|
abbr
|
|
|
|
|
|
cursor: help
|
|
|
|
|
|
|
2024-11-20 12:07:25 -08:00
|
|
|
|
.support-form
|
|
|
|
|
|
grid-area: support
|
|
|
|
|
|
font-size: 85%
|
|
|
|
|
|
text-align: left
|
|
|
|
|
|
|
2024-01-23 04:20:03 -08:00
|
|
|
|
.user-lists-info
|
2024-01-21 06:20:32 -08:00
|
|
|
|
grid-area: lists
|
|
|
|
|
|
font-size: 85%
|
|
|
|
|
|
text-align: left
|
|
|
|
|
|
|
2024-11-20 12:07:25 -08:00
|
|
|
|
display: flex
|
|
|
|
|
|
gap: 1em
|
|
|
|
|
|
|
|
|
|
|
|
a::after
|
|
|
|
|
|
content: " ›"
|
2024-01-21 06:20:32 -08:00
|
|
|
|
|
2024-01-23 04:20:03 -08:00
|
|
|
|
.user-lists-form
|
|
|
|
|
|
background: $background-color
|
|
|
|
|
|
border: 1px solid $module-border-color
|
|
|
|
|
|
border-radius: .5em
|
|
|
|
|
|
padding: 1em
|
|
|
|
|
|
width: 30em
|
|
|
|
|
|
text-align: center
|
|
|
|
|
|
z-index: 2
|
|
|
|
|
|
margin-top: .5em
|
|
|
|
|
|
margin-inline: auto
|
|
|
|
|
|
margin-bottom: 1.5em
|
|
|
|
|
|
font-size: 85%
|
|
|
|
|
|
|
|
|
|
|
|
h3
|
|
|
|
|
|
font-size: 150%
|
|
|
|
|
|
font-weight: bold
|
|
|
|
|
|
margin-bottom: .75em
|
2025-11-02 15:48:39 -08:00
|
|
|
|
|
2024-01-23 04:20:03 -08:00
|
|
|
|
.closet-hangers-ownership-groups
|
|
|
|
|
|
+clearfix
|
|
|
|
|
|
margin-bottom: .5em
|
2025-11-02 15:48:39 -08:00
|
|
|
|
|
2024-01-23 04:20:03 -08:00
|
|
|
|
div
|
|
|
|
|
|
float: left
|
|
|
|
|
|
margin: 0 5%
|
|
|
|
|
|
text-align: left
|
|
|
|
|
|
width: 40%
|
2025-11-02 15:48:39 -08:00
|
|
|
|
|
2024-01-23 04:20:03 -08:00
|
|
|
|
li
|
|
|
|
|
|
list-style: none
|
|
|
|
|
|
word-wrap: break-word
|
2025-11-02 15:48:39 -08:00
|
|
|
|
|
2024-01-23 04:20:03 -08:00
|
|
|
|
label.unlisted
|
|
|
|
|
|
font-style: italic
|
|
|
|
|
|
|
|
|
|
|
|
form
|
|
|
|
|
|
padding: .5em 0
|
|
|
|
|
|
|
|
|
|
|
|
select
|
|
|
|
|
|
width: 9em
|
|
|
|
|
|
|
|
|
|
|
|
input[type=number]
|
|
|
|
|
|
margin-right: .5em
|
|
|
|
|
|
width: 3em
|
2024-01-21 04:40:25 -08:00
|
|
|
|
|
2024-01-21 05:07:45 -08:00
|
|
|
|
.item-description
|
|
|
|
|
|
margin-top: .5em
|
|
|
|
|
|
margin-bottom: 1em
|
|
|
|
|
|
|
2024-01-21 04:40:25 -08:00
|
|
|
|
.item-subpages-nav
|
|
|
|
|
|
display: flex
|
|
|
|
|
|
align-items: flex-end
|
2024-09-05 16:18:48 -07:00
|
|
|
|
gap: 1em
|
2024-01-21 04:40:25 -08:00
|
|
|
|
|
|
|
|
|
|
.preview-link
|
|
|
|
|
|
margin-right: auto
|
|
|
|
|
|
|
|
|
|
|
|
.trades-section
|
|
|
|
|
|
display: flex
|
|
|
|
|
|
gap: .5em
|
|
|
|
|
|
|
|
|
|
|
|
header
|
|
|
|
|
|
align-self: center
|
|
|
|
|
|
font-weight: bold
|
|
|
|
|
|
|
|
|
|
|
|
&::after
|
|
|
|
|
|
content: ":"
|
|
|
|
|
|
|
|
|
|
|
|
ul
|
|
|
|
|
|
align-self: flex-end
|
|
|
|
|
|
list-style: none
|
|
|
|
|
|
display: flex
|
|
|
|
|
|
gap: .5em
|
|
|
|
|
|
|
|
|
|
|
|
li
|
|
|
|
|
|
display: block
|
2024-01-21 03:38:02 -08:00
|
|
|
|
|
|
|
|
|
|
a
|
2024-01-21 04:40:25 -08:00
|
|
|
|
display: block
|
2024-01-21 07:17:10 -08:00
|
|
|
|
background: $module-bg-color
|
2024-01-21 04:40:25 -08:00
|
|
|
|
border: 1px solid $module-border-color
|
|
|
|
|
|
border-bottom: 0
|
|
|
|
|
|
border-radius: .5em .5em 0 0
|
|
|
|
|
|
padding: .5em 1em
|
|
|
|
|
|
text-decoration: none
|
|
|
|
|
|
|
|
|
|
|
|
&:hover, &:focus
|
|
|
|
|
|
text-decoration: underline
|
|
|
|
|
|
|
|
|
|
|
|
&[data-is-current=true]
|
2024-01-21 07:17:10 -08:00
|
|
|
|
background: $background-color
|
|
|
|
|
|
padding-bottom: calc(.5em + 1px)
|
|
|
|
|
|
font-weight: bold
|
2024-09-05 16:18:48 -07:00
|
|
|
|
margin-bottom: -1px
|