Advertisement
SquishyTheMage

nine iron profile

Jul 27th, 2022 (edited)
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css2?family=Changa:wght@600&display=swap');
  3.  
  4. ::-webkit-scrollbar {
  5. width: 0px
  6. }
  7. ::-webkit-scrollbar-thumb {
  8. border-width: 0px 0px 0px 0px
  9. }
  10. ::-webkit-scrollbar-track {
  11. border-width: 0
  12. }
  13. ::-webkit-scrollbar {
  14. height: 0px;
  15. overflow: visible;
  16. width: 0px;
  17. }
  18. ::-webkit-scrollbar-button {
  19. height: 0;
  20. width: 0;
  21. }
  22. ::-webkit-scrollbar-track {
  23. background-clip: padding-box;
  24. border: solid transparent;
  25. border-width: 0 0 0 0px;
  26. }
  27. ::-webkit-scrollbar-track:horizontal {
  28. border-width: 0px 0 0
  29. }
  30.  
  31. body {
  32. background: url('https://www.creativefabrica.com/wp-content/uploads/2020/03/14/A-city-background-with-many-buildings-Graphics-3653585-1.jpg');
  33. background-position: center;
  34. background-size:100%;
  35. background-repeat: no-repeat;
  36. cursor: url('https://i.imgur.com/Y0IkpTz.png'), default;}
  37. .lin1 {position: absolute; top: 50px; height: 10px; width: 10px; background: transparent; border-radius: 50%; -webkit-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
  38. .lin1:hover { background:transparent;}
  39.  
  40. .lin2 {position: absolute; top: 50px; height: 10px; width: 10px; background: transparent; border-radius: 50%; -webkit-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
  41. .lin2:hover { background:transparent;}
  42.  
  43. .lin3 {position: absolute; top: 50px; height: 10px; width: 10px; background: transparent; border-radius: 50%; -webkit-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
  44. .lin3:hover {background:transparent;}
  45.  
  46. .lin4 {position: absolute; top: 50px; height: 10px; width: 10px; background: transparent; border-radius: 50%; -webkit-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
  47. .lin4:hover {background:transparent;}
  48.  
  49. #li1 {left:5%; z-index: 12; top:40%;}
  50. #li2 {left:5%; z-index: 12; top:45%;}
  51. #li3 {leftt:5%; z-index: 12; top:50%;}
  52. #li4 {leftt:5%; z-index: 12; top:55%;}
  53.  
  54. .container {
  55. position: absolute;
  56. margin-top:10%;
  57. margin-left:18%;
  58. width:450px;
  59. height: 386px;
  60. padding: 10px 12px 11px 10px;
  61. background-size:cover;
  62. background-image: url();
  63. background-repeat:no-repeat;
  64. outline: solid 6px #000;
  65. }
  66. #nineiron {
  67. position: absolute;
  68. top: 17%;
  69. right:30%;
  70. width: 40%;
  71. height: 65%;
  72. background-image: url('https://i.imgur.com/vwzfWAP.png');
  73. background-repeat: no-repeat;
  74. background-position: fixed;
  75. background-size: 43%;
  76. z-index: 999;
  77.  
  78. }
  79. #name {
  80. position: absolute;
  81. top:86.5%;
  82. left:66%;
  83. width: 40%;
  84. height:25%;
  85. background-image: url('https://i.imgur.com/oALr0yM.png');
  86. background-repeat: no-repeat;
  87. background-position: fixed;
  88. background-size: 62.5%;
  89. z-index: 999;
  90. -webkit-transform: scaleX(-1);
  91. transform: scaleX(-1);
  92. }
  93. .thecontent {
  94. background-color:transparent;
  95. border: none;
  96. color: #ffffff;
  97. font-size: 15px;
  98. font-family: 'Changa', sans-serif;
  99. text-transform: uppercase;
  100. height: 130px;
  101. left:17%;
  102. opacity:0;
  103. overflow: auto;
  104. padding: 5px;
  105. position: fixed;
  106. text-align: left;
  107. top:30%;
  108. width:270px;
  109. height:260px;
  110. -webkit-transition: all 0.2s ease-in;
  111. -moz-transition: all 0.2s ease-in;
  112. -ms-transition: all 0.2s ease-in;
  113. -o-transition: all 0.2s ease-in;
  114. transition: all 0.2s ease-in;
  115. }
  116.  
  117. .thecontent:target {
  118. background-color: transparent;
  119. border: none;
  120. left: 20%;
  121. opacity: 1;
  122. overflow: auto;
  123. padding: 5px;
  124. position: fixed;
  125. top:25%;
  126. width:270px;
  127. height:255px;
  128. z-index: 40;
  129. }
  130.  
  131.  
  132. </style>
  133. <a href="#01"><div id="li1" class="lin1"><img src="https://i.imgur.com/yVjdDJG.png" width="60"></div></a>
  134. <a href="#02"><div id="li2" class="lin2"><img src="https://i.imgur.com/yVjdDJG.png" width="60"></div></a>
  135. <a href="#03"><div id="li3" class="lin3"><img src="https://i.imgur.com/yVjdDJG.png" width="60"></div></a>
  136. <a href="#reset"><div id="li4" class="lin4"><img src="https://i.imgur.com/yVjdDJG.png" width="60"></div></a>
  137.  
  138. <div id="nineiron"></div>
  139.  
  140. <div class="container">
  141. <div id="name"></div>
  142. <div id="01" class="thecontent">
  143. <b>Name:</b> <font style="float:right">---</font><br>
  144. <b>Nickname(s):</b> <font style="float:right">---</font><br>
  145. <b>Age:</b> <font style="float:right">---</font><br>
  146. <b>Race:</b> <font style="float:right">---</font><br>
  147. <b>Heritage:</b><font style="Float:right">---</font><br>
  148. <b>Pronouns:</b><font style="Float:right">---</font><br>
  149. <b>Birthday:</b><font style="float:right">---</font><br>
  150. <b>Eye color:</b><font style="float:right">---</font><br>
  151. <b>Hair color:</b><font style="float:right">---</font><br>
  152. <b>Height:</b><font style="float:right">---</font><br>
  153. <b>Weight:</b><font style="float:right">---</font><br>
  154. <b>Occupation:</b><font style="float:right">---</font><br>
  155. <b>Orientation:</b><font style="float:right">---</font><br>
  156. </div>
  157. <div id="02" class="thecontent">
  158. test test test test test test test
  159. </div>
  160. <div id="03" class="thecontent">
  161. Tests Tests Tests
  162. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement