mebuckner

Custom Order - Giovanni

Sep 12th, 2020 (edited)
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 19.07 KB | None | 0 0
  1. <!--about me-->
  2. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  3. <style type="text/css">
  4. @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
  5.  
  6. body {
  7. background-color:#232426;
  8. background-repeat:no-repeat;
  9. background-attachment:fixed;
  10. margin: 0;
  11. overflow:auto;
  12. background-image:url('https://i.imgur.com/5RobMLS.jpg');
  13. background-size:cover;
  14. }
  15.  
  16. table, tr, td, li, p, div, .profileInfo td.text {
  17. font-size: 12px;
  18. color: #fff;
  19. font-family: Georgia;
  20. }
  21.  
  22. a:link, a:active, a:visited {
  23. color: #fff;
  24. font-family: Georgia;
  25. font-size: 12px;
  26. display: inline-block;
  27. margin-top: 7px;
  28. margin-right: 34px;
  29. text-transform: uppercase;
  30. }
  31.  
  32. a:hover{
  33. text-decoration:none;
  34. color:#0d0d0d;
  35. }
  36.  
  37. b{
  38. color:#c29aa2;
  39. }
  40.  
  41. .container {
  42. width:800px;
  43. height:500px;
  44. position:absolute;
  45. left:0;
  46. right:0;
  47. bottom:0;
  48. top:0;
  49. overflow:hidden;
  50. margin:auto;
  51. color:#fff;
  52. background-color:#0d0d0d;
  53. font-family: 'Abel', sans-serif;
  54. padding: 12px;
  55. border: solid 5px #c29aa2;
  56. }
  57.  
  58. h1{
  59. font-family: 'Montserrat', sans-serif;
  60. color: #f0f0f0;
  61. text-transform: uppercase;
  62. width: 100%;
  63. text-align: center;
  64. font-size: 37px;
  65. margin: 0;
  66. }
  67.  
  68. h2{
  69. font-family: 'Montserrat', sans-serif;
  70. color: #a16053;
  71. text-transform: uppercase;
  72. width: 100%;
  73. text-align: center;
  74. font-size: 20px;
  75. margin: 0;
  76. letter-spacing: 11px;
  77. }
  78.  
  79. h3{
  80. font-family: 'Montserrat', sans-serif;
  81. color: #a16053;
  82. text-transform: uppercase;
  83. width: 100%;
  84. text-align: center;
  85. font-size: 15px;
  86. margin: 0;
  87. letter-spacing: 6px;
  88. margin-bottom: 10px;
  89. }
  90.  
  91. h4{
  92. font-family: 'Montserrat', sans-serif;
  93. color: #a16053;
  94. text-transform: uppercase;
  95. font-size: 15px;
  96. margin: 0;
  97. letter-spacing: 6px;
  98. margin-bottom: 10px;
  99. padding: 16px;
  100. }
  101.  
  102.  
  103. h5{
  104. font-family: 'Montserrat', sans-serif;
  105. color: #ffffff;
  106. text-transform: uppercase;
  107. font-size: 21px;
  108. margin: 0;
  109. letter-spacing: 6px;
  110. margin-bottom: 10px;
  111. text-align: center;
  112. }
  113.  
  114.  
  115. h6{
  116. font-family: 'Montserrat', sans-serif;
  117. color: #ffffff;
  118. text-transform: uppercase;
  119. font-size: 21px;
  120. margin: 0;
  121. letter-spacing: 6px;
  122. margin-bottom: 10px;
  123. text-align: center;
  124. background-color: #c29aa2;
  125. padding: 6px;
  126. }
  127.  
  128. .topBar{
  129. width: 825px;
  130. height: 30px;
  131. background: #c29aa2;
  132. margin-top: -12px;
  133. margin-left: -12px;
  134. text-align:right;
  135. }
  136.  
  137. .wrapper {
  138. width: 500px;
  139. margin: 0 auto;
  140. display: inline-block;
  141. vertical-align: top;
  142. margin-left: 17px;
  143. }
  144.  
  145. .tabs {
  146. position: relative;
  147.  
  148. height: 268px;
  149. }
  150. .tabs::before,
  151. .tabs::after {
  152. content: "";
  153. display: table;
  154. }
  155. .tabs::after {
  156. clear: both;
  157. }
  158. .tab {
  159. float: left;
  160. }
  161. .tab-switch {
  162. display: none;
  163. }
  164. .tab-label {
  165. position: relative;
  166. display: block;
  167. line-height: 13px;
  168. font-size: 12px;
  169. height: 23px;
  170. padding: 9px;
  171. background: #c29aa2;
  172. border-right: 0.125rem solid #0d0d0d;
  173. color: #0d0d0d;
  174. cursor: pointer;
  175. top: 0;
  176. transition: all 0.25s;
  177. }
  178. .tab-label:hover {
  179.   top: -0.25rem;
  180.   transition: top 0.25s;
  181. }
  182. .tab-content {
  183. height: 177px;
  184. position: absolute;
  185. z-index: 1;
  186. top: 2.75em;
  187. left: 0;
  188. padding: 1.618rem;
  189. background: #0d0d0d;
  190. color: #fff;
  191. opacity: 0;
  192. transition: all 0.35s;
  193. overflow: auto;
  194. text-align:justify;
  195. }
  196. .tab-switch:checked + .tab-label {
  197. background: #fff;
  198. color: #c29aa2;
  199. border-bottom: 0;
  200. border-right: 13px solid #fff;
  201. transition: all 0.35s;
  202. z-index: 1;
  203. top: -0.0625rem;
  204. }
  205. .tab-switch:checked + label + .tab-content {
  206.   z-index: 2;
  207.   opacity: 1;
  208.   transition: all 0.35s;
  209. }
  210.  
  211.  
  212. ::-webkit-scrollbar-thumb:vertical {height:12px; background:#0d0d0d; border-top:10px solid #f0f0f0; border-bottom:10px solid #f0f0f0;}
  213. ::-webkit-scrollbar-thumb:horizontal {background-color:#0d0d0d;}
  214. ::-webkit-scrollbar {width:5px; height:7px;}
  215.  
  216.  
  217. .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>
  218. </style>
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231. <!--like to meet-->
  232.  
  233. <html>
  234. <body>
  235. <div class="container">
  236. <div class="topBar">
  237. <a href="/home.php">home</a>
  238. <a href="/add_comment.php?member_id=">comment</a>
  239. <a href="/send_message.php?member_id=">message</a>
  240. <a href="/status_stream.php?member_id=">stream</a>
  241. <a href="/gallery.php?member_id=">photos</a>
  242. <a href="/1631904" style="margin-right:6px;">credit</a>
  243. </div>
  244.  
  245. <h1>
  246. I'm doing good, I'm on some new shit
  247. </h1>
  248. <h2>
  249. Been saying "yes" instead of "no"
  250. </h2>
  251. <img src="https://i.imgur.com/HFkHkll.png" style="margin-top:10px; margin-left:10px;">
  252. <div class="wrapper">
  253. <div class="tabs">
  254. <div class="tab">
  255. <input type="radio" name="css-tabs" id="tab-1" checked class="tab-switch">
  256. <label for="tab-1" class="tab-label">The Storyline</label>
  257. <div class="tab-content">
  258. <h3>I thought I saw you at the bus stop, I didn't though</h3>
  259. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Massa placerat duis ultricies lacus. Platea dictumst vestibulum rhoncus est pellentesque. Tempor id eu nisl nunc mi ipsum faucibus vitae. Ut aliquam purus sit amet luctus. Gravida arcu ac tortor dignissim convallis aenean et. Morbi tristique senectus et netus et malesuada fames ac. Nibh praesent tristique magna sit amet purus gravida quis. Duis at consectetur lorem donec massa sapien faucibus et molestie. Magna fringilla urna porttitor rhoncus. Etiam sit amet nisl purus in mollis nunc sed. Facilisi etiam dignissim diam quis enim lobortis. Cras semper auctor neque vitae tempus quam pellentesque. Vestibulum mattis ullamcorper velit sed ullamcorper morbi tincidunt. Ultrices vitae auctor eu augue ut lectus. Sit amet risus nullam eget felis eget nunc lobortis mattis. Elementum curabitur vitae nunc sed velit dignissim sodales. Vitae congue eu consequat ac felis donec et.
  260. <br><br>
  261. Auctor eu augue ut lectus arcu bibendum at. Quis vel eros donec ac. Et tortor consequat id porta nibh venenatis. Vulputate odio ut enim blandit volutpat maecenas. Eget est lorem ipsum dolor sit. Dui id ornare arcu odio. Amet justo donec enim diam vulputate ut pharetra sit. Proin libero nunc consequat interdum varius. Quisque id diam vel quam elementum pulvinar etiam. Morbi tempus iaculis urna id volutpat lacus. Magna fringilla urna porttitor rhoncus dolor purus non enim praesent.
  262. <br><br>
  263. Aliquet bibendum enim facilisis gravida neque convallis a. Nisl nunc mi ipsum faucibus vitae aliquet nec. Eu sem integer vitae justo eget magna fermentum iaculis eu. Amet luctus venenatis lectus magna fringilla urna. Magna fringilla urna porttitor rhoncus dolor purus non enim. Parturient montes nascetur ridiculus mus. Fringilla phasellus faucibus scelerisque eleifend donec pretium. Gravida dictum fusce ut placerat orci nulla. Sem et tortor consequat id. Quam quisque id diam vel quam. Pretium aenean pharetra magna ac placerat vestibulum. At lectus urna duis convallis.
  264. <br><br>
  265. Dictumst vestibulum rhoncus est pellentesque elit ullamcorper dignissim cras tincidunt. Sodales ut etiam sit amet nisl purus in mollis nunc. Dui faucibus in ornare quam viverra orci sagittis. Vulputate odio ut enim blandit volutpat maecenas volutpat blandit aliquam. Et pharetra pharetra massa massa ultricies mi quis hendrerit. Enim diam vulputate ut pharetra sit amet. Et netus et malesuada fames ac turpis egestas. Volutpat maecenas volutpat blandit aliquam etiam. Felis imperdiet proin fermentum leo vel orci porta. Ultricies mi quis hendrerit dolor. Imperdiet nulla malesuada pellentesque elit eget gravida. Et netus et malesuada fames ac turpis egestas.
  266. <br><br>
  267. Id volutpat lacus laoreet non curabitur. Vitae tempus quam pellentesque nec nam aliquam. Posuere urna nec tincidunt praesent semper feugiat nibh. Ut ornare lectus sit amet est placerat in. Ac ut consequat semper viverra nam libero. Elementum eu facilisis sed odio morbi quis commodo. Est pellentesque elit ullamcorper dignissim cras tincidunt lobortis. Tempus quam pellentesque nec nam aliquam sem et tortor. Neque egestas congue quisque egestas diam in arcu cursus euismod. Elit ut aliquam purus sit. Consequat mauris nunc congue nisi vitae suscipit tellus. In iaculis nunc sed augue lacus. Dui nunc mattis enim ut tellus elementum sagittis vitae. Egestas egestas fringilla phasellus faucibus. Vitae sapien pellentesque habitant morbi tristique senectus et netus et.
  268. </div>
  269. </div>
  270. <div class="tab">
  271. <input type="radio" name="css-tabs" id="tab-2" class="tab-switch">
  272. <label for="tab-2" class="tab-label">Basic Information</label>
  273. <div class="tab-content">
  274. <h4>Basic Information</h4>
  275. <ul>
  276. <li>
  277. <b>Full Name:</b> here
  278. </li>
  279. <li>
  280. <b>Nickname(s):</b> here
  281. </li>
  282. <li>
  283. <b>Age:</b> here
  284. </li>
  285. <li>
  286. <b>Date of Birth:</b> here
  287. </li>
  288. <li>
  289. <b>Hometown:</b> here
  290. </li>
  291. <li>
  292. <b>Current Location:</b> here
  293. </li>
  294. <li>
  295. <b>Ethnicity:</b> here
  296. </li>
  297. <li>
  298. <b>Nationality:</b> here
  299. </li>
  300. <li>
  301. <b>Gender:</b> here
  302. </li>
  303. <li>
  304. <b>Pronouns:</b> here
  305. </li>
  306. <li>
  307. <b>Orientation:</b> here
  308. </li>
  309. <li>
  310. <b>Religion:</b> here
  311. </li>
  312. <li>
  313. <b>Occupation:</b> here
  314. </li>
  315. <h4>Physical Appearance</h4>
  316. <li>
  317. <b>Hair Color:</b> here
  318. </li>
  319. <li>
  320. <b>Eye Color:</b> here
  321. </li>
  322. <li>
  323. <b>Height:</b> here
  324. </li>
  325. <li>
  326. <b>Build:</b> here
  327. </li>
  328. <li>
  329. <b>Tattoos:</b> here
  330. </li>
  331. <li>
  332. <b>Piercings:</b> here
  333. </li>
  334. <li>
  335. <b>Clothing Style:</b> here
  336. </li>
  337. <li>
  338. <b>Distinguishing Characteristics:</b> here
  339. </li>
  340. <h4>Favorites</h4>
  341. <li>
  342. <b>Weather:</b> here
  343. </li>
  344. <li>
  345. <b>Color:</b> here
  346. </li>
  347. <li>
  348. <b>Music:</b> here
  349. </li>
  350. <li>
  351. <b>Sport:</b> here
  352. </li>
  353. <li>
  354. <b>Beverage:</b> here
  355. </li>
  356. <li>
  357. <b>Food:</b> here
  358. </li>
  359. </div>
  360. </div>
  361. <div class="tab">
  362. <input type="radio" name="css-tabs" id="tab-3" class="tab-switch">
  363. <label for="tab-3" class="tab-label">Love Life</label>
  364. <div class="tab-content">
  365. <h5>But we were something, don't you think so?</h5>
  366. <h4 style="padding:0;text-align: center; margin-top: -12px;">Roaring twenties, tossing pennies in the pool</h4>
  367. <b>status:</b> here <br>
  368. <b>since:</b> here <br>
  369. <b>to whom:</b> here <br>
  370. <b>comments:</b> here <br>
  371. </div>
  372. </div>
  373. <div class="tab">
  374. <input type="radio" name="css-tabs" id="tab-4" class="tab-switch">
  375. <label for="tab-4" class="tab-label">Storylines</label>
  376. <div class="tab-content">
  377. <h6>connection name here</h6>
  378. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know.
  379.  
  380. <h6>connection name here</h6>
  381. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know.
  382.  
  383. <h6>connection name here</h6>
  384. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know.
  385.  
  386. <h6>connection name here</h6>
  387. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know.
  388.  
  389. <h6>connection name here</h6>
  390. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know.
  391.  
  392. <h6>connection name here</h6>
  393. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know. talk about them here and what not, you know.
  394. </div>
  395. </div>
  396. <div class="tab">
  397. <input type="radio" name="css-tabs" id="tab-5" class="tab-switch">
  398. <label for="tab-5" class="tab-label">Owes List</label>
  399. <div class="tab-content">
  400. <h6 style="width: 375px;">I owe you</h6>
  401. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  402. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  403. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  404. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  405. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  406.  
  407. <h6 style="width: 375px;margin-top:10px;">You Owe Me</h6>
  408. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  409. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  410. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  411. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  412. <b>name</b> - <i>starter/reply</i> - 00/00 <br>
  413.  
  414. <h5>Updated: 00/00</h5>
  415. </div>
  416.     </div>
  417.   </div>
  418. <img src="https://i.imgur.com/UOqE0gH.png" style="margin-top:26px;">
  419. </div>
  420. </div>
  421. </body>
  422. </html>
  423.  
Add Comment
Please, Sign In to add comment