okokok this is GOOD

This commit is contained in:
tess 2022-05-28 13:22:33 +02:00
parent 347da793f7
commit c7086b8627
14 changed files with 0 additions and 343 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 852 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,60 +0,0 @@
function changeText(id, text) {
var display = document.getElementById(id);
display.innerHTML = "";
display.innerHTML = text;
}
function toggleText(id) {
var display = document.getElementById(id);
if (display.classList.contains('hide')) {
display.classList.remove('hide');
} else {
display.classList.add('hide');
}
}
function toggleTextClass(cla) {
var display = document.getElementsByClassName(cla);
for(var i = (display.length - 1); i >= 0; i--)
{
if (display[i].classList.contains('hide')) {
display[i].classList.remove('hide');
} else {
display[i].classList.add('hide');
}
}
}
function randomizeTextOne(id, id2) {
var array = ["<a href='made'>pali e ijo</a>", "<a href='good/shinx'>poka e soweli tan musi Pokenon</a>", "<a href='good/blorbos'>toki mute lon jan ni: ona li wawa tawa lawa mi</a>", "<a href='good'>pana e ijo pona</a>", "<a href='good/music'>kute e kalama musi nanpa wan</a>", "<a href='good/tokipona'>toki e ijo pona pi toki pona</a>", "<a href='good/videos'>pali e ni: sina o lukin e sitelen tawa pona ni</a>", "<a href='made/art'>pali e sitelen</a>", "<a href='made/games'>pana e musi</a>", "<a href='made/music'>pana e kalama musi ike</a>", '<a href="tess/gay"; id=gush onmouseover="changeText(&#39;gush&#39;,&#39;olin mi li ale tawa mi a,, ona li sewi li suwi li a!! mi olin e ona&#39;)"; onmouseout="changeText(&#39;gush&#39;,&#39;toki e pona pi olin mi&#39;)">toki e pona pi olin mi</a>'];
var randInt = getRandomInt(0, array.length);
var randInt2 = randInt;
while (randInt2 === randInt) {
randInt2 = getRandomInt(0, array.length);
}
var item = array[randInt];
var item2 = array[randInt2];
var display = document.getElementById(id);
var display2 = document.getElementById(id2);
display.innerHTML = item;
display2.innerHTML = item2;
}
function getRandomInt(min, max) {
min = Math.ceil(min);
max = Math.floor(max);
return Math.floor(Math.random() * (max - min)) + min
}
function headerLink() {
var id = "";
var url = window.location.href.toString();
if (url.includes("#")) {
id = url.slice(url.lastIndexOf("#")+1);
} else { return }
toggleText(id + "t");
}

View File

@ -1,283 +0,0 @@
@font-face {
font-family: mononoki;
src:url("mononoki-Regular.woff")
}
@font-face {
font-family: linja nanpa;
src:url("nasin-nanpa-2.5.1.otf")
}
body {
background-color: #031014;
color: #ee8def;
font-family: mononoki, linja nanpa;
font-size:115%;
background-image:url("background-clouds.png"), url(background-grass.png), url("background-repeat.jpg");
background-repeat: no-repeat, no-repeat, repeat;
background-position: center top, center bottom, center;
}
@media all and (min-width: 900px) {
.box {
border: 3px solid #e63e62;
background-color: rgba(3,16,20,0.8);
margin-left: 100px;
margin-bottom: 25px;
padding:10px;
}
.box-title {
margin-bottom: 0px;
margin-left: 80px;
}
.list {
border: 3px solid #e63e62;
background-color: rgba(3,16,20,0.8);
margin-bottom: 25px;
margin-left: 100px;
padding:10px;
width: max-content;
}
}
@media all and (min-width: 1000px) {
.box {
border: 3px solid #e63e62;
background-color: rgba(3,16,20,0.8);
margin-left: 100px;
margin-bottom: 25px;
width: 40%;
padding:10px;
}
.box-title {
margin-left: 80px;
}
.list {
border: 3px solid #e63e62;
background-color: rgba(3,16,20,0.8);
margin-bottom: 25px;
padding:10px;
width: max-content;
}
}
@media all and (max-width: 900px) {
.box {
border: 3px solid #e63e62;
background-color: rgba(3,16,20,0.8);
margin-bottom: 25px;
padding:10px;
}
.list {
border: 3px solid #e63e62;
background-color: rgba(3,16,20,0.8);
padding:10px;
}
}
@media all and (min-width: 1921px) {
body {
background-image: none !important;
}
}
@media all and (min-height: 1081px) {
body {
background-image: none !important;
}
}
.special-background {
background-image: url("background-index.jpg");
background-repeat: no-repeat;
}
a {
text-decoration: none;
color: inherit;
}
ul {
list-style-type: "~ ";
}
li {
padding:5px;
}
.list-padding > li {
padding:10px;
}
hr {
height: 1px;
color: transparent;
background-color: transparent;
border: 0;
}
.title {
text-shadow: -2px 2px 2px #031014,
2px 2px 2px #031014,
2px -2px 2px #031014,
-2px -2px 2px #031014;
color: #e63e62;
}
h1.title {
font-size: 190%;
}
h2.title {
font-size:190%;
}
h3.title {
font-size:130%
}
.indent {
margin: 0px 0px 0px 20px;
}
.bigindent {
margin: 0px 0px 0px 50px;
}
.link {
border-bottom: 2px solid #bfef8d;
color: #bfef8d;
}
.zelda {
border-bottom: 2px solid #e63e62;
color: #e63e62;
}
a.zelda:hover, .title > a:hover, .button:hover, .answers > span:hover {
background-color: #e63e62;
color: #031014;
cursor:pointer;
text-shadow: none;
}
.bordered {
color: #bfef8d;
border-bottom: 3px solid #bfef8d;
}
.header {
color: #bfef8d;
border-bottom: 5px solid #bfef8d;
}
.title-emphasis {
color:#e63e62;
border-bottom: 4px solid #e63e62;
font-size: 150%;
}
.date {
color: #e63e62;
border-bottom: 2px solid #e63e62;
margin-bottom:0em;
margin-top:0em;
}
.hide {
display: none;
}
a:hover, title > .link:hover {
color: #031014;
background-color: #bfef8d;
}
.tagline {
color: #e63e62;
margin-top:0em;
margin-bottom:0em;
}
.blorbotitle {
margin-bottom:0em;
}
.tp-size {
font-size:125%;
}
.clickable {
cursor:pointer;
}
.box-image {
border: 3px solid #e63e62;
background-color: rgba(3,16,20,0.8);
margin:5px
}
.gay-grid {
display: inline-grid;
gap: 5px;
grid-template-columns: 40%;
}
.gay-box {
border: 3px solid #e63e62;
background-color: #031014;
}
#perfect {
grid-row-start:1;
}
#good {
grid-row-start:1;
}
.cat-boxes > .box {
margin-bottom: 50px;
}
.cat-boxes > img {
margin-bottom: 1px !important;
}
.sentence {
font-style: italic;
}
.subject {
border-bottom: solid 3px #e63e62;
color:#e63e62;
}
.predicate {
border-bottom: dashed 3px #bfef8d;
color:#bfef8d;
}
.object {
border-bottom: dotted 3px #6c56f1;
color:#6c56f1;
}
.preverb {
border-bottom: dotted 3px #f16c56;
color: #f16c56;
}
.list-entry {
font-size:125%;
}
.box-top {
margin-bottom:5px;
}
.sub-title {
margin-top:0px;
}