Advertisement
wickedxcurve

C. Rice Layout.

Oct 19th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.77 KB | None | 0 0
  1. About Me -
  2.  
  3. <link href='https://fonts.googleapis.com/css?family=Cutive+Mono|Calligraffitti|Great+Vibes|Sacramento|Parisienne|Allura|Mr+De+Haviland|Italianno|Zeyada|Bilbo+Swash+Caps|Poiret+One|Rokkitt|Slabo+27px|Open+Sans|Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  4.  
  5.  
  6. <style>
  7. ::-webkit-scrollbar {
  8. width: 6px;
  9. height: 15px;
  10. padding-top:15px; }
  11.  
  12. ::-webkit-scrollbar-track {
  13. background-color: transparent; }
  14.  
  15. ::-webkit-scrollbar-thumb {
  16. height: 15px;
  17. width: 6px;
  18. background-color: #e3bfc3;
  19. -moz-border-radius:30px;
  20. -webkit-border-radius:30px; }
  21.  
  22.  
  23. ::-webkit-scrollbar-track-piece {
  24. height: 30px;
  25. width: 6px; }
  26.  
  27.  
  28.  
  29. table, tr, td { background-color:transparent; border:none; border-width:0;}
  30. body{
  31. background-color:#fdfcf8;
  32. background-image:url('');
  33. background-attachment: fixed;
  34. background-position:center center;
  35. background-repeat:no-repeat;
  36. }
  37.  
  38.  
  39.  
  40.  
  41. td.text table {position:relative;}
  42. td.text table table {position:static;}
  43. table table { border: 0px }
  44. table table table table{
  45. border:2px;
  46. background-color:#e5dfd8;
  47. border-color:#bfa1a2;
  48. border-style:solid;
  49. }
  50.  
  51.  
  52. table, tr, td, li, p, div { font-family:georgia; color:#999896; font-size:9px; line-height:11px; font-weight:100; text-transform:normal;}
  53.  
  54.  
  55.  
  56.  
  57. h1 {
  58. font-family:Great Vibes;
  59. font-size:60px;
  60. color:#768073;
  61. line-height:60px;
  62. display:block;
  63. margin-top:-5px;
  64. margin:0px;
  65. text-align:left;
  66. padding:10px;
  67. padding-bottom:5px;
  68. border:4px solid #8c7677;
  69. letter-spacing: 1px;
  70. text-transform: none;
  71. text-shadow:3px 3px #f7e4e5;
  72. }
  73.  
  74. h2 {
  75. font-family:Poiret One;
  76. font-size:12px;
  77. color:#4c574d;
  78. line-height:12px;
  79. display:inline-block;
  80. margin-top:-25px;
  81. padding-left:50px;
  82. text-align:center;
  83. letter-spacing: 1px;
  84. text-transform: none;
  85. }
  86.  
  87. h3 {
  88. font-family:Open Sans;
  89. font-size:10px;
  90. color:#f1f4f4;
  91. line-height:8px;
  92. display:block;
  93. margin:5px;
  94. text-align:justify;
  95. padding:20px;
  96. border:4px solid #8c7677;
  97. background-color:#4a524b;
  98. letter-spacing: 0px;
  99. text-transform: uppercase;
  100. }
  101.  
  102. h4 {
  103. display:block;
  104. margin:5px;
  105. text-align:justify;
  106. padding:20px;
  107. border:1px solid #807c78;
  108. font-weight:100;
  109. }
  110.  
  111.  
  112.  
  113. b {
  114. color:#777878;
  115. letter-spacing: 0px;
  116. text-transform: uppercase;
  117. font-weight:700;
  118. font-style:bold;
  119. }
  120.  
  121.  
  122.  
  123. i {
  124. color:#768073;
  125. font-family:Calligraffitti;
  126. letter-spacing: 2px;
  127. font-size:10px;
  128. line-height:11px;
  129. text-transform: lowercase;
  130. }
  131.  
  132. em {
  133. color:#768073;
  134. font-family:Sacramento;
  135. font-size:11px;
  136. line-height:11px;
  137. letter-spacing: 1px;
  138. text-transform: lowercase;
  139. }
  140.  
  141. a, a:visited, a:active
  142. {
  143. font-size:17px;
  144. text-decoration:none;
  145. color:#b08b93;
  146. -webkit-transition: all 0.3s ease-out;
  147. -moz-transition: all 0.3s ease-out;
  148. transition: all 0.3s ease-out;
  149. text-decoration:none;
  150. }
  151.  
  152. a:hover
  153. {
  154. text-decoration:none;
  155. color:#969798;
  156. -webkit-transition: all 0.3s ease-out;
  157. -moz-transition: all 0.3s ease-out;
  158. transition: all 0.3s ease-out;
  159. }
  160.  
  161.  
  162.  
  163. a.first, a.first:visited, a.first:link, a.first:active {
  164. text-decoration:none;
  165. font-family:baskerville;
  166. font-size:12px;
  167. font-weight:100;
  168. font-style:italic;
  169. line-height:14px;
  170. height:14px;
  171. letter-spacing:0px;
  172. font-weight:normal;
  173. color:#ededed;
  174. background-color:#444444;
  175. display:block;
  176. transition: all 0.5s ease;
  177. text-align:center;
  178. border:1px solid #999999;
  179. margin:0px;
  180. text-transform:lowercase;
  181. }
  182.  
  183. a.first:hover {
  184. letter-spacing:1px;
  185. border:1px solid #444444;
  186. background-color:#999999;
  187. }
  188.  
  189.  
  190.  
  191. a.nav, a.nav:visited, a.nav:link, a.nav:active {
  192. text-decoration:none;
  193. text-align:left;
  194. font-family: baskerville;
  195. text-transform:lowercase;
  196. font-size:14px;
  197. font-style: italic;
  198. line-height:170%;
  199. word-spacing: -3px;
  200. font-weight:100;
  201. padding:-1px;
  202. color:#7a7a7a;
  203. letter-spacing:2px;
  204. display:block;
  205. -moz-transition-duration:1s;
  206. -webkit-transition-duration:1s;
  207. -o-transition-duration:1s;
  208. }
  209.  
  210. a.nav:hover {
  211. color:#454545;
  212. }
  213.  
  214.  
  215. a.nav[data-title]:hover:after {
  216. content: attr(data-title);
  217. color: #807c78;
  218. background-color:#e3bfc3;
  219. border:1px solid #807c78;
  220. font-family:georgia;
  221. display:block;
  222. text-align: left;
  223. text-transform: uppercase;
  224. font-size:8px;
  225. left:30px;
  226. letter-spacing:1px;
  227. position: absolute;
  228. z-index: 999999999;
  229. padding-top: 0px;
  230. padding-left: 2px;
  231. padding-right: 2px;
  232. padding-bottom: 0px;
  233. margin: 0px;
  234. transition: all 0.5s ease;
  235. }
  236.  
  237. div td {display:none;}
  238. table div div {display:none}
  239. table {top:24px; position:relative;}
  240. table table {top:0px; position:relative;}
  241. table.profileInfo td td.text
  242. {display:none;}
  243. table.profileInfo * {background-color:transparent;}
  244. table.profileInfo td td {display:none;}
  245. table div font {display: none;}
  246. div td {display:none;} table {top:0px; position:relative;} table table {top:0px; position:relative;}
  247. .profileInfo {display:none;}
  248. .clearfix{display:none;}
  249. .extendedNetwork{display:none;}
  250. .userAlbums{display:none;}
  251. .lightbluetext8{display:none;}
  252. .orangetext15{display:none;}
  253. .navbar{visibility:hidden;}
  254. .whitetext12{display:none;}
  255. .userProfileURL{display:none;}
  256. .userAlbums{display:none;}
  257. .latestBlogEntry{display:none;}
  258. .friendSpace{display:none;}
  259. .contacttable{display:none;}
  260. .navigationBar{display:none;}
  261. .userProfiledetail{display:none;}
  262. .nametext{display:none;}
  263. .mslogo{display:none;}
  264. .friendscomments{display:none;}
  265. .contacttable{display:none;}
  266. table.latestblogentry {display: none;}
  267. .userprofiledetail{display:none;}
  268. .blurbs{display:none;}
  269. table div font {display: none;}
  270. .interestsanddetails{display:none;}
  271. #footerWarpper {display:none;}
  272. {move right column}
  273. td.text table {position:relative; top:; left:190px;}
  274. td.text object, td.text embed,
  275. td.text table table {position:static;}
  276. {move left column}
  277. table div font {display: none;}
  278. table table table {position:relative;top:-15px; left:190px;}
  279. table table table table {position:static;}
  280. br {line-height:6px;}
  281. .note {bring the tables up more}
  282. td.text table {position:relative; top:-24px;}
  283. td.text table table {position:static;}
  284. td.text table {position:relative;top:-24px;}
  285. td.text table table{position:static;}
  286. body{margin-top:5px;}
  287.  
  288. {divs}
  289.  
  290.  
  291. #patbg
  292. {
  293. position:fixed;
  294. margin-top:68px;
  295. margin-left:-990px;
  296. height:468px;
  297. width:150%;
  298. background-image:url('https://i.imgur.com/YXRBUuU.jpg');
  299. border-top:1px solid #b0bfaa;
  300. border-bottom:1px solid #b0bfaa;
  301. z-index:-1;
  302. }
  303.  
  304. #middlebg
  305. {
  306. position:fixed;
  307. margin-top:87px;
  308. margin-left:-990px;
  309. width:150%;
  310. height:430px;
  311. background-color:#e3bfc3;
  312. border-top:1px solid #b0bfaa;
  313. border-bottom:1px solid #b0bfaa;
  314. z-index:-1;
  315. }
  316.  
  317. #side {
  318. position:fixed;
  319. margin-top:220px;
  320. margin-left:-540px;
  321. width:130px;
  322. height:auto;
  323. text-align:left;
  324. color:#666565;
  325. }
  326.  
  327.  
  328. #side img {
  329. width:114px;
  330. height:auto;
  331. margin-bottom:2px;
  332. margin-left: 5px;
  333. opacity: .7;
  334. }
  335.  
  336. .stitle {
  337. position:fixed;
  338. margin-top:355px;
  339. margin-left:-540px;
  340. width:130px;
  341. height:auto;
  342. color: #666565;
  343. text-transform:uppercase;
  344. text-align:center;
  345. letter-spacing: 2px;
  346. line-height:120%;
  347. padding:0px;
  348. padding-bottom:3px;
  349. font-family:times;
  350. font-style:normal;
  351. font-size:10px;
  352. }
  353.  
  354.  
  355. .links {
  356. margin-bottom:-7px;
  357. padding-bottom: 4px;
  358. margin-top:224px;
  359. margin-left:-420px;
  360. position:fixed;
  361. padding-left:15px;
  362. border-left: 1px solid #b3b3b3;
  363. word-spacing: -3px;
  364. }
  365.  
  366.  
  367. .words {
  368. margin-bottom:10px;
  369. text-align:justify;
  370. font-size:8px;
  371. font-family: times;
  372. padding: 8px;
  373. opacity: 10;
  374. margin-top:240px;
  375. margin-left:-680px;
  376. position:fixed;
  377. font-style:italic;
  378. font-weight: none;
  379. color:#666565;
  380. letter-spacing:1px;
  381. border-top: 1px solid #b3b3b3;
  382. padding-top:10px;
  383. line-height:130%;
  384. width:125px;
  385. height:130px;
  386. overflow:auto;
  387. }
  388.  
  389.  
  390.  
  391.  
  392. </style>
  393.  
  394.  
  395.  
  396. Like To Meet -
  397.  
  398. </td></tr></table></td></tr></table><br /><table bordercolor="fffff" cellspacing="0" cellpadding="0" width="502" bgcolor="FFFFFF" border="0"><tr><td><table bordercolor="000000" cellspacing="0" cellpadding="0" width="502" align="left" bgcolor="ffffff" border="0"><td valign="top" align="left" width="502" bgcolor="ffffff" style="word-wrap:break-word">
  399.  
  400. <div id="patbg"></div>
  401. <div id="middlebg"></div>
  402. <div id="side">
  403. <img src="https://i.imgur.com/Kuh3muJ.png">
  404. </div>
  405.  
  406. <div class="stitle">teen <br> idle</div>
  407.  
  408. <div class="links">
  409. <a href="/home.php" data-title="hello" class="nav">I.</a>
  410. <a href="/add_comment.php?member_id=1546201" data-title="comment" class="nav">II.</a>
  411. <a href="/send_message.php?member_id=1546201" data-title="message" class="nav">III.</a>
  412. <a href="/gallery.php?member_id=1546201" data-title="gallery" class="nav">IV.</a>
  413. <a href="/" data-title="tumblr" class="nav">V.</a>
  414. <a href="/" data-title="connections" class="nav">VI.</a>
  415. <a href="/44274" data-title="credit" class="nav">VII.</a>
  416. </div>
  417.  
  418. <div class="words">
  419. Hic potes quod vis, quaedam mitterem descriptio. possis etiam hic musica ludius.Hic potes quod vis, quaedam mitterem descriptio. possis etiam hic musica ludius.Hic potes quod vis, quaedam mitterem descriptio. possis etiam hic musica ludius.Hic potes quod vis, quaedam mitterem descriptio. possis etiam hic musica ludius.
  420. </div>
  421.  
  422.  
  423.  
  424.  
  425.  
  426. <h1>Chloe Eloise Rice.
  427. <h2>The wasted years, the wasted youth, the pretty lies, the ugly truth.</h2></h1>
  428.  
  429.  
  430.  
  431.  
  432.  
  433. </td></tr></table></td></tr></table><br /><table bordercolor="fffff" cellspacing="0" cellpadding="0" width="502" bgcolor="FFFFFF" border="0"><tr><td><table bordercolor="000000" cellspacing="0" cellpadding="0" width="502" align="left" bgcolor="ffffff" border="0"><td valign="top" align="left" width="502" bgcolor="ffffff" style="word-wrap:break-word">
  434. <span style="border:4px solid #8c7677; overflow:hidden; display:block; width:490px; height:600px;">
  435. <img src="https://i.imgur.com/UNxeDkz.png"></span>
  436.  
  437.  
  438.  
  439. </td></tr></table></td></tr></table><br /><table bordercolor="fffff" cellspacing="0" cellpadding="0" width="502" bgcolor="FFFFFF" border="0"><tr><td><table bordercolor="000000" cellspacing="0" cellpadding="0" width="502" align="left" bgcolor="ffffff" border="0"><td valign="top" align="left" width="502" bgcolor="ffffff" style="word-wrap:break-word">
  440. <span style="border:4px solid #8c7677; overflow:auto; display:block; width:241px; height:200px; float:left;"><img src="https://i.imgur.com/dclr1e5.png"></span>
  441. <span style="border:4px solid #8c7677; overflow:auto; display:block; width:237px; height:196px; float:right; text-align:justify;padding:2px;">
  442. Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.
  443. <li style="padding-left: 20px; padding-right: 20px; padding-top: 10px;">
  444. Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.</li>
  445. Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.
  446. </span>
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453. </td></tr></table></td></tr></table><br /><table bordercolor="fffff" cellspacing="0" cellpadding="0" width="502" bgcolor="FFFFFF" border="0"><tr><td><table bordercolor="000000" cellspacing="0" cellpadding="0" width="502" align="left" bgcolor="ffffff" border="0"><td valign="top" align="left" width="502" bgcolor="ffffff" style="word-wrap:break-word">
  454. <h1>The rest of the story
  455. <h2>should be flip flopped and backwards</h2></h1>
  456.  
  457.  
  458.  
  459.  
  460. </td></tr></table></td></tr></table><br /><table bordercolor="fffff" cellspacing="0" cellpadding="0" width="502" bgcolor="FFFFFF" border="0"><tr><td><table bordercolor="000000" cellspacing="0" cellpadding="0" width="502" align="left" bgcolor="ffffff" border="0"><td valign="top" align="left" width="502" bgcolor="ffffff" style="word-wrap:break-word">
  461. <span style="border:4px solid #8c7677; overflow:auto; display:block; width:237px; height:346px; float:left; text-align:justify; padding:2px;">
  462. Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.
  463. <li style="padding-left: 20px; padding-right: 20px; padding-top: 10px;">
  464. Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.</li>
  465. Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.
  466. <br><br>
  467. Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.Ho intenzione di raccontare una storia. Su di me. E 'lungo e breve, allo stesso tempo, ma sono sicuro che si otterrà attraverso di essa. Questa è la storia su di me.
  468. </span>
  469. <span style="border:4px solid #8c7677; overflow:hidden; display:block; width:241px; height:350px; float:right;">
  470. <img src="https://i.imgur.com/HZBK9QN.png"></span>
  471.  
  472.  
  473. </td></tr></table></td></tr></table><br /><table bordercolor="fffff" cellspacing="0" cellpadding="0" width="502" bgcolor="FFFFFF" border="0"><tr><td><table bordercolor="000000" cellspacing="0" cellpadding="0" width="502" align="left" bgcolor="ffffff" border="0"><td valign="top" align="left" width="502" bgcolor="ffffff" style="word-wrap:break-word">
  474. <h1>When you feel alone
  475. <h2>you can count on your friends to help pull you through</h2></h1>
  476.  
  477.  
  478.  
  479.  
  480. </td></tr></table></td></tr></table><br /><table bordercolor="fffff" cellspacing="0" cellpadding="0" width="502" bgcolor="FFFFFF" border="0"><tr><td><table bordercolor="000000" cellspacing="0" cellpadding="0" width="502" align="left" bgcolor="ffffff" border="0"><td valign="top" align="left" width="502" bgcolor="ffffff" style="word-wrap:break-word">
  481. <span style="border:4px solid #8c7677; overflow:hidden; display:block; width:241px; height:350px; float:left;">
  482. <img src="https://i.imgur.com/iQwPCZa.png"></span>
  483. <span style="border:4px solid #8c7677; overflow:auto; display:block; width:237px; height:346px; float:right;padding:2px;">
  484. <b>NAME HERE</b> <i>relationship here</i> and some cute things about the connection you have with this person. put more things about the connection. and even more. keep going. you can do it. just a little bit more? I know you can do it, I have faith in you. I believe in you!
  485. <li style="padding-left: 20px; padding-right: 20px; padding-top: 10px;">Put how much you love this person and how you would do whatever it takes to make them happy here. Put how much you love this person and how you would do whatever it takes to make them happy here. Put how much you love this person and how you would do whatever it takes to make them happy here. Put how much you love this person and how you would do whatever it takes to make them happy here. Put how much you love this person and how you would do whatever it takes to make them happy here. Put how much you love this person and how you would do whatever it takes to make them happy here. </li><br>
  486.  
  487. <b>NAME HERE</b> <i>relationship here</i> and some cute things about the connection you have with this person. put more things about the connection. and even more. keep going. you can do it. just a little bit more? I know you can do it, I have faith in you. I believe in you!
  488. <li style="padding-left: 20px; padding-right: 20px; padding-top: 10px;">Put how much you love this person and how you would do whatever it takes to make them happy here. Put how much you love this person and how you would do whatever it takes to make them happy here. Put how much you love this person and how you would do whatever it takes to make them happy here. Put how much you love this person and how you would do whatever it takes to make them happy here. Put how much you love this person and how you would do whatever it takes to make them happy here. Put how much you love this person and how you would do whatever it takes to make them happy here. </li><br>
  489.  
  490. <b>NAME HERE</b> <i>relationship here</i> and some cute things about the connection you have with this person. put more things about the connection. and even more. keep going. you can do it. just a little bit more? I know you can do it, I have faith in you. I believe in you!
  491. <li style="padding-left: 20px; padding-right: 20px; padding-top: 10px;">Put how much you love this person and how you would do whatever it takes to make them happy here. Put how much you love this person and how you would do whatever it takes to make them happy here. Put how much you love this person and how you would do whatever it takes to make them happy here. Put how much you love this person and how you would do whatever it takes to make them happy here. Put how much you love this person and how you would do whatever it takes to make them happy here. Put how much you love this person and how you would do whatever it takes to make them happy here. </li><br>
  492.  
  493. <b>NAME HERE</b> <i>relationship here</i> and some cute things about the connection you have with this person. put more things about the connection. and even more. keep going. you can do it. just a little bit more? I know you can do it, I have faith in you. I believe in you!
  494. <li style="padding-left: 20px; padding-right: 20px; padding-top: 10px;">Put how much you love this person and how you would do whatever it takes to make them happy here. Put how much you love this person and how you would do whatever it takes to make them happy here. Put how much you love this person and how you would do whatever it takes to make them happy here. Put how much you love this person and how you would do whatever it takes to make them happy here. Put how much you love this person and how you would do whatever it takes to make them happy here. Put how much you love this person and how you would do whatever it takes to make them happy here. </li><br>
  495.  
  496. </span>
  497.  
  498.  
  499.  
  500. Interests -
  501.  
  502. </td></tr></table></td></tr></table><br /><table bordercolor="fffff" cellspacing="0" cellpadding="0" width="280" bgcolor="FFFFFF" border="0"><tr><td><table bordercolor="000000" cellspacing="0" cellpadding="0" width="280" align="left" bgcolor="ffffff" border="0"><td valign="top" align="left" width="280" bgcolor="ffffff" style="word-wrap:break-word">
  503. <span style="border:4px solid #8c7677; overflow:hidden; display:block; width:140px; height:200px;float:left;">
  504. <img src="https://i.imgur.com/pR8T5Cf.png"></span>
  505. <span style="border:1px solid #8c7677; text-align:center; overflow:auto; display:block; float:right; padding:2px; margin:15px;margin-top:40px; width:91px; height:120px;"><b>replies -</b> <i>(00)</i> name, name, name.<br>
  506. <b>owes -</b> <i>(00)</i> name, name, name.<br>
  507. <b>waiting list -</b> <i>(00)</i> name, name, name.<br>
  508. <b>verse</b> Thirteen Reasons Why<br>
  509. </span>
  510.  
  511.  
  512. </td></tr></table></td></tr></table><br /><table bordercolor="fffff" cellspacing="0" cellpadding="0" width="280" bgcolor="FFFFFF" border="0"><tr><td><table bordercolor="000000" cellspacing="0" cellpadding="0" width="280" align="left" bgcolor="ffffff" border="0"><td valign="top" align="left" width="280" bgcolor="ffffff" style="word-wrap:break-word">
  513.  
  514.  
  515. <h3>don't start your day with the broken pieces of yesterday. every morning we wake up is the first day of the rest of our life. the only person you should try to be better than, is the person you were yesterday.</h3>
  516.  
  517. </td></tr></table></td></tr></table><br /><table bordercolor="fffff" cellspacing="0" cellpadding="0" width="280" bgcolor="FFFFFF" border="0"><tr><td><table bordercolor="000000" cellspacing="0" cellpadding="0" width="280" align="left" bgcolor="ffffff" border="0"><td valign="top" align="left" width="280" bgcolor="ffffff" style="word-wrap:break-word">
  518. <span style="border:4px solid #8c7677; overflow:hidden; display:block; width:268px; height:170px;">
  519. <img src="https://i.imgur.com/A7EkGoR.gif"></span>
  520.  
  521.  
  522.  
  523.  
  524. </td></tr></table></td></tr></table><br /><table bordercolor="fffff" cellspacing="0" cellpadding="0" width="280" bgcolor="FFFFFF" border="0"><tr><td><table bordercolor="000000" cellspacing="0" cellpadding="0" width="280" align="left" bgcolor="ffffff" border="0"><td valign="top" align="left" width="280" bgcolor="ffffff" style="word-wrap:break-word">
  525.  
  526.  
  527. <h4>
  528. <b>LEGAL NAME</b> | <b>PREFERRED NAME</b> The printed name on his/her legal birth certificate reads <i>Chloe Eloise Rice</i> and they have always gone by the name <em>Chloe Rice</em>, preferring that name.
  529.  
  530.  
  531. <div style="padding: 10px;"> <strong>NAME MEANING -</strong> <b>First</b> <i>PRONUNCIATION</i> is from PLACE, derived from a surname meaning <em>this or that</em>; originally it means this or that in LANGUAGE. <b>Middle</b> <i>PRONUNCIATION</i> is from a LANGUAGE surname meaning <em>this or that</em>. <b>LAST</b> <i>PRONUNCIATION</i> is a surname derived from LANGUAGE <em>WORD</em> meaning "this or that" and <em>WORD</em> , meaning "this."
  532. </div>
  533.  
  534. <b>CURRENT AGE</b> | <b>DATE OF BIRTH</b> HESHE was born ON <i>month __th year</i> to MOM and DAD LASTNAME. | HESHE is currently <i>age</i> and is a <b>astrological sign.</b> which is "something cool and short about the sign here".<div style="padding: 10px;"> <strong>Sign Meaning -</strong>
  535.  
  536. Here is where you would put all about your Astrological sign. Personally, I would put traits that pertain to my character, a couple <i>cool</i> facts about the sign and interesting things people might be interested in reading about. This is optional but gives an interesting added bonus to your list of facts, so I would include it.</div>
  537.  
  538. <b>FORMER</b> | <b>CURRENT RESIDENCY</b> HESHE was born in <b>CITY, STATE</b> and lived there until AGE OR TIME OF LIFE. Afterwards, he attended <em>COLLEGE/UNIVERSITY HERE</em>. | Once heshe was done with college, they moved to <i>CITY, STATE</i>. You could put what they did once they got to their new city, such as a job, living style or issue here. <br>
  539.  
  540. <b>OCCUPATIONS</b> | <b>EDUCATION</b> You could put past, present and hopeful future jobs here. I would most certainly include the current occupation of your character, perhaps why the chose it and they're current status of liking to the job. | Chloe originally attended Liberty High School. Currently she attends Sacred Heart Academy; which is an all girls' Catholic School.<br>
  541. <b>PERSONALITY</b> | <b>TRAITS</b> | <b>HABITS</b> Here I would say the basics of your characters personality, their likes and dislikes and describe what they're like. | TRAIT, TRAIT, TRAIT, TRAIT, TRAIT, TRAIT, TRAIT, TRAIT, TRAIT, TRAIT. | Include some interesting habits your character has or wants to get rid of.
  542.  
  543. </h4>
  544.  
  545.  
  546.  
  547.  
  548. </td></tr></table></td></tr></table><br /><table bordercolor="fffff" cellspacing="0" cellpadding="0" width="280" bgcolor="FFFFFF" border="0"><tr><td><table bordercolor="000000" cellspacing="0" cellpadding="0" width="280" align="left" bgcolor="ffffff" border="0"><td valign="top" align="left" width="280" bgcolor="ffffff" style="word-wrap:break-word">
  549. <span style="border:4px solid #8c7677; overflow:hidden; display:block; width:268px; height:139px;">
  550. <img src="https://i.imgur.com/Dk6YUgc.png"></span>
  551.  
  552.  
  553.  
  554. </td></tr></table></td></tr></table><br /><table bordercolor="fffff" cellspacing="0" cellpadding="0" width="280" bgcolor="FFFFFF" border="0"><tr><td><table bordercolor="000000" cellspacing="0" cellpadding="0" width="280" align="left" bgcolor="ffffff" border="0"><td valign="top" align="left" width="280" bgcolor="ffffff" style="word-wrap:break-word">
  555. <h4>
  556. <b>STATUS</b> Complicated<br>
  557. <b>WHOM</b> Bryce Walker<br>
  558. <b>DATES</b> 00/00/0000. 00/00/0000.<br>
  559. <div style="padding-left: 30px; padding-right: 30px; padding-top: 10px;">I need you. Because you make me laugh more than anyone else, and I'm the best me when I'm with you. And because when you're gone, nothing feels right until you return.</div>
  560.  
  561. </h4>
  562.  
  563.  
  564.  
  565.  
  566. </td></tr></table></td></tr></table><br /><table bordercolor="fffff" cellspacing="0" cellpadding="0" width="280" bgcolor="FFFFFF" border="0"><tr><td><table bordercolor="000000" cellspacing="0" cellpadding="0" width="280" align="left" bgcolor="ffffff" border="0"><td valign="top" align="left" width="280" bgcolor="ffffff" style="word-wrap:break-word">
  567. <span style="border:4px solid #8c7677; overflow:auto; display:block; width:268px; height:200px; float:right;">
  568. <a href="/1343643" class="first">Walker, Bryce.</a>
  569. <a href="/1549804" class="first">Dempsey, Zach.</a>
  570. <a href="/" class="first">LAST, FIRST</a>
  571. <a href="/" class="first">LAST, FIRST</a>
  572. <a href="/" class="first">LAST, FIRST</a>
  573. <a href="/" class="first">LAST, FIRST</a>
  574. <a href="/" class="first">LAST, FIRST</a>
  575. <a href="/" class="first">LAST, FIRST</a>
  576. <a href="/" class="first">LAST, FIRST</a>
  577. <a href="/" class="first">LAST, FIRST</a>
  578. <a href="/" class="first">LAST, FIRST</a>
  579. <a href="/" class="first">LAST, FIRST</a>
  580. <a href="/" class="first">LAST, FIRST</a>
  581. </span>
  582.  
  583.  
  584.  
  585. </td></tr></table></td></tr></table><br /><table bordercolor="fffff" cellspacing="0" cellpadding="0" width="280" bgcolor="FFFFFF" border="0"><tr><td><table bordercolor="000000" cellspacing="0" cellpadding="0" width="280" align="left" bgcolor="ffffff" border="0"><td valign="top" align="left" width="280" bgcolor="ffffff" style="word-wrap:break-word">
  586. <span style="border:4px solid #8c7677; overflow:hidden; display:block; width:268px; height:170px;">
  587. <img src="https://i.imgur.com/qAGh2UC.png"></span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement