Advertisement
RageQxeen

Stab Wife

Jan 18th, 2020
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.63 KB | None | 0 0
  1. <html>
  2. <body><style type="text/css">
  3.  
  4. @import url(https://fonts.googleapis.com/css?family=Satisfy|Rock+Salt|Reenie+Beanie);
  5.  
  6. html, body {
  7. background: #777;
  8. background-image:url("http://i.picpar.com/Szpd.png");
  9. background-size: 110%;
  10. background-repeat:no-repeat;
  11. background-position:center;
  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: 500px;
  33. margin: 0px;
  34. border: none;
  35. height: 700px;
  36. background-color:transparent;
  37. position: absolute;
  38. left: 8%;
  39. bottom: 0%;
  40. background-image:url("http://i.picpar.com/8zpd.png");
  41. background-repeat:no-repeat;
  42. background-position: bottom;
  43. background-size: 100%;
  44. }
  45.  
  46. #box1{
  47. background-color: transparent;
  48. position: absolute;
  49. width: 550px;
  50. height: 200px;
  51. margin: auto;
  52. padding: 10px;
  53. text-align: justify;
  54. font-family: 'Reenie Beanie';
  55. font-size: 18px;
  56. color: #fff;
  57. right: 5%;
  58. top: 5%;
  59. border: 3px solid #000;
  60. -webkit-animation: hermove 5s; /* Safari 4.0 - 8.0 */
  61. animation: hermove 5s;
  62. -webkit-animation-timing-function: linear;
  63. animation-timing-function: linear;
  64. }
  65.  
  66. #box2{
  67. background-color: transparent;
  68. position: absolute;
  69. width: 550px;
  70. height: 200px;
  71. margin: auto;
  72. padding: 10px;
  73. text-align: justify;
  74. font-family: 'Reenie Beanie';
  75. font-size: 18px;
  76. color: #fff;
  77. right: 5%;
  78. bottom: 5%;
  79. border: 3px solid #000;
  80. -webkit-animation: hermove 5s; /* Safari 4.0 - 8.0 */
  81. animation: hermove 5s;
  82. -webkit-animation-timing-function: linear;
  83. animation-timing-function: linear;
  84. }
  85.  
  86. @-webkit-keyframes hermove {
  87. from {right: 100px}
  88. to {right: 35px;}
  89. }
  90.  
  91. @keyframes hermove {
  92. from {right: 100px;}
  93. to {right: 35px;}
  94. }
  95.  
  96. #container {
  97. background-color: transparent;
  98. background-image:url("");
  99. width: 650px;
  100. height: 550px;
  101. margin:auto;
  102. position: absolute;
  103. right: 5%;
  104. bottom: 5%;
  105. box-shadow: 2px 2px 10px 10px #470d0d;
  106. -webkit-animation: mymove 2s; /* Safari 4.0 - 8.0 */
  107. animation: mymove 2s;
  108. -webkit-animation-timing-function: ease-in-out;
  109. animation-timing-function: ease-in-out;
  110. z-index:1;
  111. }
  112.  
  113.  
  114. @-webkit-keyframes mymove {
  115. from {opacity: 0}
  116. to {opacity: 1}
  117. }
  118.  
  119.  
  120. .header{
  121. position:absolute;
  122. width:500px;
  123. background:#transparent;
  124. height:50px;
  125. overflow:hidden;
  126. font-family: 'Satisfy', cursive;
  127. font-size: 35px;
  128. font-weight: bold;
  129. font-style:none;
  130. color:#D4AF37;
  131. letter-spacing: 0px;
  132. text-transform:none;
  133. text-align:right;
  134. text-shadow: -1px 0 #990, 0 1px #000,1px 0 #000, 0 -1px #990;
  135. z-index: 100;
  136. }
  137.  
  138. #name {
  139. z-index:15;
  140. position: absolute;
  141. right: 11%;
  142. top: 6%;
  143. margin: auto;
  144. background: #transparent;
  145. width: 500px;
  146. height: 100px;
  147. font-family: 'Rock Salt', cursive;
  148. font-size: 45px;
  149. background: url(https://gifimage.net/wp-content/uploads/2017/07/blood-splatter-gif-6.gif) 0px 0px repeat;
  150. -webkit-text-fill-color: transparent;
  151. -webkit-background-clip: text;
  152. background-position: center;
  153. display:block;
  154. text-align: center;
  155. letter-spacing: 1px;
  156. -webkit-transition:opacity 2s linear;
  157. line-height:3.6vw;
  158. }
  159.  
  160. #nameunder{
  161. z-index:15;
  162. position: absolute;
  163. right: 11%;
  164. top: 6%;
  165. margin: auto;
  166. background: #transparent;
  167. width: 500px;
  168. height: 100px;
  169. font-family: 'Rock Salt', cursive;
  170. font-size: 45px;
  171. -webkit-text-fill-color: #470d0d;
  172. text-transform: none;
  173. -webkit-background-clip: text;
  174. display:block;
  175. text-shadow: -1px 0 #333, 0 1px #000,1px 0 #000, 0 -1px #333;
  176. text-align: center;
  177. letter-spacing: 1px;
  178. -webkit-transition:opacity 2s linear;
  179. line-height:3.6vw;
  180. }
  181.  
  182. #nav {
  183. background-color: transparent;
  184. width: 300px;
  185. height:45px;
  186. margin:auto;
  187. position: absolute;
  188. left: 26%;
  189. top: 49%;
  190. text-align: center;
  191. text-decoration: none;
  192. z-index:1;
  193. }
  194.  
  195. #nav a, #nav a:link, #nav a:visited {
  196. display:inline-block;
  197. text-decoration: none;
  198. text-align: center;
  199. background: #000;
  200. color: transparent;
  201. box-shadow: 0px 0px 5px #470d0d;
  202. padding: 4px;
  203. height: 4px;
  204. width: 30px;
  205. border-radius: 5px;
  206. }
  207.  
  208. #nav a:active, #nav a:hover {
  209. display:inline-block;
  210. height: 4px;
  211. width: 30px;
  212. text-decoration:none;
  213. background: #470d0d;
  214. box-shadow: 0px 0px 5px #000;
  215. color: transparent;
  216. margin: 0px;
  217. }
  218.  
  219. i{color: #111;}
  220. b{color: #000;}
  221. a{color: #222; text-decoration: none;}
  222. h1{color: #000; font-family: 'Reenie Beanie', cursive; border-bottom: 1px solid #000; text-align: right; font-size: 25px;}
  223. h2{color: #000; font-family: 'Reenie Beanie', cursive; border-bottom: 1px solid #000; text-align: left; font-size: 25px;}
  224.  
  225. /*Code by Alikade, please keep this credit where it is, it will not interfere with the rest of the code.*/
  226.  
  227. #editthis{ position:fixed;height: 27px; width: 30px; bottom: 39%; left: 17%; margin: auto; z-index:99;}
  228.  
  229. #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;}
  230.  
  231. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  232.  
  233. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  234.  
  235. #music1:hover #musiclist{ opacity: .5;}
  236.  
  237. #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;}
  238.  
  239. #music3{ opacity: 0; position:fixed; background-color:#000000; background-image: url('http://assets.clickmotive.com/Designs/LEMidnight/playButton.png'); 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;}
  240.  
  241. .credit{
  242. position: fixed;
  243. bottom: 0px;
  244. left: 2px;
  245. height: 25px;
  246. width: 25px;
  247. line-height: 15px;
  248. font-size: 10px;
  249. color: #000;
  250. text-align: center;
  251. font-family: roboto;
  252. }
  253.  
  254. #Layout {position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  255. </style>
  256. <div id="Layout" oncontextmenu="return false;">
  257.  
  258. <div id="editthis"><div id="music1"><div id="music2">
  259. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  260. <div id="music3"><Div style="margin-top:4px;">
  261. <audio controls style="opacity: 0;"><source src="http://k007.kiwi6.com/hotlink/y26p5tauwa/Hailee_Steinfeld_-_You_re_Such_A_Lyric_Video_.mp3"></audio>
  262. </div></div></div></div>
  263.  
  264. <div class="header" style="top: 9%; right: 5%;">Himiko Toga</div>
  265.  
  266. <div id="nameunder">the bloody maiden</div><div id="name">the bloody maiden</div>
  267.  
  268. <div id="image"></div>
  269.  
  270. <div id="container">
  271.  
  272. <div id="nav">
  273. <a href="#one">Main</a>
  274. <a href="#two">Seco</a>
  275. <a href="#three">Thir</a>
  276. <a href="#four">Four</a>
  277. </div>
  278.  
  279. <div id="box1">
  280. <div style="width: 550px; height: 200px; overflow-y: hidden;">
  281.  
  282. <a name="one"></a>
  283. <div style="width: 550px; height: 200px; overflow: auto;" align="center">
  284. <h1>the usual</h1>
  285. <span style="float:left;"><b>Name</b></span><span style="float:right;">HERE</span><br>
  286. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="HERE">hover</a></span><br>
  287. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Female</span><br>
  288. <span style="float:left;"><b>Age</b></span><span style="float:right;">12-18</span><br>
  289. <span style="float:left;"><b>Race</b></span><span style="float:right;">Human</span><br>
  290. <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="HERE" target="_blank">Click~</a></span><br><br>
  291. <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
  292. <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br>
  293. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Red</span><br>
  294. <span style="float:left;"><b>Hair</b></span><span style="float:right;">Blonde</span><br>
  295. <span style="float:left;"><b>Build</b></span><span style="float:right;">Curved</span><br><br>
  296. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
  297. <span style="float:left;"><b>Relationship</b></span><span style="float:right;">HERE</span><br>
  298. <span style="float:left;"><b>Quirk</b></span><span style="float:right;"><a href="HERE" target="_blank">HERE</a></span><br>
  299. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">HERE</span><br><br>
  300. </div>
  301.  
  302. <a name="two"></a>
  303. <div style="width: 550px; height: 200px; overflow: auto;" align="left">
  304. <h1>combat</h1>
  305. <span style="float:left;"><b>Cooperation</b></span><span style="float:right;">●●●○○</span><br><br>
  306. <span style="float:left;"><b>Power</b></span><span style="float:right;">●●●○○</span><br><br>
  307. <span style="float:left;"><b>Speed</b></span><span style="float:right;">●●●●○</span><br><br>
  308. <span style="float:left;"><b>Intelligence</b></span><span style="float:right;">●●●●●</span><br><br>
  309.  
  310. <h2>headcanons</h2>
  311. TBA
  312. </div>
  313. </div>
  314. </div>
  315.  
  316.  
  317. <div id="box2">
  318. <div style="width: 550px; height: 200px; overflow-y: hidden;">
  319.  
  320. <a name="three"></a>
  321. <div style="width: 550px; height: 200px; overflow: auto;" align="center">
  322. <h1>connections</h1>
  323. <a target="_blank" href="/profile.php?user=HERE" title="HERE"><img style="border-radius: 50%" src="HERE" align="left" height="100" width="100"></a>
  324. <a target="_blank" href="/profile.php?user=HERE" title="HERE"><img style="border-radius: 50%" src="HERE" align="left" height="100" width="100"></a>
  325. <a target="_blank" href="/profile.php?user=HERE" title="HERE"><img style="border-radius: 50%" src="HERE" align="left" height="100" width="100"></a>
  326. <a target="_blank" href="/profile.php?user=HERE" title="HERE"><img style="border-radius: 50%" src="HERE" align="left" height="100" width="100"></a>
  327.  
  328. </div>
  329.  
  330.  
  331. <a name="four"></a>
  332. <div style="width: 550px; height: 200px; overflow: auto;" align="center">
  333. <h1>out of character</h1>
  334. <b>00</b>. Made by RageQxeen, free codes can be found <a target="_blank" href="https://alliealgiere.neocities.org">here</a>. Do not steal.<br><br>
  335. <b>01</b>. Image found <a href="https://danbooru.donmai.us/posts/2336173" target="_blank">here</a>, drawn by <a href="https://danbooru.donmai.us/posts?tags=feicui" target="_blank">feicui</a>. All rights for that image go to them. Will remove upon request.<br><br>
  336. <b>02</b>. <br><br>
  337. <b>03</b>. <br><br>
  338. <b>04</b>. <br><br>
  339. <b>05</b>. <br><br>
  340. <b>06</b>. <br><br>
  341. <b>07</b>. <br><br>
  342. <b>08</b>. <br><br>
  343. <b>09</b>. <br><br>
  344. <b>10</b>. <br><br>
  345. </div>
  346.  
  347. </div>
  348. </div>
  349. </div>
  350. <div class="credit" title="Profile by RageQxeen">♛</div>
  351. </body>
  352. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement