2021-10-07 14:46:18 +00:00
|
|
|
body {
|
|
|
|
font-size: 100%;
|
|
|
|
font-family: Proxima Nova Regular,Helvetica Neue,Helvetica,Arial,sans-serif;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2021-10-06 09:43:59 +00:00
|
|
|
.UserAvatar {
|
|
|
|
display: block;
|
|
|
|
height: 32px;
|
|
|
|
width: 32px;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
|
|
|
|
.TagPill {
|
|
|
|
box-shadow: 0 5px 5px rgba(0,0,0,.25);
|
|
|
|
border-radius: 54px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
text-align: center;
|
|
|
|
letter-spacing: .02em;
|
|
|
|
color: #eff1f4;
|
|
|
|
text-shadow: 0 1px 4px #000;
|
|
|
|
padding: 8px 30px;
|
|
|
|
display: inline-block;
|
|
|
|
font-family: Proxima Nova Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
|
|
|
transition: box-shadow .2s ease-out;
|
|
|
|
text-transform: lowercase;
|
|
|
|
}
|
|
|
|
|
2021-10-07 14:46:18 +00:00
|
|
|
.GalleryComment {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
cursor: pointer;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.GalleryComment-wrapper {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2021-10-06 09:43:59 +00:00
|
|
|
.GalleryComment-avatar-bar .avatar span {
|
|
|
|
display: block;
|
|
|
|
background-color: grey;
|
|
|
|
border-radius: 100%;
|
|
|
|
height: 24px;
|
|
|
|
width: 24px;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
|
|
|
|
.GalleryComment-byLine .author-name {
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
color: #01b96b;
|
|
|
|
font-family: Proxima Nova Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.GalleryComment-avatar-bar .avatar {
|
|
|
|
margin: 2px 0;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.GalleryComment-byLine {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
color: #b4b9c2;
|
2021-10-07 14:46:18 +00:00
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
color: #b4b9c2;
|
|
|
|
margin-bottom: 4px;
|
2021-10-06 09:43:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.GalleryComment-avatar-bar {
|
|
|
|
width: 24px;
|
|
|
|
margin-right: 8px;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.GalleryComment-byLine .Meta {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
*, ::after, ::before {
|
|
|
|
box-sizing: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.GalleryComment-replies {
|
|
|
|
padding-left: 32px;
|
|
|
|
padding-top: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.GalleryComment-body .commentObject {
|
|
|
|
display: block;
|
|
|
|
cursor: pointer;
|
|
|
|
max-height: 100px;
|
|
|
|
min-width: 50px;
|
|
|
|
max-width: 500px;
|
|
|
|
padding: 5px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.GalleryComment-body {
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 150%;
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
color: #eff1f4;
|
|
|
|
}
|
|
|
|
|
2021-10-07 14:46:18 +00:00
|
|
|
.GalleryComment-actions {
|
|
|
|
color: #b4b9c2;
|
|
|
|
font-family: Proxima Nova Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
}
|
|
|
|
|
2021-10-06 09:43:59 +00:00
|
|
|
.GalleryComment-actions .points {
|
|
|
|
padding: 0 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.GalleryComment-actions .actions-btn {
|
|
|
|
color: #b4b9c2;
|
|
|
|
cursor: pointer;
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
line-height: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
svg:not(:root) {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Vote {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.GalleryComment-actions .actions-btn.vote-btn {
|
|
|
|
top: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.GalleryComment-actions .actions-btn {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
border: 0;
|
|
|
|
background-color: transparent;
|
|
|
|
color: #b4b9c2;
|
|
|
|
outline: none;
|
|
|
|
/* cursor: pointer; */
|
|
|
|
padding: 5px;
|
|
|
|
position: relative;
|
|
|
|
min-height: 19px;
|
|
|
|
border-radius: 3px;
|
|
|
|
height: 26px;
|
|
|
|
justify-content: center;
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
line-height: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.GalleryComment-actions {
|
|
|
|
display: flex;
|
|
|
|
margin: 4px 0 8px -5px;
|
|
|
|
align-items: center;
|
|
|
|
color: #b4b9c2;
|
|
|
|
font-family: Proxima Nova Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
}
|
2021-10-06 17:47:10 +00:00
|
|
|
|
|
|
|
.Gallery-ContentWrapper .Gallery-Content--media {
|
2021-10-07 14:46:18 +00:00
|
|
|
max-width: 100%;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
background-color: rgba(0,0,0,.1);
|
|
|
|
min-height: 140px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
position: relative;
|
2021-10-06 17:47:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.Gallery-ContentWrapper .Gallery-Content--mediaContainer {
|
2021-10-07 14:46:18 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
2021-10-06 17:47:10 +00:00
|
|
|
}
|
2021-10-07 14:46:18 +00:00
|
|
|
|
|
|
|
a.author-link .UserAvatar {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Gallery-Byline .Avatar {
|
|
|
|
background-color: #43d0bd;
|
|
|
|
border-radius: 50%;
|
|
|
|
height: 32px;
|
|
|
|
width: 32px;
|
|
|
|
overflow: hidden;
|
|
|
|
transition: transform .2s ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Gallery-Byline .Info-Wrapper {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
margin: 0 32px 0 12px;
|
|
|
|
flex-grow: 1;
|
|
|
|
justify-content: space-between;
|
|
|
|
justify-content: space-around;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Gallery-Byline .Info-Wrapper .Meta {
|
|
|
|
font-family: Proxima Nova Regular,Helvetica Neue,Helvetica,Arial,sans-serif;
|
|
|
|
color: #b4b9c2;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Gallery-Byline .Info .author-name {
|
|
|
|
min-width: 0;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
font-family: Proxima Nova Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
|
|
|
color: #1bb76e;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Gallery-Byline .Info {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: flex-start;
|
|
|
|
font-size: 14px;
|
|
|
|
font-family: Proxima Nova Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #01b96b;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Gallery-Byline {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-start;
|
|
|
|
height: 32px;
|
|
|
|
margin: 16px 0 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Gallery-Title {
|
|
|
|
font-family: Proxima Nova Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
|
|
|
font-size: 28px;
|
|
|
|
line-height: 130%;
|
|
|
|
color: #fff;
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Gallery-Header {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Gallery-Byline .Info-Wrapper .Meta .delimiter {
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.GalleryComment-byLine .delimiter {
|
|
|
|
margin: 0 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Gallery-Content--tags .TagPill {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CommentsList-headline {
|
|
|
|
background: repeat-x 0 100% url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='1'%3E%3Cpath fill='%23585D6A' d='M0 0h1v.5H0z'/%3E%3C/svg%3E");
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding-bottom: 14px;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
margin-top: 46px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CommentsList-headline--counter {
|
|
|
|
font-family: Proxima Nova Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 15px;
|
|
|
|
letter-spacing: .06em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #dadce2;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|