i miss you, jett.
45
mods/index.html
Normal file
|
@ -0,0 +1,45 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Mods - Dead End Shrine Online</title>
|
||||
<link href="./style.css" rel="stylesheet" type="text/css" title="main" media="all">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="author" content="Lethe Beltane">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Mods</h1>
|
||||
<p class="note">All previews open in a new tab.</p>
|
||||
<h2>Super Smash Bros. 4 (3DS)</h2>
|
||||
<div class="box">
|
||||
<p><img src="./pitb_bipride/preview.JPG"></p>
|
||||
<h3>Dark Pit but <del>s</del><!-- FUCK YOU SHE'S A FEMALE AND SHE'S ALSO GONNA BE MY WIFE. MY FEMALE WIFE!! -->he's the color of the bisexual pride flag</h3>
|
||||
<p>Goes over slot 3 (c02/h02)</p>
|
||||
<p><i>HAPPY VALENTINE'S DAY, JETT! I LOVE YOU!!</i> <small>Thank you for loving me back.</small></p>
|
||||
<p>It's great fun to abuse the gradient tool in GIMP, don't you know? My only complaint is the colors didn't come out as... bold as I wanted.</p>
|
||||
<p>Preview: <a href="./pitb_bipride/1.JPG" target="_blank">[1]</a> <a href="./pitb_bipride/2.JPG" target="_blank">[2]</a> <a href="./pitb_bipride/3.JPG" target="_blank">[3]</a></p>
|
||||
<p class="download"><a href="./pitb_bipride/pitb_bipride.zip">[Download]</a></p>
|
||||
</div>
|
||||
<p> </p>
|
||||
<div class="box">
|
||||
<p><img class="right" src="./reflet_f_bipride/preview.JPG"></p>
|
||||
<h3>Robin (female) but she's the color of the bisexual pride flag</h3>
|
||||
<p>Goes over slot 2 (c01/h01)</p>
|
||||
<i>
|
||||
<p>"Lethe, I'm sensing a pattern..."</p>
|
||||
<p>I just think it's a nice color scheme, okay?</p>
|
||||
</i>
|
||||
<p>Preview: <a href="./reflet_f_bipride/1.JPG" target="_blank">[1]</a> <a href="./reflet_f_bipride/2.JPG" target="_blank">[2]</a> <a href="./reflet_f_bipride/3.JPG" target="_blank">[3]</a></p>
|
||||
<p class="download"><a href="./reflet_f_bipride/reflet_f_bipride.zip">[Download]</a></p>
|
||||
</div>
|
||||
<p> </p>
|
||||
<div class="box">
|
||||
<p><img src="./palutena_pink/preview.JPG"></p>
|
||||
<h3>Palutena's pink alt but now her hair is pink too</h3>
|
||||
<p>Goes over slot 2 (c01/h01)</p>
|
||||
<p><i>MOMENLAW!!</i></p>
|
||||
<p>Protip: in GIMP, the "colorize" tool works better than the "change hue" tool.</p>
|
||||
<p>Preview: <a href="./palutena_pink/1.JPG" target="_blank">[1]</a> <a href="./palutena_pink/2.JPG" target="_blank">[2]</a> <a href="./palutena_pink/3.JPG" target="_blank">[3]</a></p>
|
||||
<p class="download"><a href="./palutena_pink/palutena_pink.zip">[Download]</a></p>
|
||||
</div>
|
||||
<p> </p>
|
||||
</body>
|
||||
</html>
|
BIN
mods/palutena_pink/1.JPG
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
mods/palutena_pink/2.JPG
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
mods/palutena_pink/3.JPG
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
mods/palutena_pink/palutena_pink.zip
Normal file
BIN
mods/palutena_pink/preview.JPG
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
mods/pitb_bipride/1.JPG
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
mods/pitb_bipride/2.JPG
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
mods/pitb_bipride/3.JPG
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
mods/pitb_bipride/pitb_bipride.zip
Normal file
BIN
mods/pitb_bipride/preview.JPG
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
mods/reflet_f_bipride/1.JPG
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
mods/reflet_f_bipride/2.JPG
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
mods/reflet_f_bipride/3.JPG
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
mods/reflet_f_bipride/preview.JPG
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
mods/reflet_f_bipride/reflet_f_bipride.zip
Normal file
44
mods/style.css
Normal file
|
@ -0,0 +1,44 @@
|
|||
body {
|
||||
background-color: #000000;
|
||||
color: #4d0066;
|
||||
max-width: 700px;
|
||||
margin: auto;
|
||||
margin-top: 10px;
|
||||
font-family: serif;
|
||||
}
|
||||
a, a:visited {
|
||||
text-decoration: underline;
|
||||
color: inherit;
|
||||
}
|
||||
.download {
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
img {
|
||||
width: 50%;
|
||||
height: auto;
|
||||
float: left;
|
||||
padding: 8px;
|
||||
}
|
||||
img.right {
|
||||
float: right !important;
|
||||
}
|
||||
.box {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background: #cc99ff;
|
||||
padding: 1px 10px 5px 10px;
|
||||
word-wrap: break-word;
|
||||
height: auto;
|
||||
}
|
||||
h1, h2, h3 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #cc99ff;
|
||||
}
|
||||
.note {
|
||||
text-align: center;
|
||||
color: #cc99ff;
|
||||
}
|