terms-of-service.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. <style>
  2. .tooltip {
  3. position: relative;
  4. display: inline-block;
  5. border-bottom: 1px dotted black;
  6. }
  7. .tooltip .tooltiptext {
  8. visibility: hidden;
  9. width: 120px;
  10. background-color: #0363a2;
  11. color: #fff;
  12. text-align: center;
  13. border-radius: 6px;
  14. padding: 5px 0;
  15. /* Position the tooltip */
  16. position: absolute;
  17. z-index: 1;
  18. top: -5px;
  19. right: 105%;
  20. }
  21. .tooltip:hover .tooltiptext {
  22. visibility: visible;
  23. }
  24. .spoiler1,
  25. .spoiler2,
  26. .spoiler3 {
  27. color: black;
  28. background-color: black;
  29. }
  30. .spoiler1:hover {
  31. color: white;
  32. }
  33. .spoiler2:hover {
  34. background-color: white;
  35. }
  36. .spoiler3:hover {
  37. background-color: yellow;
  38. }
  39. .center {
  40. margin: auto;
  41. width: 100%;
  42. display: flex;
  43. justify-content: center;
  44. }
  45. .video-center {
  46. width: 100%;
  47. height: 240px;
  48. }
  49. .emoji-size {
  50. height: 20px;
  51. }
  52. .bigass-title {
  53. font-size: xx-large;
  54. }
  55. .annoying-red-font {
  56. color: #ff0000;
  57. }
  58. .blink {
  59. animation: blink 0.75s step-start infinite;
  60. }
  61. .cunny-img {
  62. width: 70%;
  63. }
  64. .blur-img {
  65. filter: blur(120px);
  66. width: 100%;
  67. height: 100%;
  68. }
  69. .cunny-img:hover {
  70. filter: blur(0);
  71. }
  72. .cunny-overflow {
  73. overflow: hidden;
  74. }
  75. .random-cunny {
  76. width: auto;
  77. height: auto;
  78. max-width: 300px;
  79. max-height: 300px;
  80. display: block;
  81. margin: auto;
  82. }
  83. .cunny-uoh {
  84. width: auto;
  85. height: auto;
  86. max-width: 500px;
  87. }
  88. @keyframes blink {
  89. 0% {
  90. opacity: 1;
  91. }
  92. 50% {
  93. opacity: 0;
  94. }
  95. 100% {
  96. opacity: 1;
  97. }
  98. }
  99. </style>
  100. <h2>About Cunnyborea</h2>
  101. <div class="center">
  102. <video class="video-center" controls loop autopictureinpicture preload>
  103. <source src="https://lalilulelo.pankeeki.art/fedi-assets/cunnyborea.mp4" type="video/mp4" />
  104. </video>
  105. </div>
  106. <div style="justify-content: center;display: flex;">
  107. <p><i>This video is all you need to know about us </i>🤷‍♂️</p>
  108. </div>
  109. <hr>
  110. <h2>Register/Sign Up</h2>
  111. <p>Due repeated cases of ghosting and account deactivation, Cunnyborea is <b style="font-size:x-large">not</b> accepting signup applications nor handing out invites for the time being. If you want a fediverse account, head
  112. over to another instance. <span class="spoiler3">Don't insist, don't make me waste my time vetting you just so you can deactivate 5 minutes later.</span>
  113. </p>
  114. <hr>
  115. <h2 id="site-rules">Site Rules</h2>
  116. <ol>
  117. <li>Media content should follow the instance thematic.</li>
  118. <li>Racism and slurs are ok.</li>
  119. <li>Mark NSFW as sensitive.</li>
  120. <li>Don't pick unnecessary and/or needless fights.</li>
  121. <li>No fedposting.</li>
  122. <li>No doxxing/self-doxxing.</li>
  123. <li>Don't post or repost any content illegal in the US or Denmark.</li>
  124. <li>tl;dr just behave and don't make me go janny.</li>
  125. </ol>
  126. <p>If you have any questions, ask the admin.</p>
  127. <hr>
  128. </hr>
  129. <h2 id="federation-rules">Federation Rules</h2>
  130. <p>
  131. We block (i.e. MRF Reject) instances that:
  132. </p>
  133. <ul>
  134. <li>Pose an existential threat to Cunnyborea</li>
  135. <li>Host bad-faith actors</li>
  136. <li>Engage in data scraping or spam</li>
  137. <li>Post or distribute gay shit</li>
  138. <li>Ruin all the fun</li>
  139. </ul>
  140. <hr>
  141. <h2>Regarding the Matrix server</h2>
  142. <p>We have issues with media posted from <a href="https://matrix.org" target="_blank">matrix.org</a>, (i.e. <b>we can't see shit</b>).
  143. It's an issue on their end. If you want to join our space/rooms, send a request from any other matrix server. <span class="spoiler3"> Seriously, matrix.org is run by kikes,
  144. so we don't want to do anything with it. Stop being niggercattle, stop using jewish shit, stop the goyslopfaggotry.</span>
  145. </p>
  146. <hr>
  147. <h2>Other info of interest</h2>
  148. <p>The Admin reserves the right of changing the rules and the status of federation.</p>
  149. <hr>
  150. <h2>Contact</h2>
  151. <p>If you need to contact the admin for any reason please send and email to
  152. <a href=" mailto:staff@cunnyborea.space">staff@cunnyborea.space</a>. There's no guarantee you'll get any reply,
  153. thou.
  154. </p>
  155. <hr>
  156. <h2>Uoh?</h2>
  157. <p>Uooooh cunny 😭</p>
  158. <div class="center cunny-overflow">
  159. <img class="cunny-img blur-img" src="https://lalilulelo.pankeeki.art/fedi-assets/nahidauohcunnymapc.jpg" />
  160. </div>