Swap out most svg images for png

This commit is contained in:
Chris Wilson
2020-11-30 16:00:48 -05:00
parent ba3cc38d4a
commit 7891c2761f
69 changed files with 26 additions and 236808 deletions

View File

@@ -2,7 +2,7 @@
display: flex;
flex-direction: row;
justify-content: flex-start;
background: url('../static/backgrounds/header/cloud-header.svg') repeat-x;
background: url('../static/backgrounds/header/cloud-header.png') repeat-x;
background-size: auto 90px;
width: 100%;
height: 90px;

View File

@@ -4,7 +4,7 @@
}
html{
background-image: url('../static/backgrounds/oceans/oceans-0002.svg');
background-image: url('../static/backgrounds/oceans/oceans-0002.png');
background-repeat: repeat;
background-size: 250px 250px;
margin-top: 110px;
@@ -30,31 +30,34 @@ h1, h2, h3{
.grass-island{
background:
url('../static/backgrounds/cliffs/grass/cliff-top-left-corner.svg') top left no-repeat,
url('../static/backgrounds/cliffs/grass/cliff-top-right-corner.svg') top right no-repeat,
url('../static/backgrounds/cliffs/grass/cliff-bottom-left-corner.svg') bottom left no-repeat,
url('../static/backgrounds/cliffs/grass/cliff-bottom-right-corner.svg') bottom right no-repeat,
url('../static/backgrounds/cliffs/grass/cliff-top.svg') top repeat-x,
url('../static/backgrounds/cliffs/grass/cliff-bottom.svg') bottom repeat-x,
url('../static/backgrounds/cliffs/grass/cliff-left.svg') left repeat-y,
url('../static/backgrounds/cliffs/grass/cliff-right.svg') right repeat-y,
url('../static/backgrounds/grass/grass-0003.svg') repeat;
url('../static/backgrounds/cliffs/grass/cliff-top-left-corner.png') top left no-repeat,
url('../static/backgrounds/cliffs/grass/cliff-top-right-corner.png') top right no-repeat,
url('../static/backgrounds/cliffs/grass/cliff-bottom-left-corner.png') bottom left no-repeat,
url('../static/backgrounds/cliffs/grass/cliff-bottom-right-corner.png') bottom right no-repeat,
url('../static/backgrounds/cliffs/grass/cliff-top.png') top repeat-x,
url('../static/backgrounds/cliffs/grass/cliff-bottom.png') bottom repeat-x,
url('../static/backgrounds/cliffs/grass/cliff-left.png') left repeat-y,
url('../static/backgrounds/cliffs/grass/cliff-right.png') right repeat-y,
url('../static/backgrounds/grass/grass-0004.png') repeat;
background-size:
140px 140px, /* top-left */
140px 140px, /* top-right */
140px 120px, /* top-left */
140px 120px, /* top-right */
140px 140px, /* bottom-left */
140px 140px, /* bottom-right */
auto 96px, /* top */
auto 114px, /* bottom */
84px auto, /* left */
84px auto, /* right */
150px 150px; /* center */
20px 120px, /* top */
20px 140px, /* bottom */
140px 20px, /* left */
140px 20px, /* right */
100px auto; /* center */
min-width: 240px;
min-height: 70px;
min-width: 280px;
min-height: 280px;
padding: 160px 80px 170px;
padding-left: 80px;
padding-right: 80px;
padding-top: 76px;
padding-bottom: 106px;
}
.dirt-island{

View File

@@ -6,6 +6,8 @@
}
#uploads{
width: 620px;
height: 280px;
text-align: center;
}