Advertisement
herzegovina

wip

Mar 9th, 2023 (edited)
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. /* archived shitty spacehey theme. Yay. */
  2.  
  3.  
  4. /* lil image */
  5. main::before {
  6. width: 99%;
  7. height: 150px;
  8. display: block;
  9. background-image: url("http://37.media.tumblr.com/03b0369f0a2b0e919321e90b227a6478/tumblr_mrwua5zbOh1qa09fco1_500.gif");
  10. background-position: center;
  11. background-size: cover;
  12. content: "";
  13. border: 1.3px solid #111224;
  14. box-shadow: 0px 0px 10px #9ba7ba;
  15. align-content: center;
  16. transition: 0.3s filter ease;
  17. filter: brightness(1);
  18. }
  19.  
  20. /* PROFILE */
  21. body {
  22. background: none;
  23. font-family: "times new roman";
  24. font-size: 15px;
  25. }
  26.  
  27. a {
  28. color: #3e6fbd;
  29. letter-spacing: none;
  30. transition: all 0.3s ease;
  31. text-shadow: 0px 0px 2px #3e6fbd;
  32. }
  33.  
  34. a:hover {
  35. text-decoration: none;
  36. letter-spacing: 1px;
  37. color: #7ba5e8;
  38. text-shadow: 0px 0px 2px #7ba5e8;
  39. }
  40.  
  41. .profile, main {
  42. background: none;
  43. }
  44.  
  45. .profile h1 {
  46. font-size: 30px;
  47. color: white;
  48. letter-spacing: 0px;
  49. text-shadow: -1px 0 #3e6fbd, 0 1px #3e6fbd, 1px 0 #3e6fbd, 0 -1px #3e6fbd;
  50. line-height: 1px;
  51. padding-top: 10px;
  52. transition: 0.3s letter-spacing ease;
  53. }
  54.  
  55. .profile h1:hover {
  56. letter-spacing: 1.3px;
  57. }
  58.  
  59. .profile-pic:hover {
  60. animation: shake 0.5s;
  61. animation-iteration-count: infinite;
  62. }
  63.  
  64. .profile .contact, .profile .url-info, .profile .table-section, .home-actions {
  65. border: none;
  66. font-family: helvetica;
  67. font-weight: normal;
  68. text-transform: lowercase;
  69. }
  70.  
  71. .profile .contact .heading, .profile .table-section .heading, .home-actions .heading {
  72. background: none;
  73. color: #2a2c52;
  74. }
  75.  
  76. @keyframes shake {
  77. 0% { transform: translate(1px, 1px) rotate(0deg); }
  78. 10% { transform: translate(-1px, -2px) rotate(-1deg); }
  79. 20% { transform: translate(-3px, 0px) rotate(1deg); }
  80. 30% { transform: translate(3px, 2px) rotate(0deg); }
  81. 40% { transform: translate(1px, -1px) rotate(1deg); }
  82. 50% { transform: translate(-1px, 2px) rotate(-1deg); }
  83. 60% { transform: translate(-3px, 1px) rotate(0deg); }
  84. 70% { transform: translate(3px, 1px) rotate(-1deg); }
  85. 80% { transform: translate(-1px, -1px) rotate(1deg); }
  86. 90% { transform: translate(1px, 2px) rotate(0deg); }
  87. 100% { transform: translate(1px, -2px) rotate(-1deg); }
  88. }
  89.  
  90. /* ONLINE */
  91. .online {
  92. color: #4f6ea1;
  93. font-family: helvetica;
  94. margin-top: -5px;
  95. }
  96.  
  97. .online > img {
  98. filter: hue-rotate(105deg) brightness(0.9);
  99. }
  100.  
  101. /* MOOD */
  102. .mood > p {
  103. margin-top: 10px;
  104. line-height: 5px;
  105. font-family: helvetica;
  106. }
  107.  
  108. .profile .mood {
  109. margin-bottom: 20px;
  110. margin-top: 10px;
  111. }
  112.  
  113. .profile-info {
  114. border: none;
  115. padding: 1px;
  116. }
  117.  
  118. /* TABLE */
  119. .profile .table-section .details-table td{
  120. background: none;
  121. }
  122.  
  123. .profile .table-section .details-table td:first-child {
  124. font-family: helvetica;
  125. text-transform: lowercase;
  126. color: #2a2c52;
  127. }
  128.  
  129. /* FRIENDS */
  130. .profile .friends .person img:not(.icon) {
  131. transform: scale(1);
  132. -webkit-mask-image: url(https://external-media.spacehey.net/media/stHBSDNmU3h92Mh5Qd40WNXNwO7T4xGTwS5xy2tfU8kg=/https://i.ibb.co/hR6MYPw/star-rounded-png.png);
  133. -webkit-mask-size: 90%;
  134. -webkit-mask-repeat: no-repeat;
  135. transition: all 0.3s ease;
  136. }
  137.  
  138. .profile .friends .person img:not(.icon):hover {
  139. transform: scale(1.2);
  140. }
  141.  
  142. /* COLUMNS */
  143. main .left, .right > .blurbs, .friends, .blog-preview {
  144. background: white;
  145. padding: 3px;
  146. margin-top: 10px;
  147. }
  148.  
  149. .friends > #comments {
  150. margin-top: 5px;
  151. }
  152.  
  153. main .left, main .right {
  154. padding: 10px;
  155. }
  156.  
  157. /* COMMENTS */
  158. .comments-table td img {
  159. margin-left: 0px;
  160. transition: all 0.3s ease;
  161. -webkit-mask-image: url(https://external-media.spacehey.net/media/stHBSDNmU3h92Mh5Qd40WNXNwO7T4xGTwS5xy2tfU8kg=/https://i.ibb.co/hR6MYPw/star-rounded-png.png);
  162. -webkit-mask-size: 90%;
  163. -webkit-mask-repeat: no-repeat;
  164. -webkit-mask-position: center;
  165.  
  166. }
  167.  
  168. .comments-table:hover td img:hover {
  169. margin-left: 10px;
  170. }
  171.  
  172. .comments-table td button {
  173. border: none;
  174. background: none;
  175. font-weight: bold;
  176. text-decoration: none;
  177. }
  178.  
  179. .comments-table td {
  180. background: none;
  181. }
  182.  
  183. .comments-table td:first-child{
  184. background: none;
  185. }
  186.  
  187. /* FOOTER */
  188. footer {
  189. background: none;
  190. margin-top: 10px;
  191. font-family: helvetica;
  192. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement