Added network page and sites back-end. Split release tiles into own component.

This commit is contained in:
2019-11-09 04:43:58 +01:00
parent 708f704d1b
commit 82c9bc664a
13 changed files with 284 additions and 397 deletions

View File

@@ -1,3 +1,123 @@
/* $primary: #ff886c; */
.tile[data-v-3abcf101] {
display: flex;
flex-direction: column;
box-sizing: border-box;
padding: 0 0 .5rem 0;
border-radius: .25rem;
overflow: hidden;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
height: 100%;
}
.banner[data-v-3abcf101] {
position: relative;
margin: 0 0 .5rem 0;
}
.thumbnail[data-v-3abcf101] {
width: 100%;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
-o-object-fit: cover;
object-fit: cover;
background-position: center;
background-size: cover;
background-color: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.5);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.row[data-v-3abcf101] {
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
padding: 0 .5rem;
margin: 0 0 .25rem 0;
}
.details[data-v-3abcf101] {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
position: absolute;
}
.site[data-v-3abcf101],
.date[data-v-3abcf101] {
color: #fff;
background: rgba(0, 0, 0, 0.5);
font-size: .8rem;
padding: .25rem;
text-decoration: none;
}
.site[data-v-3abcf101] {
border-radius: 0 0 .25rem 0;
font-weight: bold;
}
.date[data-v-3abcf101] {
border-radius: 0 0 0 .25rem;
}
.info[data-v-3abcf101] {
flex-grow: 1;
}
.link[data-v-3abcf101] {
text-decoration: none;
}
.title[data-v-3abcf101] {
color: #222;
margin: 0;
font-size: 1rem;
word-wrap: break-word;
overflow: hidden;
max-height: 3rem;
line-height: 1.5rem;
}
.network[data-v-3abcf101] {
color: #555;
margin: 0 .25rem 0 0;
font-size: .8rem;
}
.actors[data-v-3abcf101] {
word-wrap: break-word;
overflow: hidden;
max-height: 2.5rem;
line-height: 1.25rem;
}
.tags[data-v-3abcf101] {
word-wrap: break-word;
overflow: hidden;
max-height: 2.5rem;
line-height: 1.25rem;
}
.actor[data-v-3abcf101],
.tag[data-v-3abcf101] {
margin: 0 .25rem 0 0;
}
.actor[data-v-3abcf101] {
font-size: .9rem;
}
.tag[data-v-3abcf101] {
font-size: .75rem;
}
.actor[data-v-3abcf101]:not(:last-of-type)::after,
.tag[data-v-3abcf101]:not(:last-child):after {
content: ",";
}
.actor-link[data-v-3abcf101],
.tag-link[data-v-3abcf101] {
text-decoration: none;
}
.actor-link[data-v-3abcf101]:hover,
.tag-link[data-v-3abcf101]:hover {
color: #ff6c88;
}
.actor-link[data-v-3abcf101] {
color: #cc4466;
}
.tag-link[data-v-3abcf101] {
color: rgba(0, 0, 0, 0.7);
}
/* $primary: #ff886c; */
.filters-bar[data-v-5533e378] {
display: block;
@@ -38,126 +158,6 @@
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
grid-gap: 1rem;
}
.scene[data-v-5533e378] {
display: flex;
flex-direction: column;
box-sizing: border-box;
padding: 0 0 .5rem 0;
border-radius: .25rem;
overflow: hidden;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.scene-banner[data-v-5533e378] {
position: relative;
margin: 0 0 .5rem 0;
}
.scene-thumbnail[data-v-5533e378] {
width: 100%;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
-o-object-fit: cover;
object-fit: cover;
background-position: center;
background-size: cover;
background-color: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.5);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.scene-row[data-v-5533e378] {
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
padding: 0 .5rem;
margin: 0 0 .25rem 0;
}
.scene-details[data-v-5533e378] {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
position: absolute;
}
.scene-site[data-v-5533e378],
.scene-date[data-v-5533e378] {
color: #fff;
background: rgba(0, 0, 0, 0.5);
font-size: .8rem;
padding: .25rem;
text-decoration: none;
}
.scene-site[data-v-5533e378] {
border-radius: 0 0 .25rem 0;
font-weight: bold;
}
.scene-date[data-v-5533e378] {
border-radius: 0 0 0 .25rem;
}
.scene-info[data-v-5533e378] {
flex-grow: 1;
}
.scene-link[data-v-5533e378] {
text-decoration: none;
}
.scene-title[data-v-5533e378] {
color: #222;
margin: 0;
font-size: 1rem;
word-wrap: break-word;
overflow: hidden;
max-height: 3rem;
line-height: 1.5rem;
}
.scene-network[data-v-5533e378] {
color: #555;
margin: 0 .25rem 0 0;
font-size: .8rem;
}
.scene-actors[data-v-5533e378] {
word-wrap: break-word;
overflow: hidden;
max-height: 2.5rem;
line-height: 1.25rem;
}
.scene-tags[data-v-5533e378] {
word-wrap: break-word;
overflow: hidden;
max-height: 2.5rem;
line-height: 1.25rem;
}
.scene-actor[data-v-5533e378],
.scene-tag[data-v-5533e378] {
margin: 0 .25rem 0 0;
}
.scene-actor[data-v-5533e378] {
font-size: .9rem;
}
.scene-tag[data-v-5533e378] {
font-size: .75rem;
}
.scene-actor[data-v-5533e378]:not(:last-of-type)::after,
.scene-tag[data-v-5533e378]:not(:last-child):after {
content: ",";
}
.actor-link[data-v-5533e378],
.tag-link[data-v-5533e378] {
text-decoration: none;
}
.actor-link[data-v-5533e378]:hover,
.tag-link[data-v-5533e378]:hover {
color: #ff6c88;
}
.actor-link[data-v-5533e378] {
color: #cc4466;
}
.tag-link[data-v-5533e378] {
color: rgba(0, 0, 0, 0.7);
}
.thumbnail[data-v-5533e378] {
width: 300px;
}
/* $primary: #ff886c; */
.banner[data-v-2bc41e74] {
@@ -226,6 +226,52 @@
color: #ff6c88;
}
/* $primary: #ff886c; */
.network[data-v-757c14c2] {
display: flex;
padding: 1rem;
overflow: hidden;
}
.header[data-v-757c14c2] {
display: flex;
justify-content: space-between;
}
.title[data-v-757c14c2] {
display: inline-block;
margin: 0 .5rem 0 0;
}
.heading[data-v-757c14c2] {
padding: 0;
margin: 1rem 0;
}
.logo[data-v-757c14c2] {
height: 3rem;
}
.scenes[data-v-757c14c2] {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
grid-gap: 1rem;
}
/* $primary: #ff886c; */
.errorpage[data-v-29109daf] {
background: #fff;
color: #ff6c88;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 2rem;
}
.error[data-v-29109daf] {
margin: 0;
}
.home[data-v-29109daf] {
color: rgba(0, 0, 0, 0.5);
margin: 3rem 0;
}
/* $primary: #ff886c; */
.noselect {
user-select: none;
@@ -254,6 +300,11 @@ body {
color: #ff6c88;
margin: 0 0 1rem 0; }
.icon.icon-href {
fill: rgba(0, 0, 0, 0.5); }
.icon.icon-href :hover {
fill: #ff6c88; }
/* $primary: #ff886c; */
.header[data-v-10b7ec04] {
color: #fff;