diff --git a/assets/background-clouds.jpg b/assets/background-clouds.jpg deleted file mode 100644 index 43e2444..0000000 Binary files a/assets/background-clouds.jpg and /dev/null differ diff --git a/assets/background-clouds.png b/assets/background-clouds.png deleted file mode 100644 index 97145de..0000000 Binary files a/assets/background-clouds.png and /dev/null differ diff --git a/assets/background-grass.jpg b/assets/background-grass.jpg deleted file mode 100644 index 9917d3a..0000000 Binary files a/assets/background-grass.jpg and /dev/null differ diff --git a/assets/background-grass.png b/assets/background-grass.png deleted file mode 100644 index a8bcf10..0000000 Binary files a/assets/background-grass.png and /dev/null differ diff --git a/assets/background-grassb.jpg b/assets/background-grassb.jpg deleted file mode 100644 index 03ef537..0000000 Binary files a/assets/background-grassb.jpg and /dev/null differ diff --git a/assets/background-index.jpg b/assets/background-index.jpg deleted file mode 100644 index bad5126..0000000 Binary files a/assets/background-index.jpg and /dev/null differ diff --git a/assets/background-repeat.jpg b/assets/background-repeat.jpg deleted file mode 100644 index 499b838..0000000 Binary files a/assets/background-repeat.jpg and /dev/null differ diff --git a/assets/background.jpg b/assets/background.jpg deleted file mode 100644 index 0b6cf69..0000000 Binary files a/assets/background.jpg and /dev/null differ diff --git a/assets/favicon.png b/assets/favicon.png deleted file mode 100644 index 8f4d5a8..0000000 Binary files a/assets/favicon.png and /dev/null differ diff --git a/assets/linja-nanpa.otf b/assets/linja-nanpa.otf deleted file mode 100644 index 4780233..0000000 Binary files a/assets/linja-nanpa.otf and /dev/null differ diff --git a/assets/mononoki-Regular.woff b/assets/mononoki-Regular.woff deleted file mode 100644 index a01d76d..0000000 Binary files a/assets/mononoki-Regular.woff and /dev/null differ diff --git a/assets/nasin-nanpa-2.5.1.otf b/assets/nasin-nanpa-2.5.1.otf deleted file mode 100644 index 3062c73..0000000 Binary files a/assets/nasin-nanpa-2.5.1.otf and /dev/null differ diff --git a/assets/script.js b/assets/script.js deleted file mode 100644 index df618da..0000000 --- a/assets/script.js +++ /dev/null @@ -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 = ["pali e ijo", "poka e soweli tan musi Pokenon", "toki mute lon jan ni: ona li wawa tawa lawa mi", "pana e ijo pona", "kute e kalama musi nanpa wan", "toki e ijo pona pi toki pona", "pali e ni: sina o lukin e sitelen tawa pona ni", "pali e sitelen", "pana e musi", "pana e kalama musi ike", 'toki e pona pi olin mi']; - 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"); -} - diff --git a/assets/stylesheet.css b/assets/stylesheet.css deleted file mode 100644 index 54c0406..0000000 --- a/assets/stylesheet.css +++ /dev/null @@ -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; -}