neeapollo

UNEDITED Untitled Win93 Myspace CSS 1

Sep 26th, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. body{
  2. background-image: url(https://wp.technologyreview.com/wp-content/uploads/2019/05/hubble-telescope-nasa-10.jpg);
  3. color: #ffffe6;
  4. font-family: serif;
  5. opacity: 1;
  6. filter: none;
  7. background-attachment: fixed;
  8. cursor: url(https://cdn.discordapp.com/attachments/710694389873377332/737105625367969852/cur1054.png),auto;
  9. }
  10.  
  11. .blog {background: transparent;}
  12.  
  13. .tableLeft {
  14. background: #343f4c5c;
  15. width: 25%;
  16. padding: 10px;
  17. vertical-align: top;
  18. overflow: hidden;
  19. border: solid #41cbe052;
  20. border-radius: 3px;
  21. backdrop-filter: blur(3px);
  22. }
  23. .tableRight {
  24. width: 75%;
  25. background: #5d71895c;
  26. padding: 10px;
  27. vertical-align: top;
  28. overflow-wrap: anywhere;
  29. border: solid #41cbe052;
  30. border-radius: 3px;
  31. backdrop-filter: blur(3px);
  32. }
  33.  
  34.  
  35. .avatar{
  36. width:200px;
  37. margin-right: 20px;
  38. cursor: zoom-in;
  39. image-orientation: from-image;
  40. border: 10px double #FFF;
  41. border-radius: 12px;
  42. background-image: url(https://66.media.tumblr.com/a820dcfc128863b53d5041d985140d26/aabe55b6f2844f0e-7f/s540x810/457013407aa6e2fe3dbe7df2d73297e3f753cd69.gif);
  43. }
  44.  
  45.  
  46. img:hover {
  47. opacity: 0.75;
  48. }
  49.  
  50. a.url {
  51. color: #9cfff0;
  52. }
  53.  
  54. .boxHead, .rightHead {
  55. background-image: url(https://66.media.tumblr.com/a820dcfc128863b53d5041d985140d26/aabe55b6f2844f0e-7f/s540x810/457013407aa6e2fe3dbe7df2d73297e3f753cd69.gif);
  56. border-radius: 12px;
  57. border: solid 1px #FFF;
  58. background-position: center;
  59. }
  60.  
  61.  
  62.  
  63. b {color:#FFF}
  64. h4 {color:#00cc7a}
  65.  
  66. .player {
  67. padding: 4px;
  68. margin-top: 40px;
  69. margin-bottom: 20px;
  70. background-image: url(https://media.discordapp.net/attachments/618194847769165868/736326880642465872/Untitled115_20200724165947.png?width=572&height=429);
  71. background-position: center;
  72. background-size: 200%;
  73. color: #000;
  74. width: calc(100% - 10px );
  75. border: 1px solid #999;
  76. border-radius: 12px;
  77. }
  78.  
  79. .url{display: none;}
  80.  
  81. a:hover {
  82. color: lightorange;
  83. }
  84.  
  85. div#header {
  86. all: unset;
  87. font-family: serif;
  88. font-size: 15px;
  89. background: black;
  90. position: fixed;
  91. width: calc( 100% - 15px );
  92. height: 22px;
  93. padding: 5px;
  94. left: 0px;
  95. top: 0px;
  96. margin-bottom: 40px;
  97. border-bottom: 1px solid black;
  98. padding-left: 10px;
  99. padding-top: 6px;
  100. overflow: hidden;
  101. z-index: 300;
  102. }
  103. div#hSub {
  104. background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(255,255,255,0.49740318490677526) 49%, rgba(0,0,0,1) 100%);
  105. font-family: serif;
  106. color: #00ffee !important;
  107.  
  108. }
  109.  
  110. div#about img {
  111. border-radius: 20px;
  112. }
  113.  
  114. div#about {
  115. border-radius: 12px;
  116. padding-left: 5px;
  117. padding-bottom: 5px;
  118. }
  119.  
  120. div#hSub a {
  121. opacity: 1;
  122. color: #000;
  123. }
  124.  
  125. .blogs {
  126. background-image: url(https://media.discordapp.net/attachments/618194847769165868/736326880642465872/Untitled115_20200724165947.png?width=572&height=429);
  127. background-position: center;
  128. background-size: 125%;
  129. border: outset #999;
  130. border-radius: 12px;
  131. padding-left: 20px;
  132. padding-top: 10px;
  133. padding-bottom: 10px;
  134. }
  135.  
  136. div.box.fwiends {
  137. background-image: url(https://media.discordapp.net/attachments/618194847769165868/736326880642465872/Untitled115_20200724165947.png?width=572&height=429);
  138. background-position: center;
  139. background-size: 125%;
  140. border: outset #999;
  141. border-radius: 12px;
  142. padding-top: 10px;
  143. }
  144.  
  145.  
  146. div#container {
  147. background-repeat: vertical;
  148. background: #000000BF;
  149.  
  150. background-position: center;
  151. border: double;
  152. margin-top: 15px;
  153. border-radius: 5px;
  154. }
  155.  
  156.  
  157. .extended {
  158. border: solid #41cbe052;
  159. text-align: center;
  160. margin-bottom: 20px;
  161. margin-top: 15px;
  162. background: #ffffff5c;
  163. border-radius: 30px;
  164. margin-left: 30px;
  165. margin-right: 30px;
  166. }
  167. .boxInfo {
  168. border: solid #41cbe052;
  169. border-radius: 12px;
  170. background: #ffffff5c;
  171. }
  172.  
  173. a.logo {
  174. font-size: 0px;
  175. }
  176.  
  177. a.logo::after {
  178. content: "~ hajimaru yo ~";
  179. font-size: 15px;
  180. color: #ff4d4d;
  181. font-family: "Trebuchet MS", Helvetica, sans-serif;
  182. font-weight: bold;
  183. }
  184.  
  185. div#header, div#hSub {text-align: center;}
  186.  
  187. .tableLeft img {
  188. max-width: calc(100%);
  189. image-orientation: from-image;
  190. border-radius: 15px;
  191. }
  192.  
  193. #age{font-size: 0px;}
  194.  
  195. #age::after {
  196. content: "[REDACTED]";
  197. font-size: 15px;
  198. }
  199. #country{display: none;}
  200. #gender{display: none;}
  201.  
  202. .topLeft:after {
  203. padding-top: 105px;
  204. padding-left: 15px;
  205. content: "yuuya is babey";
  206. white-space: pre-wrap;
  207. display: block;
  208. height: 468px;
  209. background-image: url(https://cdn.discordapp.com/attachments/618194847769165868/737475714017656902/yuuya.png);
  210. background-repeat: no-repeat, repeat, repeat, repeat, repeat;
  211. background-position: center;
  212. }
  213.  
  214. h2#name.uName:after {
  215. font-size: 17px;
  216. content: " // apollo";
  217. }
Add Comment
Please, Sign In to add comment