Files
stash/ui/v2.5/src/components/Scenes/styles.scss
WithoutPants d3ababf0a1 Gallery list improvement (#622)
* Add grid view to galleries
* Show scene in gallery card
* Add is missing scene gallery filter
* Don't store galleries with no images
2020-06-21 21:43:57 +10:00

282 lines
3.9 KiB
SCSS

.card-popovers {
display: flex;
justify-content: center;
margin-bottom: 10px;
.btn {
padding-bottom: 3px;
padding-top: 3px;
}
.fa-icon {
margin-right: 7px;
}
}
.card-section {
margin-bottom: 0;
padding: 0.5rem 1rem 0 1rem;
&-title {
overflow: hidden;
overflow-wrap: normal;
text-overflow: ellipsis;
}
}
.scene-card-check {
left: 0.5rem;
margin-top: -12px;
opacity: 0.5;
padding-left: 15px;
position: absolute;
top: 0.7rem;
width: 1.2rem;
z-index: 1;
}
.performer-tag-container,
.movie-tag-container {
display: inline-block;
margin: 5px;
}
.performer-tag.image,
.movie-tag.image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 150px;
margin: 0 auto;
width: 100%;
}
.operation-container {
.operation-item {
min-width: 240px;
}
.rating-operation {
min-width: 20px;
}
.apply-operation {
margin-top: 2rem;
}
}
.marker-container {
display: "flex";
flex-wrap: "nowrap";
margin-bottom: "20px";
overflow-x: "scroll";
overflow-y: "hidden";
white-space: "nowrap";
}
.studio-logo {
margin-top: 1rem;
max-height: 8rem;
max-width: 100%;
}
.scene-header {
flex-basis: auto;
margin-top: 30px;
}
#scene-details-container {
.tab-content {
min-height: 15rem;
}
.scene-description {
width: 100%;
}
}
.file-info-panel {
div {
margin-bottom: 0.5rem;
}
}
#details {
min-height: 150px;
}
.primary-card {
margin: 1rem 0;
&-body {
max-height: 15rem;
overflow-y: auto;
}
}
.studio-card {
padding: 0.5rem;
&-header {
height: 150px;
line-height: 150px;
text-align: center;
}
&-image {
max-height: 150px;
object-fit: contain;
vertical-align: middle;
width: 320px;
@media (max-width: 576px) {
width: 100%;
}
}
}
.scene-specs-overlay {
bottom: 1rem;
color: $text-color;
display: block;
font-weight: 400;
letter-spacing: -0.03rem;
position: absolute;
right: 0.7rem;
text-shadow: 0 0 3px #000;
}
.scene-studio-overlay {
display: block;
font-weight: 900;
height: 10%;
max-width: 40%;
opacity: 0.75;
position: absolute;
right: 0.7rem;
top: 0.7rem;
z-index: 9;
.image-thumbnail {
height: auto;
max-height: 50px;
max-width: 100%;
}
a {
color: $text-color;
display: inline-block;
letter-spacing: -0.03rem;
text-align: right;
text-decoration: none;
text-shadow: 0 0 3px #000;
}
}
.overlay-resolution {
font-weight: 900;
margin-right: 0.3rem;
text-transform: uppercase;
}
.scene-card {
&.card {
overflow: hidden;
padding: 0;
}
&-link {
position: relative;
}
.scene-specs-overlay,
.rating-banner,
.scene-studio-overlay {
transition: opacity 0.5s;
}
&:hover {
.scene-specs-overlay,
.rating-banner,
.scene-studio-overlay {
opacity: 0;
transition: opacity 0.5s;
}
.scene-studio-overlay:hover {
opacity: 0.75;
transition: opacity 0.5s;
}
}
}
.scene-cover {
display: block;
margin-bottom: 10px;
margin-top: 10px;
max-width: 100%;
}
.movie-table {
width: 100%;
td {
vertical-align: middle;
}
}
.scene-tabs {
max-height: calc(100vh - 4rem);
overflow-wrap: break-word;
word-wrap: break-word;
}
@media (min-width: 1200px), (max-width: 575px) {
.performer-card .flag-icon {
height: 1.33rem;
width: 2rem;
}
.scene-performers .card-image {
height: 22.5rem;
width: 15rem;
}
}
.rating-stars {
display: inline-block;
button {
font-size: inherit;
margin-right: 1px;
padding: 0;
&:hover {
background-color: inherit;
}
&:disabled {
background-color: inherit;
opacity: inherit;
}
}
.unsetting {
color: gold;
}
.setting {
color: gold;
}
.set {
color: gold;
}
}
#scene-edit-details .rating-stars {
font-size: 1.3em;
height: calc(1.5em + 0.75rem + 2px);
}