Advertisement
mebuckner

Custom Order - Maverick - Customization

Dec 3rd, 2020
775
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 16.04 KB | None | 0 0
  1. <!--about me-->
  2. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  3.  
  4. <link href="https://fonts.googleapis.com/icon?family=Material+Icons"
  5.      rel="stylesheet">
  6.  
  7. <style type="text/css">
  8.  
  9. @import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
  10.  
  11.  
  12. body {
  13. background-color:#232426;
  14. background-repeat:no-repeat;
  15. background-attachment:fixed;
  16. margin: 0;
  17. overflow:auto;
  18. background-image:url('https://i.imgur.com/GmZwzh4.png');
  19. background-size:cover;
  20.     background-position: bottom;
  21. }
  22.  
  23. table, tr, td, li, p, div, .profileInfo td.text {
  24.     font-size: 10px;
  25.     color: #717171;
  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:#fff;
  41. font-family: 'Abel', sans-serif;
  42. }
  43.  
  44. .topBar{
  45. width:900px;
  46. background:#4195a2;
  47. }
  48.  
  49.  
  50.  
  51. a.topLineLink:link, a.topLineLink:visited {
  52. background-color: #4195a2;
  53. color: white;
  54. padding: 9px 13px;
  55. text-align: center;
  56. text-decoration: none;
  57. display: inline-block;
  58. font-family: Georgia;
  59. font-size: 10px;
  60. text-transform: uppercase;
  61. width: 59px;
  62. font-weight:100;
  63. }
  64.  
  65. a.topLineLink:hover, a.topLineLink:active {
  66. color: #839a92;
  67. }
  68.  
  69.  
  70.  
  71. a.barrow:link, a.barrow:visited {
  72. background-color: #4195a2;
  73. color: white;
  74. padding: 9px 5px;
  75. text-align: center;
  76. text-decoration: none;
  77. display: inline-block;
  78. font-family: Georgia;
  79. font-size: 10px;
  80. text-transform: uppercase;
  81. width: 57px;
  82. font-weight:100;
  83. }
  84.  
  85. a.barrow:hover, a.barrow:active {
  86. color: #839a92;
  87. }
  88.  
  89. h1{
  90. font-family: 'Playfair Display', serif;
  91.     font-weight: 100;
  92.     text-transform: uppercase;
  93.     color: #fff;
  94.     display: inline-block;
  95.     vertical-align: top;
  96.     font-size: 12px;
  97.     margin-top: 5px;
  98.     margin-left: 10px;
  99.     margin-right: 50px;
  100. }
  101.  
  102.  
  103. h2{
  104. font-family: 'Playfair Display', serif;
  105.     font-weight: 100;
  106.     color: #fff;
  107.     display: inline-block;
  108.     vertical-align: top;
  109.     font-size: 12px;
  110.     margin-left: 10px;
  111. }
  112.  
  113.  
  114. h3{
  115.     font-family: 'Playfair Display', serif;
  116.     font-weight: 100;
  117.     color: #000;
  118.     display: inline-block;
  119.     vertical-align: top;
  120.     font-size: 17px;
  121.     margin-left: 1px;
  122.     margin-top: 0px;
  123. }
  124.  
  125.  
  126. h4{
  127.     font-family: 'Playfair Display', serif;
  128.     font-weight: 100;
  129.     color: #656565;
  130.     display: inline-block;
  131.     vertical-align: top;
  132.     font-size: 12px;
  133.     margin-left: 2px;
  134.     margin-top: -20px;
  135. }
  136.  
  137.  
  138. h5{
  139. font-family: 'Playfair Display', serif;
  140.     font-weight: 100;
  141.     text-transform: uppercase;
  142.     color: #000;
  143.     display: inline-block;
  144.     vertical-align: top;
  145.     font-size: 12px;
  146.     margin-top: 5px;
  147.     margin-left: 10px;
  148.     margin-right: 79px;
  149. }
  150.  
  151. p {
  152. max-width: 255px;
  153. word-wrap: break-word;
  154. margin-bottom: 12px;
  155. padding:10px 20px;
  156. border-radius:25px;
  157. }
  158.  
  159.  
  160.  
  161. .from-me {
  162.     color: white;
  163.     background: #9bbec4;
  164.     align-self: flex-end;
  165.     font-family: 'Playfair Display';
  166.     font-size: 12px;
  167.     font-weight: 100;
  168. direction:rtl;
  169. text-align:justify;
  170. }
  171.  
  172.  
  173.  
  174. .from-them {
  175. background:#dedede;
  176. color:black;
  177. font-family: 'Playfair Display';
  178. font-size: 12px;
  179. font-weight: 100;
  180. text-align: left;
  181. }
  182.  
  183. #iphoneHolder{
  184. display:none;
  185. }
  186.  
  187. #iphoneHolder:target{
  188. display:block;
  189. position:absolute;
  190. background-image:url('https://i.imgur.com/mkqOXqs.png');
  191. }
  192.  
  193.  
  194. #faceTimeHolder{
  195. display:none;
  196. }
  197.  
  198. #faceTimeHolder:target{
  199. display:block;
  200. position:absolute;
  201. }
  202.  
  203. #lyftHolder{
  204. display:none;
  205. }
  206.  
  207. #lyftHolder:target{
  208. display:block;
  209. position:absolute;
  210. }
  211.  
  212. #instaHolder{
  213. display:none;
  214. }
  215.  
  216. #instaHolder:target{
  217. display:block;
  218. position:absolute;
  219. }
  220.  
  221. #notesHolder{
  222. display:none;
  223. }
  224.  
  225. #notesHolder:target{
  226. display:block;
  227. position:absolute;
  228. }
  229.  
  230. #imessageHolder{
  231. display:none;
  232. }
  233.  
  234. #imessageHolder:target{
  235. display:block;
  236. position:absolute;
  237. }
  238.  
  239. #callHolder{
  240. display:none;
  241. }
  242.  
  243. #callHolder:target{
  244. display:block;
  245. position:absolute;
  246. }
  247.  
  248. #huluHolder{
  249. display:none;
  250. }
  251.  
  252. #huluHolder:target{
  253. display:block;
  254. position:absolute;
  255. }
  256.  
  257.  
  258.  
  259. #contactHolder{
  260. display:none;
  261. }
  262.  
  263. #contactHolder:target{
  264. display:block;
  265. position:absolute;
  266. }
  267.  
  268. #cameraHolder{
  269. display:none;
  270. }
  271.  
  272. #cameraHolder:target{
  273. display:block;
  274. position:absolute;
  275. }
  276.  
  277. #safariHolder{
  278. display:none;
  279. }
  280.  
  281. #safariHolder:target{
  282. display:block;
  283. position:absolute;
  284. }
  285.  
  286. #calendarHolder{
  287. display:none;
  288. }
  289.  
  290. #calendarHolder:target{
  291. display:block;
  292. position:absolute;
  293. }
  294.  
  295.  
  296. .iPhoneQuote{
  297. width: 174px;
  298. height: 85px;
  299. background: #321d1d;
  300. margin-top: -288px;
  301. position: absolute;
  302. margin-left: 39px;
  303. border-radius: 17px;
  304. background-image:url('https://i.imgur.com/kHi1SV7.png');
  305. }
  306.  
  307. .firstBlockIphone{
  308.     width: 80px;
  309.     height: 80px;
  310.     position: absolute;
  311.     margin-top: -386px;
  312.     margin-left: 38px;
  313. }
  314.  
  315. .secondBlockIphone{
  316.     width: 90px;
  317.     height: 80px;
  318.     position: absolute;
  319.     margin-top: -386px;
  320.     margin-left: 125px;
  321. }
  322.  
  323. .thirdBlockIphone{
  324.     width: 90px;
  325.     height: 80px;
  326.     position: absolute;
  327.     margin-left: 37px;
  328.     margin-top: -185px;
  329. }
  330.  
  331. .fourthBlockIphone{
  332.     width: 80px;
  333.     height: 80px;
  334.     position: absolute;
  335.     margin-top: -185px;
  336.     margin-left: 131px;
  337. }
  338.  
  339. .bottomBarIphone{
  340. width: 178px;
  341.     height: 56px;
  342.     background: #0000008f;
  343.     position: absolute;
  344.     margin-top: -81px;
  345.     margin-left: 36px;
  346.     border-radius: 25px;
  347. }
  348.  
  349.  
  350.  
  351. ::-webkit-scrollbar {display:none;}
  352.  
  353.  
  354. .ocean {
  355.   height: 5%;
  356.   width:100%;
  357.   position:absolute;
  358.   bottom:0;
  359.   left:0;
  360.   background: #7eacb1;
  361. }
  362.  
  363. .wave {
  364.   background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg) repeat-x;
  365.   position: absolute;
  366.   top: -198px;
  367.   width: 6400px;
  368.   height: 198px;
  369.   animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  370.   transform: translate3d(0, 0, 0);
  371. }
  372.  
  373. .wave:nth-of-type(2) {
  374.   top: -175px;
  375.   animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
  376.   opacity: 1;
  377. }
  378.  
  379. @keyframes wave {
  380.   0% {
  381.     margin-left: 0;
  382.   }
  383.   100% {
  384.     margin-left: -1600px;
  385.   }
  386. }
  387.  
  388. @keyframes swell {
  389.   0%, 100% {
  390.     transform: translate3d(0,-25px,0);
  391.   }
  392.   50% {
  393.     transform: translate3d(0,5px,0);
  394.   }
  395. }
  396.  
  397.  
  398. .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>
  399. </style>
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406. <!--like to meet-->
  407. <html>
  408. <body>
  409. <div class="container">
  410. <div class="topBar">
  411. <h1>Maverick Rayne Lawson</h1>
  412. <a href="/home.php" class="topLineLink">home</a>
  413. <a href="/send_message.php?member_id=1657003" class="topLineLink">message</a>
  414. <a href="/add_comment.php?member_id=1657003" class="topLineLink">comment</a>
  415. <a href="/status_stream.php?member_id=1657003" class="topLineLink">stream</a>
  416. <a href="/view_member_blog.php?member_id=1657003" class="topLineLink">blog</a>
  417. <a href="https://www.roleplayer.me/view_blog.php?id=0000490264" class="topLineLink" style="width:119px;">owes and storylines</a>
  418. <a href="/albums.php?member_id=" class="topLineLink">gallery</a>
  419. </div>
  420.  
  421. <div style="width:250px; height:402px; padding:20px; display:inline-block; vertical-align:top; padding-top:7px;">
  422. <p class="from-me">
  423. <img src="https://i.imgur.com/gcE6NwI.png" width="70px" align="left">
  424. <b>SHIPWRECKED CREW</b><br>
  425.  
  426. Islanders,
  427. <br><br>
  428. It's time to see how well you know your other half in today's challenge...
  429. <br><br>
  430. #onthesamepage #whenyouknowyouknow
  431. </p>
  432.  
  433.  
  434.  
  435.  
  436. <div style="width: 252px; height: 230px; background: #dfe6de; margin-top: 2px; display: inline-block;">
  437.  
  438. <div style="width: 231px; background: #4195a2; margin-top: 10px; display: inline-block; margin-left: 5px; border-radius: 36px; padding: 5px;">
  439. <h2>Maverick Lawson <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>
  440.  
  441. <div style="width: 240px; height: 162px; background: #dfe6de; margin-left: 5px; border-top: solid 1px #afafaf; margin-top: 5px; padding-top:5px; overflow:none;">
  442. <img src="https://i.imgur.com/IF6WtNM.png" width="232px">
  443. <h3>Maverick Lawson</h3>
  444. <h4>the hopeless romantic</h4>
  445. <br>
  446. <div style="margin-top: -12px; margin-left: 3px; display: inline-block;">
  447. <b>people also search for:</b> <b style="color:#4195a2; margin-right:5px;">Shipwrecked: Season One</b>
  448. </div>
  449. </div>
  450.  
  451.  
  452. </div>
  453.  
  454.  
  455. </div>
  456.  
  457. <div style="width:315px; height:402px; padding:20px; display:inline-block; vertical-align:top; text-align:center;">
  458. <center>
  459. <div style="width:315px; height: 330px;">
  460. <div style="width: 300px; height: 30px; padding: 5px; text-align: left; padding-left: 10; background: #dfe6de;">
  461. <img src="https://i.imgur.com/sCN5B84.png" style="width:30px; border-radius:50%;">
  462. <h5>mavycakes</h5>
  463. </div>
  464. <div style="width:315px; height:235px;">
  465. <img src="https://i.imgur.com/6mZPN0A.png">
  466. </div>
  467. <div style="width:315px; height: 57px; background:#dfe6de; font-family:Playfair Display; font-size:12px; text-align:left; color:#000;">
  468. <img src="https://i.imgur.com/c0BkoKN.png"><br>
  469. <b style="margin-left: 7px; margin-top: 0px; display: inline-block;">mavycakes</b> Who's hotter: me or the random grandad behind me?
  470. </div>
  471.  
  472. <p class="from-them" style="width: 320px; max-width: 279px; margin-top: 10px; height:48px;">
  473. <img src="https://i.imgur.com/HIrTpsy.png" width="50px" align="right" style="border-radius:50%;">
  474. <b>Oshian <span class="th th-butterfly-o"></span></b><br>
  475. can I borrow your white bathing suit?
  476. </p>
  477. </div>
  478. </center>
  479. </div>
  480.  
  481.  
  482. <div style="width:250px; height:402px; display:inline-block; vertical-align:top; margin-right:-1px; text-align:center; padding-top:20px;">
  483. <a href="#iphoneHolder"><img src="https://i.imgur.com/mkqOXqs.png" style="width: 224px; margin-top: -17px; z-index:1;"></a>
  484. <div id="faceTimeHolder">
  485. <a href="#iphoneHolder"><img src="https://i.imgur.com/gXscrXb.gif" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  486. </div>
  487.  
  488. <div id="instaHolder">
  489. <a href="#iphoneHolder"><img src="https://i.imgur.com/en8qX7T.png" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  490. </div>
  491.  
  492. <div id="imessageHolder">
  493. <a href="#iphoneHolder"><img src="https://i.imgur.com/VtMlfk8.png" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  494. </div>
  495.  
  496. <div id="notesHolder">
  497. <a href="#iphoneHolder"><img src="https://i.imgur.com/SEuxg5o.png" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  498. </div>
  499.  
  500. <div id="callHolder">
  501. <a href="#iphoneHolder"><img src="https://i.imgur.com/d0t51Ov.png" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  502. </div>
  503.  
  504.  
  505. <div id="huluHolder">
  506. <a href="#iphoneHolder"><img src="https://i.imgur.com/TKP33Yi.png" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  507. </div>
  508.  
  509. <div id="contactHolder">
  510. <a href="#iphoneHolder"><img src="https://i.imgur.com/1Jiphq6.png" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  511. </div>
  512.  
  513. <div id="lyftHolder">
  514. <a href="#iphoneHolder"><img src="https://i.imgur.com/8z8VuLD.png" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  515. </div>
  516.  
  517. <div id="cameraHolder">
  518. <a href="#iphoneHolder"><img src="https://i.imgur.com/u5x9Wpw.png" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  519. </div>
  520.  
  521. <div id="safariHolder">
  522. <a href="#iphoneHolder"><img src="https://i.imgur.com/02EACL0.png" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  523. </div>
  524.  
  525. <div id="calendarHolder">
  526. <a href="#iphoneHolder"><img src="https://i.imgur.com/ygE7TcF.png" style="width: 224px; margin-top: -439px; margin-left: 15px; z-index: 1;"></a>
  527. </div>
  528.  
  529.  
  530. <div id="iphoneHolder">
  531. <img src="https://i.imgur.com/mkqOXqs.png" style="width: 224px; margin-top: -437px; margin-left: 13px; z-index: 1;">
  532. <div class="iPhoneQuote"></div>
  533. <div class="firstBlockIphone"><img src="https://i.imgur.com/8yTdZ91.png"></div>
  534. <div class="secondBlockIphone">
  535. <a href="#instaHolder"><img src="https://i.imgur.com/PA8gHe6.png" style="margin-top:-3px; width:40px; border-radius:15px;"></a>
  536. <a href="#contactHolder"><img src="https://i.imgur.com/2lT7i17.png" style="margin-top:-3px; width:40px; border-radius:15px;"></a>
  537. <a href="#faceTimeHolder"><img src="https://i.imgur.com/67vidNk.png" style="margin-top:5px; width:40px; border-radius:15px;"></a>
  538. <a href="#lyftHolder"><img src="https://i.imgur.com/llMyAmV.png" style="margin-top:5px; width:40px; border-radius:15px;"></a>
  539.  
  540. </div>
  541. <div class="thirdBlockIphone">
  542. <a href="#huluHolder"><img src="https://i.imgur.com/D3dMixl.png" style="margin-top:-3px; width:40px; border-radius:15px;"></a>
  543. <a href="#cameraHolder"><img src="https://i.imgur.com/6x9tefC.png" style="margin-top:-3px; width:40px; border-radius:15px;"></a>
  544. <a href="#safariHolder"><img src="https://i.imgur.com/kfSyWQr.png" style="margin-top:5px; width:40px; border-radius:15px;"></a>
  545. <a href="#calendarHolder"><img src="https://i.imgur.com/XNo8cfx.png" style="margin-top:5px; width:40px; border-radius:15px;"></a>
  546.  
  547. </div>
  548. <div class="fourthBlockIphone"><img src="https://i.imgur.com/Z6lRswh.png"></div>
  549. <div class="bottomBarIphone">
  550. <a href="#callHolder"><img src="https://i.imgur.com/7p29IIK.png" style="border-radius: 15px; margin-top: 5px; margin-right: 5px;"></a>
  551.  
  552. <a href="#imessageHolder"><img src="https://i.imgur.com/eHO6xZt.png" style="border-radius: 15px; margin-top: 5px; margin-right: 5px;"></a>
  553.  
  554.  
  555. <a href="#notesHolder"><img src="https://i.imgur.com/2Ytk3sK.png" style="border-radius: 15px; margin-top: 5px;"></a>
  556. </div>
  557. </div>
  558. </div>
  559.  
  560. <div class="topBar" style="margin-top: 2px;">
  561. <h1 style="margin-right:196px;">My few good friends</h1>
  562. <a href="/" class="barrow">name</a>
  563. <a href="/" class="barrow">name</a>
  564. <a href="/" class="barrow">name</a>
  565. <a href="/" class="barrow">name</a>
  566. <a href="/" class="barrow">name</a>
  567. <a href="/" class="barrow">name</a>
  568. <a href="/" class="barrow">name</a>
  569. <a href="/" class="barrow">name</a>
  570. </div>
  571.  
  572. </div>
  573.  
  574. <div class="ocean">
  575.   <div class="wave"></div>
  576.   <div class="wave"></div>
  577. </div>
  578. </body>
  579. </html>
  580.  
  581.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement