Advertisement
wickedxcurve

M. Donovan Layout

Jan 1st, 2020
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.76 KB | None | 0 0
  1. About Me -- <style type="text/css">
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=BenchNine');
  4.  
  5. { BODY PROPERTIES (C)WRECKAGE }
  6.  
  7. body {
  8. background: url("") no-repeat center fixed;
  9. background-color:#3f3731;
  10. -webkit-background-size: cover;
  11. -moz-background-size: cover;
  12. -o-background-size: cover;
  13. background-size: cover;
  14. }
  15.  
  16.  
  17. { LINK PROPERTIES (C)WRECKAGE }
  18.  
  19.  
  20. a:active, a:visited, a:link {
  21. font-family:'BenchNine', sans-serif;
  22. color:#fff;
  23. font-size:9px;
  24. text-transform:uppercase;
  25. letter-spacing: 2px;
  26. font-weight:normal;
  27. text-decoration:none;
  28.  
  29. -webkit-transition: all 0.8s ease-out;
  30. -moz-transition: all 0.8s ease-out;
  31. transition: all 0.8s ease-out;}
  32.  
  33. a:hover {
  34. font-family:'BenchNine', sans-serif;
  35. color:#fff;
  36. font-size:9px;
  37. text-transform:uppercase;
  38. letter-spacing:5px;
  39. font-weight: normal;
  40. text-decoration:none;
  41. }
  42.  
  43. a.credit, a.credit:link, a.credit:active, a.credit:visited {
  44. font-family:'BenchNine', sans-serif;
  45. color:#fff;
  46. font-size:12px;
  47. text-transform:uppercase;
  48. letter-spacing: 3px;
  49. font-weight:normal;
  50. text-decoration:none;
  51.  
  52. -webkit-transition: all 0.8s ease-out;
  53. -moz-transition: all 0.8s ease-out;
  54. transition: all 0.8s ease-out;}
  55.  
  56. a.credit:hover {
  57. letter-spacing:5px;
  58. background-color:transparent;}
  59.  
  60.  
  61. a.first, a.first:link, a.first:active, a.first:visited {
  62. font-family:'BenchNine', sans-serif;
  63. font-size:10px;
  64. line-height:20px;
  65. display: inline-block;
  66. height:20px;
  67. width:200px;
  68. font-weight:lighter;
  69. color:#fff;
  70. text-transform:uppercase;
  71. text-align:center;
  72. float:center;
  73. letter-spacing:1px;
  74. text-decoration:none;
  75.  
  76. }
  77.  
  78. a.first:hover {
  79. letter-spacing:5px;
  80. color:#601816;
  81. }
  82.  
  83.  
  84. a.second:active, a.second:visited, a.second:link {
  85. font-size:10px;
  86. font-family:'BenchNine', sans-serif;
  87. font-weight:normal;
  88. color:#fff;
  89. display:block;
  90. height:20px;
  91. border-left:20px solid #e3dacd;
  92. border-right:20px solid #e3dacd;
  93. background-color:#b0b1a1;
  94. text-transform:uppercase;
  95. letter-spacing:2px;
  96. line-height:20px;
  97. margin-bottom:1px;
  98. text-decoration:none;
  99. -webkit-transition: all 0.9s ease-out;
  100. -moz-transition: all 0.9s ease-out;
  101. }
  102.  
  103.  
  104. a.second:hover {
  105. letter-spacing:3px;
  106. border-left:50px solid #e3dacd;
  107. border-right:50px solid #e3dacd;
  108. }
  109.  
  110.  
  111. { DIV BOXES (C)WRECKAGE }
  112.  
  113.  
  114. .container{
  115. width: 100%;
  116. height: 1000px;
  117. background-color: transparent;
  118. }
  119.  
  120.  
  121. .nav{
  122. left: 0px;
  123. top: 0px;
  124. width:100%;
  125. height:45px;
  126. text-align: center;
  127. overflow: none;
  128. background-color:#6c7974;
  129. border-top: solid 8px #6c7974;
  130. padding:0px;
  131. position:fixed;
  132. }
  133.  
  134.  
  135. .topbanner{
  136. left: 200px;
  137. top:70px;
  138. position: absolute;
  139. width:880px;
  140. height:275px;
  141. color:transparent;
  142. text-align: center;
  143. overflow: hidden;
  144. background-color:#6e7874;
  145. text-align: center;
  146. border: 4px double #6e7874;
  147. }
  148.  
  149. .updates{
  150. left:200px;
  151. top:356PX;
  152. position: absolute;
  153. width:200px;
  154. height:200px;
  155. background-color:#6e7874;
  156. text-align: center;
  157. overflow: hidden;
  158. border: 4px double #6e7874;
  159. }
  160.  
  161. .bio{
  162. left:511px;
  163. top:356PX;
  164. position: absolute;
  165. width:358px;
  166. height:200px;
  167. background-color:#6e7874;
  168. text-align: justify;
  169. overflow: auto;
  170. border: 4px double #6e7874;
  171. }
  172.  
  173. .details{
  174. left:410px;
  175. top:567PX;
  176. position: absolute;
  177. width:224px;
  178. height:200px;
  179. background-color:#6e7874;
  180. text-align: left;
  181. overflow: auto;
  182. border: 4px double #6e7874;
  183. }
  184.  
  185. .otherdetails{
  186. left:857px;
  187. top:567PX;
  188. position: absolute;
  189. width:223px;
  190. height:200px;
  191. background-color:#6e7874;
  192. text-align: justify;
  193. overflow: auto;
  194. border: 4px double #6e7874;
  195. }
  196.  
  197. .love{
  198. left:628px;
  199. top:779px;
  200. position: absolute;
  201. width:241px;
  202. height:200px;
  203. background-color:#6e7874;
  204. text-align: justify;
  205. overflow: auto;
  206. border: 4px double #6e7874;
  207. }
  208.  
  209.  
  210. .Connections{
  211. left:200px;
  212. top:779px;
  213. position: absolute;
  214. width:417px;
  215. height:97px;
  216. color:transparent;
  217. text-align: center;
  218. overflow: auto;
  219. background-color:#6e7874;
  220. text-align: center;
  221. border: 4px double #6e7874;
  222. }
  223.  
  224.  
  225. .bioimg{
  226. left:880px;
  227. top:356PX;
  228. position: absolute;
  229. width:200px;
  230. height:200px;
  231. background-color:#6e7874;
  232. text-align: center;
  233. overflow: hidden;
  234. border: 4px double #6e7874;
  235. }
  236.  
  237. .detailsimg{
  238. left:200px;
  239. top:567px;
  240. position: absolute;
  241. width:200px;
  242. height:200px;
  243. background-color:#6e7874;
  244. text-align: center;
  245. overflow: hidden;
  246. border: 4px double #6e7874;
  247. }
  248.  
  249. .musicimg1{
  250. left:645px;
  251. top:567px;
  252. position: absolute;
  253. width:96px;
  254. height:141px;
  255. background-color:#6e7874;
  256. text-align: center;
  257. overflow: hidden;
  258. border: 4px double #6e7874;
  259. }
  260.  
  261.  
  262. .musicimg2{
  263. left:750px;
  264. top:567px;
  265. position: absolute;
  266. width:96px;
  267. height:141px;
  268. background-color:#6e7874;
  269. text-align: center;
  270. overflow: hidden;
  271. border: 4px double #6e7874;
  272. }
  273.  
  274. .topicon{
  275. left:410px;
  276. top:356px;
  277. position: absolute;
  278. width:91px;
  279. height:95px;
  280. background-color:#6e7874;
  281. text-align: center;
  282. overflow: hidden;
  283. border: 4px double #6e7874;
  284. }
  285.  
  286. .bottomicon{
  287. left:410px;
  288. top:461px;
  289. position: absolute;
  290. width:91px;
  291. height:95px;
  292. background-color:#6e7874;
  293. text-align: center;
  294. overflow: hidden;
  295. border: 4px double #6e7874;
  296. }
  297.  
  298. .loveimg{
  299. left:880px;
  300. top:779px;
  301. position: absolute;
  302. width:200px;
  303. height:200px;
  304. background-color:#6e7874;
  305. text-align: center;
  306. overflow: hidden;
  307. border: 4px double #6e7874;
  308. }
  309.  
  310. .connectionimg1{
  311. left:200px;
  312. top:889px;
  313. position: absolute;
  314. width:203px;
  315. height:91px;
  316. color:transparent;
  317. text-align: center;
  318. overflow: hidden;
  319. background-color:#6e7874;
  320. text-align: center;
  321. border: 4px double #6e7874;
  322. }
  323.  
  324. .connectionimg2{
  325. left:414px;
  326. top:889px;
  327. position: absolute;
  328. width:203px;
  329. height:91px;
  330. color:transparent;
  331. text-align: center;
  332. overflow: hidden;
  333. background-color:#6e7874;
  334. text-align: center;
  335. border: 4px double #6e7874;
  336. }
  337.  
  338. .music{
  339. left:645px;
  340. top:719px;
  341. position: absolute;
  342. width:201px;
  343. height:48px;
  344. background-color:#6e7874;
  345. text-align: center;
  346. overflow: hidden;
  347. border: 4px double #6e7874;
  348. }
  349.  
  350.  
  351. { STYLE PROPERTIES (C)WRECKAGE }
  352.  
  353.  
  354. table, tr, td, li, p, div {
  355. font-family:'BenchNine', sans-serif;
  356. color:#dddddd;
  357. font-size:13px;
  358. line-height: 12px;
  359. letter-spacing:1px;
  360. text-transform:normal;
  361. }
  362.  
  363. b {
  364. color:#000;
  365. font-family:'BenchNine', sans-serif;
  366. font-size:13px;
  367. line-height:12px;
  368. font-weight:normal;
  369. text-transform: uppercase;
  370. letter-spacing:1px;
  371. }
  372.  
  373. b2 {
  374. color:#b0b1a1;
  375. font-family:'BenchNine', sans-serif;
  376. font-size:13px;
  377. line-height:12px;
  378. font-weight:normal;
  379. text-transform: uppercase;
  380. letter-spacing:1px;
  381. }
  382.  
  383. strong {
  384. color:#e7b99f;
  385. text-decoration: bold;
  386. font-family:'BenchNine', sans-serif;
  387. font-size: 12px;
  388. line-height:12px;
  389. text-transform:uppercase;
  390. letter-spacing: 1px;
  391. font-weight:normal;
  392. }
  393.  
  394. small {
  395. color:#e8e3dd;
  396. font-family:'BenchNine', sans-serif;
  397. font-size:9px;
  398. line-height:10px;
  399. font-weight:bold;
  400. text-transform: uppercase;
  401. letter-spacing:0px;
  402.  
  403. }
  404.  
  405. i {
  406. color:#b0b1a1;
  407. font-family: georgia;
  408. font-size: 11px;
  409. line-height: 9px;
  410. font-style: italic;
  411. font-weight: normal;
  412. text-transform: lowercase;
  413. letter-spacing: 0px;
  414. }
  415.  
  416.  
  417. em {
  418. color:#3f3932;
  419. font-family: georgia;
  420. font-size: 10px;
  421. line-height: 10px;
  422. font-weight: bold;
  423. text-transform: lowercase;
  424. letter-spacing: 0px;
  425. }
  426.  
  427. TT {
  428. font-family: courier;
  429. font-size:12px;
  430. text-transform:uppercase;
  431. color:#e4c9b7;
  432. line-height:9px;
  433. letter-spacing: 2px;
  434. font-weight:normal;
  435. }
  436.  
  437. u {
  438. font-family: 'tahoma';
  439. font-size: 10px;
  440. color:#fff;
  441. font-weight: normal;
  442. text-transform: uppercase;
  443. letter-spacing: 1px;
  444. text-decoration: none;
  445. }
  446.  
  447. h1 {
  448. font-family:'BenchNine', sans-serif;
  449. font-weight: lighter;
  450. font-size: 12px;
  451. line-height: 13px;
  452. padding: 2px;
  453. color:#fff;
  454. text-transform: uppercase;
  455. letter-spacing: 3px;
  456. background-color: #b0b1a1;
  457. text-align: center;
  458. border-bottom: 1px dotted #fff;
  459. display: block;
  460. margin: 0px 0px 5px 0px;
  461. }
  462.  
  463. h2 {
  464. font-family: "calibri";
  465. font-weight: lighter;
  466. font-size: 10px;
  467. line-height: 19px;
  468. height:20px;
  469. padding: 2px;
  470. color:#fff;
  471. background-color: #3f382f;
  472. text-transform:uppercase;
  473. letter-spacing:3px;
  474. text-align: center;
  475. display: block;
  476. margin: 0px 0px 5px 0px;
  477. }
  478.  
  479. h3 {
  480. font-family: 'BenchNine', sans-serif;
  481. font-weight: lighter;
  482. font-size: 11px;
  483. line-height: 10px;
  484. height:10px;
  485. padding: 2px;
  486. color:#3f382f;
  487. background-color: #b0b1a1;
  488. text-transform:uppercase;
  489. letter-spacing:1px;
  490. text-align: center;
  491. display: block;
  492. margin: 10px 0px 5px 0px;
  493. border-left:#6c7974 solid 20px;
  494. }
  495.  
  496. h4 {
  497. font-family: 'BenchNine', sans-serif;
  498. font-weight: lighter;
  499. font-size: 11px;
  500. line-height: 10px;
  501. height:10px;
  502. padding: 2px;
  503. color:#3f382f;
  504. background-color: #b0b1a1;
  505. text-transform:uppercase;
  506. letter-spacing:1px;
  507. text-align: center;
  508. display: block;
  509. margin: 10px 0px 5px 0px;
  510. border-right:#6c7974 solid 20px;
  511. }
  512.  
  513.  
  514. ::-webkit-scrollbar-thumb:vertical {
  515. background-color:#b0b1a1;
  516. height:7px;
  517. border-bottom:20px solid #e3dacd;
  518. border-top:20px solid #e3dacd;
  519. }
  520. ::-webkit-scrollbar-thumb:horizontal {
  521. background-color:#b0b1a1;
  522. height:0px!important;
  523. }
  524. ::-webkit-scrollbar {
  525. background-color:#b0b1a1;
  526. height:0px;
  527. width:4px;
  528. }
  529.  
  530.  
  531. {CREDIT DO NOT REMOVE}
  532.  
  533. .CREDIT {
  534. bottom:-30px;
  535. right:5px;
  536. width:50px;
  537. height:50px;
  538. position:fixed!important;
  539. -webkit-transition: all .3s linear;
  540. -moz-transition: all .3s linear;
  541. -o-transition: all .3s linear;}
  542.  
  543.  
  544. { HIDE CODES (C)WRECKAGE }
  545.  
  546. table table div form {display:inline !important;}
  547. .contacttable,.whitetext12,.nametext,.lightbluetext8,.orangetext15,.blacktext12,.btext,.redtext,.redbtext{display:none;height:0px;!important;visibility:hidden}
  548. td td td td{border:0px;width:0px;text-align:left;}
  549. table,td,tr{padding:0px;width:;background-color:transparent}
  550. table table table{padding:1px;height:.01%;width:100%;}
  551. table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important}
  552. a.text,table div font a,table div div,.navbar font,tr td font{visibility:hidden;display:none;height:0px;!important;}
  553. td.text table table{display:inline;visibility:visible;}
  554. table td table tr td.text table{visibility:hidden;}
  555. table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;}
  556. table div div{visibility:hidden;!important;}
  557. table table table table,table table table table td.text, td.text td.text table{display:none;}
  558. 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;}
  559. div div, div td {background-color:transparent; background-image:none!important;}
  560. div.profileWidth {margin-top: -30px !important;}div.profileWidth div {filter:alpha(opacity=0); opacity:0.0001}div.profileWidth div.clearfix, i i i,
  561. div.profileWidth div div {filter:none; opacity:0.9999}div.profileWidth div.clearfix {position:relative; top:30px}
  562. div div select, div div form {display:none !important;}div div table div {display:none;} .clearfix table div div {display:block;}
  563. .profile, div ul {display:none !important;}
  564.  
  565. </style>
  566.  
  567.  
  568. <body
  569. oncontextmenu="alert('Created by Wreckage @ cmpmades!');
  570. return false;">
  571.  
  572.  
  573. Like To Meet -- <div class="container"></div>
  574. <div class="CREDIT"><a href="/cmpmades" class="credit">♔CMP</a></div>
  575.  
  576.  
  577. <div class="topbanner">
  578. <img src="https://images2.imgbox.com/eb/f2/qsCntumP_o.png">
  579. </div>
  580.  
  581. <div class="updates">
  582. <h2>Owes and Dues</h2>
  583.  
  584. <h3>i owe you</h3>
  585.  
  586. Name Here <strong>Type</strong> <em>00/00/0000</em><br>
  587. Name Here <strong>Type</strong> <em>00/00/0000</em><br>
  588. Name Here <strong>Type</strong> <em>00/00/0000</em><br>
  589. Name Here <strong>Type</strong> <em>00/00/0000</em>
  590.  
  591. <h4>you owe me</h4>
  592.  
  593. Name Here <strong>Type</strong> <em>00/00/0000</em><br>
  594. Name Here <strong>Type</strong> <em>00/00/0000</em><br>
  595. Name Here <strong>Type</strong> <em>00/00/0000</em><br>
  596. Name Here <strong>Type</strong> <em>00/00/0000</em>
  597.  
  598. </div>
  599.  
  600. <div class="topicon">
  601. <img src="https://images2.imgbox.com/20/38/nAlKcFz1_o.png">
  602. </div>
  603.  
  604. <div class="bottomicon">
  605. <img src="https://images2.imgbox.com/6f/71/IOXOo2NB_o.png">
  606. </div>
  607.  
  608. <div class="bio">
  609.  
  610. <h2>Biography</h2>
  611.  
  612. <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>
  613.  
  614. </div>
  615.  
  616. <div class="bioimg">
  617. <img src="https://images2.imgbox.com/da/e5/eo0I9gbU_o.png">
  618. </div>
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626. <div class="detailsimg">
  627. <img src="https://images2.imgbox.com/bf/57/xu9UUxOm_o.png">
  628. </div>
  629.  
  630. <div class="details">
  631.  
  632. <h2>Details</h2>
  633.  
  634. <b>° FULL NAME:</b> Matthew Garrett Donovan<br>
  635. <b2>° NICKNAME(S):</b2> Matty Blue Eyes, Matty Blue, Matty Blue-Blue, Matty Pants (<i>Katherine Pierce</i>), Prom King, Wonder Boy, Detective Dumb-Ass, Donovan, Sport (<i>Damon Salvatore</i>), Matty (<i>Vicki</i>).<br>
  636. <b>° RACE:</b> Caucasian. <br>
  637. <b2>° DATE OF BIRTH:</b2> February 26, 1993. <br>
  638. <b>° ASTROLOGICAL SIGN:</b> Pisces.<br>
  639. <b2>° AGE:</b2> Depends on storyline. <br>
  640. <b>° PLACE OF BIRTH:</b> Mystic Falls, Virginia. <br>
  641. <b2>° CURRENT RESIDENCE:</b2> Mystic Falls, Virginia. <br>
  642. <b>° SPECIES:</b> Human. <br>
  643. <b2>° GENDER:</b2> Male. <br>
  644. <b>° EYE | HAIR COLOR:</b> Blue | Dark Blonde.<br>
  645. <b2>° HEIGHT | WEIGHT:</b2> 5'11". | 165 lbs.<br>
  646. <b>° FAMILY / SIBLINGS:</b> Peter Maxwell (<i>father|alive</i>), Kelly Donovan (<i>mother|deceased</i>), Vicki Donovan (<i>older sister|deceased</i>), Penny Ares (<i>fiancee|deceased</i>).<br>
  647. <b2>° OCCUPATION:</b2> Sheriff in Mystic Falls.<br>
  648. <b>° SIGNIFICANT KILLS:</b> Finn Mikaelson (<i>resurrected</i>), Sage (<i>through Finn's sireline</i>), Finn's bloodline (<i>through Finn's death</i>), Lucien Castle, Penny Ares. <br>
  649.  
  650. </div>
  651.  
  652.  
  653.  
  654.  
  655. <div class="otherdetails">
  656.  
  657. <h2>Personality</h2>
  658.  
  659. <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>
  660.  
  661.  
  662. <h2>Physical</h2>
  663.  
  664. <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>
  665.  
  666. </div>
  667.  
  668.  
  669.  
  670.  
  671.  
  672. <div class="musicimg1">
  673. <img src="https://images2.imgbox.com/fb/ad/L73NA3P3_o.png">
  674. </div>
  675.  
  676. <div class="musicimg2">
  677. <img src="https://images2.imgbox.com/53/83/7odUPQgJ_o.png">
  678. </div>
  679.  
  680.  
  681. <div class="music">
  682. <object type="application/x-shockwave-flash" data="https://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="50">
  683. <param name="movie" value="https://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  684. <param name="bgcolor" value="#6c7974" />
  685. <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"/>
  686. </object>
  687.  
  688. </div>
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695. <div class="Connections">
  696.  
  697. <a href="URL" class="second">Name Here</a>
  698. <a href="URL" class="second">Name Here</a>
  699. <a href="URL" class="second">Name Here</a>
  700. <a href="URL" class="second">Name Here</a>
  701. <a href="URL" class="second">Name Here</a>
  702. <a href="URL" class="second">Name Here</a>
  703. <a href="URL" class="second">Name Here</a>
  704. <a href="URL" class="second">Name Here</a>
  705.  
  706. </div>
  707.  
  708. <div class="connectionimg1">
  709. <img src="https://images2.imgbox.com/41/76/itDC9paa_o.png">
  710. </div>
  711.  
  712. <div class="connectionimg2">
  713. <img src="https://images2.imgbox.com/f0/99/P3jE0cAl_o.png">
  714. </div>
  715.  
  716.  
  717.  
  718.  
  719.  
  720. <div class="love">
  721. <h2>once upon a december</h2>
  722.  
  723. <b>status:</b> Single. <br>
  724. <b2>whom:</b2> <a href="/url">Name Here.</a><br>
  725. <b>Laid eyes on:</b> 00/00/0000<br>
  726. <b2>Official:</b2> 00/00/0000<br>
  727. <b>First Kiss:</b> 00/00/0000<br>
  728. <b2>I love you:</b2> 00/00/0000<br>
  729. <b>Will You Marry Me:</b> 00/00/0000<br>
  730. <b2>A Vision In White:</b2> 00/00/0000<br>
  731. <br>
  732.  
  733. <h1>Love Notes and Serenades</h1>
  734.  
  735. <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>
  736.  
  737. <br><br>
  738.  
  739. <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>
  740.  
  741.  
  742.  
  743. </div>
  744.  
  745.  
  746. <div class="loveimg">
  747. <img src="https://images2.imgbox.com/f8/00/zB8tJTK3_o.png">
  748. </div>
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755. <div class="nav">
  756. <a href="/home.php" class="first">home</a>
  757. <a href="/send_message.php?member_id=1526737" class="first">message</a>
  758. <a href="/add_comment.php?member_id=1526737" class="first">comment</a>
  759. <a href="/albums.php?member_id=1526737" class="first">gallery</a>
  760. <a href="/view_journal_member.php?member_id=1526737" class="first">bulletins</a>
  761. <a href="/status_stream.php?member_id=1526737" class="first">stream</a>
  762.  
  763. <h1>I would tell you that it's okay to have hope. Because sometimes that's all that keeps me going.</h1>
  764. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement