panel.html 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <style>
  2. table {
  3. border-collapse: collapse;
  4. }
  5. table,
  6. th,
  7. td {
  8. padding: 5px;
  9. border: 1px solid rgba(124, 133, 146, 0.5);
  10. }
  11. .cunny-img {
  12. width: 70%;
  13. }
  14. .blur-img {
  15. filter: blur(120px);
  16. width: 100%;
  17. height: 100%;
  18. }
  19. .cunny-img:hover {
  20. filter: blur(0);
  21. }
  22. .cunny-overflow {
  23. overflow: hidden;
  24. }
  25. .random-cunny {
  26. width: auto;
  27. height: auto;
  28. max-width: 200px;
  29. max-height: 200px;
  30. display: block;
  31. margin: auto;
  32. }
  33. .cunny-uoh {
  34. width: auto;
  35. height: auto;
  36. max-width: 500px;
  37. }
  38. </style>
  39. <div style="margin-left:12px; margin-right:12px">
  40. <h3 style="text-align:center">
  41. <p>Links and Wotnot</p>
  42. </h3>
  43. <p>
  44. <table style="width:100%;table-layout:fixed;">
  45. <tr><td colspan="12" style="font-weight: bold; text-align: center;">Welcome to Cunnyborea 😭💢</td></tr>
  46. <tr>
  47. <td colspan="12" class="cunny-row cunny-overflow">
  48. <div id="cunny-container" clas="random-cunny-container cunny-overflow">
  49. <img src="https://luv.cunnyborea.space/get_random_cunny" class="cunny-img random-cunny blur-img" id="fav-cunny"
  50. alt="Reload for more cunny!">
  51. </div>
  52. </td>
  53. </tr>
  54. <tr>
  55. <td colspan="4" style="font-weight: bold;">PleromaFE</td>
  56. <td colspan="8" style="text-align: center;">
  57. <a href="https://luv.cunnyborea.space" rel="noopener noreferrer nofollow" target="_blank">clearnet</a>
  58. &nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
  59. <a href="http://cunnyai4psuhdd4jhxc3oivg3kagchxjznnztmtp3yvcav7dptluylqd.onion" rel="noopener noreferrer nofollow" target="_blank">onion</a></td>
  60. </tr>
  61. <tr>
  62. <td colspan="4" style="font-weight: bold;">Bloat</td>
  63. <td colspan="8" style="text-align: center;">
  64. <a href="https://bloat.cunnyborea.space" rel="noopener noreferrer nofollow" target="_blank">clearnet</a>
  65. &nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
  66. <s><a href="#" rel="noopener noreferrer nofollow" title="Unavailable until I figure out how to make it work with tor" style="pointer-events: none;" target="_blank">onion</a></s></td>
  67. </td>
  68. </tr>
  69. <tr>
  70. <td colspan="4" style="font-weight: bold;">Coalbox</td>
  71. <td colspan="8" style="text-align: center;">
  72. <a href="https://coalbox.cunnyborea.space" rel="noopener noreferrer nofollow" target="_blank">clearnet</a>
  73. &nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
  74. <a href="http://coalbox.cunnyai4psuhdd4jhxc3oivg3kagchxjznnztmtp3yvcav7dptluylqd.onion" rel="noopener noreferrer nofollow" target="_blank">onion</a></td>
  75. </td>
  76. </tr>
  77. </table>
  78. </p>
  79. </div>