Dark Animopron

Dark theme for animopron.com

  1. /* ==UserStyle==
  2. @name Dark Animopron
  3. @description Dark theme for animopron.com
  4. @namespace Hentaidup
  5. @version 1.0.1
  6. @author Hentiedup
  7. @license unlicense
  8. @preprocessor stylus
  9. ==/UserStyle== */
  10. @-moz-document domain("animopron.com") {
  11. html,
  12. body {
  13. background-color: #151515;
  14. color: #CCC;
  15. }
  16. #main,
  17. .hentry {
  18. background-color: #252525;
  19. color: #CCC;
  20. }
  21. .hentry {
  22. border-bottom: 1px solid #444;
  23. }
  24.  
  25. .hentry h1 a {
  26. color: #c96d03;
  27. }
  28.  
  29. .site-footer,
  30. .site-info {
  31. background-color: #252525;
  32. }
  33.  
  34. .below-post,
  35. #commentform,
  36. h1.page-title {
  37. background-color: rgba(0, 0, 0, 0);
  38. }
  39.  
  40. .commentlist .fn,
  41. .pinglist .ping-link {
  42. color: #FFF;
  43. }
  44. .commentlist .comment-body p {
  45. color: #DDD;
  46. }
  47.  
  48. input[type="text"],
  49. input[type="email"],
  50. input[type="url"],
  51. input[type="password"],
  52. input[type="search"],
  53. textarea,
  54. input[type="text"]:focus,
  55. input[type="email"]:focus,
  56. input[type="url"]:focus,
  57. input[type="password"]:focus,
  58. input[type="search"]:focus,
  59. textarea:focus {
  60. background-color: #353535;
  61. color: #CCC;
  62. }
  63. #submit {
  64. background-color: darkgreen;
  65. }
  66.  
  67. .imgur-embed-iframe-pub {
  68. border: none;
  69. box-shadow: none;
  70. }
  71. }
  72.  
  73. @-moz-document domain("imgur.com") {
  74. html[stylus-iframe*="animopron.com"] body {
  75. background-color: #303030;
  76. }
  77. html[stylus-iframe*="animopron.com"] body .embed-footer #title-text {
  78. color: #DDD;
  79. }
  80. }