diff --git a/README.md b/README.md index 438d768..f3aa152 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SDE Card Creator -You can see a working version of the app at [https://rpg.medicationforall.com/sdecardcreator/](https://rpg.medicationforall.com/sdecardcreator/) +You can see a working version of the app at [https://medicationforall.github.io/sdecardcreator/](https://medicationforall.github.io/sdecardcreator/) This is an application for creating cards for Super Dungeon Explore.
Can create Hero, Monster, Pet, Loot, Treasure, Wonder, Explore, and Timeout cards. diff --git a/css/card2.css b/css/card2.css index cf4b4e8..de08ee5 100644 --- a/css/card2.css +++ b/css/card2.css @@ -23,7 +23,6 @@ .card .front, .card .back{ margin:20px; - margin-top; } @@ -34,15 +33,27 @@ /*Keyword*/ -.card span.keyword.fire, -.card span.keyword.knockdown, -.card span.keyword.poison, -.card span.keyword.ice, -.card span.keyword.slow, -.card span.keyword.dangerous, -.card span.keyword.augment, -.card span.keyword.bane, -.card span.keyword.hex, +.card span.keyword.ALL, +.card span.keyword.BANE, +.card span.keyword.FIRE, +.card span.keyword.HEX, +.card span.keyword.ICE, +.card span.keyword.IMMOBILE, +.card span.keyword.KNOCKDOWN, +.card span.keyword.POISON, +.card span.keyword.SLOW, +.card span.keyword.DANGEROUS, +.card span.keyword.IMMUNEALL, +.card span.keyword.IMMUNEBANE, +.card span.keyword.IMMUNEFIRE, +.card span.keyword.IMMUNEHEX, +.card span.keyword.IMMUNEICE, +.card span.keyword.IMMUNEIMMOBILE, +.card span.keyword.IMMUNEKNOCKDOWN, +.card span.keyword.IMMUNEPOISON, +.card span.keyword.IMMUNESLOW, +.card span.keyword.IMMUNEDANGEROUS, +.card span.keyword.AUGMENT, .card span.keyword.line, .card span.keyword.area, .card span.keyword.scatter{ @@ -52,10 +63,42 @@ /*bottom:15px;*/ display:inline-block; /*padding-top:15px;*/ - vertical-align:top; + /*vertical-align:top;*/ +} + +.card span.keyword.ALL{ + background:url('image/status/all.png') no-repeat 0px; + color:rgba(0, 0, 0, 0.0); + background-size: 30px; + padding-top:4px; + vertical-align:middle; +} + +.card span.keyword.IMMUNEALL{ + background:url('image/status/allI.png') no-repeat 0px; + color:rgba(0, 0, 0, 0.0); + background-size: 30px; + padding-top:4px; + vertical-align:middle; } -.card span.keyword.fire{ +.card span.keyword.BANE{ + background:url('image/status/baneT.png') no-repeat 0px; + color:rgba(0, 0, 0, 0.0); + background-size: 30px; + padding-top: 3px; + vertical-align:middle; +} + +.card span.keyword.IMMUNEBANE{ + background:url('image/status/baneI.png') no-repeat 0px; + color:rgba(0, 0, 0, 0.0); + background-size: 30px; + padding-top: 3px; + vertical-align:middle; +} + +.card span.keyword.FIRE{ background:url('image/status/fireT.png') no-repeat 0px; color:rgba(0, 0, 0, 0.0); background-size: 30px; @@ -63,13 +106,43 @@ vertical-align:middle; } -.card span.keyword.knockdown{ +.card span.keyword.IMMUNEFIRE{ + background:url('image/status/fireI.png') no-repeat 0px; + color:rgba(0, 0, 0, 0.0); + background-size: 30px; + padding-top:4px; + vertical-align:middle; +} + +.card span.keyword.HEX{ + background:url('image/status/hexT.png') no-repeat 0px; + color:rgba(0, 0, 0, 0.0); + background-size: 30px; + padding-top: 3px; + vertical-align:middle; +} + +.card span.keyword.IMMUNEHEX{ + background:url('image/status/hexI.png') no-repeat 0px; + color:rgba(0, 0, 0, 0.0); + background-size: 30px; + padding-top: 3px; + vertical-align:middle; +} + +.card span.keyword.KNOCKDOWN{ background:url('image/status/knockdownT.png') no-repeat 0px; color:rgba(0, 0, 0, 0.0); background-size: 30px; } -.card span.keyword.poison{ +.card span.keyword.IMMUNEKNOCKDOWN{ + background:url('image/status/knockdownI.png') no-repeat 0px; + color:rgba(0, 0, 0, 0.0); + background-size: 30px; +} + +.card span.keyword.POISON{ background:url('image/status/poisonT.png') no-repeat 0px; color:rgba(0, 0, 0, 0.0); background-size: 30px; @@ -77,46 +150,79 @@ bottom:5px; } -.card span.keyword.ice{ +.card span.keyword.IMMUNEPOISON{ + background:url('image/status/poisonI.png') no-repeat 0px; + color:rgba(0, 0, 0, 0.0); + background-size: 30px; + height:35px; + bottom:5px; +} + +.card span.keyword.ICE{ background:url('image/status/iceT.png') no-repeat 0px; color:rgba(0, 0, 0, 0.0); background-size: 30px; } -.card span.keyword.slow{ +.card span.keyword.IMMUNEICE{ + background:url('image/status/iceI.png') no-repeat 0px; + color:rgba(0, 0, 0, 0.0); + background-size: 30px; +} + +.card span.keyword.IMMOBILE{ + background:url('image/status/immobile.png') no-repeat 0px; + color:rgba(0, 0, 0, 0.0); + background-size: 30px; + width:40px; + height:40px; + vertical-align: middle; +} + +.card span.keyword.IMMUNEIMMOBILE{ + background:url('image/status/immobileI.png') no-repeat 0px; + color:rgba(0, 0, 0, 0.0); + background-size: 30px; + width:40px; + height:40px; + vertical-align: middle; +} + +.card span.keyword.SLOW{ background:url('image/status/slowT.png') no-repeat 0px; color:rgba(0, 0, 0, 0.0); background-size: 30px; } -.card span.keyword.dangerous{ - background:url('image/status/dangerousSmall.png') no-repeat 0px; +.card span.keyword.IMMUNESLOW{ + background:url('image/status/slowI.png') no-repeat 0px; color:rgba(0, 0, 0, 0.0); background-size: 30px; - vertical-align:middle; } -.card span.keyword.augment{ - background:url('image/status/augmentSmall.png') no-repeat 0px; +.card span.keyword.DANGEROUS{ + background:url('image/status/dangerousSmall.png') no-repeat 0px; color:rgba(0, 0, 0, 0.0); background-size: 30px; vertical-align:middle; } -.card span.keyword.bane{ - background:url('image/status/baneT.png') no-repeat 0px; + +.card span.keyword.IMMUNEDANGEROUS{ + background:url('image/status/dangerousSmallI.png') no-repeat 0px; color:rgba(0, 0, 0, 0.0); background-size: 30px; - padding-top: 3px; vertical-align:middle; } -.card span.keyword.hex{ - background:url('image/status/hexT.png') no-repeat 0px; + +.card span.keyword.AUGMENT{ + background:url('image/status/augmentSmall.png') no-repeat 0px; color:rgba(0, 0, 0, 0.0); background-size: 30px; + vertical-align:middle; } .card span.keyword.line{ @@ -266,28 +372,105 @@ cursor:move; z-index:2; } -.card .stats .stat.STR{ - background:url('image/stats/str-banner.png') no-repeat; +.card .banner{ + background:url('image/stats/banner.png') no-repeat; background-size:140px; } -.card .stats .stat.ARM{ - background:url('image/stats/arm-banner.png') no-repeat; - background-size:140px; +.card .stats .stat.en.STR{ + background:url('image/stats/en/str.png') no-repeat; + background-size:70px; + background-position: 50% 10%; } -.card .stats .stat.WILL{ - background:url('image/stats/will-banner.png') no-repeat; - background-size:140px; +.card .stats .stat.en.ARM{ + background:url('image/stats/en/arm.png') no-repeat; + background-size:70px; + background-position: 50% 10%; } -.card .stats .stat.DEX{ - background:url('image/stats/dex-banner.png') no-repeat; - background-size:140px; +.card .stats .stat.en.WILL{ + background:url('image/stats/en/will.png') no-repeat; + background-size:70px; + background-position: 50% 10%; } -.card .stats .stat{ - height:70px; +.card .stats .stat.en.DEX{ + background:url('image/stats/en/dex.png') no-repeat; + background-size:70px; + background-position: 50% 10%; +} + +.card .stats .stat.de.STR{ + background:url('image/stats/de/str.png') no-repeat; + background-size:70px; + background-position: 50% 10%; +} + +.card .stats .stat.de.ARM{ + background:url('image/stats/de/rus.png') no-repeat; + background-size:70px; + background-position: 50% 10%; +} + +.card .stats .stat.de.WILL{ + background:url('image/stats/de/will.png') no-repeat; + background-size:70px; + background-position: 50% 10%; +} + +.card .stats .stat.de.DEX{ + background:url('image/stats/de/ges.png') no-repeat; + background-size:70px; + background-position: 50% 10%; +} + +.card .stats .stat.es.STR{ + background:url('image/stats/es/fue.png') no-repeat; + background-size:70px; + background-position: 50% 10%; +} + +.card .stats .stat.es.ARM{ + background:url('image/stats/es/arm.png') no-repeat; + background-size:70px; + background-position: 50% 10%; +} + +.card .stats .stat.es.WILL{ + background:url('image/stats/es/vol.png') no-repeat; + background-size:70px; + background-position: 50% 10%; +} + +.card .stats .stat.es.DEX{ + background:url('image/stats/es/des.png') no-repeat; + background-size:70px; + background-position: 50% 10%; +} + +.card .stats .stat.fr.STR{ + background:url('image/stats/fr/for.png') no-repeat; + background-size:70px; + background-position: 50% 10%; +} + +.card .stats .stat.fr.ARM{ + background:url('image/stats/fr/arm.png') no-repeat; + background-size:70px; + background-position: 50% 10%; +} + +.card .stats .stat.fr.WILL{ + background:url('image/stats/fr/vol.png') no-repeat; + background-size:70px; + background-position: 50% 10%; +} + +.card .stats .stat.fr.DEX{ + background:url('image/stats/fr/dex.png') no-repeat; + background-size:70px; + background-position: 50% 10%; } .card .stats .stat div{ @@ -381,11 +564,17 @@ cursor:move; background-size:40px 40px; } +span.dice.star{ + background:url('image/dice/white-star.png') no-repeat; + background-size:15px 15px; +} + .card span.dice, .card span.offense, .card span.actionMod, .card span.moveMod, .card span.heartMod, +.card span.potionMod, .card span.shieldMod{ width:40px; height:37px; @@ -480,6 +669,12 @@ cursor:move; height:30px; } +.card span.potionMod{ + background:url('image/potion/potion2.png') no-repeat 0px 3px; + background-size:40px 30px; + height: 30px; +} + .card span.stat{ text-shadow:2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; color:#fff; @@ -508,12 +703,18 @@ cursor:move; } .card .keywordsList{ - display: inline-block; vertical-align: top; font-weight:bold; text-transform: uppercase; font-family:'Adelon'; font-size: 19px; + padding-left:7.5px; +} + +.keywordsList .keyword{ + display:inline-block; + position:relative; + vertical-align: top; } @@ -540,6 +741,14 @@ cursor:move; padding-top:20px; } +.card.pet .keywordsSection .subStats{ + background:url('image/heart-can.png') no-repeat 0px 10px; + width:120px; + height:80px; + margin-top:-40px; + padding-top:20px; +} + .card.monster .keywordsSection .subStats{ background:url('image/heart-skull.png') no-repeat; width:120px; @@ -568,10 +777,20 @@ cursor:move; left: 5px; } +.card.pet .keywordsSection .subStats .petCost{ + top: 27px; + left: 20px; +} + +.card.pet .keywordsSection .subStats .wounds{ + left: 15px; + top: 3px; +} + /*AFFINITY*/ /*CITRINE*/ -.card .affinity.citrine{ +.card .affinity.CITRINE{ display:inline-block; background: url('image/affinity/citrine.png') no-repeat; width:42px; @@ -581,13 +800,13 @@ cursor:move; } -.card .back .affinity.citrine, .card .item .affinity.citrine{ +.card .back .affinity.CITRINE, .card .item .affinity.CITRINE{ background-size:auto 35px; width:25px; height:35px; } -.card .affinity.citrine.emerald{ +.card .affinity.CITRINEEMERALD, .card .affinity.EMERALDCITRINE{ display:inline-block; background: url('image/affinity/citrine-emerald.png') no-repeat; width:42px; @@ -596,7 +815,7 @@ cursor:move; top: 10px; } -.card .affinity.citrine.ruby{ +.card .affinity.CITRINERUBY, .card .affinity.RUBYCITRINE{ display:inline-block; background: url('image/affinity/citrine-ruby.png') no-repeat; width:42px; @@ -605,7 +824,7 @@ cursor:move; top: 10px; } -.card .affinity.citrine.sapphire{ +.card .affinity.CITRINESAPPHIRE, .card .affinity.SAPPHIRECITRINE{ display:inline-block; background: url('image/affinity/citrine-sapphire.png') no-repeat; width:42px; @@ -614,7 +833,7 @@ cursor:move; top: 10px; } -.card .affinity.citrine.amethyst{ +.card .affinity.AMETHYSTCITRINE, .card .affinity.CITRINEAMETHYST{ display:inline-block; background: url('image/affinity/citrine-amethyst.png') no-repeat; width:42px; @@ -623,7 +842,7 @@ cursor:move; top: 10px; } -.card .affinity.all{ +.card .affinity.ALL, .card .affinity.ALLAFFINITY{ display:inline-block; background: url('image/affinity/rainbow.png') no-repeat; width:42px; @@ -633,7 +852,7 @@ cursor:move; } /*EMERALD*/ -.card .affinity.emerald{ +.card .affinity.EMERALD{ display:inline-block; background: url('image/affinity/emerald.png') no-repeat; width:42px; @@ -642,13 +861,13 @@ cursor:move; top: 10px; } -.card .back .affinity.emerald, .card .item .affinity.emerald{ +.card .back .affinity.EMERALD, .card .item .affinity.EMERALD{ background-size:auto 35px; width:25px; height:35px; } -.card .affinity.emerald.ruby{ +.card .affinity.EMERALDRUBY, .card .affinity.RUBYEMERALD{ display:inline-block; background: url('image/affinity/emerald-ruby.png') no-repeat; width:42px; @@ -657,14 +876,14 @@ cursor:move; top: 10px; } -.card .affinity.emerald.sapphire{ +.card .affinity.EMERALDSAPPHIRE, .card .affinity.SAPPHIREEMERALD{ display:inline-block; background: url('image/affinity/emerald-sapphire.png') no-repeat; width:42px; height:70px; } -.card .affinity.emerald.amethyst{ +.card .affinity.AMETHYSTEMERALD, .card .affinity.EMERALDAMETHYST{ display:inline-block; background: url('image/affinity/emerald-amethyst.png') no-repeat; width:42px; @@ -675,7 +894,7 @@ cursor:move; /*RUBY*/ -.card .affinity.ruby{ +.card .affinity.RUBY{ display:inline-block; background: url('image/affinity/ruby.png') no-repeat; width:42px; @@ -684,13 +903,13 @@ cursor:move; top: 10px; } -.card .back .affinity.ruby, .card .item .affinity.ruby{ +.card .back .affinity.RUBY, .card .item .affinity.RUBY{ background-size:auto 35px; width:25px; height:35px; } -.card .affinity.ruby.sapphire{ +.card .affinity.RUBYSAPPHIRE, .card .affinity.SAPPHIRERUBY{ display:inline-block; background: url('image/affinity/ruby-sapphire.png') no-repeat; width:42px; @@ -699,7 +918,7 @@ cursor:move; top: 10px; } -.card .affinity.ruby.amethyst{ +.card .affinity.RUBYAMETHYST, .card .affinity.AMETHYSTRUBY{ display:inline-block; background: url('image/affinity/ruby-amethyst.png') no-repeat; width:42px; @@ -710,7 +929,7 @@ cursor:move; /*SAPPHIRE*/ -.card .affinity.sapphire{ +.card .affinity.SAPPHIRE{ display:inline-block; background: url('image/affinity/sapphire.png') no-repeat; width:42px; @@ -720,13 +939,13 @@ cursor:move; } -.card .back .affinity.sapphire, .card .item .affinity.sapphire{ +.card .back .affinity.SAPPHIRE, .card .item .affinity.SAPPHIRE{ background-size:auto 35px; width:25px; height:35px; } -.card .affinity.sapphire.amethyst{ +.card .affinity.AMETHYSTSAPPHIRE, .card .affinity.SAPPHIREAMETHYST{ display:inline-block; background: url('image/affinity/amethyst-sapphire.png') no-repeat; width:42px; @@ -736,7 +955,7 @@ cursor:move; } /*Amethyst*/ -.card .affinity.amethyst{ +.card .affinity.AMETHYST{ display:inline-block; background: url('image/affinity/amethyst.png') no-repeat; width:42px; @@ -745,45 +964,86 @@ cursor:move; top: 10px; } -.card .back .affinity.amethyst, .card .item .affinity.amethyst{ +.card .back .affinity.AMETHYST, .card .item .affinity.AMETHYST{ background-size:auto 35px; width:25px; height:35px; } +/*CLASSIC CARD COLORS*/ +.card.hero, .card.hero.classicBlue, .card.pet.classicBlue, .card.monster.classicBlue, .card.loot, .classicBlue{ + background: radial-gradient(ellipse at center, rgb(148,198,236) 23%, rgb(15,78,129) 79%, rgb(0,0,0) 100%); +} + +.card.hero.classicRed, .card.pet.classicRed, .card.monster.classicRed, .card.treasure, .card.wonder, .classicRed{ + background: radial-gradient(ellipse at center, rgb(212,49,38) 23%, rgb(84,16,10) 79%, rgb(0,0,0) 100%); +} + +.card.hero.classicGreen, .card.pet.classicGreen, .card.monster.classicGreen, .classicGreen{ + /*background: radial-gradient(ellipse at center, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%);*/ + background: radial-gradient(ellipse at center, #5bc6a4 1%,#429078 42%,#255246 93%); +} + +.card.hero.classicPurple, .card.pet.classicPurple, .card.monster.classicPurple , .card.arcadeSolo, .card.arcadeGang, .card.command, .classicPurple{ + background: radial-gradient(ellipse at center, rgba(200,94,199,1) 3%, rgba(99,43,98,1) 100%); +} + +.card.hero.classicYellow, .card.pet.classicYellow, .card.monster.classicYellow, .classicYellow{ + background: radial-gradient(ellipse at center, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%); +} /*CARD COLORS*/ -.card.hero, .card.loot{ - background:blue; - background: radial-gradient(ellipse at center, rgb(148,198,236) 23%,rgb(15,78,129) 79%,rgb(0,0,0) 100%); +.card.hero, .card.hero.blue, .card.pet.blue, .card.monster.blue, .card.loot, .blue{ + background: radial-gradient(ellipse at center, #17174c 23%, #1d1d86 79%, rgb(0,0,0) 100%); } -.card.hero .front, .card.pet .front{ - background-image:url('image/border-gold.png'); +.card.hero.red, .card.pet.red, .card.monster.red, .card.treasure, .card.wonder, .red{ + background: radial-gradient(ellipse at center, #D43126 23%, #9B241C 79%, rgb(0,0,0) 100%); } -.card.hero .back, .card.pet .back{ - background-image:url('image/border-back-gold.png'); +.card.hero.green, .card.pet.green, .card.monster.green, .green{ + background: radial-gradient(ellipse at center, green 23%, darkgreen 79%, rgb(0,0,0) 100%); } -.card.monster.red, .card.treasure, .card.wonder{ - background:red; - background: radial-gradient(ellipse at center, rgb(212,49,38) 23%,rgb(84,16,10) 79%,rgb(0,0,0) 100%); +.card.hero.purple, .card.pet.purple, .card.monster.purple , .card.arcadeSolo, .card.arcadeGang, .card.command, .purple{ + background: radial-gradient(ellipse at center, purple 23%, indigo 79%, rgb(0,0,0) 100%); } -.card.monster.green{ - /*background: radial-gradient(ellipse at center, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%);*/ - background: radial-gradient(ellipse at center, #5bc6a4 1%,#429078 42%,#255246 93%); +.card.hero.yellow, .card.pet.yellow, .card.monster.yellow, .yellow{ + background: radial-gradient(ellipse at center, yellow 23%, gold 79%, rgb(0,0,0) 100%); } -.card.monster.purple , .card.arcadeSolo, .card.arcadeGang, .card.command{ - background: radial-gradient(ellipse at center, rgba(200,94,199,1) 3%,rgba(99,43,98,1) 100%); +.card.hero.orange, .card.pet.orange, .card.monster.orange, .orange{ + background: radial-gradient(ellipse at center, orange 23%, darkorange 79%, rgb(0,0,0) 100%); } -.card.monster.yellow{ - background: radial-gradient(ellipse at center, rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); +.card.hero.pink, .card.pet.pink, .card.monster.pink, .pink{ + background: radial-gradient(ellipse at center, pink 23%, hotpink 79%, rgb(0,0,0) 100%); } +.card.hero.brown, .card.pet.brown, .card.monster.brown, .brown{ + background: radial-gradient(ellipse at center, saddlebrown 23%, #6B3710 79%, rgb(0,0,0) 100%); +} + +.card.hero.gray, .card.pet.gray, .card.monster.gray, .gray{ + background: radial-gradient(ellipse at center, gray 23%, darkgray 79%, black 100%); +} + +.card.hero.white, .card.pet.white, .card.monster.white, .white{ + background: radial-gradient(ellipse at center, white 23%, white 79%, black 100%); +} + +.card.hero.black, .card.pet.black, .card.monster.black, .black{ + background: radial-gradient(ellipse at center, black 23%, black 79%, white 100%); +} + +.card.hero .front, .card.pet .front{ + background-image:url('image/border-gold.png'); +} + +.card.hero .back, .card.pet .back{ + background-image:url('image/border-back-gold.png'); +} .card.monster .front{ background-image:url('image/border-silver.png'); @@ -801,13 +1061,6 @@ cursor:move; background-image:url('image/border-back-silver.png'); } -.card.pet{ - background:orange; - background: radial-gradient(ellipse at center, rgb(221,131,63) 23%,rgb(95,49,11) 79%,rgb(0,0,0) 100%); - background: radial-gradient(ellipse at center, rgba(255,102,0,1) 14%,rgba(153,17,0,1) 76%); -} - - /*ABILITIES*/ .card .abilities{ height:280px; @@ -1009,7 +1262,7 @@ cursor:move; top: 15px; } -.card .slot.ruby{ +.card .slot.RUBY{ background:url('image/heroSlot/hero_ruby.png'); width: 45px; height: 43px; @@ -1019,7 +1272,7 @@ cursor:move; left: 311px; } -.card .slot.emerald{ +.card .slot.EMERALD{ background:url('image/heroSlot/hero_emerald.png'); width: 43px; height: 45px; @@ -1030,8 +1283,8 @@ cursor:move; z-index: 2; } -.card .slot.saphire{ - background:url('image/heroSlot/hero_saphire.png'); +.card .slot.SAPPHIRE{ + background:url('image/heroSlot/hero_sapphire.png'); width: 45px; height: 43px; display: inline-block; @@ -1041,7 +1294,7 @@ cursor:move; z-index: 2; } -.card .slot.citrine{ +.card .slot.CITRINE{ background:url('image/heroSlot/hero_citrine.png'); width: 42px; height: 46px; diff --git a/css/cardItem.css b/css/cardItem.css index 6ad7347..3c1e95e 100644 --- a/css/cardItem.css +++ b/css/cardItem.css @@ -194,7 +194,8 @@ height:auto; .card .item .keywordsList{ -display:none; + display:none; + padding-left: 8px; } .card .item .keywords{ diff --git a/css/cardTimeout.css b/css/cardTimeout.css index 0b612d8..c43e064 100644 --- a/css/cardTimeout.css +++ b/css/cardTimeout.css @@ -46,7 +46,7 @@ padding: 10px; max-width: 395px; } - +/* .card.timeout.red{ background:red; background: radial-gradient(ellipse at center, rgb(212,49,38) 23%,rgb(84,16,10) 79%,rgb(0,0,0) 100%); @@ -54,9 +54,10 @@ padding: 10px; .card.timeout.green{ /*background: radial-gradient(ellipse at center, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%);*/ - background: radial-gradient(ellipse at center, #5bc6a4 1%,#429078 42%,#255246 93%); +/* background: radial-gradient(ellipse at center, #5bc6a4 1%,#429078 42%,#255246 93%); } - +*/ +/* .card.timeout.purple{ background: radial-gradient(ellipse at center, rgba(200,94,199,1) 3%,rgba(99,43,98,1) 100%); } @@ -64,7 +65,7 @@ padding: 10px; .card.timeout.yellow{ background: radial-gradient(ellipse at center, rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); } - +*/ diff --git a/css/image/heart-can.png b/css/image/heart-can.png new file mode 100644 index 0000000..61d7a54 Binary files /dev/null and b/css/image/heart-can.png differ diff --git a/css/image/heart-can.xcf b/css/image/heart-can.xcf new file mode 100644 index 0000000..c0c93ad Binary files /dev/null and b/css/image/heart-can.xcf differ diff --git a/css/image/heroSlot/hero_saphire.png b/css/image/heroSlot/hero_sapphire.png similarity index 100% rename from css/image/heroSlot/hero_saphire.png rename to css/image/heroSlot/hero_sapphire.png diff --git a/css/image/stats/banner.png b/css/image/stats/banner.png new file mode 100644 index 0000000..358910a Binary files /dev/null and b/css/image/stats/banner.png differ diff --git a/css/image/stats/banner.xcf b/css/image/stats/banner.xcf new file mode 100644 index 0000000..d20b77a Binary files /dev/null and b/css/image/stats/banner.xcf differ diff --git a/css/image/stats/de/ges.png b/css/image/stats/de/ges.png new file mode 100644 index 0000000..c310c0e Binary files /dev/null and b/css/image/stats/de/ges.png differ diff --git a/css/image/stats/de/ges.xcf b/css/image/stats/de/ges.xcf new file mode 100644 index 0000000..d61ccbd Binary files /dev/null and b/css/image/stats/de/ges.xcf differ diff --git a/css/image/stats/de/rus.png b/css/image/stats/de/rus.png new file mode 100644 index 0000000..dee7c61 Binary files /dev/null and b/css/image/stats/de/rus.png differ diff --git a/css/image/stats/de/rus.xcf b/css/image/stats/de/rus.xcf new file mode 100644 index 0000000..e2058f8 Binary files /dev/null and b/css/image/stats/de/rus.xcf differ diff --git a/css/image/stats/de/str.png b/css/image/stats/de/str.png new file mode 100644 index 0000000..7dfd879 Binary files /dev/null and b/css/image/stats/de/str.png differ diff --git a/css/image/stats/de/str.xcf b/css/image/stats/de/str.xcf new file mode 100644 index 0000000..e77eac1 Binary files /dev/null and b/css/image/stats/de/str.xcf differ diff --git a/css/image/stats/de/will.png b/css/image/stats/de/will.png new file mode 100644 index 0000000..62a574f Binary files /dev/null and b/css/image/stats/de/will.png differ diff --git a/css/image/stats/de/will.xcf b/css/image/stats/de/will.xcf new file mode 100644 index 0000000..7fa4ab4 Binary files /dev/null and b/css/image/stats/de/will.xcf differ diff --git a/css/image/stats/en/arm.png b/css/image/stats/en/arm.png new file mode 100644 index 0000000..caa89dd Binary files /dev/null and b/css/image/stats/en/arm.png differ diff --git a/css/image/stats/en/arm.xcf b/css/image/stats/en/arm.xcf new file mode 100644 index 0000000..c979cac Binary files /dev/null and b/css/image/stats/en/arm.xcf differ diff --git a/css/image/stats/en/dex.png b/css/image/stats/en/dex.png new file mode 100644 index 0000000..d13165a Binary files /dev/null and b/css/image/stats/en/dex.png differ diff --git a/css/image/stats/en/dex.xcf b/css/image/stats/en/dex.xcf new file mode 100644 index 0000000..4b17aba Binary files /dev/null and b/css/image/stats/en/dex.xcf differ diff --git a/css/image/stats/en/str.png b/css/image/stats/en/str.png new file mode 100644 index 0000000..42d1083 Binary files /dev/null and b/css/image/stats/en/str.png differ diff --git a/css/image/stats/en/str.xcf b/css/image/stats/en/str.xcf new file mode 100644 index 0000000..e77eac1 Binary files /dev/null and b/css/image/stats/en/str.xcf differ diff --git a/css/image/stats/en/will.png b/css/image/stats/en/will.png new file mode 100644 index 0000000..1d324bc Binary files /dev/null and b/css/image/stats/en/will.png differ diff --git a/css/image/stats/en/will.xcf b/css/image/stats/en/will.xcf new file mode 100644 index 0000000..7fa4ab4 Binary files /dev/null and b/css/image/stats/en/will.xcf differ diff --git a/css/image/stats/es/arm.png b/css/image/stats/es/arm.png new file mode 100644 index 0000000..734e351 Binary files /dev/null and b/css/image/stats/es/arm.png differ diff --git a/css/image/stats/es/arm.xcf b/css/image/stats/es/arm.xcf new file mode 100644 index 0000000..c979cac Binary files /dev/null and b/css/image/stats/es/arm.xcf differ diff --git a/css/image/stats/es/des.png b/css/image/stats/es/des.png new file mode 100644 index 0000000..202b408 Binary files /dev/null and b/css/image/stats/es/des.png differ diff --git a/css/image/stats/es/des.xcf b/css/image/stats/es/des.xcf new file mode 100644 index 0000000..a03779e Binary files /dev/null and b/css/image/stats/es/des.xcf differ diff --git a/css/image/stats/es/fue.png b/css/image/stats/es/fue.png new file mode 100644 index 0000000..1474d13 Binary files /dev/null and b/css/image/stats/es/fue.png differ diff --git a/css/image/stats/es/fue.xcf b/css/image/stats/es/fue.xcf new file mode 100644 index 0000000..768c30a Binary files /dev/null and b/css/image/stats/es/fue.xcf differ diff --git a/css/image/stats/es/vol.png b/css/image/stats/es/vol.png new file mode 100644 index 0000000..4ed9740 Binary files /dev/null and b/css/image/stats/es/vol.png differ diff --git a/css/image/stats/es/vol.xcf b/css/image/stats/es/vol.xcf new file mode 100644 index 0000000..3607770 Binary files /dev/null and b/css/image/stats/es/vol.xcf differ diff --git a/css/image/stats/fr/arm.png b/css/image/stats/fr/arm.png new file mode 100644 index 0000000..47c4d77 Binary files /dev/null and b/css/image/stats/fr/arm.png differ diff --git a/css/image/stats/fr/arm.xcf b/css/image/stats/fr/arm.xcf new file mode 100644 index 0000000..c979cac Binary files /dev/null and b/css/image/stats/fr/arm.xcf differ diff --git a/css/image/stats/fr/dex.png b/css/image/stats/fr/dex.png new file mode 100644 index 0000000..65cb32d Binary files /dev/null and b/css/image/stats/fr/dex.png differ diff --git a/css/image/stats/fr/dex.xcf b/css/image/stats/fr/dex.xcf new file mode 100644 index 0000000..4b17aba Binary files /dev/null and b/css/image/stats/fr/dex.xcf differ diff --git a/css/image/stats/fr/for.png b/css/image/stats/fr/for.png new file mode 100644 index 0000000..15f8f46 Binary files /dev/null and b/css/image/stats/fr/for.png differ diff --git a/css/image/stats/fr/for.xcf b/css/image/stats/fr/for.xcf new file mode 100644 index 0000000..4eb690a Binary files /dev/null and b/css/image/stats/fr/for.xcf differ diff --git a/css/image/stats/fr/vol.png b/css/image/stats/fr/vol.png new file mode 100644 index 0000000..92d72c6 Binary files /dev/null and b/css/image/stats/fr/vol.png differ diff --git a/css/image/stats/fr/vol.xcf b/css/image/stats/fr/vol.xcf new file mode 100644 index 0000000..c39cd27 Binary files /dev/null and b/css/image/stats/fr/vol.xcf differ diff --git a/css/image/status/all.png b/css/image/status/all.png new file mode 100644 index 0000000..4eb3e76 Binary files /dev/null and b/css/image/status/all.png differ diff --git a/css/image/status/all.xcf b/css/image/status/all.xcf new file mode 100644 index 0000000..23c28e7 Binary files /dev/null and b/css/image/status/all.xcf differ diff --git a/css/image/status/allI.png b/css/image/status/allI.png new file mode 100644 index 0000000..3d8f341 Binary files /dev/null and b/css/image/status/allI.png differ diff --git a/css/image/status/allSmall.png b/css/image/status/allSmall.png new file mode 100644 index 0000000..6debbb9 Binary files /dev/null and b/css/image/status/allSmall.png differ diff --git a/css/image/status/allSmall.xcf b/css/image/status/allSmall.xcf new file mode 100644 index 0000000..99ded63 Binary files /dev/null and b/css/image/status/allSmall.xcf differ diff --git a/css/image/status/allSmallI.png b/css/image/status/allSmallI.png new file mode 100644 index 0000000..fd1df55 Binary files /dev/null and b/css/image/status/allSmallI.png differ diff --git a/css/image/status/baneI.png b/css/image/status/baneI.png new file mode 100644 index 0000000..e42c8c1 Binary files /dev/null and b/css/image/status/baneI.png differ diff --git a/css/image/status/baneSmall.xcf b/css/image/status/baneSmall.xcf new file mode 100644 index 0000000..8cb9634 Binary files /dev/null and b/css/image/status/baneSmall.xcf differ diff --git a/css/image/status/baneSmallI.png b/css/image/status/baneSmallI.png new file mode 100644 index 0000000..fcbbfc9 Binary files /dev/null and b/css/image/status/baneSmallI.png differ diff --git a/css/image/status/baneT.xcf b/css/image/status/baneT.xcf new file mode 100644 index 0000000..63f974c Binary files /dev/null and b/css/image/status/baneT.xcf differ diff --git a/css/image/status/cold.xcf b/css/image/status/cold.xcf new file mode 100644 index 0000000..8f3115d Binary files /dev/null and b/css/image/status/cold.xcf differ diff --git a/css/image/status/coldI.png b/css/image/status/coldI.png new file mode 100644 index 0000000..a5d7e66 Binary files /dev/null and b/css/image/status/coldI.png differ diff --git a/css/image/status/coldSmall.xcf b/css/image/status/coldSmall.xcf new file mode 100644 index 0000000..52ce911 Binary files /dev/null and b/css/image/status/coldSmall.xcf differ diff --git a/css/image/status/coldSmallI.png b/css/image/status/coldSmallI.png new file mode 100644 index 0000000..3ce5583 Binary files /dev/null and b/css/image/status/coldSmallI.png differ diff --git a/css/image/status/dangerousSmallI.png b/css/image/status/dangerousSmallI.png new file mode 100644 index 0000000..43fa0d4 Binary files /dev/null and b/css/image/status/dangerousSmallI.png differ diff --git a/css/image/status/dangerousSmallI.xcf b/css/image/status/dangerousSmallI.xcf new file mode 100644 index 0000000..0f330ad Binary files /dev/null and b/css/image/status/dangerousSmallI.xcf differ diff --git a/css/image/status/fireI.png b/css/image/status/fireI.png new file mode 100644 index 0000000..cf8fd6e Binary files /dev/null and b/css/image/status/fireI.png differ diff --git a/css/image/status/fireSmall.png b/css/image/status/fireSmall.png index 4d04097..f799e9d 100644 Binary files a/css/image/status/fireSmall.png and b/css/image/status/fireSmall.png differ diff --git a/css/image/status/fireSmall.xcf b/css/image/status/fireSmall.xcf new file mode 100644 index 0000000..60bdce3 Binary files /dev/null and b/css/image/status/fireSmall.xcf differ diff --git a/css/image/status/fireSmallI.png b/css/image/status/fireSmallI.png new file mode 100644 index 0000000..93ffafd Binary files /dev/null and b/css/image/status/fireSmallI.png differ diff --git a/css/image/status/fireT.xcf b/css/image/status/fireT.xcf new file mode 100644 index 0000000..ca1b54c Binary files /dev/null and b/css/image/status/fireT.xcf differ diff --git a/css/image/status/hexI.png b/css/image/status/hexI.png new file mode 100644 index 0000000..2b7fc6d Binary files /dev/null and b/css/image/status/hexI.png differ diff --git a/css/image/status/hexSmall.xcf b/css/image/status/hexSmall.xcf new file mode 100644 index 0000000..e7b4a25 Binary files /dev/null and b/css/image/status/hexSmall.xcf differ diff --git a/css/image/status/hexSmallI.png b/css/image/status/hexSmallI.png new file mode 100644 index 0000000..81bd3f8 Binary files /dev/null and b/css/image/status/hexSmallI.png differ diff --git a/css/image/status/hexT.xcf b/css/image/status/hexT.xcf new file mode 100644 index 0000000..6f6caa0 Binary files /dev/null and b/css/image/status/hexT.xcf differ diff --git a/css/image/status/iceI.png b/css/image/status/iceI.png new file mode 100644 index 0000000..dde834b Binary files /dev/null and b/css/image/status/iceI.png differ diff --git a/css/image/status/iceT.xcf b/css/image/status/iceT.xcf new file mode 100644 index 0000000..fb094a9 Binary files /dev/null and b/css/image/status/iceT.xcf differ diff --git a/css/image/status/immobile.png b/css/image/status/immobile.png new file mode 100644 index 0000000..cdf4477 Binary files /dev/null and b/css/image/status/immobile.png differ diff --git a/css/image/status/immobile.xcf b/css/image/status/immobile.xcf new file mode 100644 index 0000000..491d57c Binary files /dev/null and b/css/image/status/immobile.xcf differ diff --git a/css/image/status/immobileI.png b/css/image/status/immobileI.png new file mode 100644 index 0000000..dbdf621 Binary files /dev/null and b/css/image/status/immobileI.png differ diff --git a/css/image/status/immobileSmall.png b/css/image/status/immobileSmall.png new file mode 100644 index 0000000..da23d26 Binary files /dev/null and b/css/image/status/immobileSmall.png differ diff --git a/css/image/status/immobileSmall.xcf b/css/image/status/immobileSmall.xcf new file mode 100644 index 0000000..9383a5c Binary files /dev/null and b/css/image/status/immobileSmall.xcf differ diff --git a/css/image/status/immobileSmallI.png b/css/image/status/immobileSmallI.png new file mode 100644 index 0000000..4efd958 Binary files /dev/null and b/css/image/status/immobileSmallI.png differ diff --git a/css/image/status/knockdownI.png b/css/image/status/knockdownI.png new file mode 100644 index 0000000..79a48c4 Binary files /dev/null and b/css/image/status/knockdownI.png differ diff --git a/css/image/status/knockdownSmall.xcf b/css/image/status/knockdownSmall.xcf new file mode 100644 index 0000000..2ba6776 Binary files /dev/null and b/css/image/status/knockdownSmall.xcf differ diff --git a/css/image/status/knockdownSmallI.png b/css/image/status/knockdownSmallI.png new file mode 100644 index 0000000..9a3a335 Binary files /dev/null and b/css/image/status/knockdownSmallI.png differ diff --git a/css/image/status/knockdownT.xcf b/css/image/status/knockdownT.xcf new file mode 100644 index 0000000..5e76fe0 Binary files /dev/null and b/css/image/status/knockdownT.xcf differ diff --git a/css/image/status/poisonI.png b/css/image/status/poisonI.png new file mode 100644 index 0000000..513eeef Binary files /dev/null and b/css/image/status/poisonI.png differ diff --git a/css/image/status/poisonSmall.xcf b/css/image/status/poisonSmall.xcf new file mode 100644 index 0000000..e6994a5 Binary files /dev/null and b/css/image/status/poisonSmall.xcf differ diff --git a/css/image/status/poisonSmallI.png b/css/image/status/poisonSmallI.png new file mode 100644 index 0000000..f3abd96 Binary files /dev/null and b/css/image/status/poisonSmallI.png differ diff --git a/css/image/status/poisonT.xcf b/css/image/status/poisonT.xcf new file mode 100644 index 0000000..e5bdac3 Binary files /dev/null and b/css/image/status/poisonT.xcf differ diff --git a/css/image/status/slowI.png b/css/image/status/slowI.png new file mode 100644 index 0000000..da31d3a Binary files /dev/null and b/css/image/status/slowI.png differ diff --git a/css/image/status/slowSmall.xcf b/css/image/status/slowSmall.xcf new file mode 100644 index 0000000..0745f78 Binary files /dev/null and b/css/image/status/slowSmall.xcf differ diff --git a/css/image/status/slowSmallI.png b/css/image/status/slowSmallI.png new file mode 100644 index 0000000..61ac3e4 Binary files /dev/null and b/css/image/status/slowSmallI.png differ diff --git a/css/image/status/slowT.xcf b/css/image/status/slowT.xcf new file mode 100644 index 0000000..fb5e465 Binary files /dev/null and b/css/image/status/slowT.xcf differ diff --git a/css/style.css b/css/style.css index 17f3bc9..7eaae35 100644 --- a/css/style.css +++ b/css/style.css @@ -153,22 +153,41 @@ display:none; @media print { -/*.card{ -transform: scale(0.5,0.5); -}*/ + /*.card{ + transform: scale(0.5,0.5); + }*/ -/*@page { -margin: 0cm; -}*/ + /*@page { + margin: 0cm; + }*/ -body{ -margin:0; + body{ + margin:0; + } + .pageHeader{ + display:none; + } + + /*.pageFooter{ + display:none; + }*/ } -.pageHeader{ -display:none; + +.sdccBar { + display: inline; } -/*.pageFooter{ -display:none; -}*/ +.discordDiv { + display: inline; + float: right; + text-align: right; +} + +.discordLink { + background: none; } + +.discordButton { + width: auto; + height: 40px; +} \ No newline at end of file diff --git a/image/background/Archive/DI.20211005_2309.png b/image/background/Archive/DI.20211005_2309.png new file mode 100644 index 0000000..a713c5f Binary files /dev/null and b/image/background/Archive/DI.20211005_2309.png differ diff --git a/image/background/Archive/FB.20211005_2309.png b/image/background/Archive/FB.20211005_2309.png new file mode 100644 index 0000000..ca79038 Binary files /dev/null and b/image/background/Archive/FB.20211005_2309.png differ diff --git a/image/background/Archive/FB.20211005_2332.xcf b/image/background/Archive/FB.20211005_2332.xcf new file mode 100644 index 0000000..25a5e5e Binary files /dev/null and b/image/background/Archive/FB.20211005_2332.xcf differ diff --git a/image/background/Archive/GM.20211005_2309.png b/image/background/Archive/GM.20211005_2309.png new file mode 100644 index 0000000..3b62649 Binary files /dev/null and b/image/background/Archive/GM.20211005_2309.png differ diff --git a/image/background/Archive/GM.20211005_2333.xcf b/image/background/Archive/GM.20211005_2333.xcf new file mode 100644 index 0000000..2b82c48 Binary files /dev/null and b/image/background/Archive/GM.20211005_2333.xcf differ diff --git a/image/background/Archive/MT1.20211005_2309.png b/image/background/Archive/MT1.20211005_2309.png new file mode 100644 index 0000000..494450f Binary files /dev/null and b/image/background/Archive/MT1.20211005_2309.png differ diff --git a/image/background/Archive/MT1.20211005_2332.xcf b/image/background/Archive/MT1.20211005_2332.xcf new file mode 100644 index 0000000..01afe66 Binary files /dev/null and b/image/background/Archive/MT1.20211005_2332.xcf differ diff --git a/image/background/Archive/MT4.20211005_2309.png b/image/background/Archive/MT4.20211005_2309.png new file mode 100644 index 0000000..41fab87 Binary files /dev/null and b/image/background/Archive/MT4.20211005_2309.png differ diff --git a/image/background/Archive/MT4.20211005_2332.xcf b/image/background/Archive/MT4.20211005_2332.xcf new file mode 100644 index 0000000..ba115ba Binary files /dev/null and b/image/background/Archive/MT4.20211005_2332.xcf differ diff --git a/image/background/Archive/MT5.20211005_2309.png b/image/background/Archive/MT5.20211005_2309.png new file mode 100644 index 0000000..f638d7a Binary files /dev/null and b/image/background/Archive/MT5.20211005_2309.png differ diff --git a/image/background/Archive/MT5.20211005_2332.xcf b/image/background/Archive/MT5.20211005_2332.xcf new file mode 100644 index 0000000..de06450 Binary files /dev/null and b/image/background/Archive/MT5.20211005_2332.xcf differ diff --git a/image/background/Archive/MT6.20211005_2309.png b/image/background/Archive/MT6.20211005_2309.png new file mode 100644 index 0000000..689bcbe Binary files /dev/null and b/image/background/Archive/MT6.20211005_2309.png differ diff --git a/image/background/Archive/MT6.20211005_2332.xcf b/image/background/Archive/MT6.20211005_2332.xcf new file mode 100644 index 0000000..99180a5 Binary files /dev/null and b/image/background/Archive/MT6.20211005_2332.xcf differ diff --git a/image/background/Archive/MT7.20211005_2309.png b/image/background/Archive/MT7.20211005_2309.png new file mode 100644 index 0000000..684c6ea Binary files /dev/null and b/image/background/Archive/MT7.20211005_2309.png differ diff --git a/image/background/Archive/MT7.20211005_2332.xcf b/image/background/Archive/MT7.20211005_2332.xcf new file mode 100644 index 0000000..cf20916 Binary files /dev/null and b/image/background/Archive/MT7.20211005_2332.xcf differ diff --git a/image/background/Archive/RR2.20211005_2309.png b/image/background/Archive/RR2.20211005_2309.png new file mode 100644 index 0000000..552e00b Binary files /dev/null and b/image/background/Archive/RR2.20211005_2309.png differ diff --git a/image/background/Archive/RR2.20211005_2334.xcf b/image/background/Archive/RR2.20211005_2334.xcf new file mode 100644 index 0000000..3a8e172 Binary files /dev/null and b/image/background/Archive/RR2.20211005_2334.xcf differ diff --git a/image/background/Archive/RRI1.20211005_2309.png b/image/background/Archive/RRI1.20211005_2309.png new file mode 100644 index 0000000..b0395a6 Binary files /dev/null and b/image/background/Archive/RRI1.20211005_2309.png differ diff --git a/image/background/Archive/RRI1.20211005_2334.xcf b/image/background/Archive/RRI1.20211005_2334.xcf new file mode 100644 index 0000000..1c1998b Binary files /dev/null and b/image/background/Archive/RRI1.20211005_2334.xcf differ diff --git a/image/background/black.png b/image/background/black.png new file mode 100644 index 0000000..57b6444 Binary files /dev/null and b/image/background/black.png differ diff --git a/image/background/blue.png b/image/background/blue.png new file mode 100644 index 0000000..2e447a9 Binary files /dev/null and b/image/background/blue.png differ diff --git a/image/background/brown.png b/image/background/brown.png new file mode 100644 index 0000000..2506da0 Binary files /dev/null and b/image/background/brown.png differ diff --git a/image/background/colors.xcf b/image/background/colors.xcf new file mode 100644 index 0000000..8d5e7f7 Binary files /dev/null and b/image/background/colors.xcf differ diff --git a/image/background/cyan.png b/image/background/cyan.png new file mode 100644 index 0000000..6770d86 Binary files /dev/null and b/image/background/cyan.png differ diff --git a/image/background/pic1685577_md.jpg b/image/background/fae_wood.jpg similarity index 100% rename from image/background/pic1685577_md.jpg rename to image/background/fae_wood.jpg diff --git a/image/background/frostbyte_5.png b/image/background/frostbyte_5.png new file mode 100644 index 0000000..c363895 Binary files /dev/null and b/image/background/frostbyte_5.png differ diff --git a/image/background/glauerdoom_moor_4.png b/image/background/glauerdoom_moor_4.png new file mode 100644 index 0000000..8a497d5 Binary files /dev/null and b/image/background/glauerdoom_moor_4.png differ diff --git a/image/background/gray.png b/image/background/gray.png new file mode 100644 index 0000000..6b9de72 Binary files /dev/null and b/image/background/gray.png differ diff --git a/image/background/green.png b/image/background/green.png new file mode 100644 index 0000000..5673c2b Binary files /dev/null and b/image/background/green.png differ diff --git a/image/background/midnightTower_4.png b/image/background/midnightTower_4.png new file mode 100644 index 0000000..c1a350a Binary files /dev/null and b/image/background/midnightTower_4.png differ diff --git a/image/background/midnightTower_5.png b/image/background/midnightTower_5.png new file mode 100644 index 0000000..f5f2aa2 Binary files /dev/null and b/image/background/midnightTower_5.png differ diff --git a/image/background/midnightTower_6.png b/image/background/midnightTower_6.png new file mode 100644 index 0000000..b088588 Binary files /dev/null and b/image/background/midnightTower_6.png differ diff --git a/image/background/midnightTower_7.png b/image/background/midnightTower_7.png new file mode 100644 index 0000000..84a806b Binary files /dev/null and b/image/background/midnightTower_7.png differ diff --git a/image/background/midnightTower_8.png b/image/background/midnightTower_8.png new file mode 100644 index 0000000..6950a44 Binary files /dev/null and b/image/background/midnightTower_8.png differ diff --git a/image/background/nas.png b/image/background/nas_1.png similarity index 100% rename from image/background/nas.png rename to image/background/nas_1.png diff --git a/image/background/nas_3.png b/image/background/nas_3.png new file mode 100644 index 0000000..789d444 Binary files /dev/null and b/image/background/nas_3.png differ diff --git a/image/background/nas-moondeck.png b/image/background/nas_4.png similarity index 100% rename from image/background/nas-moondeck.png rename to image/background/nas_4.png diff --git a/image/background/orange.png b/image/background/orange.png new file mode 100644 index 0000000..7eaf027 Binary files /dev/null and b/image/background/orange.png differ diff --git a/image/background/f8ebe365c206a57065d4970fb91b5d78.jpg b/image/background/pirate_cove.jpg similarity index 100% rename from image/background/f8ebe365c206a57065d4970fb91b5d78.jpg rename to image/background/pirate_cove.jpg diff --git a/image/background/purple.png b/image/background/purple.png new file mode 100644 index 0000000..f5006f4 Binary files /dev/null and b/image/background/purple.png differ diff --git a/image/background/red.png b/image/background/red.png new file mode 100644 index 0000000..21d0ffe Binary files /dev/null and b/image/background/red.png differ diff --git a/image/background/rri_1.png b/image/background/rri_1.png new file mode 100644 index 0000000..47e27c8 Binary files /dev/null and b/image/background/rri_1.png differ diff --git a/image/background/rri_2.png b/image/background/rri_2.png new file mode 100644 index 0000000..111cc7f Binary files /dev/null and b/image/background/rri_2.png differ diff --git a/image/background/ships_in_night.png b/image/background/ships_in_night.png new file mode 100644 index 0000000..c2157a1 Binary files /dev/null and b/image/background/ships_in_night.png differ diff --git a/image/background/transparent.png b/image/background/transparent.png new file mode 100644 index 0000000..088a419 Binary files /dev/null and b/image/background/transparent.png differ diff --git a/image/background/white.png b/image/background/white.png new file mode 100644 index 0000000..bd9bf71 Binary files /dev/null and b/image/background/white.png differ diff --git a/image/background/yellow.png b/image/background/yellow.png new file mode 100644 index 0000000..721580c Binary files /dev/null and b/image/background/yellow.png differ diff --git a/image/borders/boss.png b/image/borders/boss.png new file mode 100644 index 0000000..ed01e2a Binary files /dev/null and b/image/borders/boss.png differ diff --git a/image/borders/unknown (1).png b/image/borders/unknown (1).png new file mode 100644 index 0000000..af87bdd Binary files /dev/null and b/image/borders/unknown (1).png differ diff --git a/image/borders/unknown (10).png b/image/borders/unknown (10).png new file mode 100644 index 0000000..5bc8132 Binary files /dev/null and b/image/borders/unknown (10).png differ diff --git a/image/borders/unknown (2).png b/image/borders/unknown (2).png new file mode 100644 index 0000000..7c65206 Binary files /dev/null and b/image/borders/unknown (2).png differ diff --git a/image/borders/unknown (3).png b/image/borders/unknown (3).png new file mode 100644 index 0000000..bd931f8 Binary files /dev/null and b/image/borders/unknown (3).png differ diff --git a/image/borders/unknown (4).png b/image/borders/unknown (4).png new file mode 100644 index 0000000..3383256 Binary files /dev/null and b/image/borders/unknown (4).png differ diff --git a/image/borders/unknown (5).png b/image/borders/unknown (5).png new file mode 100644 index 0000000..39d20f5 Binary files /dev/null and b/image/borders/unknown (5).png differ diff --git a/image/borders/unknown (6).png b/image/borders/unknown (6).png new file mode 100644 index 0000000..5bb9b64 Binary files /dev/null and b/image/borders/unknown (6).png differ diff --git a/image/borders/unknown (7).png b/image/borders/unknown (7).png new file mode 100644 index 0000000..35edba0 Binary files /dev/null and b/image/borders/unknown (7).png differ diff --git a/image/borders/unknown (8).png b/image/borders/unknown (8).png new file mode 100644 index 0000000..9c1bd25 Binary files /dev/null and b/image/borders/unknown (8).png differ diff --git a/image/borders/unknown (9).png b/image/borders/unknown (9).png new file mode 100644 index 0000000..29a2f0c Binary files /dev/null and b/image/borders/unknown (9).png differ diff --git a/image/borders/unknown.png b/image/borders/unknown.png new file mode 100644 index 0000000..7a1e27c Binary files /dev/null and b/image/borders/unknown.png differ diff --git a/index.html b/index.html index 9d47f60..6b940d8 100644 --- a/index.html +++ b/index.html @@ -46,16 +46,17 @@ --> - + SDE Card Creator - + + - + @@ -161,6 +162,8 @@ + + @@ -186,15 +189,25 @@
-