Advertisement
mebuckner

Custom Order - Bride of Ashes - Dark Rose Customization

Dec 31st, 2020
1,613
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 15.77 KB | None | 0 0
  1. <!--about me-->
  2.  
  3. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  4.  
  5. <link href="https://fonts.googleapis.com/icon?family=Material+Icons"
  6.      rel="stylesheet">
  7.  
  8. <style type="text/css">
  9.  
  10. @import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
  11.  
  12.  
  13. body {
  14. background-color:#232426;
  15. background-repeat:no-repeat;
  16. background-attachment:fixed;
  17. margin: 0;
  18. overflow:auto;
  19. background-image:url('https://i.imgur.com/8jc9r1x.png');
  20. background-size:cover;
  21. }
  22.  
  23. table, tr, td, li, p, div, .profileInfo td.text {
  24.     font-size: 10px;
  25.     color: #fff;
  26.     font-family: 'Poppins', sans-serif;}
  27.  
  28.  
  29. .container {
  30. width:900px;
  31. height:500px;
  32. position:absolute;
  33. left:0;
  34. right:0;
  35. top:0;
  36. bottom:0;
  37. overflow:hidden;
  38. margin:auto;
  39. color:#fff;
  40. background-color:#0a0a0a;
  41. font-family: 'Abel', sans-serif;
  42. }
  43.  
  44. .topBar{
  45. width:900px;
  46. background-image:url('https://i.imgur.com/6DXf912.png');
  47. }
  48.  
  49.  
  50.  
  51. a.topLineLink:link, a.topLineLink:visited {
  52. color: white;
  53. padding: 9px 13px;
  54. text-align: center;
  55. text-decoration: none;
  56. display: inline-block;
  57. font-family: Georgia;
  58. font-size: 10px;
  59. text-transform: uppercase;
  60. width: 59px;
  61. font-weight:100;
  62. }
  63.  
  64. a.topLineLink:hover, a.topLineLink:active {
  65. color: #839a92;
  66. }
  67.  
  68.  
  69.  
  70. a.barrow:link, a.barrow:visited {
  71. color: white;
  72. padding: 9px 5px;
  73. text-align: center;
  74. text-decoration: none;
  75. display: inline-block;
  76. font-family: Georgia;
  77. font-size: 10px;
  78. text-transform: uppercase;
  79. width: 57px;
  80. font-weight:100;
  81. }
  82.  
  83. a.barrow:hover, a.barrow:active {
  84. color: #839a92;
  85. }
  86.  
  87. h1{
  88. font-family: 'Playfair Display', serif;
  89.     font-weight: 100;
  90.     text-transform: uppercase;
  91.     color: #fff;
  92.     display: inline-block;
  93.     vertical-align: top;
  94.     font-size: 12px;
  95.     margin-top: 5px;
  96.     margin-left: 10px;
  97.     margin-right: 115px;
  98. }
  99.  
  100.  
  101. h2{
  102. font-family: 'Playfair Display', serif;
  103.     font-weight: 100;
  104.     color: #000;
  105.     display: inline-block;
  106.     vertical-align: top;
  107.     font-size: 12px;
  108.     margin-left: 10px;
  109. }
  110.  
  111.  
  112. h3{
  113.     font-family: 'Playfair Display', serif;
  114.     font-weight: 100;
  115.     color: #0f0f0f;
  116.     display: inline-block;
  117.     vertical-align: top;
  118.     font-size: 17px;
  119.     margin-left: 1px;
  120.     margin-top: 0px;
  121. }
  122.  
  123.  
  124. h4{
  125.     font-family: 'Playfair Display', serif;
  126.     font-weight: 100;
  127.     color: #fff;
  128.     display: inline-block;
  129.     vertical-align: top;
  130.     font-size: 12px;
  131.     margin-left: 2px;
  132.     margin-top: -20px;
  133. }
  134.  
  135.  
  136. h5{
  137. font-family: 'Playfair Display', serif;
  138.     font-weight: 100;
  139.     text-transform: uppercase;
  140.     color: #fff;
  141.     display: inline-block;
  142.     vertical-align: top;
  143.     font-size: 12px;
  144.     margin-top: 5px;
  145.     margin-left: 10px;
  146.     margin-right: 79px;
  147. }
  148.  
  149. p {
  150. max-width: 255px;
  151. word-wrap: break-word;
  152. margin-bottom: 12px;
  153. padding:10px 20px;
  154. border-radius:25px;
  155. }
  156.  
  157.  
  158.  
  159. .from-me {
  160.     color: white;
  161.     background: #9a8064;
  162.     align-self: flex-end;
  163.     font-family: 'Playfair Display';
  164.     font-size: 12px;
  165.     font-weight: 100;
  166.     text-align: right;
  167. }
  168.  
  169.  
  170.  
  171. .from-them {
  172.     background: #1b1b1b;
  173.     color: #fff;
  174.     font-family: 'Playfair Display';
  175.     font-size: 12px;
  176.     font-weight: 100;
  177.     text-align: left;
  178.     height: 47px;
  179. }
  180.  
  181. #iphoneHolder{
  182. display:none;
  183. }
  184.  
  185. #iphoneHolder:target{
  186. display:block;
  187. position:absolute;
  188. background-image:url('https://i.imgur.com/LdjVq3s.png');
  189. }
  190.  
  191.  
  192. #faceTimeHolder{
  193. display:none;
  194. }
  195.  
  196. #faceTimeHolder:target{
  197. display:block;
  198. position:absolute;
  199. }
  200.  
  201. #lyftHolder{
  202. display:none;
  203. }
  204.  
  205. #lyftHolder:target{
  206. display:block;
  207. position:absolute;
  208. }
  209.  
  210. #instaHolder{
  211. display:none;
  212. }
  213.  
  214. #instaHolder:target{
  215. display:block;
  216. position:absolute;
  217. }
  218.  
  219. #notesHolder{
  220. display:none;
  221. }
  222.  
  223. #notesHolder:target{
  224. display:block;
  225. position:absolute;
  226. }
  227.  
  228. #imessageHolder{
  229. display:none;
  230. }
  231.  
  232. #imessageHolder:target{
  233. display:block;
  234. position:absolute;
  235. }
  236.  
  237. #callHolder{
  238. display:none;
  239. }
  240.  
  241. #callHolder:target{
  242. display:block;
  243. position:absolute;
  244. }
  245.  
  246. #huluHolder{
  247. display:none;
  248. }
  249.  
  250. #huluHolder:target{
  251. display:block;
  252. position:absolute;
  253. }
  254.  
  255.  
  256.  
  257. #contactHolder{
  258. display:none;
  259. }
  260.  
  261. #contactHolder:target{
  262. display:block;
  263. position:absolute;
  264. }
  265.  
  266. #cameraHolder{
  267. display:none;
  268. }
  269.  
  270. #cameraHolder:target{
  271. display:block;
  272. position:absolute;
  273. }
  274.  
  275. #safariHolder{
  276. display:none;
  277. }
  278.  
  279. #safariHolder:target{
  280. display:block;
  281. position:absolute;
  282. }
  283.  
  284. #calendarHolder{
  285. display:none;
  286. }
  287.  
  288. #calendarHolder:target{
  289. display:block;
  290. position:absolute;
  291. }
  292.  
  293.  
  294. .iPhoneQuote{
  295. width: 174px;
  296. height: 85px;
  297. background: #321d1d;
  298. margin-top: -288px;
  299. position: absolute;
  300. margin-left: 39px;
  301. border-radius: 17px;
  302. background-image:url('https://i.imgur.com/Bwrf5aT.png');
  303. }
  304.  
  305. .firstBlockIphone{
  306.     width: 80px;
  307.     height: 80px;
  308.     position: absolute;
  309.     margin-top: -386px;
  310.     margin-left: 38px;
  311. }
  312.  
  313. .secondBlockIphone{
  314.     width: 90px;
  315.     height: 80px;
  316.     position: absolute;
  317.     margin-top: -386px;
  318.     margin-left: 125px;
  319. }
  320.  
  321. .thirdBlockIphone{
  322.     width: 90px;
  323.     height: 80px;
  324.     position: absolute;
  325.     margin-left: 37px;
  326.     margin-top: -185px;
  327. }
  328.  
  329. .fourthBlockIphone{
  330.     width: 80px;
  331.     height: 80px;
  332.     position: absolute;
  333.     margin-top: -185px;
  334.     margin-left: 131px;
  335. }
  336.  
  337. .bottomBarIphone{
  338. width: 178px;
  339.     height: 56px;
  340.     background: #0000008f;
  341.     position: absolute;
  342.     margin-top: -81px;
  343.     margin-left: 36px;
  344.     border-radius: 25px;
  345. }
  346.  
  347.  
  348.  
  349. ::-webkit-scrollbar {display:none;}
  350.  
  351.  
  352. .contacttable, .whitetext12, .nametext, .lightbluetext8, .orangetext15, .blacktext12, .btext, .redtext, .redbtext {display:none;height:0px;!important;visibility:hidden} td td td td {border:0px;width:0px;text-align:left;} table, td, tr {padding:0px;width:;background-color:transparent} table table table {padding:1px;height:.01%;width:100%;} table table,table table table table,table,tr,td {height:0px;!important;border:0px;!important} a.text, table div font a, .navbar font, tr td font {visibility:hidden;display:none;height:0px;!important;} #footerWarpper{display: none;} table table table table,table table table table td.text, td.text td.text table{display:none;} td.text table table{display:inline;visibility:visible;} table td table tr td.text table{visibility:hidden;} table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;} table.footer {display: none;} div table a.navbar img {display:none;} div table.navigationBar {margin-bottom:-30px;} .profileInfo {display:none;} .profileInfo td {text-align:left;} .profileInfo a img {position:relative; margin-bottom:-1px; margin-bottom:-2px; width:125px; margin-right:-6px; margin-top:4px; _margin-top:3px; display:block;} .profileInfo td td, .nametext, .msOnlineNow img {display:none;} .profileInfo td td.text {display:table-cell; _display:inline;} .profileInfo .text {font-size:7px; line-height:8px; text-transform:uppercase; font-family:small fonts;} .msOnlineNow {font-family:small fonts; letter-spacing:0px; font-size:7px; line-height:8px; padding:2px; padding-left:0px; text-transform:uppercase; font-weight:normal; display:none; text-decoration:blink; letter-spacing:2px;} .userAlbums {display:none;} div td {display:none;} </span>
  353. </style>
  354.  
  355.  
  356.  
  357.  
  358.  
  359. <!--like to meet-->
  360. <html>
  361. <body>
  362. <div class="container">
  363. <div class="topBar">
  364. <h1>Magnus Bane</h1>
  365. <a href="/home.php" class="topLineLink">home</a>
  366. <a href="/send_message.php?member_id=" class="topLineLink">message</a>
  367. <a href="/add_comment.php?member_id=" class="topLineLink">comment</a>
  368. <a href="/status_stream.php?member_id=" class="topLineLink">stream</a>
  369. <a href="" class="topLineLink">blog</a>
  370. <a href="" class="topLineLink" style="width: 119px;">owes and storylines</a>
  371. <a href="" class="topLineLink">tumblr</a>
  372. </div>
  373.  
  374. <div style="width:250px; height:402px; padding:20px; display:inline-block; vertical-align:top; padding-top:7px;">
  375. <p class="from-me">
  376. <img src="https://i.imgur.com/OtiorfR.png" width="50px" align="left" style="border-radius:50%;">
  377. <b>GlitterPrince</b><br>
  378. Move it along, teenagers. The only person who gets to canoodle in my bedroom is my magnificent self.
  379. </p>
  380. <p class="from-them">
  381. <img src="https://i.imgur.com/NzWFMt4.png" width="50px" align="right" style="border-radius:50%;">
  382. <b>Biscuit</span></b><br>
  383. Canoodle?
  384. </p>
  385.  
  386.  
  387.  
  388. <div style="width: 252px; height: 220px; background: #9a8064; margin-top: 2px; display: inline-block;">
  389.  
  390. <div style="width: 231px; background: #d0d2ca; margin-top: 10px; display: inline-block; margin-left: 7px; border-radius: 36px; padding: 1px; color: #000;">
  391. <h2>Magnus Bane <span class="material-icons" style="font-size: 14px; margin-top: 1px; margin-left: 60px; border-right: solid #fff 1px; padding-right: 5px; display: inline-block; vertical-align: top;">close</span> <span class="material-icons" style="font-size: 16px; margin-top: 1px; display: inline-block; vertical-align: top;">mic</span><span class="material-icons" style="font-size: 15px; margin-top: 1px; display: inline-block; vertical-align: top;">search</span></div>
  392.  
  393. <div style="width: 240px; height: 157px; background: #9a8064; margin-left: 5px; border-top: solid 1px #afafaf; margin-top: 5px; padding-top:5px; overflow:none;">
  394. <img src="https://i.imgur.com/uRqjphB.png" width="232px">
  395. <h3>Magnus Bane</h3>
  396. <h4>Prince of Hell</h4>
  397. <br>
  398. <div style="margin-top: -12px; margin-left: 3px; display: inline-block;">
  399. <b>people also search for:</b> <b style="color:#1b5a6d; margin-right:5px;">The Pandemonium Club</b>  <b style="color:#1b5a6d; margin-right:5px;">High Warlock</b>  <b style="color:#1b5a6d; margin-right:5px;">Bane Chronicles</b> <b style="color:#1b5a6d; margin-right:5px;">The Eldest Curses</b> <b style="color:#1b5a6d; margin-right:5px;">What Happened in Peru?</b>
  400. </div>
  401. </div>
  402.  
  403.  
  404. </div>
  405.  
  406.  
  407. </div>
  408.  
  409. <div style="width:315px; height:402px; padding:20px; display:inline-block; vertical-align:top; text-align:center;">
  410. <center>
  411. <div style="width:315px; height: 330px;">
  412. <div style="width: 300px; height: 30px; padding: 5px; text-align: left; padding-left: 10; background: #9a8064;">
  413. <img src="https://i.imgur.com/OtiorfR.png" style="width:30px; border-radius:50%;">
  414. <h5>SIREN</h5>
  415. </div>
  416. <div style="width:315px; height:199px;">
  417. <img src="https://i.imgur.com/lJDy0Sj.png">
  418. </div>
  419. <div style="width: 295px; height: 75px; background: #9a8064; font-family: Playfair Display; font-size: 12px; text-align: left; color: #fff; padding-left: 10px; padding-right: 10px;">
  420. <span class="th th-heart-1-o" style="margin-right: 5px;"></span> <span class="th th-chat-bubble-o" style="margin-right: 5px;"></span> <span class="th th-paper-plane-o" style="margin-right: 221px; margin-top: 5px; margin-bottom: 5px;"></span> <span class="th th-bookmark-1-o"></span>
  421.  
  422. <br>
  423. <b style="margin-left: 7px; margin-top: 0px; display: inline-block;">SIREN</b> To them, as to Magnus, time was like rain, glittering as it fell, changing the world, but something that could also be taken for granted.
  424. </div>
  425.  
  426. <p class="from-them" style="height: 67px; width: 320px; max-width: 279px; margin-top: 10px;">
  427. <img src="https://i.imgur.com/Ttj0N3c.png" width="50px" align="right" style="border-radius:50%; margin-top: 5px;">
  428. <b>Boy Toy</b><br>
  429. Why is everyone so obsessed with top or bottom? Honestly, I would be excited just to have a bunk bed!
  430. </p>
  431. </div>
  432. </center>
  433. </div>
  434.  
  435.  
  436. <div style="width:250px; height:402px; display:inline-block; vertical-align:top; margin-right:-1px; text-align:center; padding-top:20px;">
  437. <a href="#iphoneHolder"><img src="https://i.imgur.com/H2DpbYb.png" style="width: 224px; margin-top: -17px; z-index:1;"></a>
  438. <div id="faceTimeHolder">
  439. <a href="#iphoneHolder"><img src="https://i.imgur.com/KuoM4Kx.gif" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  440. </div>
  441.  
  442. <div id="instaHolder">
  443. <a href="#iphoneHolder"><img src="https://i.imgur.com/4jm5y4r.png" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  444. </div>
  445.  
  446. <div id="imessageHolder">
  447. <a href="#iphoneHolder"><img src="https://i.imgur.com/eEBEUbM.png" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  448. </div>
  449.  
  450. <div id="notesHolder">
  451. <a href="#iphoneHolder"><img src="https://i.imgur.com/lLW6Pd4.png" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  452. </div>
  453.  
  454. <div id="callHolder">
  455. <a href="#iphoneHolder"><img src="https://i.imgur.com/XbWVFv2.png" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  456. </div>
  457.  
  458.  
  459. <div id="huluHolder">
  460. <a href="#iphoneHolder"><img src="https://i.imgur.com/rWtkoAB.png" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  461. </div>
  462.  
  463. <div id="contactHolder">
  464. <a href="#iphoneHolder"><img src="https://i.imgur.com/PhvhEGC.png" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  465. </div>
  466.  
  467. <div id="lyftHolder">
  468. <a href="#iphoneHolder"><img src="https://i.imgur.com/DX7ZIvs.png" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  469. </div>
  470.  
  471. <div id="cameraHolder">
  472. <a href="#iphoneHolder"><img src="https://i.imgur.com/vL1WpD8.png" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  473. </div>
  474.  
  475. <div id="safariHolder">
  476. <a href="#iphoneHolder"><img src="https://i.imgur.com/OwJpsVq.png" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  477. </div>
  478.  
  479. <div id="calendarHolder">
  480. <a href="#iphoneHolder"><img src="https://i.imgur.com/AytWfNC.png" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  481. </div>
  482.  
  483.  
  484. <div id="iphoneHolder">
  485. <img src="https://i.imgur.com/LdjVq3s.png" style="width: 224px; margin-top: -437px; margin-left: 13px; z-index: 1;">
  486. <div class="iPhoneQuote"></div>
  487. <div class="firstBlockIphone"><img src="https://i.imgur.com/d5LnYQr.png"></div>
  488. <div class="secondBlockIphone">
  489. <a href="#instaHolder"><img src="https://i.imgur.com/zNo3MmZ.png" style="margin-top:-3px; width:40px; border-radius:15px;"></a>
  490. <a href="#contactHolder"><img src="https://i.imgur.com/7AapyTk.png" style="margin-top:-3px; width:40px; border-radius:15px;"></a>
  491. <a href="#faceTimeHolder"><img src="https://i.imgur.com/9xe6OLO.png" style="margin-top:5px; width:40px; border-radius:15px;"></a>
  492. <a href="#lyftHolder"><img src="https://i.imgur.com/OjNHxYg.png" style="margin-top:5px; width:40px; border-radius:15px;"></a>
  493.  
  494. </div>
  495. <div class="thirdBlockIphone">
  496. <a href="#huluHolder"><img src="https://i.imgur.com/kXEEhJt.png" style="margin-top:-3px; width:40px; border-radius:15px;"></a>
  497. <a href="#cameraHolder"><img src="https://i.imgur.com/IjgxV9T.png" style="margin-top:-3px; width:40px; border-radius:15px;"></a>
  498. <a href="#safariHolder"><img src="https://i.imgur.com/6TXYmGq.png" style="margin-top:5px; width:40px; border-radius:15px;"></a>
  499. <a href="#calendarHolder"><img src="https://i.imgur.com/53WOI76.png" style="margin-top:5px; width:40px; border-radius:15px;"></a>
  500.  
  501. </div>
  502. <div class="fourthBlockIphone"><img src="https://i.imgur.com/H7u9Awv.png"></div>
  503. <div class="bottomBarIphone">
  504. <a href="#callHolder"><img src="https://i.imgur.com/y3bX58J.png" style="border-radius: 15px; margin-top: 5px; margin-right: 5px;"></a>
  505.  
  506. <a href="#imessageHolder"><img src="https://i.imgur.com/Hn2dDF4.png" style="border-radius: 15px; margin-top: 5px; margin-right: 5px;"></a>
  507.  
  508.  
  509. <a href="#notesHolder"><img src="https://i.imgur.com/5HnsL5m.png" style="border-radius: 15px; margin-top: 5px;"></a>
  510. </div>
  511. </div>
  512. </div>
  513.  
  514. <div class="topBar">
  515. <h1 style="margin-right:196px;">My few good friends</h1>
  516. <a href="/" class="barrow">name</a>
  517. <a href="/" class="barrow">name</a>
  518. <a href="/" class="barrow">name</a>
  519. <a href="/" class="barrow">name</a>
  520. <a href="/" class="barrow">name</a>
  521. <a href="/" class="barrow">name</a>
  522. <a href="/" class="barrow">name</a>
  523. <a href="/" class="barrow">name</a>
  524. </div>
  525.  
  526. </div>
  527. </body>
  528. </html>
  529.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement