1
0
Fork 0

New poem: hotdog

This commit is contained in:
Lethe Beltane 2022-06-05 20:53:21 -05:00
parent bb7fdd3714
commit 93481c630f
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
16 changed files with 204 additions and 228 deletions

BIN
css/Konton_no_Tsukai.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

View file

@ -1,8 +1,12 @@
<!--
/* https://gamebanana.com/skins/149836 */
/* *donkey kong voice* oh these are some pretty cool anarchist theory */
/* *a giant renzo novatore appears* */
/* AAAAAAAAAAAAAAAAAAAAAAAA */
/* "Blue" for Layout V2 */
body {
background-color: #000000;
font-size: large;
@ -65,3 +69,5 @@ hr {
border-top: 3px dashed;
color: #068DB9;
}
-->

View file

@ -1,68 +0,0 @@
/* Edelgard did nothing wrong */
/* friendship ended with Rhea, now Edelgard is my best friend */
body {
background-color: #000000;
font-size: large;
margin: auto;
margin-top:40px;
font-family: monospace;
color: #D6EDF5;
}
div.help, body.mayvaneday {
max-width:900px;
padding:0 10px;
}
table.web {
border: 1px solid white;
border-collapse: collapse;
}
table {
width: 100%;
padding: 3px;
}
th {
text-align: left;
}
h1, h2 {
font-family: monospace;
color: #cecd8c;
}
p {
font-family: monospace;
font-size: 120%;
}
li {
font-family: monospace;
color: #c7bf8d;
font-size: 120%;
}
blockquote {
font-size: 100%;
}
a, a:visited {
font-family: monospace;
color: #a1c28d;
text-decoration: none;
}
b, strong {
font-family: monospace;
color: #d89b38;
}
pre, code {
color: #85C8E0;
}
i, em, cite {
font-family: monospace;
color: #eed95f;
}
hr {
border: 0;
border-top: 3px dashed;
color: #758f63;
}

View file

@ -1,3 +1,7 @@
<!--
/* "Jett" for Layout V3 */
@media only screen and (min-width: 900px) {
body {
float: right;
@ -88,3 +92,5 @@ img.big {
50% { background-position: 100% 50%; }
100% { background-position: 0px 50%; }
}
-->

96
css/jett_3ds.css Executable file
View file

@ -0,0 +1,96 @@
<!--
/* "Jett 3DS" for Layout V3 */
@media only screen and (min-width: 900px) {
body {
float: right;
padding-right: 70px;
min-width: 500px;
overflow: scroll;
overflow-x: hidden;
}
}
body {
background-image: url("./css/jett_3ds.png");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-color: #000000;
background-position: top left;
font-family: monospace;
color: #FFFFFF;
max-width:900px;
margin: auto;
font-size: large;
margin-bottom: 10px;
}
.index {
max-width: 670px;
}
a, a:visited {
text-decoration: none;
color: inherit;
}
.box, .card, nav {
margin-top: 3%;
margin-left: auto;
margin-right: auto;
background: #242424;
padding: 10px 10px 5px 20px;
}
.box-smaller {
max-width: 700px;
}
table {
width: 100%;
padding: 3px;
}
article a, ul a, td a, .bruh {
text-decoration: underline;
}
hr {
display: none;
}
b, strong {
color: #685b71;
}
i, em, code {
color: #7daeaa;
}
img.big {
width: 100%;
height: auto;
}
/* https://orangeable.com/css/animated-gradient-text */
.lesbian {
background: linear-gradient(-45deg, #D52D00, #EF7627, #FF9A56, #FFFFFF, #D162A4, #B55690, #A30262);
background-size: 300%;
font-weight: bold;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: animated_text 8s ease-in-out infinite;
-moz-animation: animated_text 8s ease-in-out infinite;
-webkit-animation: animated_text 8s ease-in-out infinite;
}
@keyframes animated_text {
0% { background-position: 0px 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0px 50%; }
}
-->

View file

@ -1,40 +0,0 @@
body {
background-image: url(./back.gif);
background-color: #000000;
font-family: monospace;
color: #FFFFFF;
max-width:900px;
margin: auto;
font-size: large;
}
a, a:visited {
text-decoration: none;
color: inherit;
}
.box, nav {
margin-top: 3%;
margin-left: auto;
margin-right: auto;
box-shadow: 5px 5px 5px 5px black;
background: #000000;
padding: 10px 10px 5px 20px;
}
.box-smaller {
max-width: 700px;
}
table {
width: 100%;
padding: 3px;
}
article a, ul a, td a {
text-decoration: underline;
}
hr {
display: none;
}

View file

@ -1,3 +1,7 @@
<!--
/* "Melia" for Layout V3 */
@media only screen and (min-width: 900px) {
body {
float: right;
@ -57,3 +61,5 @@ img.big {
width: 100%;
height: auto;
}
-->

View file

@ -1,47 +0,0 @@
body {
background-color: #000000;
font-size: large;
margin: auto;
margin-top:40px;
font-family: monospace;
color: #f5d6e4;
}
div.help, body.mayvaneday {
max-width:900px;
padding:0 10px;
}
h1, h2 {
font-family: monospace;
color: #4f6599;
}
p {
font-family: monospace;
font-size: 120%;
}
li, blockquote {
font-family: monospace;
color: #ff99cc;
}
a, a:visited {
font-family: monospace;
color: #ff1a8c;
text-decoration: none;
}
b, strong {
font-family: monospace;
color: #b52f73;
}
pre, code {
color: #e085b3;
}
i, em {
font-family: monospace;
color: #ffb3da;
}
hr {
border: 0;
border-top: 3px dashed;
color: #b90656;
}

View file

@ -1,3 +1,7 @@
<!--
/* "Pyra" for Layout V3 */
@media only screen and (min-width: 900px) {
body {
float: right;
@ -57,3 +61,5 @@ img.big {
width: 100%;
height: auto;
}
-->