mebuckner

Custom Order - The Little Merman

Oct 16th, 2020 (edited)
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 20.39 KB | None | 0 0
  1. <!-- About me -->
  2.  
  3. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  4. <style type="text/css">
  5. @import url('https://fonts.googleapis.com/css?family=Abel');
  6. @import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@900&family=Poppins:wght@600&display=swap');
  7.  
  8. body {
  9. background-color:#232426;
  10. background-repeat:no-repeat;
  11. background-attachment:fixed;
  12. margin: 0;
  13. overflow:auto;
  14. background-image:url('https://i.imgur.com/LJhYWxq.jpg');
  15. background-size:cover;
  16. }
  17.  
  18. table, tr, td, li, p, div, .profileInfo td.text {
  19. font-size: 10px;
  20. color: #717171;
  21. font-family: 'Poppins', sans-serif;
  22. }
  23.  
  24. b{
  25. color: #fff;
  26. background-color: #5a1110;
  27. padding: 5px;
  28. font-size: 11px;
  29. line-height: 31px;
  30. }
  31.  
  32.  
  33. .container {
  34. width:800px;
  35. height:500px;
  36. position:absolute;
  37. left:0;
  38. right:0;
  39. top:0;
  40. bottom:0;
  41. overflow:hidden;
  42. margin:auto;
  43. color:#fff;
  44. background-color:#7c7a75;
  45. font-family: 'Abel', sans-serif;
  46. background-image: url('https://i.imgur.com/IaJMspg.png');
  47. }
  48.  
  49. .leftImage{
  50. width: 308px;
  51. height: 450px;
  52. display: inline-block;
  53. vertical-align:top;
  54. }
  55.  
  56. .rightSection{
  57. width: 489px;
  58. height: 450px;
  59. display: inline-block;
  60. vertical-align:top;
  61. }
  62.  
  63. .bottomNavigation{
  64. width: 800px;
  65. height: 46px;
  66. display: inline-block;
  67. text-align:center;
  68. background-color:#031321;
  69. }
  70.  
  71.  
  72. #navigationSection{
  73. display:none;
  74. }
  75.  
  76. #navigationSection:target{
  77. display: block;
  78. width: 378px;
  79. height: 174px;
  80. text-align:center;
  81. margin-top: 145px;
  82. margin-left: 45px;
  83. position: absolute;
  84. background-color: #031321;
  85. }
  86.  
  87.  
  88. #theDetails{
  89. display:none;
  90. }
  91.  
  92. #theDetails:target{
  93. display: block;
  94. width: 378px;
  95. height: 174px;
  96. text-align: center;
  97. margin-top: 145px;
  98. margin-left: 45px;
  99. position: absolute;
  100. background-color: #031321;
  101. text-align: left;
  102. padding: 10px;
  103. font-family: Georgia;
  104. font-size: 12px;
  105. color: #fff;
  106. }
  107.  
  108.  
  109. #theStoryline{
  110. display:none;
  111. }
  112.  
  113. #theStoryline:target{
  114. display: block;
  115. width: 478px;
  116. height: 382px;
  117. text-align: center;
  118. margin-top: 35px;
  119. margin-left: -15px;
  120. position: absolute;
  121. text-align: left;
  122. padding: 10px;
  123. font-family: Georgia;
  124. font-size: 12px;
  125. color: #fff;
  126. }
  127.  
  128.  
  129. #theOweList{
  130. display:none;
  131. }
  132.  
  133. #theOweList:target{
  134. display: block;
  135. width: 478px;
  136. height: 382px;
  137. text-align: center;
  138. margin-top: 35px;
  139. margin-left: -15px;
  140. position: absolute;
  141. text-align: left;
  142. padding: 10px;
  143. font-family: Georgia;
  144. font-size: 12px;
  145. color: #fff;
  146. }
  147.  
  148. #theConnections{
  149. display:none;
  150. }
  151.  
  152. #theConnections:target{
  153. display: block;
  154. width: 478px;
  155. height: 382px;
  156. text-align: center;
  157. margin-top: 35px;
  158. margin-left: -15px;
  159. position: absolute;
  160. text-align: left;
  161. padding: 10px;
  162. font-family: Georgia;
  163. font-size: 12px;
  164. color: #fff;
  165. background-color:#031321;
  166. overflow:auto;
  167. }
  168.  
  169.  
  170.  
  171. .leftNavContent{
  172. width:185;
  173. height:150px;
  174. display:inline-block;
  175. vertical-align:top;
  176. overflow:auto;
  177. }
  178.  
  179. .rightNavContent{
  180. width:185;
  181. height:150px;
  182. display:inline-block;
  183. vertical-align:top;
  184. overflow:auto;}
  185.  
  186.  
  187. .leftDetailsContent{
  188. width:185;
  189. height: 131px;
  190. display:inline-block;
  191. vertical-align:top;
  192. overflow:auto;
  193. }
  194.  
  195. .rightDetailsContent{
  196. width:185;
  197. height: 131px;
  198. display:inline-block;
  199. vertical-align:top;
  200. overflow:auto;}
  201.  
  202. .leftStorylineBox{
  203. width: 265px;
  204. height: 139px;
  205. background: #031321;
  206. overflow:auto;
  207. padding:10px;
  208. text-align: justify;
  209. font-family: georgia;
  210. font-size: 11px;
  211. color: #fff;
  212. }
  213.  
  214. .rightStorylineBox{
  215. width: 272px;
  216. height: 131px;
  217. background: #031321;
  218. margin-left: 200px;
  219. margin-top: 10px;
  220. overflow:auto;
  221. padding:10px;
  222. text-align: justify;
  223. font-family: georgia;
  224. font-size: 11px;
  225. color: #fff;
  226. }
  227.  
  228. a.navigationLinks:link, a.navigationLinks:visited {
  229. color: white;
  230. padding: 14px 25px;
  231. text-align: center;
  232. text-decoration: none;
  233. display: inline-block;
  234. text-transform: uppercase;
  235. font-family: Georgia;
  236. font-size: 12px;
  237. }
  238.  
  239. a.navigationLinks:hover, a.navigationLinks:active {
  240. color: #031321;
  241. }
  242.  
  243.  
  244.  
  245. a.navBlockLinks:link, a.navBlockLinks:visited {
  246. color: white;
  247. padding: 14px 0;
  248. text-align: center;
  249. text-decoration: none;
  250. display: inline-block;
  251. text-transform: uppercase;
  252. font-family: Georgia;
  253. font-size: 12px;
  254. background-color: #031321;
  255. width: 100%;
  256. }
  257.  
  258. a.navBlockLinks:hover, a.navBlockLinks:active {
  259. color: #031321;
  260. }
  261.  
  262.  
  263.  
  264.  
  265. h1{
  266. width: 100%;
  267. text-align: center;
  268. background-color: #031321;
  269. color: #fff;
  270. margin: 0;
  271. padding-top: 10px;
  272. padding-bottom: 10px;
  273. font-family: Georgia;
  274. text-transform: uppercase;
  275. }
  276.  
  277.  
  278. h2{
  279. width: 100%;
  280. text-align: center;
  281. color: #fff;
  282. margin: 0;
  283. padding-top: 10px;
  284. padding-bottom: 10px;
  285. font-family: Georgia;
  286. text-transform: uppercase;
  287. font-size: 35px;
  288. margin-top: 10px;
  289. }
  290.  
  291. ::-webkit-scrollbar-thumb:vertical {height:12px; background:#fff; border-top:10px solid #031321; border-bottom:10px solid #031321;}
  292. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  293. ::-webkit-scrollbar {width:5px; height:7px;}
  294.  
  295.  
  296. .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>
  297. </style>
  298.  
  299.  
  300.  
  301. <!--Like to meet-->
  302.  
  303. <html>
  304. <body>
  305. <div class="container">
  306. <div class="leftImage">
  307. <img src="https://i.imgur.com/RaFvIlo.png">
  308. </div>
  309.  
  310. <div class="rightSection">
  311.  
  312. <div id="navigationSection">
  313. <h1>Navigation</h1>
  314. <div class="rightNavContent">
  315. <a href="/home.php" class="navBlockLinks">Home</a>
  316. <a href="/send_message.php?member_id=" class="navBlockLinks">Message</a>
  317. <a href="/add_comment.php?member_id=" class="navBlockLinks">Comment</a>
  318. </div>
  319. <div class="rightNavContent">
  320. <a href="/status_stream.php?member_id=" class="navBlockLinks">Stream</a>
  321. <a href="/view_member_blog.php?member_id=" class="navBlockLinks">Bulletin</a>
  322. <a href="https://www.roleplayer.me/1631904" class="navBlockLinks">Credit</a>
  323. </div>
  324. </div>
  325.  
  326. <div id="theDetails">
  327. <h1>The Details</h1>
  328. <div class="leftDetailsContent">
  329. <b>name</b> first middle last<br>
  330. <b>age</b> -- years old<br>
  331. <b>birthplace</b> my moms private parts
  332. </div>
  333. <div class="rightDetailsContent">
  334. <b>pros</b> I can eat a lot of taco bell <br>
  335. <b>cons</b> I'm lactose intolerant so after tacobell sucks<br>
  336. <b>fun fact</b> I would rather lay in the rain on the ground then in my bed
  337. </div>
  338. </div>
  339.  
  340. <div id="theStoryline">
  341. <h2>The Storyline</h2>
  342. <div class="leftStorylineBox">
  343. <h1>The Past</h1>
  344. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Bibendum ut tristique et egestas quis ipsum suspendisse ultrices. Ultrices in iaculis nunc sed augue lacus viverra vitae. Egestas maecenas pharetra convallis posuere morbi leo. Dolor sed viverra ipsum nunc aliquet bibendum enim facilisis gravida. Ultrices neque ornare aenean euismod elementum nisi quis. Enim eu turpis egestas pretium aenean pharetra magna ac. Aliquam eleifend mi in nulla posuere. Turpis egestas pretium aenean pharetra magna ac. Ut pharetra sit amet aliquam id diam maecenas ultricies. Sem viverra aliquet eget sit. Ut faucibus pulvinar elementum integer. Eget est lorem ipsum dolor sit. Fames ac turpis egestas sed tempus urna.
  345. <br><br>
  346. Potenti nullam ac tortor vitae purus faucibus ornare suspendisse. Velit aliquet sagittis id consectetur purus ut. Lectus nulla at volutpat diam ut venenatis tellus in metus. Enim nec dui nunc mattis enim ut tellus elementum sagittis. Praesent tristique magna sit amet. In hac habitasse platea dictumst quisque sagittis purus sit. Lectus nulla at volutpat diam ut venenatis. Ullamcorper sit amet risus nullam eget felis eget nunc. Id donec ultrices tincidunt arcu non. Neque gravida in fermentum et sollicitudin. Volutpat lacus laoreet non curabitur gravida arcu ac tortor. Nec ullamcorper sit amet risus nullam eget. Nunc sed id semper risus in hendrerit gravida rutrum quisque. Elementum pulvinar etiam non quam lacus suspendisse. Condimentum id venenatis a condimentum vitae. Malesuada fames ac turpis egestas integer eget aliquet.
  347. <br><br>
  348. Sed viverra ipsum nunc aliquet bibendum enim facilisis. Sit amet consectetur adipiscing elit ut aliquam purus sit amet. Scelerisque varius morbi enim nunc faucibus a. Elit scelerisque mauris pellentesque pulvinar pellentesque habitant morbi. Duis tristique sollicitudin nibh sit amet. Pellentesque nec nam aliquam sem. Gravida arcu ac tortor dignissim convallis aenean. Dignissim diam quis enim lobortis scelerisque fermentum. Quam quisque id diam vel quam elementum pulvinar etiam. Odio facilisis mauris sit amet massa. Sed risus ultricies tristique nulla aliquet. Eget nulla facilisi etiam dignissim. Porta lorem mollis aliquam ut. Viverra maecenas accumsan lacus vel. Sit amet commodo nulla facilisi nullam vehicula ipsum a arcu.
  349. <br><br>
  350. Rhoncus est pellentesque elit ullamcorper dignissim cras tincidunt lobortis feugiat. Purus gravida quis blandit turpis cursus. Nec ultrices dui sapien eget. Praesent elementum facilisis leo vel fringilla. Ullamcorper eget nulla facilisi etiam dignissim diam quis. Lacus sed viverra tellus in hac habitasse. Lectus quam id leo in vitae. Neque volutpat ac tincidunt vitae semper quis lectus nulla at. Eu sem integer vitae justo eget. Duis at tellus at urna condimentum mattis pellentesque. Orci eu lobortis elementum nibh. Est lorem ipsum dolor sit amet consectetur adipiscing elit.
  351. <br><br>
  352. Scelerisque fermentum dui faucibus in ornare quam viverra orci sagittis. Vel quam elementum pulvinar etiam non quam lacus suspendisse faucibus. Vel facilisis volutpat est velit egestas dui id ornare arcu. Pharetra pharetra massa massa ultricies mi quis hendrerit. Mauris a diam maecenas sed enim. Sed euismod nisi porta lorem mollis aliquam. Dignissim cras tincidunt lobortis feugiat vivamus at augue eget. In metus vulputate eu scelerisque felis imperdiet. Adipiscing elit pellentesque habitant morbi tristique. Euismod in pellentesque massa placerat duis ultricies lacus sed turpis. Porta lorem mollis aliquam ut porttitor leo a. Nibh praesent tristique magna sit amet. Purus in mollis nunc sed id. Ac turpis egestas sed tempus. Tellus molestie nunc non blandit massa enim nec. In est ante in nibh mauris cursus mattis. Bibendum enim facilisis gravida neque convallis a cras semper.
  353. </div>
  354.  
  355. <div class="rightStorylineBox">
  356. <h1>The Current</h1>
  357. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Bibendum ut tristique et egestas quis ipsum suspendisse ultrices. Ultrices in iaculis nunc sed augue lacus viverra vitae. Egestas maecenas pharetra convallis posuere morbi leo. Dolor sed viverra ipsum nunc aliquet bibendum enim facilisis gravida. Ultrices neque ornare aenean euismod elementum nisi quis. Enim eu turpis egestas pretium aenean pharetra magna ac. Aliquam eleifend mi in nulla posuere. Turpis egestas pretium aenean pharetra magna ac. Ut pharetra sit amet aliquam id diam maecenas ultricies. Sem viverra aliquet eget sit. Ut faucibus pulvinar elementum integer. Eget est lorem ipsum dolor sit. Fames ac turpis egestas sed tempus urna.
  358. <br><br>
  359. Potenti nullam ac tortor vitae purus faucibus ornare suspendisse. Velit aliquet sagittis id consectetur purus ut. Lectus nulla at volutpat diam ut venenatis tellus in metus. Enim nec dui nunc mattis enim ut tellus elementum sagittis. Praesent tristique magna sit amet. In hac habitasse platea dictumst quisque sagittis purus sit. Lectus nulla at volutpat diam ut venenatis. Ullamcorper sit amet risus nullam eget felis eget nunc. Id donec ultrices tincidunt arcu non. Neque gravida in fermentum et sollicitudin. Volutpat lacus laoreet non curabitur gravida arcu ac tortor. Nec ullamcorper sit amet risus nullam eget. Nunc sed id semper risus in hendrerit gravida rutrum quisque. Elementum pulvinar etiam non quam lacus suspendisse. Condimentum id venenatis a condimentum vitae. Malesuada fames ac turpis egestas integer eget aliquet.
  360. <br><br>
  361. Sed viverra ipsum nunc aliquet bibendum enim facilisis. Sit amet consectetur adipiscing elit ut aliquam purus sit amet. Scelerisque varius morbi enim nunc faucibus a. Elit scelerisque mauris pellentesque pulvinar pellentesque habitant morbi. Duis tristique sollicitudin nibh sit amet. Pellentesque nec nam aliquam sem. Gravida arcu ac tortor dignissim convallis aenean. Dignissim diam quis enim lobortis scelerisque fermentum. Quam quisque id diam vel quam elementum pulvinar etiam. Odio facilisis mauris sit amet massa. Sed risus ultricies tristique nulla aliquet. Eget nulla facilisi etiam dignissim. Porta lorem mollis aliquam ut. Viverra maecenas accumsan lacus vel. Sit amet commodo nulla facilisi nullam vehicula ipsum a arcu.
  362. <br><br>
  363. Rhoncus est pellentesque elit ullamcorper dignissim cras tincidunt lobortis feugiat. Purus gravida quis blandit turpis cursus. Nec ultrices dui sapien eget. Praesent elementum facilisis leo vel fringilla. Ullamcorper eget nulla facilisi etiam dignissim diam quis. Lacus sed viverra tellus in hac habitasse. Lectus quam id leo in vitae. Neque volutpat ac tincidunt vitae semper quis lectus nulla at. Eu sem integer vitae justo eget. Duis at tellus at urna condimentum mattis pellentesque. Orci eu lobortis elementum nibh. Est lorem ipsum dolor sit amet consectetur adipiscing elit.
  364. <br><br>
  365. Scelerisque fermentum dui faucibus in ornare quam viverra orci sagittis. Vel quam elementum pulvinar etiam non quam lacus suspendisse faucibus. Vel facilisis volutpat est velit egestas dui id ornare arcu. Pharetra pharetra massa massa ultricies mi quis hendrerit. Mauris a diam maecenas sed enim. Sed euismod nisi porta lorem mollis aliquam. Dignissim cras tincidunt lobortis feugiat vivamus at augue eget. In metus vulputate eu scelerisque felis imperdiet. Adipiscing elit pellentesque habitant morbi tristique. Euismod in pellentesque massa placerat duis ultricies lacus sed turpis. Porta lorem mollis aliquam ut porttitor leo a. Nibh praesent tristique magna sit amet. Purus in mollis nunc sed id. Ac turpis egestas sed tempus. Tellus molestie nunc non blandit massa enim nec. In est ante in nibh mauris cursus mattis. Bibendum enim facilisis gravida neque convallis a cras semper.
  366. </div>
  367. </div>
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375. <div id="theOweList">
  376. <h2>The Owes List</h2>
  377. <div class="leftStorylineBox">
  378. <h1>I owe You</h1>
  379. <b>Name</b> - starter/reply - <i>date</i><br>
  380. <b>Name</b> - starter/reply - <i>date</i><br>
  381. <b>Name</b> - starter/reply - <i>date</i><br>
  382. </div>
  383.  
  384. <div class="rightStorylineBox">
  385. <h1>You owe me</h1>
  386. <b>Name</b> - starter/reply - <i>date</i><br>
  387. <b>Name</b> - starter/reply - <i>date</i><br>
  388. <b>Name</b> - starter/reply - <i>date</i><br>
  389. </div>
  390. </div>
  391.  
  392. <div id="theConnections">
  393. <h1>The Connections</h1>
  394. <img src="https://i.imgur.com/68pNE4T.png" align="left">
  395. <div style="background: #031321; width: 342px; height: 90px; overflow: auto; display: inline-block; margin-left: 10px; text-align: justify; font-family: Georgia; font-size: 12px; color: #fff; padding: 5px;">
  396. <h1>Connection Name</h1>
  397. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here.
  398. </div>
  399. <br>
  400. <div style="background: #031321; width: 342px; height: 90px; overflow: auto; display: inline-block; margin-top: 10px; text-align: justify; font-family: Georgia; font-size: 12px; color: #fff; padding: 5px;">
  401. <h1>Connection Name</h1>
  402. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here.
  403. </div>
  404. <img src="https://i.imgur.com/lWRnJNl.png" style="margin-top:10px; display:inline-block;">
  405. <br>
  406. <img src="https://i.imgur.com/Gx3ssXe.png" style="display:inline-block;margin-top:10px;">
  407. <div style="background: #031321; width: 342px; height: 90px; overflow: auto; display: inline-block; margin-left: 10px; text-align: justify; font-family: Georgia; font-size: 12px; color: #fff; padding: 5px; margin-top:10px;">
  408. <h1>Connection Name</h1>
  409. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here.
  410. </div>
  411. <br>
  412. <div style="background: #031321; width: 342px; height: 90px; overflow: auto; display: inline-block; margin-top: 10px; text-align: justify; font-family: Georgia; font-size: 12px; color: #fff; padding: 5px;">
  413. <h1>Connection Name</h1>
  414. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here. About the connection here.
  415. </div>
  416. <img src="https://i.imgur.com/kM8Codw.png" style="margin-top:10px; display:inline-block;">
  417. </div>
  418.  
  419.  
  420. </div><br>
  421. <div class="bottomNavigation">
  422. <a href="#navigationSection" class="navigationLinks">navigation</a>
  423. <a href="#theDetails" class="navigationLinks" style="margin-left: 5px;">the details</a>
  424. <a href="#theStoryline" class="navigationLinks" style="margin-left: 5px;">the storyline</a>
  425. <a href="#theOweList" class="navigationLinks" style="margin-left: 5px;">owe list</a>
  426. <a href="#theConnections" class="navigationLinks" style="margin-left: 5px;">the connections</a>
  427. </div>
  428. </div>
  429. </body>
  430. </html>
Add Comment
Please, Sign In to add comment