1
0
Fork 0

New post: Separatism: Redux

This commit is contained in:
Lethe Beltane 2022-07-29 21:30:55 -05:00
parent 79f10b9224
commit 419e0f83e4
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
43 changed files with 343 additions and 139 deletions

0
css/Konton_no_Tsukai.png Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Before After
Before After

BIN
css/crow_banner.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

96
css/konton.css Executable file
View file

@ -0,0 +1,96 @@
<!--
/* "Konton no Tsukai" 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/Konton_no_Tsukai.png");
background-repeat: no-repeat;
background-size: contain;
background-attachment: fixed;
background-color: #000000;
background-position: bottom 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: #80ff80;
}
i, em, code {
color: #ccffcc;
}
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%; }
}
-->

40
css/star.svg Executable file
View file

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 55.867 55.867" style="enable-background:new 0 0 55.867 55.867;" xml:space="preserve">
<path d="M55.818,21.578c-0.118-0.362-0.431-0.626-0.808-0.681L36.92,18.268L28.83,1.876c-0.168-0.342-0.516-0.558-0.896-0.558
s-0.729,0.216-0.896,0.558l-8.091,16.393l-18.09,2.629c-0.377,0.055-0.689,0.318-0.808,0.681c-0.117,0.361-0.02,0.759,0.253,1.024
l13.091,12.76l-3.091,18.018c-0.064,0.375,0.09,0.754,0.397,0.978c0.309,0.226,0.718,0.255,1.053,0.076l16.182-8.506l16.18,8.506
c0.146,0.077,0.307,0.115,0.466,0.115c0.207,0,0.413-0.064,0.588-0.191c0.308-0.224,0.462-0.603,0.397-0.978l-3.09-18.017
l13.091-12.761C55.838,22.336,55.936,21.939,55.818,21.578z" style="fill:#ffffff"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB