Advertisement
neeapollo

Futarino (Harumaki Gohan) CSS for Win93 Myspace

Oct 26th, 2020 (edited)
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.92 KB | None | 0 0
  1. body {
  2. background: #00072a;
  3. background-image: url(https://harumakigohan.com/ftr/img/top_back4.png);
  4. background-attachment: fixed;
  5. background-size: contain;
  6. background-repeat: no-repeat;
  7. background-position: center top;
  8. color: #e6f3ff;
  9. font-family: Cambria, Georgia, serif;
  10. }
  11.  
  12. .boxInfo {
  13. border: 0px;}
  14. .player {
  15.     padding: 4px;
  16.     margin-top: 40px;
  17.     margin-bottom: 20px;
  18. background: linear-gradient(0deg, rgba(227,191,73,1) 0%, rgba(161,43,154,1) 48%, rgba(41,56,230,1) 100%);
  19. background-position: center;
  20. background-size: 200%;
  21.     color: #000;
  22.     width: calc(100% - 10px );
  23.     border: 1px solid #00072a;
  24. border-radius: 12px;
  25. box-shadow: 0 0 20px #00072a;
  26. }
  27.  
  28.  
  29. div#about img {
  30. border-radius: 100px;
  31. }
  32.  
  33.  
  34. .avatar, .extended {
  35. border-radius: 10%;
  36. box-shadow: 0 0 20px #00072a;
  37. border: 0px;
  38. }
  39.  
  40. .tableLeft, .tableRight, .rightHead, .boxHead {
  41. box-shadow: 0 0 10px #00072a;
  42. background-color: #00072a;
  43. border-radius: 5px;
  44. }
  45.  
  46.  
  47. div#header {
  48.     background: black;
  49.     border-bottom: 1px solid black;
  50. }
  51. div#hSub {
  52. background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(255,255,255,0.49740318490677526) 49%, rgba(0,0,0,1) 100%);
  53. }
  54. div#header {text-align: center;}
  55. a.logo {
  56. font-size: 0px;
  57. }
  58. a.logo::after {
  59. content: "~ daisuki datta wasuresou na hodo ~";
  60. font-size: 15px;
  61. color: #e6f3ff;
  62. font-family: Cambria, Georgia, serif;
  63. letter-spacing: 10px;
  64. }
  65.  
  66. div#top img {
  67. box-shadow: 0 0 10px #00072a;
  68. background-color: #00072a;
  69. border-radius: 100%;
  70. }
  71.  
  72.  
  73.  
  74.  
  75. div#footer {
  76.     position: fixed;
  77.     top: 40px;
  78.     right: 49%;
  79.     font-size: 0px;
  80. }
  81. div#footer::after {
  82.     content: url(https://harumakigohan.com/ftr/img/nana.gif);
  83.     contain: content;
  84. }
  85. .url {
  86.     position: fixed;
  87.     top: 40px;
  88.     left: 82.5%;
  89.     font-size: 0px;
  90.     border: 0px;
  91. }
  92. .url::after {
  93.     content: url(https://harumakigohan.com/ftr/img/lili.gif);
  94.     contain: content;
  95. }
  96.  
  97. .url, #footer {
  98.   z-index: -1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement