Added actors page. Added site logos with overview on network page.

This commit is contained in:
2019-11-10 04:20:22 +01:00
parent 76618cee83
commit a9b91ff76c
44 changed files with 1065 additions and 13 deletions

View File

@@ -15,7 +15,7 @@
}
.thumbnail[data-v-3abcf101] {
width: 100%;
height: 200px;
height: 12rem;
display: flex;
justify-content: center;
align-items: center;
@@ -227,14 +227,40 @@
}
/* $primary: #ff886c; */
.network[data-v-757c14c2] {
.tile[data-v-f4958086] {
display: flex;
flex-direction: column;
align-items: center;
box-sizing: border-box;
padding: 1rem;
overflow: hidden;
border-radius: .25rem;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
height: 100%;
text-align: center;
}
.link[data-v-f4958086] {
text-decoration: none;
}
.logo[data-v-f4958086] {
width: 100%;
height: 4rem;
-o-object-fit: contain;
object-fit: contain;
}
.title[data-v-f4958086] {
color: #222;
height: 100%;
display: flex;
align-items: center;
margin: 0;
font-size: 1rem;
}
/* $primary: #ff886c; */
.header[data-v-757c14c2] {
display: flex;
justify-content: space-between;
padding: 1rem;
}
.title[data-v-757c14c2] {
display: inline-block;
@@ -242,15 +268,53 @@
}
.heading[data-v-757c14c2] {
padding: 0;
margin: 1rem 0;
margin: 0 0 1rem 0;
}
.logo[data-v-757c14c2] {
height: 3rem;
}
.sites[data-v-757c14c2],
.scenes[data-v-757c14c2] {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
grid-gap: 1rem;
margin: 0 0 1rem 0;
}
.scenes[data-v-757c14c2] {
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}
.sites[data-v-757c14c2] {
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}
/* $primary: #ff886c; */
.header[data-v-677a8360] {
display: flex;
justify-content: space-between;
padding: 1rem;
}
.title[data-v-677a8360] {
display: inline-block;
margin: 0 .5rem 0 0;
}
.heading[data-v-677a8360] {
padding: 0;
margin: 0 0 1rem 0;
}
.bio-heading[data-v-677a8360] {
display: inline-block;
font-weight: bold;
margin: .5rem 0 0 0;
}
.bio-heading[data-v-677a8360]::after {
content: ':';
}
.scenes[data-v-677a8360] {
display: grid;
grid-gap: 1rem;
margin: 0 0 1rem 0;
}
.scenes[data-v-677a8360] {
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}
/* $primary: #ff886c; */

BIN
public/img/404.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
public/img/sites/deeper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
public/img/sites/nympho.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

BIN
public/img/sites/tushy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
public/img/sites/vixen.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB