Merge branch 'top/feature/blackjack-split' of fsdfsd.net:top/rDrama into top/feature/blackjack-split

pull/197/head
Chuck 2023-09-03 21:25:26 -07:00
commit 1e3512b31d
370 changed files with 9756 additions and 2240 deletions

View File

@ -68,7 +68,7 @@ limiter = Limiter(
app=app,
key_func=get_CF,
default_limits=[DEFAULT_RATELIMIT],
application_limits=["10/second;200/minute;5000/hour;10000/day"],
application_limits=["10/second;200/minute;5000/hour;30000/day"],
storage_uri=app.config["CACHE_REDIS_URL"],
default_limits_deduct_when=lambda response: response.status_code < 400,
)

7297
files/assets/3.vtt 100644

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -144,7 +144,7 @@ blockquote a {
margin-top: 6px;
}
h5.post-title a:visited {
.visited, h5.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"], [href^="https://watchpeopledie.tv"], .dropdown-item, .nav-link, .no-visited):visited {
color: #949494 !important;
}
@ -156,6 +156,6 @@ h5.post-title a:visited {
background-color: black !important;
}
*:target, .unread {
.unread {
background: #fdccad !important;
}

View File

@ -1,4 +1,4 @@
@media (max-width: 767.98px) {
@media (max-width: 768px) {
table {
display: inline-block;
overflow: auto;

View File

@ -145,59 +145,24 @@
}
.tilt-post {
animation-duration: 200s !important;
animation-iteration-count: infinite !important;
animation-direction: alternate !important;
animation-timing-function: linear !important;
animation-name: tilt-post;
transform: rotate(0.3deg);
}
@media (max-width: 768px) {
@keyframes tilt-post {
0% {transform: rotate(0deg);}
25% {transform: rotate(0.3deg);}
75% {transform: rotate(-0.3deg);}
100% {transform: rotate(0deg);}
}
}
@media (min-width: 768px) {
.tilt-post {
animation-duration: 500s !important;
}
@keyframes tilt-post {
0% {transform: rotate(0deg);}
25% {transform: rotate(0.8deg);}
75% {transform: rotate(-0.8deg);}
100% {transform: rotate(0deg);}
}
}
.tilt-post > * {
padding-left: 3rem !important;
padding-right: 3rem !important;
}
@keyframes tilt-comment {
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
.tilt-comment-1 {
transform: rotate(1deg);
}
.tilt-comment {
animation-duration: 3000s !important;
animation-iteration-count: infinite !important;
animation-timing-function: linear !important;
animation-name: tilt-comment;
.tilt-comment-2 {
transform: rotate(2deg);
}
@media (max-width: 768px) {
.tilt-comment {
animation-duration: 6000s !important;
}
.tilt-comment-3 {
transform: rotate(3deg);
}
.tilt-comment-4 {
transform: rotate(4deg);
}

View File

@ -140,9 +140,9 @@ lite-youtube {
max-width: 80%;
}
.resizable>video {
max-height: 28vh!important;
margin: 14px 0 0 0!important;
.resizable > video {
max-height: 28vh !important;
margin: 14px 0 0 0 !important;
}
img[alt^="![]("], .img {
@ -167,3 +167,9 @@ img[alt^="![]("], .img {
#online > li, #online3 > li {
margin-top: 0.35rem;
}
@media (min-width: 768px) {
.patron {
padding-top: 1px !important;
}
}

View File

@ -177,8 +177,11 @@ blockquote a {
color: skyblue;
}
*:target, .unread {
background-color: #9994 !important;
.unread {
background-color: #d9d9d9 !important;
}
*:target {
background: rgba(var(--primary_rgb), 0.2) !important;
}
/*userpage*/

View File

@ -11,3 +11,7 @@
#speed-carot-modal .speed-modal-option:hover, #speed-carot-modal .speed-modal-option:focus, #speed-carot-modal .speed-modal-option.selected {
background-color: #444444;
}
.unread {
background-color: #3d3d3d !important;
}

View File

@ -91,7 +91,7 @@ blockquote {
color: #cfcfcf !important;
}
*:target, .unread {
.unread {
background: #ffffff88 !important;
}
@ -101,7 +101,7 @@ blockquote {
margin-top: 6px;
}
h5.post-title a:visited {
.visited, h5.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"], [href^="https://watchpeopledie.tv"], .dropdown-item, .nav-link, .no-visited):visited {
color: #949494 !important;
}

View File

@ -92,10 +92,14 @@ pre {
border-color: #101010;
}
h5.post-title a:visited {
.visited, h5.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"], [href^="https://watchpeopledie.tv"], .dropdown-item, .nav-link, .no-visited):visited {
color: #7a7a7a !important;
}
[disabled], .disabled, button[disabled], .btn[disabled], button.disabled, .btn.disabled {
color: #bbb !important;
}
*:target {
background: rgba(var(--primary_rgb), 0.2) !important;
}

View File

@ -144,7 +144,7 @@ color: var(--gray-700);
background-color: #313131 !important;
}
h5.post-title a:visited {
.visited, h5.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"], [href^="https://watchpeopledie.tv"], .dropdown-item, .nav-link, .no-visited):visited {
color: #6e6e6e !important;
}

View File

@ -76,10 +76,13 @@ blockquote {
color: var(--gray-400) !important;
}
*:target, .unread {
.unread {
background: #dddddd !important;
}
*:target {
background: rgba(var(--primary_rgb), 0.2) !important;
}
h5.post-title a:visited {
.visited, h5.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"], [href^="https://watchpeopledie.tv"], .dropdown-item, .nav-link, .no-visited):visited {
color: #7a7a7a !important;
}

View File

@ -1,5 +1,9 @@
@charset "UTF-8";
.visited > img {
opacity: 0.6;
}
.fa-align-left:before{content:"\f036"}
.fa-long-arrow-left:before{content:"\f177"}
.fa-arrow-right:before{content:"\f061"}
@ -213,12 +217,7 @@
/* do not remove - fixes hand, talking, marsey-love components
from breaking out of the comment box
*/
.comment-text a > img {
position: relative !important;
max-height: 150px !important;
margin: 0 !important;
}
.preview > img {
.comment-text a > img, img[data-user-submitted], .preview > img {
position: relative !important;
max-height: 150px !important;
margin: 0 !important;
@ -409,7 +408,7 @@ input[type=date], input[type=time], input[type=month] {
}
textarea {
overflow: auto;
resize: vertical;
resize: both;
}
fieldset {
min-width: 0;
@ -1399,7 +1398,7 @@ nav
background: no-repeat center center;
background-size: 100% 100%;
}
@media (max-width: 767.98px) {
@media (max-width: 768px) {
.navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0;
@ -1431,7 +1430,7 @@ nav
display: none;
}
}
@media (max-width: 991.98px) {
@media (max-width: 992px) {
.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
padding-right: 0;
padding-left: 0;
@ -4177,7 +4176,7 @@ small, .small {
.profile-pic-75-hat { width: 75px; }
.profile-pic-100-hat { width: 100px; }
@media (min-width: 767.98px) {
@media (min-width: 768px) {
.profile-pic-20-hat {
bottom: -2.7px;
}
@ -4368,7 +4367,7 @@ small, .small {
.close .far, .close .fab, .close .fal, .close .fas {
font-size: 1.25rem;
}
@media (max-width: 767.98px) {
@media (max-width: 768px) {
.modal-dialog {
margin: auto;
max-width: 80%;
@ -4436,7 +4435,7 @@ small, .small {
border: 0.1px solid #343a40;
opacity: 0.5;
}
@media (max-width: 767.98px) {
@media (max-width: 768px) {
.post-actions .list-inline .list-inline-item {
margin-right: 1.5rem;
margin-top: auto;
@ -4459,7 +4458,7 @@ small, .small {
.post-actions .list-inline {
flex: none;
}
@media (max-width: 767.98px) {
@media (max-width: 768px) {
.post-actions .list-inline {
flex: auto;
}
@ -4489,7 +4488,7 @@ small, .small {
z-index: 2;
background-color: var(--gray-300);
}
@media (max-width: 767.98px) {
@media (max-width: 768px) {
.post-img {
width: 80px;
height: 60px;
@ -4540,7 +4539,6 @@ small, .small {
margin-bottom: 1rem;
color: var(--black);
overflow: hidden;
padding-right: 10px !important;
padding-top: 10px !important;
}
.modal .comment-actions .list-group-item {
@ -4936,7 +4934,7 @@ pre .str, code .str {
pre .com, code .com {
color: #ab4bc3;
}
@media (max-width: 991.98px) {
@media (max-width: 992px) {
body {
padding-top: calc(var(--safe-area-inset-top) + 74.55px);
}
@ -4946,7 +4944,7 @@ pre .com, code .com {
background-color: rgba(33, 38, 45, .8);
}
@media (max-width: 767.98px) {
@media (max-width: 768px) {
html {
font-size: 14px;
}
@ -5202,6 +5200,7 @@ span.green {
}
.spoiler:hover, spoiler:hover {
color: var(--gray) !important;
transition-delay: 0.1s;
}
.spoiler *, spoiler * {
visibility: hidden;
@ -5223,7 +5222,7 @@ span.green {
.comment.collapsed .comment-collapse-desktop:hover {
color: var(--white) !important;
}
@media (max-width: 767.98px) {
@media (max-width: 768px) {
.settings-nav .nav-link {
padding: 0.75rem 0.6rem;
}
@ -5327,12 +5326,12 @@ textarea {
z-index: -1;
pointer-events: none;
}
@media (max-width: 767.98px) {
@media (max-width: 768px) {
.jumbotron-guild {
height: 110px;
}
}
@media (min-width: 767.98px) {
@media (min-width: 768px) {
.directory--link {
width: 30%;
}
@ -5353,12 +5352,12 @@ textarea {
.navbar {
padding: 0.2rem 0 0 0.2rem;
}
@media (min-width: 767.98px) {
@media (min-width: 768px) {
.navbar {
padding: 0.5rem 1.5rem 0.2rem 0.5rem;
}
}
@media (min-width: 767.98px) {
@media (min-width: 768px) {
.modal-dialog {
max-width: 50%;
margin: 1.75rem auto !important;
@ -5373,12 +5372,6 @@ textarea {
margin-bottom: 0.5rem !important;
cursor: pointer;
}
video {
max-height: 50vh !important;
max-width: 100% !important;
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.spotify {
max-height: 80px !important;
max-width: 100% !important;
@ -5559,6 +5552,15 @@ span > img[src$="/i/hand.webp"]+img[src$="/i/talking.webp"]~img {
text-align: center;
object-fit: contain;
}
span[bounce] {
animation: pat-pfp-anim 0.6s infinite;
transform-origin: bottom center;
text-align: center;
object-fit: contain;
display: inline-block;
}
span > img[src$="/i/talking.webp"]~img {
margin-top: 22%;
}
@ -5579,10 +5581,12 @@ span > img[src$="/i/talking.webp"]+img[src$="/i/hand.webp"]+img {
span > img[src$="/i/love-foreground.webp"]+img[src$="/i/love-background.webp"]+img {
position: absolute;
z-index: 50;
height: 40%;
width: 40%;
height: 60%;
width: 60%;
bottom: -2%;
left: 40%;
left: 33%;
transform: scaleX(-1) rotate(-10deg);
-webkit-transform: scaleX(-1) rotate(-10deg);
}
span > img[src$="/i/love-foreground.webp"] {
@ -5651,12 +5655,10 @@ lite-youtube {
background-size: cover;
cursor: pointer;
margin-bottom: 1.3rem !important;
display: inline-block;
resize: both;
overflow: auto;
overflow: hidden;
max-height: 70vh !important;
max-width: 100vw !important;
max-width: 90vw !important;
width: min(100%, 500px);
}
@ -5908,11 +5910,17 @@ html {
content: '';
display: block;
}
*:target, .unread {
.unread {
background: #ffffff22 !important;
padding: 12px;
padding-bottom: 4px;
}
*:target {
background: rgba(var(--primary_rgb), 0.15) !important;
padding: 12px;
padding-bottom: 4px;
}
.mod {
padding: 2px 5px 3px 5px;
@ -6645,7 +6653,7 @@ g {
border: 2px solid transparent;
}
@media (max-width: 767.98px) {
@media (max-width: 768px) {
.pronouns, .patron, .mod {
padding: 2px 5px !important;
}
@ -6658,7 +6666,7 @@ g {
}
@media (max-width: 767.98px) {
@media (max-width: 768px) {
.post-preview {
padding: 10px 9px 2px 9px !important;
}
@ -6917,6 +6925,13 @@ div.markdown {
overflow: auto;
}
.popover-bio {
overflow: scroll;
position: relative;
display: inline-block;
height: 100%;
}
.popover-badges-div {
max-height: 10vh !important;
overflow: auto;
@ -7055,15 +7070,30 @@ div.markdown {
.resizable {
resize: both;
display: inline-block;
overflow: auto;
max-width: 100vw !important;
}
.resizable > video {
height: 99% !important;
width: 99% !important;
overflow: hidden;
max-height: 70vh !important;
max-width: 100vw !important;
max-width: 90vw !important;
}
.resizable.yt {
display: block;
}
.resizable > * {
height: 95% !important;
width: 95% !important;
margin: 0 !important;
max-height: 65vh !important;
max-width: 85vw !important;
}
@media (max-width: 768px) {
.resizable {
max-width: 100vw !important;
}
.resizable > * {
height: 100% !important;
width: 100% !important;
max-width: 100vw !important;
}
}
.user-signature video {
@ -7091,9 +7121,7 @@ div.markdown {
.gif-categories img {
border-radius: 0.35rem;
width: 200px;
height: 35vh;
margin: 0 10px;
object-fit: contain;
margin: 10px 10px;
-webkit-transition: all 0.15s ease;
-moz-transition: all 0.15s ease;
-o-transition: all 0.15s ease;
@ -7101,6 +7129,10 @@ div.markdown {
transition: all 0.15s ease;
cursor: pointer;
}
.gif-categories .card img {
height: 20vh;
object-fit: cover;
}
.gif-categories img:hover {
border: 3px solid var(--primary);
}
@ -7326,7 +7358,7 @@ input[type=number] {
padding-top: 81.55px !important
}
@media (max-width: 767.98px) {
@media (max-width: 768px) {
.has_header {
padding-top: calc(var(--safe-area-inset-top) + 67.8px) !important
}
@ -7383,7 +7415,7 @@ input[type=number] {
font-size: 16px;
}
@media (max-width: 767.98px) {
@media (max-width: 768px) {
#note, #notelabel {
font-size: 14px !important;
}
@ -7410,7 +7442,7 @@ input[type=number] {
padding-right: 20px;
cursor: pointer;
}
@media (max-width: 767.98px) {
@media (max-width: 768px) {
.comment .comment-collapse-desktop {
padding-right: 10px;
}
@ -7423,7 +7455,7 @@ button, .btn {
text-decoration: none !important;
}
@media (min-width: 767.98px) {
@media (min-width: 768px) {
.srd {
font-size: 16px;
}
@ -7696,3 +7728,10 @@ body {
border-radius: 50%;
object-fit: cover;
}
@media (max-width: 768px) {
* {
resize: none !important;
}
}

View File

@ -57,7 +57,7 @@ body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textare
background-color: #313131 !important;
}
h5.post-title a:visited {
.visited, h5.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"], [href^="https://watchpeopledie.tv"], .dropdown-item, .nav-link, .no-visited):visited {
color: #6e6e6e !important;
}

View File

@ -1,37 +1,86 @@
lite-youtube {
max-width: min(20vw,500px) !important;
}
.orgy-top-container {
display: flex;
justify-content: space-around;
}
@media all and (max-width: 900px) {
@media (max-width: 992px) {
.orgy-top-container {
flex-flow: column wrap;
}
.orgy-info-window-item {
max-height: 20% !important;
height: 20% !important;
}
.orgy-chat-window-item {
max-height: 80% !important;
height: 80% !important;
}
}
@media all and (min-width: 900px) {
.orgy-top-container {
flex-flow: row nowrap;
#chat-window {
max-height: 34vh !important;
}
}
.orgy-chat-window-item {
flex-grow: 2;
width: fit-content;
}
.orgy-info-window-item {
max-width: 550px;
width: 550px;
#orgy-file-container {
width: 70vw;
max-width: 100vw !important;
}
.rumble-player {
#orgy-file-container > * {
max-height: 100% !important;
margin: 0 !important;
height: 98% !important;
width: 98% !important;
}
@media (max-width: 992px) {
#orgy-file-container {
width: 100% !important;
}
#orgy-title {
display: none;
}
#orgy-col {
padding: 0px;
}
#orgy-file-container > * {
height: 100% !important;
width: 100% !important;
}
.orgy-chat-window-item {
max-width: 100%
}
}
#cursormarsey, #cursormarsey-heart {
display: none;
}
body > .container {
padding: 0 !important;
margin: 0 !important;
margin-right: 0 !important;
}
*:not(#orgy-file-container) {
resize: none !important;
}
#orgy-file-container > :not(video) {
height: 90% !important;
width: 95% !important;
max-width: 95% !important;
overflow-y: clip;
}
@media (max-width: 992px) {
#orgy-file-container > :not(video) {
height: 100% !important;
width: 100% !important;
max-width: 100% !important;
}
}
#orgy-file-container > iframe {
aspect-ratio: 16/9;
max-width: min(70vw,500px) !important;
width: 500px;
}

View File

@ -6,7 +6,7 @@
--gray-900: transparent;
}
.container, #userpage > div.container-fluid, #root > div.App {
.container, #userpage > div.container-fluid, #root > div.App, .orgy-chat-window-item {
background: rgba(var(--background), 0.9) !important;
}

View File

@ -230,6 +230,6 @@
background-color: #313131 !important;
}
h5.post-title a:visited {
.visited, h5.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"], [href^="https://watchpeopledie.tv"], .dropdown-item, .nav-link, .no-visited):visited {
color: #b0b0b0 !important;
}

View File

@ -152,7 +152,7 @@ blockquote {
color: #cfcfcf !important;
}
*:target, .unread {
.unread {
background: #ffffffaa !important;
}
@ -162,7 +162,7 @@ blockquote {
margin-top: 6px;
}
h5.post-title a:visited {
.visited, h5.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"], [href^="https://watchpeopledie.tv"], .dropdown-item, .nav-link, .no-visited):visited {
color: #5c5c5c !important;
}

View File

@ -4,7 +4,7 @@
src: url("/assets/events/fistmas/fonts/Plakat-Fraktur-Black.woff") format("woff");
}
@media (max-width: 767.98px) {
@media (max-width: 768px) {
#banner-title {
transform: scale(1.4) translate(-190px, -60px);
}
@ -28,7 +28,7 @@
.star4 circle {r: 1.2;}
.star5 circle {r: 1.5;}
@media (max-width: 767.98px) {
@media (max-width: 768px) {
.star {
animation: none;
fill-opacity: 0.5;

View File

@ -91,8 +91,8 @@ pre {
background: None !important;
}
#frontpage .post-title a:visited {
color: #7a7a7a !important;
.visited, h5.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"], [href^="https://watchpeopledie.tv"], .dropdown-item, .nav-link, .no-visited):visited {
color: #7a7a7a !important;
}
.post-title a, h1.post-title {

View File

@ -1,7 +1,7 @@
blockquote {
color: var(--gray-400);
}
*:target, .unread {
.unread {
background: #00000022 !important;
}
.deleted {

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 671 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Some files were not shown because too many files have changed in this diff Show More