RageQxeen

Cold Truth

Aug 11th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.05 KB | None | 0 0
  1. <html>
  2. <body><style type="text/css">
  3.  
  4. @import url(https://fonts.googleapis.com/css?family=Cormorant+Unicase|Aref+Ruqaa);
  5.  
  6. html, body {
  7. background: #ccc;
  8. background-image:url("");
  9. background-size: 100%;
  10. background-repeat: repeat;
  11. background-position:center bottom;
  12. }
  13.  
  14. ::-webkit-scrollbar-button:vertical:{
  15. background-color: #transparent;}
  16.  
  17. ::-webkit-scrollbar-thumb:vertical {
  18. background-color:#transparent;
  19. height:150px;}
  20.  
  21. ::-webkit-scrollbar-thumb:horizontal {
  22. background-color:#transparent;
  23. height:60px;}
  24.  
  25.  
  26. ::-webkit-scrollbar {
  27. height:60px;
  28. width:5px;
  29. background-color:#transparent;}
  30.  
  31. #image {
  32. width: 400px;
  33. margin: 0px;
  34. border: none;
  35. height: 700px;
  36. background-color:transparent;
  37. position: absolute;
  38. right: 35%;
  39. top: 0%;
  40. background-image:url("http://i.picpar.com/g3Sc.png");
  41. background-repeat:no-repeat;
  42. background-position: top;
  43. background-size: 100%;
  44. }
  45.  
  46. #content {
  47. background-color: #111;
  48. width: 430px;
  49. height: 250px;
  50. margin:auto;
  51. position: absolute;
  52. padding: 10px;
  53. font-family: 'Aref Ruqaa', cursive;
  54. color:#ccc;
  55. opacity: 0.98;
  56. right: 33%;
  57. bottom: 3%;
  58. z-index:1;
  59. border: #000000 solid 15px;
  60. }
  61.  
  62. #nav {
  63. background-color: transparent;
  64. width: 250px;
  65. height:15px;
  66. margin:auto;
  67. position: absolute;
  68. right: 41.5%;
  69. bottom: 0.5%;
  70. text-align: center;
  71. z-index:1;
  72. }
  73.  
  74. #nav a, #nav a:link, #nav a:visited {
  75. display:inline-block;
  76. background: #3C0E28;
  77. color: #3C0E28;
  78. margin-top: 0px;
  79. margin-bottom: 0px;
  80. margin-left: 0px;
  81. height: 10px;
  82. width: 40px;
  83. border-radius: 5px;
  84. box-shadow: 0px 0px 5px #000;
  85. }
  86.  
  87. #nav a:active, #nav a:hover {
  88. display:inline-block;
  89. height: 10px;
  90. width: 40px;
  91. text-decoration:none;
  92. background: #000;
  93. color: #000;
  94. margin: 0px;
  95. box-shadow: 0px 0px 5px #000;
  96. }
  97.  
  98. #name {
  99. z-index:15;
  100. position: fixed;
  101. right: 26%;
  102. top: 47%;
  103. margin: auto;
  104. background: transparent;
  105. width: 50vw;
  106. height: 5vw;
  107. font-family: 'Cormorant Unicase';
  108. font-size: 45px;
  109. background: url(https://steamusercontent-a.akamaihd.net/ugc/860612763720737165/959C7166DD4751F6CA72DFA7324630FD73D38D41/) -20px -20px repeat;
  110. -webkit-text-fill-color: transparent;
  111. -webkit-background-clip: text;
  112. background-position: top;
  113. display:block;
  114. text-align: center;
  115. letter-spacing: 1px;
  116. -webkit-transition:opacity 2s linear;
  117. line-height:3.6vw;
  118. }
  119.  
  120. #nameunder{
  121. z-index:15;
  122. position: fixed;
  123. right: 26%;
  124. top: 47%;
  125. margin: auto;
  126. background: #fff;
  127. width: 50vw;
  128. height: 5vw;
  129. font-family: 'Cormorant Unicase';
  130. font-size: 45px;
  131. -webkit-text-fill-color: transparent;
  132. text-transform: none;
  133. -webkit-background-clip: text;
  134. display:block;
  135. text-shadow: -1px 0 #000, 0 1px #000,1px 0 #fff, 0 -1px #fff;
  136. text-align: center;
  137. letter-spacing: 1px;
  138. -webkit-transition:opacity 2s linear;
  139. line-height:3.6vw;
  140. }
  141.  
  142. /*Code by Alikade, please keep this credit where it is, it will not interfere with the rest of the code.*/
  143.  
  144. #editthis{ position:fixed;height: 27px; width: 30px; top: 50%; right: 33%; margin: auto; z-index:99;}
  145.  
  146. #music1{ position:fixed; padding:2px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  147.  
  148. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  149.  
  150. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  151.  
  152. #music1:hover #musiclist{ opacity: .5;}
  153.  
  154. #music2{ opacity: .5; background-color:#000000; padding:6px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  155.  
  156. #music3{ opacity: 0; position:fixed; background-color:#000000; background-image: url('http://i.picpar.com/VlRc.jpg'); background-repeat: no-repeat; background-size: 25px; border:1px dotted #b3b3e5; width:25px; height:25px; z-index:99 margin-left:0px; overflow:hidden; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  157.  
  158. .credit{
  159. position: fixed;
  160. bottom: 0px;
  161. left: 2px;
  162. height: 25px;
  163. width: 25px;
  164. line-height: 15px;
  165. font-size: 10px;
  166. color: #000;
  167. text-align: center;
  168. font-family: roboto;
  169. }
  170.  
  171. i{color: #7B1F48;}
  172. b{color: #631842;}
  173. a{color: #D4BFD0; text-decoration: none;}
  174.  
  175. #Layout {position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  176. </style>
  177. <div id="Layout" oncontextmenu="return false;">
  178.  
  179. <div id="editthis"><div id="music1"><div id="music2">
  180. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  181. <div id="music3"><Div style="margin-top:4px;">
  182. <audio controls style="opacity: 0;"><source src="USE KIWI6.COM DIRECT LINK HERE"></audio></div></div></div></div>
  183.  
  184. <div class="credit" title="Profile by RageQxeen">♛</div>
  185.  
  186. <div id="nameunder">Truth</div><div id="name">Truth</div>
  187.  
  188. <div id="image"></div>
  189. <div id="image2"></div>
  190. <div id="image3"></div>
  191.  
  192. <div id="nav">
  193. <a href="#one"></a>
  194. <a href="#two"></a>
  195. <a href="#three"></a>
  196. <a href="#four"></a>
  197. <a href="#five"></a>
  198. </div>
  199.  
  200. <div id="content">
  201.  
  202.  
  203. <div style="width: 430px; height: 250px; overflow-y: hidden;">
  204.  
  205. <a name="one"></a>
  206. <div style="width: 430px; height: 250px; overflow: auto;" align="left">
  207. <b>00</b>. Want a code? Go <a href="https://alliealgiere.neocities.org">here</a>. Refrain from stealing.<br><br>
  208. <b>01</b>. OOC<br><br>
  209. <b>02</b>. OOC<br><br>
  210. <b>03</b>. OOC<br><br>
  211. <b>04</b>. OOC<br><br>
  212. <b>05</b>. OOC<br><br>
  213. <b>06</b>. OOC<br><br>
  214. <b>07</b>. OOC<br><br>
  215. <b>08</b>. OOC<br><br>
  216. <b>09</b>. OOC<br><br>
  217. <b>10</b>. OOC<br><br>
  218. </div>
  219.  
  220.  
  221. <a name="two"></a>
  222. <div style="width: 430px; height: 250px; overflow: auto;" align="center">
  223. <font style=float:left><b>Name</b></font> <font style=float:right>HERE</font><br>
  224. <font style=float:left><b>Moniker</b></font> <font style=float:right><a title="HERE">hover</a></font><br>
  225. <font style=float:left><b>Gender</b></font> <font style=float:right>HERE</font><br>
  226. <font style=float:left><b>Apparent Age</b></font> <font style=float:right>HERE</font><br>
  227. <font style=float:left><b>Race</b></font> <font style=float:right>HERE</font><br>
  228. <font style=float:left><b>Height</b></font> <font style=float:right>HERE</font><br>
  229. <font style=float:left><b>Weight</b></font> <font style=float:right>HERE</font><br>
  230. <font style=float:left><b>Tresses</b></font> <font style=float:right>HERE</font><br>
  231. <font style=float:left><b>Irises</b></font> <font style=float:right>HERE</font><br>
  232. <font style=float:left><b>Marital</b></font> <font style=float:right><a href="https://roleplay.chat/profile.php?user=" target="_blank">Disinterest</a></font><br>
  233. <font style=float:left><b>Orientation</b></font> <font style=float:right>HERE</font><br>
  234. </div>
  235.  
  236. <a name="three"></a>
  237. <div style="width: 430px; height: 250px; overflow: auto;" align="center">
  238. HISTORY HERE
  239. </div>
  240.  
  241. <a name="four"></a>
  242. <div style="width: 430px; height: 250px; overflow: auto;" align="center">
  243. POWERS HERE
  244. </div>
  245.  
  246. <a name="five"></a>
  247. <div style="width: 430px; height: 250px; overflow: auto;" align="center">
  248. <a target="_blank" href="profile.php?user=" title=""><img style="border-radius: 50%" src="" align="left" height="100" width="100"></a>
  249. </div>
  250. </div>
  251. </div>
  252. </div>
  253. </body>
  254. </html>
Advertisement
Add Comment
Please, Sign In to add comment