dark_theme_for_neocities.html 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="icon" type="image/png" href="logo.png" />
  5. <title>Dark theme for Neocities</title>
  6. <link href="style.css" rel="stylesheet" type="text/css" media="all">
  7. <body>
  8. <!-- -->
  9. <!-- Because you are reading this, it must mean only one thing; you -->
  10. <!-- are looking at our page source, well, hope you like the -->
  11. <!-- look of it! -->
  12. <!-- -->
  13. <!-- The Penny's Pages Wiki was made by members of the Neocities -->
  14. <!-- webhost, for your enjoyment, and our pain. We hope that you are -->
  15. <!-- enjoying reading our articles. -->
  16. <!-- -->
  17. <!-- Penny's Pages is composed of original material, and may be used -->
  18. <!-- as long as you follow CC BY-NC-SA 3.0 -->
  19. <!-- -->
  20. <!-- Our URL: https://thewikion.neocities.org/ -->
  21. <!-- -->
  22. <!-- Enjoy the rest of your night, young Internet search astronaut! -->
  23. <!-- -->
  24. <h1>Dark theme for Neocities</h1>
  25. <i><tt>Also see <a href="neocities_dark_simple.html">Neocities Dark Simple</a></tt></i>
  26. <p><i>Dark theme for Neocities</i> (also known as "neodark.css") is a dark theme made for all pages on neocities.org (but not any of the subdomains, eg gwtagacw.neocities.org would not be affected by this). The dark theme was made by Neocities user hosma in December 2017.</p>
  27. <p>To run the theme you will need a browser add-on such as <a href="https://userstyles.org" target="_blank">Styles</A> (free of charge, will work with most browsers).</p>
  28. <p>The code was released into the Public Domain by hosma around the same time as it was published online, this means that you may do whatever you like with the code; you are free to copy, modify, publish, use, sell or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means you like.</p>
  29. <p>As hosma has a <a href="cuntyolk.html">sense of humour</a>, he put in a number of Easter eggs in the code, here are some of the more noteworthy ones;</p>
  30. For line 206 to 208<br>
  31. <pre>/***
  32. **** Other shit like tutorials and upgrade to supporter and stuff
  33. ***/
  34. </pre>
  35. For line 212 to 213<br>
  36. <pre>
  37. /* Backgrounds and stuff on pages I guess
  38. Stuff like /tutorials/ for example */
  39. </pre>
  40. For line 231 to 240<br>
  41. <pre>
  42. /**** Everything below is optional ****/
  43. /**** In other words, don't bother ****/
  44. /* Shit I don't care about and nobobdy probably ever will
  45. so come on now, just remove this entire section, nobody
  46. wants a custom theme for the tutorials, the images take
  47. up most of the screen and they're white anyway. */
  48. </pre>
  49. <p>You can find the official code for the theme on <a href="https://github.com/isvinc3s/neodark.css" target="_blank">hosma's GitHub page</a>, you can also find a local copy of the code by clicking <a href="img/darktheme.css">here</a>.</p>
  50. <img src="img/neodark_1.png" onmouseover="this.src=' img/neodark_2.png '" onmouseout="this.src=' img/neodark_1.png '" hspace=15 vspace=5>
  51. <hr>
  52. <tt>References<br>
  53. I. one<br>
  54. <a href=""></a> [<a href="">Internet Archive</a>, <a href="">archive.is</a>]
  55. </tt>
  56. <font color="black"><center>&#x2605;</center></font>
  57. </body>
  58. </html>