Added tag page. Added default 'anal' tag to Vixen scraper for Tushy and Tushy Raw.

This commit is contained in:
2019-11-11 05:18:28 +01:00
parent 4c1087ca53
commit 681f1bca85
37 changed files with 348 additions and 84 deletions

View File

@@ -15,10 +15,12 @@
}
.thumbnail[data-v-3abcf101] {
width: 100%;
height: 12rem;
display: flex;
justify-content: center;
align-items: center;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 0;
object-position: 50% 0;
background-position: center;
background-size: cover;
background-color: rgba(0, 0, 0, 0.1);
@@ -151,11 +153,6 @@
.filter[data-v-5533e378] {
display: inline-block;
}
.scenes[data-v-5533e378] {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
grid-gap: 1rem;
}
/* $primary: #ff886c; */
.banner[data-v-2bc41e74] {
@@ -263,11 +260,8 @@
grid-gap: 1rem;
margin: 0 0 1rem 0;
}
.scenes[data-v-3e57cf44] {
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}
.sites[data-v-3e57cf44] {
grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
grid-template-columns: repeat(auto-fit, 15rem);
}
/* $primary: #ff886c; */
@@ -276,7 +270,7 @@
flex-direction: column;
align-items: center;
box-sizing: border-box;
padding: 1rem;
padding: .5rem 1rem;
border-radius: .25rem;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
height: 100%;
@@ -322,17 +316,13 @@
.logo[data-v-757c14c2] {
height: 3rem;
}
.sites[data-v-757c14c2],
.scenes[data-v-757c14c2] {
.sites[data-v-757c14c2] {
display: grid;
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(15rem, 1fr));
grid-template-columns: repeat(auto-fit, 15rem);
}
/* $primary: #ff886c; */
@@ -357,13 +347,29 @@
.bio-heading[data-v-677a8360]::after {
content: ':';
}
.scenes[data-v-677a8360] {
display: grid;
grid-gap: 1rem;
/* $primary: #ff886c; */
.header[data-v-80991bcc] {
display: flex;
justify-content: space-between;
padding: 1rem;
}
.title[data-v-80991bcc] {
display: inline-block;
margin: 0 .5rem 0 0;
text-transform: capitalize;
}
.heading[data-v-80991bcc] {
padding: 0;
margin: 0 0 1rem 0;
}
.scenes[data-v-677a8360] {
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
.bio-heading[data-v-80991bcc] {
display: inline-block;
font-weight: bold;
margin: .5rem 0 0 0;
}
.bio-heading[data-v-80991bcc]::after {
content: ':';
}
/* $primary: #ff886c; */
@@ -418,11 +424,20 @@ body {
.icon.icon-href :hover {
fill: #ff6c88; }
.scenes {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(20rem, 0.5fr));
grid-gap: 1rem; }
@media (max-width: 720px) {
.scenes {
grid-template-columns: repeat(auto-fit, minmax(22.5rem, 1fr)); } }
/* $primary: #ff886c; */
.header[data-v-10b7ec04] {
color: #fff;
background: #ff6c88;
padding: 1rem;
padding: .5rem 1rem;
}
.logo-link[data-v-10b7ec04] {
color: inherit;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -2,6 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta name="theme-color" content="#ff6c88">
<title>traxxx</title>
<script src="/js/bundle.js" defer></script>