Advertisement
Werewire

Leviathan Myth Dark Mode Lair CSS Template

Mar 3rd, 2024 (edited)
930
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.31 KB | None | 0 0
  1. <style>
  2. html {
  3. background: #000;
  4. background-image: url('https://i.ibb.co/D9ygQN8/black-scales.png');
  5. background-size: 160px;}
  6. body {
  7. font-family: 'Open Sans', sans-serif;
  8. color: #fff;}
  9. footer {
  10. background: #0e0015;}
  11. footer a {
  12. color: #a28eaf;}
  13. footer a:hover {
  14. color: #f4e7fd;
  15. text-decoration: underline;}
  16. .sm-footer {
  17. background: url(../images/banners/footer.png) no-repeat;
  18. color: white;}
  19. header {
  20. background: #16001a;}
  21. .sm-header {
  22. background: url(../images/banners/header.png) no-repeat;}
  23. .wrapper {
  24. background: #000;}
  25. .content-wrapper {
  26. background: #101010 !important;}
  27. .content {
  28. border-left: 1px dotted #292929 !important;;
  29. background: #161616 !important;}
  30. .sidebar {
  31. background: #101010;}
  32. .icon {
  33. background: #292929;
  34. border: 12px solid #292929;
  35. content: url(https://i.ibb.co/YycXVhv/prideplush-enby.png) !important;}
  36. .welcome-banner {
  37. background: #161616;
  38. color: #fff;}
  39. .info-banner {
  40. background: #101010;
  41. color: #fff;}
  42. /* LINKS */
  43. a {
  44. color: #d56dff;}   
  45. a:hover {
  46. color:#e7b5ff;}
  47. .a {
  48. background-color: #333333;
  49. border: 1px solid #855299;}
  50. .b {
  51. background-color: #855299;
  52. border: 1px solid #574761;
  53. border-radius: 5px;
  54. color: #ffffff;}
  55. .c {
  56. background-color: #333333;
  57. border: 1px solid #c4c4c4;
  58. border-radius: 5px;}
  59. .alt {
  60. background-color: #e6e6e6;}
  61. .sidebar-nav li {
  62. background-color: #4d4d4d;
  63. color: white;}
  64. nav {
  65. background-color: #292929;}
  66. nav li {
  67. color: white;}
  68. nav li:hover, .sidebar-nav li:hover {
  69. background-color: rgba(0, 0, 0, 0.15);
  70. transition: .3s background-color;
  71. color: white;}
  72. nav li a, .sidebar-nav a {
  73. color: #ffffff;
  74. text-decoration: none;
  75. display: block;}
  76. nav li a:hover, .sidebar-nav a:hover {
  77. color: #d56dff;
  78. text-decoration: underline;}
  79. div, td {
  80. font-family: Verdana;
  81. color: #fff;}
  82. input[type=submit], input[type=button] {
  83. background-color: #855299;
  84. color: white;}
  85. input[type=submit]:hover, input[type=button]:hover {
  86. background-color: #553a53;}
  87. /* Status Symbol Colors */
  88. .for-private-sale {
  89. color: gray;}
  90. .for-public-sale {
  91. color: green;}
  92. .male {
  93. color: #3399cc;}
  94. .female {
  95. color: pink;}
  96. .bond-low {
  97. color: #990000;}
  98. .hungry {
  99. color: #7b503e;}
  100. .for-stud {
  101. color: #cc3333;}
  102. .battling {
  103. color: #cc6633;}
  104. .locked {
  105. color: #336699;}
  106. /* Custom Bits */
  107. .success a {
  108. color: #16001a;}
  109. .success a:hover {
  110. color: #574761}</style>
Tags: CSS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement