Advertisement
Abyss90

NESSIE CULLEN

May 9th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.61 KB | None | 0 0
  1. { (C)WRECKAGE FROM CMPMADES, MADE FREE ON OCTOBER 1st 2018 }
  2.  
  3. Do,
  4.  
  5. Recolor
  6. Move Boxes
  7. Make it your own
  8.  
  9. Don't,
  10.  
  11. Use my codes for other layouts
  12. Claim as your own
  13. Remove credit
  14.  
  15. If you need any help, please shoot a message to Elena on CMPMADES. I will be more than happy to ask any questions.
  16.  
  17.  
  18. ------------------------------------------------------------------
  19.  
  20.  
  21.  
  22. { ABOUT ME }
  23.  
  24.  
  25. <style type="text/css">
  26.  
  27. @import url('https://fonts.googleapis.com/css?family=BenchNine');
  28.  
  29. { BODY PROPERTIES (C)WRECKAGE }
  30.  
  31. body {
  32. background: url("") no-repeat center fixed;
  33. background-color:#3f3731;
  34. -webkit-background-size: cover;
  35. -moz-background-size: cover;
  36. -o-background-size: cover;
  37. background-size: cover;
  38. }
  39.  
  40.  
  41. { LINK PROPERTIES (C)WRECKAGE }
  42.  
  43.  
  44. a:active, a:visited, a:link {
  45. font-family:'BenchNine', sans-serif;
  46. color:#fff;
  47. font-size:9px;
  48. text-transform:uppercase;
  49. letter-spacing: 2px;
  50. font-weight:normal;
  51. text-decoration:none;
  52.  
  53. -webkit-transition: all 0.8s ease-out;
  54. -moz-transition: all 0.8s ease-out;
  55. transition: all 0.8s ease-out;}
  56.  
  57. a:hover {
  58. font-family:'BenchNine', sans-serif;
  59. color:#fff;
  60. font-size:9px;
  61. text-transform:uppercase;
  62. letter-spacing:5px;
  63. font-weight: normal;
  64. text-decoration:none;
  65. }
  66.  
  67. a.credit, a.credit:link, a.credit:active, a.credit:visited {
  68. font-family:'BenchNine', sans-serif;
  69. color:#fff;
  70. font-size:12px;
  71. text-transform:uppercase;
  72. letter-spacing: 3px;
  73. font-weight:normal;
  74. text-decoration:none;
  75.  
  76. -webkit-transition: all 0.8s ease-out;
  77. -moz-transition: all 0.8s ease-out;
  78. transition: all 0.8s ease-out;}
  79.  
  80. a.credit:hover {
  81. letter-spacing:5px;
  82. background-color:transparent;}
  83.  
  84.  
  85. a.first, a.first:link, a.first:active, a.first:visited {
  86. font-family:'BenchNine', sans-serif;
  87. font-size:10px;
  88. line-height:20px;
  89. display: inline-block;
  90. height:20px;
  91. width:200px;
  92. font-weight:lighter;
  93. color:#fff;
  94. text-transform:uppercase;
  95. text-align:center;
  96. float:center;
  97. letter-spacing:1px;
  98. text-decoration:none;
  99.  
  100. }
  101.  
  102. a.first:hover {
  103. letter-spacing:5px;
  104. color:#601816;
  105. }
  106.  
  107.  
  108. a.second:active, a.second:visited, a.second:link {
  109. font-size:10px;
  110. font-family:'BenchNine', sans-serif;
  111. font-weight:normal;
  112. color:#fff;
  113. display:block;
  114. height:20px;
  115. border-left:20px solid #e3dacd;
  116. border-right:20px solid #e3dacd;
  117. background-color:#b0b1a1;
  118. text-transform:uppercase;
  119. letter-spacing:2px;
  120. line-height:20px;
  121. margin-bottom:1px;
  122. text-decoration:none;
  123. -webkit-transition: all 0.9s ease-out;
  124. -moz-transition: all 0.9s ease-out;
  125. }
  126.  
  127.  
  128. a.second:hover {
  129. letter-spacing:3px;
  130. border-left:50px solid #e3dacd;
  131. border-right:50px solid #e3dacd;
  132. }
  133.  
  134.  
  135. { DIV BOXES (C)WRECKAGE }
  136.  
  137.  
  138. .container{
  139. width: 100%;
  140. height: 1000px;
  141. background-color: transparent;
  142. }
  143.  
  144.  
  145. .nav{
  146. left: 0px;
  147. top: 0px;
  148. width:100%;
  149. height:45px;
  150. text-align: center;
  151. overflow: none;
  152. background-color:#6c7974;
  153. border-top: solid 8px #6c7974;
  154. padding:0px;
  155. position:fixed;
  156. }
  157.  
  158.  
  159. .topbanner{
  160. left: 200px;
  161. top:70px;
  162. position: absolute;
  163. width:880px;
  164. height:275px;
  165. color:transparent;
  166. text-align: center;
  167. overflow: hidden;
  168. background-color:#6e7874;
  169. text-align: center;
  170. border: 4px double #6e7874;
  171. }
  172.  
  173. .updates{
  174. left:200px;
  175. top:356PX;
  176. position: absolute;
  177. width:200px;
  178. height:200px;
  179. background-color:#6e7874;
  180. text-align: center;
  181. overflow: hidden;
  182. border: 4px double #6e7874;
  183. }
  184.  
  185. .bio{
  186. left:511px;
  187. top:356PX;
  188. position: absolute;
  189. width:358px;
  190. height:200px;
  191. background-color:#6e7874;
  192. text-align: justify;
  193. overflow: auto;
  194. border: 4px double #6e7874;
  195. }
  196.  
  197. .details{
  198. left:410px;
  199. top:567PX;
  200. position: absolute;
  201. width:224px;
  202. height:200px;
  203. background-color:#6e7874;
  204. text-align: left;
  205. overflow: auto;
  206. border: 4px double #6e7874;
  207. }
  208.  
  209. .otherdetails{
  210. left:857px;
  211. top:567PX;
  212. position: absolute;
  213. width:223px;
  214. height:200px;
  215. background-color:#6e7874;
  216. text-align: justify;
  217. overflow: auto;
  218. border: 4px double #6e7874;
  219. }
  220.  
  221. .love{
  222. left:628px;
  223. top:779px;
  224. position: absolute;
  225. width:241px;
  226. height:200px;
  227. background-color:#6e7874;
  228. text-align: justify;
  229. overflow: auto;
  230. border: 4px double #6e7874;
  231. }
  232.  
  233.  
  234. .Connections{
  235. left:200px;
  236. top:779px;
  237. position: absolute;
  238. width:417px;
  239. height:97px;
  240. color:transparent;
  241. text-align: center;
  242. overflow: auto;
  243. background-color:#6e7874;
  244. text-align: center;
  245. border: 4px double #6e7874;
  246. }
  247.  
  248.  
  249. .bioimg{
  250. left:880px;
  251. top:356PX;
  252. position: absolute;
  253. width:200px;
  254. height:200px;
  255. background-color:#6e7874;
  256. text-align: center;
  257. overflow: hidden;
  258. border: 4px double #6e7874;
  259. }
  260.  
  261. .detailsimg{
  262. left:200px;
  263. top:567px;
  264. position: absolute;
  265. width:200px;
  266. height:200px;
  267. background-color:#6e7874;
  268. text-align: center;
  269. overflow: hidden;
  270. border: 4px double #6e7874;
  271. }
  272.  
  273. .musicimg1{
  274. left:645px;
  275. top:567px;
  276. position: absolute;
  277. width:96px;
  278. height:141px;
  279. background-color:#6e7874;
  280. text-align: center;
  281. overflow: hidden;
  282. border: 4px double #6e7874;
  283. }
  284.  
  285.  
  286. .musicimg2{
  287. left:750px;
  288. top:567px;
  289. position: absolute;
  290. width:96px;
  291. height:141px;
  292. background-color:#6e7874;
  293. text-align: center;
  294. overflow: hidden;
  295. border: 4px double #6e7874;
  296. }
  297.  
  298. .topicon{
  299. left:410px;
  300. top:356px;
  301. position: absolute;
  302. width:91px;
  303. height:95px;
  304. background-color:#6e7874;
  305. text-align: center;
  306. overflow: hidden;
  307. border: 4px double #6e7874;
  308. }
  309.  
  310. .bottomicon{
  311. left:410px;
  312. top:461px;
  313. position: absolute;
  314. width:91px;
  315. height:95px;
  316. background-color:#6e7874;
  317. text-align: center;
  318. overflow: hidden;
  319. border: 4px double #6e7874;
  320. }
  321.  
  322. .loveimg{
  323. left:880px;
  324. top:779px;
  325. position: absolute;
  326. width:200px;
  327. height:200px;
  328. background-color:#6e7874;
  329. text-align: center;
  330. overflow: hidden;
  331. border: 4px double #6e7874;
  332. }
  333.  
  334. .connectionimg1{
  335. left:200px;
  336. top:889px;
  337. position: absolute;
  338. width:203px;
  339. height:91px;
  340. color:transparent;
  341. text-align: center;
  342. overflow: hidden;
  343. background-color:#6e7874;
  344. text-align: center;
  345. border: 4px double #6e7874;
  346. }
  347.  
  348. .connectionimg2{
  349. left:414px;
  350. top:889px;
  351. position: absolute;
  352. width:203px;
  353. height:91px;
  354. color:transparent;
  355. text-align: center;
  356. overflow: hidden;
  357. background-color:#6e7874;
  358. text-align: center;
  359. border: 4px double #6e7874;
  360. }
  361.  
  362. .music{
  363. left:645px;
  364. top:719px;
  365. position: absolute;
  366. width:201px;
  367. height:48px;
  368. background-color:#6e7874;
  369. text-align: center;
  370. overflow: hidden;
  371. border: 4px double #6e7874;
  372. }
  373.  
  374.  
  375. { STYLE PROPERTIES (C)WRECKAGE }
  376.  
  377.  
  378. table, tr, td, li, p, div {
  379. font-family:'BenchNine', sans-serif;
  380. color:#dddddd;
  381. font-size:13px;
  382. line-height: 12px;
  383. letter-spacing:1px;
  384. text-transform:normal;
  385. }
  386.  
  387. b {
  388. color:#000;
  389. font-family:'BenchNine', sans-serif;
  390. font-size:13px;
  391. line-height:12px;
  392. font-weight:normal;
  393. text-transform: uppercase;
  394. letter-spacing:1px;
  395. }
  396.  
  397. b2 {
  398. color:#b0b1a1;
  399. font-family:'BenchNine', sans-serif;
  400. font-size:13px;
  401. line-height:12px;
  402. font-weight:normal;
  403. text-transform: uppercase;
  404. letter-spacing:1px;
  405. }
  406.  
  407. strong {
  408. color:#e7b99f;
  409. text-decoration: bold;
  410. font-family:'BenchNine', sans-serif;
  411. font-size: 12px;
  412. line-height:12px;
  413. text-transform:uppercase;
  414. letter-spacing: 1px;
  415. font-weight:normal;
  416. }
  417.  
  418. small {
  419. color:#e8e3dd;
  420. font-family:'BenchNine', sans-serif;
  421. font-size:9px;
  422. line-height:10px;
  423. font-weight:bold;
  424. text-transform: uppercase;
  425. letter-spacing:0px;
  426.  
  427. }
  428.  
  429. i {
  430. color:#b0b1a1;
  431. font-family: georgia;
  432. font-size: 11px;
  433. line-height: 9px;
  434. font-style: italic;
  435. font-weight: normal;
  436. text-transform: lowercase;
  437. letter-spacing: 0px;
  438. }
  439.  
  440.  
  441. em {
  442. color:#3f3932;
  443. font-family: georgia;
  444. font-size: 10px;
  445. line-height: 10px;
  446. font-weight: bold;
  447. text-transform: lowercase;
  448. letter-spacing: 0px;
  449. }
  450.  
  451. TT {
  452. font-family: courier;
  453. font-size:12px;
  454. text-transform:uppercase;
  455. color:#e4c9b7;
  456. line-height:9px;
  457. letter-spacing: 2px;
  458. font-weight:normal;
  459. }
  460.  
  461. u {
  462. font-family: 'tahoma';
  463. font-size: 10px;
  464. color:#fff;
  465. font-weight: normal;
  466. text-transform: uppercase;
  467. letter-spacing: 1px;
  468. text-decoration: none;
  469. }
  470.  
  471. h1 {
  472. font-family:'BenchNine', sans-serif;
  473. font-weight: lighter;
  474. font-size: 12px;
  475. line-height: 13px;
  476. padding: 2px;
  477. color:#fff;
  478. text-transform: uppercase;
  479. letter-spacing: 3px;
  480. background-color: #b0b1a1;
  481. text-align: center;
  482. border-bottom: 1px dotted #fff;
  483. display: block;
  484. margin: 0px 0px 5px 0px;
  485. }
  486.  
  487. h2 {
  488. font-family: "calibri";
  489. font-weight: lighter;
  490. font-size: 10px;
  491. line-height: 19px;
  492. height:20px;
  493. padding: 2px;
  494. color:#fff;
  495. background-color: #3f382f;
  496. text-transform:uppercase;
  497. letter-spacing:3px;
  498. text-align: center;
  499. display: block;
  500. margin: 0px 0px 5px 0px;
  501. }
  502.  
  503. h3 {
  504. font-family: 'BenchNine', sans-serif;
  505. font-weight: lighter;
  506. font-size: 11px;
  507. line-height: 10px;
  508. height:10px;
  509. padding: 2px;
  510. color:#3f382f;
  511. background-color: #b0b1a1;
  512. text-transform:uppercase;
  513. letter-spacing:1px;
  514. text-align: center;
  515. display: block;
  516. margin: 10px 0px 5px 0px;
  517. border-left:#6c7974 solid 20px;
  518. }
  519.  
  520. h4 {
  521. font-family: 'BenchNine', sans-serif;
  522. font-weight: lighter;
  523. font-size: 11px;
  524. line-height: 10px;
  525. height:10px;
  526. padding: 2px;
  527. color:#3f382f;
  528. background-color: #b0b1a1;
  529. text-transform:uppercase;
  530. letter-spacing:1px;
  531. text-align: center;
  532. display: block;
  533. margin: 10px 0px 5px 0px;
  534. border-right:#6c7974 solid 20px;
  535. }
  536.  
  537.  
  538. ::-webkit-scrollbar-thumb:vertical {
  539. background-color:#b0b1a1;
  540. height:7px;
  541. border-bottom:20px solid #e3dacd;
  542. border-top:20px solid #e3dacd;
  543. }
  544. ::-webkit-scrollbar-thumb:horizontal {
  545. background-color:#b0b1a1;
  546. height:0px!important;
  547. }
  548. ::-webkit-scrollbar {
  549. background-color:#b0b1a1;
  550. height:0px;
  551. width:4px;
  552. }
  553.  
  554.  
  555. {CREDIT DO NOT REMOVE}
  556.  
  557. .CREDIT {
  558. bottom:-30px;
  559. right:5px;
  560. width:50px;
  561. height:50px;
  562. position:fixed!important;
  563. -webkit-transition: all .3s linear;
  564. -moz-transition: all .3s linear;
  565. -o-transition: all .3s linear;}
  566.  
  567.  
  568. { HIDE CODES (C)WRECKAGE }
  569.  
  570. table table div form {display:inline !important;}
  571. .contacttable,.whitetext12,.nametext,.lightbluetext8,.orangetext15,.blacktext12,.btext,.redtext,.redbtext{display:none;height:0px;!important;visibility:hidden}
  572. td td td td{border:0px;width:0px;text-align:left;}
  573. table,td,tr{padding:0px;width:;background-color:transparent}
  574. table table table{padding:1px;height:.01%;width:100%;}
  575. table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important}
  576. a.text,table div font a,table div div,.navbar font,tr td font{visibility:hidden;display:none;height:0px;!important;}
  577. td.text table table{display:inline;visibility:visible;}
  578. table td table tr td.text table{visibility:hidden;}
  579. table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;}
  580. table div div{visibility:hidden;!important;}
  581. table table table table,table table table table td.text, td.text td.text table{display:none;}
  582. body div div form {display:none !important;}div div div select {position:absolute !important; margin-left:-1000px !important; left:0px !important; display:none !important; }div div table div {display:none;} div div table div {display:none;} div form, .mslogo, div ul {display:none!important;}
  583. div div, div td {background-color:transparent; background-image:none!important;}
  584. div.profileWidth {margin-top: -30px !important;}div.profileWidth div {filter:alpha(opacity=0); opacity:0.0001}div.profileWidth div.clearfix, i i i,
  585. div.profileWidth div div {filter:none; opacity:0.9999}div.profileWidth div.clearfix {position:relative; top:30px}
  586. div div select, div div form {display:none !important;}div div table div {display:none;} .clearfix table div div {display:block;}
  587. .profile, div ul {display:none !important;}
  588.  
  589. </style>
  590.  
  591.  
  592. <body
  593. oncontextmenu="alert('Created by Wreckage @ cmpmades!');
  594. return false;">
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606. { WHO I'D LIKE TO MEET }
  607.  
  608.  
  609.  
  610.  
  611. <div class="container"></div>
  612. <div class="CREDIT"><a href="/cmpmades" class="credit">♔CMP</a></div>
  613.  
  614.  
  615. <div class="topbanner">
  616. <img src="https://via.placeholder.com/880x275/b0b1a1/e3dacd">
  617. </div>
  618.  
  619. <div class="updates">
  620. <h2>Owes and Dues</h2>
  621.  
  622. <h3>i owe you</h3>
  623.  
  624. Name Here <strong>Type</strong> <em>00/00/0000</em><br>
  625. Name Here <strong>Type</strong> <em>00/00/0000</em><br>
  626. Name Here <strong>Type</strong> <em>00/00/0000</em><br>
  627. Name Here <strong>Type</strong> <em>00/00/0000</em>
  628.  
  629. <h4>you owe me</h4>
  630.  
  631. Name Here <strong>Type</strong> <em>00/00/0000</em><br>
  632. Name Here <strong>Type</strong> <em>00/00/0000</em><br>
  633. Name Here <strong>Type</strong> <em>00/00/0000</em><br>
  634. Name Here <strong>Type</strong> <em>00/00/0000</em>
  635.  
  636. </div>
  637.  
  638. <div class="topicon">
  639. <img src="https://via.placeholder.com/91x95/b0b1a1/e3dacd">
  640. </div>
  641.  
  642. <div class="bottomicon">
  643. <img src="https://via.placeholder.com/91x95/b0b1a1/e3dacd">
  644. </div>
  645.  
  646. <div class="bio">
  647.  
  648. <h2>Biography</h2>
  649.  
  650. <indent>L</indent><I>orem ipsum dolor sit amet</I> consectetur adipisicing elit, <U>sed do eiusmod tempor incididunt</U> ut labore et dolore magna aliqua. <B>Ut enim ad minim veniam,</B> quis nostrud exercitation <EM>ullamco</EM> laboris <Strong>nisi ut aliquip ex ea commodo consequat.</Strong> Duis aute <EM>irure</EM> dolor in reprehenderit <TT>in voluptate velit esse cillum dolore eu</TT> fugiat nulla pariatur. <big>Excepteur sint occaecat cupidatat non proident,</big> sunt in culpa qui officia deserunt <I>mollit anim id est laborum.</I> Lorem ipsum <EM>dolor</EM> sit amet, <B>consectetur adipisicing elit,</B> sed do eiusmod tempor incididunt <U>ut labore et dolore magna aliqua.</U> Ut enim ad minim veniam, quis nostrud exercitation <TT>ullamco laboris nisi ut aliquip ex ea commodo consequat.</TT> Duis aute irure dolor in <I>reprehenderit in voluptate</I> velit esse cillum dolore eu fugiat nulla pariatur. <big>Excepteur sint occaecat cupidatat</big> non proident, sunt in culpa qui <EM>officia</EM> deserunt <B>mollit anim id est laborum.</B>
  651.  
  652. </div>
  653.  
  654. <div class="bioimg">
  655. <img src="https://via.placeholder.com/200x200/b0b1a1/e3dacd">
  656. </div>
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664. <div class="detailsimg">
  665. <img src="https://via.placeholder.com/200x200/b0b1a1/e3dacd">
  666. </div>
  667.  
  668. <div class="details">
  669.  
  670. <h2>Details</h2>
  671.  
  672. <b>° FULL NAME:</b> Name<br>
  673. <b2>° NICKNAME(S):</b2> Nickname (<i>Given By</i>)<br>
  674. <b>° RACE:</b> <br>
  675. <b2>° DATE OF BIRTH:</b2> <br>
  676. <b>° ASTROLOGICAL SIGN:</b> <br>
  677. <b2>° AGE:</b2> <br>
  678. <b>° PLACE OF BIRTH:</b> <br>
  679. <b2>° CURRENT RESIDENCE:</b2> <br>
  680. <b>° SPECIES:</b> <br>
  681. <b2>° GENDER:</b2> <br>
  682. <b>° EYE | HAIR COLOR:</b> Hazel | Brown<br>
  683. <b2>° HEIGHT | WEIGHT:</b2> 5'6". | 125.<br>
  684. <b>° FAMILY / SIBLINGS:</b> Name Here (<i>Relationship</i>), Name Here (<i>relationship</i>).<br>
  685. <b2>° OCCUPATION:</b2> .<br>
  686. <b>° SIGNIFICANT KILLS:</b> <br>
  687.  
  688. </div>
  689.  
  690.  
  691.  
  692.  
  693. <div class="otherdetails">
  694.  
  695. <h2>Personality</h2>
  696.  
  697. <indent>L</indent><I>orem ipsum dolor sit amet</I> consectetur adipisicing elit, <U>sed do eiusmod tempor incididunt</U> ut labore et dolore magna aliqua. <B>Ut enim ad minim veniam,</B> quis nostrud exercitation <EM>ullamco</EM> laboris <Strong>nisi ut aliquip ex ea commodo consequat.</Strong> Duis aute <EM>irure</EM> dolor in reprehenderit <TT>in voluptate velit esse cillum dolore eu</TT> fugiat nulla pariatur. <big>Excepteur sint occaecat cupidatat non proident,</big> sunt in culpa qui officia deserunt <I>mollit anim id est laborum.</I> Lorem ipsum <EM>dolor</EM> sit amet, <B>consectetur adipisicing elit,</B> sed do eiusmod tempor incididunt <U>ut labore et dolore magna aliqua.</U> Ut enim ad minim veniam, quis nostrud exercitation <TT>ullamco laboris nisi ut aliquip ex ea commodo consequat.</TT> Duis aute irure dolor in <I>reprehenderit in voluptate</I> velit esse cillum dolore eu fugiat nulla pariatur. <big>Excepteur sint occaecat cupidatat</big> non proident, sunt in culpa qui <EM>officia</EM> deserunt <B>mollit anim id est laborum.</B>
  698.  
  699.  
  700. <h2>Physical</h2>
  701.  
  702. <indent>L</indent><I>orem ipsum dolor sit amet</I> consectetur adipisicing elit, <U>sed do eiusmod tempor incididunt</U> ut labore et dolore magna aliqua. <B>Ut enim ad minim veniam,</B> quis nostrud exercitation <EM>ullamco</EM> laboris <Strong>nisi ut aliquip ex ea commodo consequat.</Strong> Duis aute <EM>irure</EM> dolor in reprehenderit <TT>in voluptate velit esse cillum dolore eu</TT> fugiat nulla pariatur. <big>Excepteur sint occaecat cupidatat non proident,</big> sunt in culpa qui officia deserunt <I>mollit anim id est laborum.</I> Lorem ipsum <EM>dolor</EM> sit amet, <B>consectetur adipisicing elit,</B> sed do eiusmod tempor incididunt <U>ut labore et dolore magna aliqua.</U> Ut enim ad minim veniam, quis nostrud exercitation <TT>ullamco laboris nisi ut aliquip ex ea commodo consequat.</TT> Duis aute irure dolor in <I>reprehenderit in voluptate</I> velit esse cillum dolore eu fugiat nulla pariatur. <big>Excepteur sint occaecat cupidatat</big> non proident, sunt in culpa qui <EM>officia</EM> deserunt <B>mollit anim id est laborum.</B>
  703.  
  704. </div>
  705.  
  706.  
  707.  
  708.  
  709.  
  710. <div class="musicimg1">
  711. <img src="https://via.placeholder.com/96x141/b0b1a1/e3dacd">
  712. </div>
  713.  
  714. <div class="musicimg2">
  715. <img src="https://via.placeholder.com/96x141/b0b1a1/e3dacd">
  716. </div>
  717.  
  718.  
  719. <div class="music">
  720. <object type="application/x-shockwave-flash" data="https://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="50">
  721. <param name="movie" value="https://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  722. <param name="bgcolor" value="#6c7974" />
  723. <param name="FlashVars" value="mp3=http://k003.kiwi6.com/hotlink/oq058743w6/The_Words_-_Christina_Perri.mp3&autoplay=1&loop=1&shuffle=1&showslider=0&loadingcolor=860303&bgcolor1=860303&bgcolor2=e3dacd&slidercolor1=b0b1a1&slidercolor2=b0b1a1&sliderovercolor=b0b1a1&buttoncolor=e3dacd&buttonovercolor=fff&showlist=0&playlistalpha=75"/>
  724. </object>
  725.  
  726. </div>
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733. <div class="Connections">
  734.  
  735. <a href="URL" class="second">Name Here</a>
  736. <a href="URL" class="second">Name Here</a>
  737. <a href="URL" class="second">Name Here</a>
  738. <a href="URL" class="second">Name Here</a>
  739. <a href="URL" class="second">Name Here</a>
  740. <a href="URL" class="second">Name Here</a>
  741. <a href="URL" class="second">Name Here</a>
  742. <a href="URL" class="second">Name Here</a>
  743.  
  744. </div>
  745.  
  746. <div class="connectionimg1">
  747. <img src="https://via.placeholder.com/203x91/b0b1a1/e3dacd">
  748. </div>
  749.  
  750. <div class="connectionimg2">
  751. <img src="https://via.placeholder.com/203x91/b0b1a1/e3dacd">
  752. </div>
  753.  
  754.  
  755.  
  756.  
  757.  
  758. <div class="love">
  759. <h2>once upon a december</h2>
  760.  
  761. <b>status:</b> Single <br>
  762. <b2>whom:</b2> <a href="idhere">Display Name</a><br>
  763. <b>Laid eyes on:</b> 00/00/0000<br>
  764. <b2>Official:</b2> 00/00/0000<br>
  765. <b>First Kiss:</b> 00/00/0000<br>
  766. <b2>I love you:</b2> 00/00/0000<br>
  767. <b>Will You Marry Me:</b> 00/00/0000<br>
  768. <b2>A Vision In White:</b2> 00/00/0000<br>
  769. <br>
  770.  
  771. <h1>Love Notes and Serenades</h1>
  772.  
  773. <indent>L</indent><I>orem ipsum dolor sit amet</I> consectetur adipisicing elit, <U>sed do eiusmod tempor incididunt</U> ut labore et dolore magna aliqua. <B>Ut enim ad minim veniam,</B> quis nostrud exercitation <EM>ullamco</EM> laboris <Strong>nisi ut aliquip ex ea commodo consequat.</Strong> Duis aute <EM>irure</EM> dolor in reprehenderit <TT>in voluptate velit esse cillum dolore eu</TT> fugiat nulla pariatur. <big>Excepteur sint occaecat cupidatat non proident,</big> sunt in culpa qui officia deserunt <I>mollit anim id est laborum.</I> Lorem ipsum <EM>dolor</EM> sit amet, <B>consectetur adipisicing elit,</B> sed do eiusmod tempor incididunt <U>ut labore et dolore magna aliqua.</U> Ut enim ad minim veniam, quis nostrud exercitation <TT>ullamco laboris nisi ut aliquip ex ea commodo consequat.</TT> Duis aute irure dolor in <I>reprehenderit in voluptate</I> velit esse cillum dolore eu fugiat nulla pariatur. <big>Excepteur sint occaecat cupidatat</big> non proident, sunt in culpa qui <EM>officia</EM> deserunt <B>mollit anim id est laborum.</B>
  774.  
  775. <br><br>
  776.  
  777. <b2>Song Dedication:</b2> <a href="URL">x</a> - <a href="URL">x</a> - <a href="URL">x</a> - <a href="URL">x</a> - <a href="URL">x</a><br>
  778.  
  779.  
  780.  
  781. </div>
  782.  
  783.  
  784. <div class="loveimg">
  785. <img src="https://via.placeholder.com/200x200/b0b1a1/e3dacd">
  786. </div>
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793. <div class="nav">
  794. <a href="/home.php" class="first">home</a>
  795. <a href="/send_message.php?member_id=IDHERE" class="first">message</a>
  796. <a href="/add_comment.php?member_id=IDHERE" class="first">comment</a>
  797. <a href="/albums.php?member_id=IDHERE" class="first">gallery</a>
  798. <a href="/view_journal_member.php?member_id=IDHERE" class="first">bulletins</a>
  799. <a href="/status_stream.php?member_id=IDHERE" class="first">stream</a>
  800.  
  801. <h1>And I know the scariest part is letting go, cause love is a ghost you cant control.</h1>
  802. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement