t3ch13-c0l0rs

r0tsune freebie custom

Nov 25th, 2021 (edited)
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. <style>
  2.  
  3. body {
  4. background-image: url(https://i.imgur.com/xn7lVCw.jpeg);
  5. }
  6.  
  7. * {
  8. font-family: courier new;
  9. cursor: url(https://cur.cursors-4u.net/nature/nat-4/nat368.cur), auto!important;
  10. }
  11.  
  12. a {
  13. transition-duration: .3s
  14. }
  15.  
  16. a:hover {
  17. letter-spacing: .5px;
  18. transition-duration: .3s;
  19. text-decoration: none
  20. }
  21.  
  22. .online {
  23. color: #90fc03
  24. }
  25.  
  26. .online img:before{
  27. content: url(https://i.imgur.com/rUVLHPj.jpg)
  28. }
  29.  
  30. img {
  31. transition-duration: 0.5s
  32. }
  33.  
  34. img:hover {
  35. filter: brightness(75%) grayscale(100%) sepia(100%) hue-rotate(
  36. 240deg) saturate(200%) contrast(1.5);
  37. }
  38.  
  39.  
  40. <!-- navigation -->
  41.  
  42. nav {
  43. margin-bottom: 10px!important;
  44.  
  45. }
  46.  
  47. .top {
  48. background-color: #000!important;
  49. color: white!important;
  50. }
  51.  
  52. .top.a{
  53. color: white!important;
  54. }
  55.  
  56. nav a {
  57. color: black!important;
  58. font-weight: 800
  59. }
  60.  
  61. nav a:hover {
  62. color: #000dff!important;
  63. text-decoration: none!important
  64. }
  65.  
  66. .links {
  67. background-color: #ff1269!important;
  68. margin-bottom: 10px!important;
  69. position: sticky!important;
  70. color: black!important;
  71. }
  72.  
  73. <!-- footer -->
  74.  
  75. footer.ul{
  76. background-color: transparent!important;
  77. position: static!important;
  78. }
  79.  
  80. footer:after {
  81. content: "css by hara @hopeiess"
  82. }
  83.  
  84. footer .links {
  85. background-color: transparent!important;
  86. }
  87.  
  88. footer a{
  89. color: #000dff!important;
  90. }
  91.  
  92. footer p{
  93. text-shadow: -1px 0 #ff00dc, 0 1px #ff00dc, 1px 0 #ff00dc, 0 -1px #ff00dc;
  94. }
  95.  
  96. footer {
  97. background: url(https://t4.ftcdn.net/jpg/03/79/19/67/360_F_379196791_QurOEU05GUSQBlyjllWUG03PdoIx4oFL.jpg);
  98.  
  99. }
  100.  
  101. nav .links li:not(:last-child)::after, footer .links li:not(:last-child)::after {
  102. content: " ♀ "; }
  103.  
  104.  
  105. main {
  106. background: #000!important;
  107. color: white
  108. }
  109.  
  110. .profile .blurbs .heading, .profile .friends .heading {
  111. background-image: linear-gradient(to right, #ff0000, #ff8800, #ffe100, #09ff00, #00fff2, #0073ff, #1100ff, #8c00ff)!important;
  112. color: white
  113. }
  114.  
  115. .profile .contact .heading, .profile .table-section .heading, .home-actions .heading {
  116. background-image: linear-gradient(to right, #ff0000, #ff8800, #ffe100, #09ff00, #00fff2, #0073ff, #1100ff, #8c00ff)!important;
  117. }
  118.  
  119. main a {
  120. color: #ff00dc
  121. }
  122.  
  123. main a:hover {
  124. color: #000dff
  125. }
  126.  
  127.  
  128. <!-- -->
  129.  
  130. td {
  131. background-color: #ff00dc!important
  132. }
  133.  
  134. td a{
  135. color: #000!important
  136. }
  137.  
  138. td p {
  139. color: #000
  140. }
  141.  
  142. button, [type="button"], [type="reset"], [type="submit"] {
  143. background-color: #ff00dc!important;
  144. color: #000;
  145. cursor: pointer;
  146. border: inset 3px #000dff;
  147. }
  148.  
  149. input {
  150. background-color: #000!important;
  151. color: #ff00dc;
  152. border: inset 3px #ff00dc;
  153. }
  154. </style>
  155.  
Add Comment
Please, Sign In to add comment