Advertisement
Guest User

Adam Layout

a guest
Apr 15th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.88 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @import url(http://fonts.googleapis.com/css?family=Varela+Round:400);
  4.  
  5. /* DO NOT PUT ANYTHING ABOVE THE @import LINE ABOVE*/
  6.  
  7. .vicarious {BE RESPECTFUL TO THE LAYOUT CODER/CREATOR. DO NOT REMOVE THE .VICARIOUS CREDIT! Layouts available @ http://vicarious-hs.tumblr.com/}
  8.  
  9. /* DO NOT REARRANGE MY CODING. ORDER IS IMPORTANT*/
  10.  
  11. .vicarious{ Background Properties }
  12. body {
  13. background-color:000000;
  14. background-image: url();
  15. background-attachment: fixed;
  16. background-position: center bottom;
  17. background-repeat: no-repeat;
  18. visibility:visible;
  19. left:50%;
  20. top:0%;
  21. margin-left:-375px;
  22. margin-top:0px;
  23. position:absolute; }
  24.  
  25.  
  26. .vicarious{ Google Chrome Scrollbar }
  27. ::-webkit-scrollbar { width: 12px;}
  28.  
  29. ::-webkit-scrollbar-track {
  30. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  31. -webkit-border-radius: 10px;
  32. border-radius: 10px;}
  33.  
  34. ::-webkit-scrollbar-thumb {
  35. -webkit-border-radius: 5px;
  36. border-radius: 5px;
  37. background: rgb(0, 0, 0);
  38. background: -moz-linear-gradient(180deg, rgb(0,0,0) 54%, rgb(0,81,0) 100%);
  39. background: -webkit-linear-gradient(180deg, rgb(0,0,0) 54%, rgb(0,81,0) 100%);
  40. background: -o-linear-gradient(180deg, rgb(0,0,0) 54%, rgb(0,81,0) 100%);
  41. background: -ms-linear-gradient(180deg, rgb(0,0,0) 54%, rgb(0,81,0) 100%);
  42. background: linear-gradient(270deg, rgb(0,0,0) 54%, rgb(0,81,0) 100%);
  43. }
  44.  
  45. ::-webkit-scrollbar-thumb:window-inactive {
  46. background: rgb(0,0,0);
  47. background: -moz-linear-gradient(180deg, rgb(0,0,0) 54%, rgb(0,81,0) 100%);
  48. background: -webkit-linear-gradient(180deg, rgb(0,0,0) 54%, rgb(0,81,0) 100%);
  49. background: -o-linear-gradient(180deg, rgb(0,0,0) 54%, rgb(0,81,0) 100%);
  50. background: -ms-linear-gradient(180deg, rgb(0,0,0) 54%, rgb(0,81,0) 100%);
  51. background: linear-gradient(270deg, rgb(0,0,0) 54%, rgb(0,81,0) 100%);}
  52.  
  53.  
  54. .vicarious { Table Properties }
  55. table, tr, td { background-color:transparent; border:0;}
  56. table table {
  57. background-color:transparent;
  58. border-left:8px solid #;
  59. border-right:15px solid #;
  60. }
  61. table table table { background-color:transparent; display: inline-table; border:0px; }
  62.  
  63. .vic_table {
  64. margin:0px;
  65. background-color:transparent;
  66. border:0px solid #; }
  67. .vic_table tr { margin:0px; }
  68. .vic_table td { margin:0px; width:100%; }
  69.  
  70. .vicarious{Like To Meet Tables Placement (Up/Down/Left/Right) Codes}
  71. td.text table {position:relative; top:-9px; left:3px; }
  72. td.text object, td.text embed, td.text table table {position:static;}
  73.  
  74. .vicarious{Interests Tables Placement (Up/Down/Left/Right) Codes}
  75. object, embed, table table table { position:relative; top:xxpx; left:0px;}
  76. table table table table{border:0px; position:static;}
  77.  
  78. .vicarious { Additional Table Properties. Do not adjust. }
  79. table table table td img { display:inline; }table td td{ width:0; } table { width:500px; } table table { width:auto; } table table td { padding:3px; } table table table td { padding:0; } table table table { width:auto!important; height:0; } td.text td a img { width:auto!important; } table table table table table, table table table table table td { width:0!important; padding:0!important; } td.text a img { width:100px!important; } td.text td.text a img { width:35px!important; } td td td div strong { width:auto!important; display:block; } table table td img, td.text td.text .orangetext15, td.text td.text table table div { display:none; }
  80.  
  81.  
  82. .vicarious { Stylesheet / Shared Styles Between Markers }
  83.  
  84. .vicimg3 , #victb3 {
  85. -moz-border-radius-topleft: 90px;
  86. -webkit-border-top-left-radius: 90px;
  87. border-top-left-radius: 90px;
  88. -moz-border-radius-topright: 5px;
  89. -webkit-border-top-right-radius: 5px;
  90. border-top-right-radius: 5px;
  91. -moz-border-radius-bottomright: 5px;
  92. -webkit-border-bottom-right-radius: 5px;
  93. border-bottom-right-radius: 5px;
  94. -moz-border-radius-bottomleft: 5px;
  95. -webkit-border-bottom-left-radius: 5px;
  96. border-bottom-left-radius: 5px;
  97. }
  98.  
  99. .vicimg2, #victb2 {
  100. -moz-border-radius-topleft: 5px;
  101. -webkit-border-top-left-radius: 5px;
  102. border-top-left-radius: 5px;
  103. -moz-border-radius-topright: 90px;
  104. -webkit-border-top-right-radius: 90px;
  105. border-top-right-radius: 90px;
  106. -moz-border-radius-bottomright: 5px;
  107. -webkit-border-bottom-right-radius: 5px;
  108. border-bottom-right-radius: 5px;
  109. -moz-border-radius-bottomleft: 5px;
  110. -webkit-border-bottom-left-radius: 5px;
  111. border-bottom-left-radius: 5px;
  112. }
  113.  
  114. big, a.first {
  115. background: rgb(0,0,0);
  116. background: -moz-linear-gradient(270deg, rgb(0,0,0) 37%, rgb(0,81,0) 100%);
  117. background: -webkit-linear-gradient(270deg, rgb(0,0,0) 37%,rgb(0,81,0) 100%);
  118. background: -o-linear-gradient(270deg, rgb(0,0,0) 37%, rgb(0,81,0) 100%);
  119. background: -ms-linear-gradient(270deg, rgb(0,0,0) 37%, rgb(0,81,0) 100%);
  120. background: linear-gradient(0deg, rgb(0,0,0) 37%, rgb(0,81,0) 100%);
  121. }
  122.  
  123. a.first, .vic2I {
  124. padding:4px;
  125. margin:5px;
  126. -webkit-box-shadow: 0px 0px 30px rgba(0, 176, 0, 1);
  127. -moz-box-shadow: 0px 0px 30px rgba(0, 176, 0, 1);
  128. box-shadow: 0px 0px 30px rgba(0, 176, 0, 1);
  129. -webkit-border-radius: 90px;
  130. -moz-border-radius: 90px;
  131. border-radius: 90px;
  132. }
  133.  
  134.  
  135. .vicarious { Font Styles }
  136.  
  137. a, a:link, a:active, a:visited, a:hover, td, .text, table, tr, td, li, div, input, p {
  138. font-family: palatino linotype;
  139. font-size: 6.5pt ;
  140. line-height: 90% ;
  141. color:32322b;
  142. }
  143.  
  144. P {
  145. text-align:justify;
  146. }
  147.  
  148. I {
  149. font-family: tahoma;
  150. font-size: 6.5pt ;
  151. style: italic ;
  152. line-height: 90% ;
  153. color: 687665;
  154. }
  155.  
  156. B {
  157. font-family: arial;
  158. font-size: 6.0pt ;
  159. font-weight:bold ;
  160. line-height: 90% ;
  161. color:4a5a4a;
  162. }
  163.  
  164. Em {
  165. font-family: tahoma;
  166. font-size: 6.5pt ;
  167. line-height: 90% ;
  168. color: 7d8a7b;
  169. text-align: justify;
  170. }
  171.  
  172.  
  173. .vicarious {Shared Styles for Headers }
  174. big, small, .h1, .h2, .h3, .h4, .h5, .h6, .h7, .h8, .h9, .h10, .h11, .h12, .one, .two, .three, .four, .five, .six, .seven, .eight, .nine, .ten, .eleven, .twelve, .lyric, .lyric2, .lyric3, .lyric4, .lyric5, .lyric6, .lyric7, .lyric8, a.first, a.second, a.third, .name {
  175. display:block;
  176. text-decoration: none ;
  177. }
  178.  
  179. .vicarious { Headers }
  180.  
  181. big {
  182. font-family: 'Varela Round', sans-serif;
  183. font-size:16pt ;
  184. line-height: 90% ;
  185. color:5b6459;
  186. text-align: left;
  187. padding:5px 0px 0px 10px;
  188. text-transform: lowercase;
  189. letter-spacing: -1pt;
  190. border-bottom:2px solid #3b513d;
  191. text-shadow: 2px 2px #000000;
  192. -webkit-box-shadow: 0px 0px 7px rgba(71, 41, 29, .75);
  193. -moz-box-shadow: 0px 0px 7px rgba(71, 41, 29, .75);
  194. box-shadow: 0px 0px 7px rgba(71, 41, 29, .75);
  195. }
  196.  
  197. small {
  198. font-family: copperplate gothic bold;
  199. font-size:5pt ;
  200. line-height: 20px ;
  201. height:20px;
  202. color: 4a5234;
  203. padding-top:5px;
  204. background-color:1c2300;
  205. text-align: center;
  206. text-transform: uppercase;
  207. }
  208.  
  209.  
  210.  
  211. .h1 {
  212. font-family: georgia ;
  213. font-size:6pt ;
  214. line-height: 90% ;
  215. color:5c5d4e;
  216. background-color:141b00;
  217. text-align: center;
  218. padding: 3px ;
  219. margin-bottom:2px;
  220. text-transform: uppercase ;
  221. letter-spacing: 2pt;
  222. border-top:1px solid #415013;
  223. border-bottom:1px solid #415013;
  224. }
  225.  
  226.  
  227. .h2 {
  228. font-family: georgia ;
  229. font-size:10pt ;
  230. line-height: 90% ;
  231. color:53573a;
  232. text-align: right;
  233. background-color:transparent;
  234. border-bottom: 1px dotted #4b5d45;
  235. margin: 0px 5px 0px 250px ;
  236. text-transform: uppercase ;
  237. letter-spacing: 2pt;
  238. }
  239.  
  240.  
  241.  
  242. .vicarious{Profile Link Codes}
  243. a.first, a.first:link, a.first:active, a.first:visited {
  244. font-family: courier new ;
  245. font-size:5pt ;
  246. width: 65px ;
  247. line-height: 65px ;
  248. height: 65px ;
  249. color:6e7057;
  250. text-align: center;
  251. text-transform: uppercase ;
  252. letter-spacing: 2pt;
  253. margin-bottom:7px;
  254. -webkit-transition: all 0.6s ease-out;
  255. -moz-transition: all 0.6s ease-out;
  256. -ms-transition: all 0.6s ease-out;
  257. -o-transition: all 0.6s ease-out;
  258. transition: all 0.6s ease-out;
  259. }
  260.  
  261. a.first:hover {
  262. -webkit-transform: rotate(720deg) scale(.5);
  263. -moz-transform: rotate(720deg) scale(.5);
  264. -o-transform: rotate(720deg) scale(.5);
  265. -ms-transform: rotate(720deg) scale(.5);
  266. transform: rotate(720deg) scale(.5);
  267. }
  268.  
  269. .vicarious{Connection Link Codes}
  270. a.second, a.second:link, a.second:active, a.second:visited {
  271. font-family: courier new ;
  272. font-size:5pt ;
  273. line-height: 80% ;
  274. color:4a5c47;
  275. background-color:0a140a;
  276. text-align: center;
  277. text-transform: uppercase ;
  278. letter-spacing: 2pt;
  279. margin-bottom:2px;
  280. -webkit-transition: all 0.6s ease-out;
  281. -moz-transition: all 0.6s ease-out;
  282. -ms-transition: all 0.6s ease-out;
  283. -o-transition: all 0.6s ease-out;
  284. transition: all 0.6s ease-out;
  285. }
  286.  
  287.  
  288. a.second:hover {
  289. color:0a140a;
  290. background-color:4a5c47;
  291. }
  292.  
  293. .vicarious { IMG Style Classes }
  294.  
  295. .vicimg1 {
  296. width:500px;
  297. height:100px;
  298. overflow:hidden;
  299. border:0px;
  300. }
  301.  
  302. .vicimg2 {
  303. box-shadow: 5px 5px 2px #000203;
  304. overflow:hidden;
  305. border:0px;
  306. }
  307.  
  308. .vicimg3 {
  309. box-shadow: 5px 5px 2px #000203;
  310. overflow:hidden;
  311. border:0px;
  312. }
  313.  
  314.  
  315. .vicarious { Div Classes / Shared Styles }
  316.  
  317. .vicAbout, .vic2T, .vicHorT, .vicHorB, .vicConL {
  318. padding:4px;
  319. margin:5px;
  320. background-color:061600;
  321. overflow:auto;
  322. }
  323.  
  324. .vicarious-box small, .vicarious-box .vicinfo {
  325. -webkit-transition: all 0.2s ease-in-out;
  326. -moz-transition: all 0.2s ease-in-out;
  327. -o-transition: all 0.2s ease-in-out;
  328. -ms-transition: all 0.2s ease-in-out;
  329. transition: all 0.2s ease-in-out;
  330. }
  331.  
  332.  
  333. .vicarious { Div Style Classes }
  334.  
  335. .vicAbout{
  336. width:486px;
  337. height:114px;
  338. }
  339.  
  340. .vicHorT {
  341. width:281px;
  342. height:143px;
  343. }
  344.  
  345. .vicHorB {
  346. width:281px;
  347. height:25px;
  348. }
  349.  
  350. .vic2T{
  351. width:150px;
  352. height:150px;
  353. }
  354.  
  355. .vicConL {
  356. padding:0px;
  357. margin:2.5px;
  358. width:168px;
  359. height:55px;
  360. }
  361.  
  362. .vicariousbody {
  363. width: 160px;
  364. height: 200px;
  365. margin-left:3px;
  366. margin-right:2px;
  367. overflow: hidden;
  368. position: relative;}
  369.  
  370. .vicarious-box img {
  371. display: block;
  372. }
  373.  
  374. .vicarious-box .mask {
  375. width: 160px;
  376. height: 200px;
  377. position: absolute;
  378. overflow: hidden;
  379. top: 0;
  380. left: 0;
  381. background-color: rgba(15,58,0, 0.9);
  382. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  383. filter: alpha(opacity=0);
  384. opacity: 0;
  385. -webkit-transform: translate(200px, -100px) rotate(180deg);
  386. -moz-transform: translate(200px, -100px) rotate(180deg);
  387. -o-transform: translate(200px, -100px) rotate(180deg);
  388. -ms-transform: translate(200px, -100px) rotate(180deg);
  389. transform: translate(200px, -100px) rotate(180deg);
  390. -webkit-transition: all 0.2s 0.4s ease-in-out;
  391. -moz-transition: all 0.2s 0.4s ease-in-out;
  392. -o-transition: all 0.2s 0.4s ease-in-out;
  393. -ms-transition: all 0.2s 0.4s ease-in-out;
  394. transition: all 0.2s 0.4s ease-in-out;
  395. }
  396.  
  397. .vicarious-box:hover .mask {
  398. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  399. filter: alpha(opacity=100);
  400. opacity: 1;
  401. -webkit-transition-delay: 0s;
  402. -moz-transition-delay: 0s;
  403. -o-transition-delay: 0s;
  404. -ms-transition-delay: 0s;
  405. transition-delay: 0s;
  406. -webkit-transform: translate(0px, 0px);
  407. -moz-transform: translate(0px, 0px);
  408. -o-transform: translate(0px, 0px);
  409. -ms-transform: translate(0px, 0px);
  410. transform: translate(0px, 0px);
  411. }
  412.  
  413. .vicarious-box small {
  414. -webkit-transform: translateY(-100px);
  415. -moz-transform: translateY(-100px);
  416. -o-transform: translateY(-100px);
  417. -ms-transform: translateY(-100px);
  418. transform: translateY(-100px);
  419. }
  420.  
  421. .vicarious-box:hover small {
  422. -webkit-transform: translateY(0px);
  423. -moz-transform: translateY(0px);
  424. -o-transform: translateY(0px);
  425. -ms-transform: translateY(0px);
  426. transform: translateY(0px);
  427. -webkit-transition-delay: 0.5s;
  428. -moz-transition-delay: 0.5s;
  429. -o-transition-delay: 0.5s;
  430. -ms-transition-delay: 0.5s;
  431. transition-delay: 0.5s;
  432. }
  433.  
  434. .vicarious-box .vicinfo {
  435. width:150px;
  436. height:165px;
  437. margin:3px;
  438. padding:2px;
  439. position: relative;
  440. overflow:auto;
  441. -webkit-transform: translateX(200px) rotate(90deg);
  442. -moz-transform: translateX(200px) rotate(90deg);
  443. -o-transform: translateX(200px) rotate(90deg);
  444. -ms-transform: translateX(200px) rotate(90deg);
  445. transform: translateX(200px) rotate(90deg);
  446. }
  447.  
  448. .vicarious-box:hover .vicinfo {
  449. -webkit-transform: translateX(0px) rotate(0deg);
  450. -moz-transform: translateX(0px) rotate(0deg);
  451. -o-transform: translateX(0px) rotate(0deg);
  452. -ms-transform: translateX(0px) rotate(0deg);
  453. transform: translateX(0px) rotate(0deg);
  454. -webkit-transition-delay: 0.4s;
  455. -moz-transition-delay: 0.4s;
  456. -o-transition-delay: 0.4s;
  457. -ms-transition-delay: 0.4s;
  458. transition-delay: 0.4s;
  459. }
  460.  
  461. .vicarious-box p,
  462. .vicarious-box:hover p {
  463. color:7d8a7b;
  464. font-size:7.5pt;
  465. text-shadow: 2px 2px #000000;
  466. }
  467.  
  468. .vicarious { Div IDs / Shared Styles }
  469.  
  470.  
  471. #victb1, #victb2, #victb3, #victb4, #victb5, #victb6 {
  472. padding-bottom:2px;
  473. margin-bottom:8px;
  474. background: rgb(0,0,0);
  475. background: -moz-linear-gradient(90deg, rgb(0,0,0) 37%, rgb(0,81,0) 100%);
  476. background: -webkit-linear-gradient(90deg, rgb(0,0,0) 37%, rgb(0,81,0) 100%);
  477. background: -o-linear-gradient(90deg, rgb(0,0,0) 37%, rgb(0,81,0) 100%);
  478. background: -ms-linear-gradient(90deg, rgb(0,0,0) 37%, rgb(0,81,0) 100%);
  479. background: linear-gradient(180deg, rgb(0,0,0) 37%, rgb(0,81,0) 100%);
  480. -webkit-box-shadow: 0px 0px 7px rgba(71, 41, 29, .75);
  481. -moz-box-shadow: 0px 0px 7px rgba(71, 41, 29, .75);
  482. box-shadow: 0px 0px 7px rgba(71, 41, 29, .75);
  483. }
  484.  
  485. .vicarious { Div IDs}
  486.  
  487. #victb4 {
  488. margin-bottom:0px;
  489. }
  490.  
  491. #victb5 {
  492. height:50PX;
  493. width:500PX;
  494. -moz-border-radius-topleft: 5px;
  495. -webkit-border-top-left-radius: 5px;
  496. border-top-left-radius: 5px;
  497. -moz-border-radius-topright: 5px;
  498. -webkit-border-top-right-radius: 5px;
  499. border-top-right-radius: 5px;
  500. -moz-border-radius-bottomright: 90px;
  501. -webkit-border-bottom-right-radius: 90px;
  502. border-bottom-right-radius: 90px;
  503. -moz-border-radius-bottomleft: 5px;
  504. -webkit-border-bottom-left-radius: 5px;
  505. border-bottom-left-radius: 5px;
  506. }
  507.  
  508. #victb6 {
  509. height:50PX;
  510. width:350PX;
  511. -moz-border-radius-topleft: 5px;
  512. -webkit-border-top-left-radius: 5px;
  513. border-top-left-radius: 5px;
  514. -moz-border-radius-topright: 5px;
  515. -webkit-border-top-right-radius: 5px;
  516. border-top-right-radius: 5px;
  517. -moz-border-radius-bottomright: 5px;
  518. -webkit-border-bottom-right-radius: 5px;
  519. border-bottom-right-radius: 5px;
  520. -moz-border-radius-bottomleft: 90px;
  521. -webkit-border-bottom-left-radius: 90px;
  522. border-bottom-left-radius: 90px;
  523. }
  524.  
  525. #links {
  526. width: auto ;
  527. height: auto ;
  528. left: 50% ;
  529. top: 0% ;
  530. overflow:none;
  531. margin-left: -490px ;
  532. margin-top: 20px ;
  533. position: fixed ;
  534. z-index: 9 ;
  535. }
  536.  
  537.  
  538. .vicarious{ Hide Codes }
  539.  
  540. .userProfileURL, .profileInfo, .friendsComments, .friendSpace, .blurbs, .contactTable, .latestBlogEntry, .extendedNetwork, .interestsAndDetails, .userprofiledetail, .userAlbums, .whitetext12, .orangetext15, .lightbluetext8, .navigationBar, .profile, table tr td[id='footerWarpper'] { display:none !important;visibility:hidden!important; }
  541. table table table table td {width:0px;}
  542. .contactTable td, table table td.text table td,table table table table table td {width:auto;}
  543. div div select, div div form {display:none !important;}
  544. select { visibility:hidden!important; WIDTH:0px!important;}
  545. table div {display:none;}table table div {display:block;}
  546. .navigationBar { display: none; }
  547. div[id="googlebar"],div div select{opacity:0;filter:alpha(opacity=0);display:none !important;position:absolute !important; bottom:2000px !important;}
  548. .fx{Effects based on tutorials by Atzeni}
  549. .vicarious{Misc Codes}
  550. p.breakhere { page-break-after: always }
  551. br{line-height:10px!important;}
  552.  
  553. .vicarious {Layouts available @ http://vicarious-hs.tumblr.com/}
  554. </style>
  555.  
  556. .vicarious{Second Hide Blurbs Code}
  557. </td></tr></table><table style="display:none"><tr><td>
  558.  
  559.  
  560. -----------------------------LIKE TO MEET---------------------------------
  561.  
  562. </div></td></tr></table></td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:500px; display:block; word-wrap:break-word"><div id="victb2">
  563.  
  564. <table><tr><td valign="top"><div class="vicHorT">
  565.  
  566.  
  567. <p><font class="h1">Legal</font>
  568. <BR><b>NAME:</b> Adam Parrish
  569. <BR><b>NICKNAMES:</b> The Magician
  570. <BR><b>ALIASES:</b> Adam Lynch ;)
  571. <BR><b>DATE OF BIRTH:</b> July 3rd 1998
  572. <BR><b>PLACE OF BIRTH:</b> Virginia
  573. <BR><b>CURRENT RESIDENCE:</b> Virginia
  574.  
  575. <p><font class="h1">Physical</font>
  576. <BR><b>ETHNICITY:</b> White
  577. <BR><b>HAIR COLOR:</b> Dusty Brown
  578. <BR><b>EYE COLOR:</b> Blue
  579. <BR><b>HEIGHT:</b> 6ft
  580. <BR><b>WEIGHT:</b> Average
  581. <BR><b>BIRTHMARKS/SCARS:</b> None
  582.  
  583. <p><font class="h1">Personality</font>
  584. <br><b>Traits:</b> Stubborn, Supicious, Proud, Pragmatic, Intelligent
  585. <BR><b>Disorders:</b> Deaf in his left ear
  586. <BR><b>Addictions:</b> None
  587. <BR><b>Likes:</b> Ronan Lynch, his beat down car, his job.
  588. <BR><b>Dislikes:</b> People spending money on things they dont need.
  589. <BR><b>Quirks:</b> Tries to hide his Southern accent, hides his change in a cereal box.
  590.  
  591. <p><font class="h1">Family</font>
  592. <BR><b>MOTHER:</b> Mrs Parrish
  593. <BR><b>FATHER:</b> Robert Parrish
  594. <BR><b>SISTER(S):</b> None
  595. <BR><b>BROTHER(S):</b> None
  596. <BR><b>Other Family:</b> Opal Lynch (Adoptive step daughter)
  597.  
  598. <p><font class="h1">Relationships</font>
  599. <BR><b>SEXUAL ORIENTATION:</b> Bi-sexual
  600. <BR><b>RELATIONSHIP STATUS:</b> TAKEN
  601. <BR><b>CURRENT RELATIONSHIP(S):</b> Ronan Lynch
  602. <BR><b>PAST RELATIONSHIP(S):</b> Blue Sergant
  603.  
  604. <p><font class="h1">Education</font>
  605. <BR><b>High School</b> Algbony School for Boys
  606. <br><b>College</b> Harvard
  607. <br><b>Major</b> Engineering
  608. <br><b>Degree</b> Engineering
  609.  
  610. <p><font class="h1">Employment</font>
  611. <BR><b>OCCUPATION:</b> Part time Mechanic
  612. <BR><b>JOB DESCRIPTION:</b> Fixing car engines
  613. <BR><b>EMPLOYER:</b> Local Garage
  614. <BR><b>SKILLSET:</b> Tinkering.
  615.  
  616. </div><div class="vicHorB">
  617.  
  618. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k007.kiwi6.com/hotlink/si9dy0p9sj/the_hot_gates.mp3&t0=The Hot Gates&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  619.  
  620. </div></td><td valign="top">
  621.  
  622. <img class="vicimg2" src="https://i.imgur.com/veX5sxq.gif">
  623.  
  624. </td></tr></table>
  625.  
  626.  
  627.  
  628.  
  629. </td></tr></table></td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:500px; display:block; word-wrap:break-word"><div id="victb4">
  630.  
  631. <big>Your Adam Parrish</big>
  632.  
  633. </td></tr></table></td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:500px; display:block; word-wrap:break-word"><div id="victb1">
  634.  
  635. <img class="vicimg1" src="https://i.imgur.com/XD1OQYP.gif">
  636. <div class="vicAbout">
  637.  
  638. <p><font class="h2">Origins/History</font>
  639.  
  640. <p>During the events of The Raven Boys, Adam relies primarily on his bicycle for transportation, and sometimes a lift from Gansey or Ronan, until he is given a car in The Dream Thieves. He prefers to hide the fact that he relies on them from his parents, who disapprove of Adam 'flaunting' his Aglionby life. He came to Aglionby as a scholarship student. He receives a partial scholarship to which he contributes $18,423 a year from his part-time jobs. Out of all of his friends, he is the poorest and dislikes talking about his financial situation.While living at home, in a double-wide trailer, he used to skip school to avoid questions about the clear evidence of his father's physical abuse. Gansey and Ronan often covered for him. Because of the events between Ronan and Adam's father toward the end of The Raven Boys, Adam now lives in a room he rents from St. Agnes Church. Adam is the first person to go into the Dreaming Tree in Cabeswater and have a 'vision'. In it, he sees himself (though it is unclear whether directly or indirectly) having killed Gansey, while Blue looks on in shock and Ronan shouts at him, grieving and furious. In the climax of The Raven Boys, Adam sacrifices his free will and control to Cabeswater in return for the waking of Henrietta's ley line; he says, "I will be your hands, I will be your eyes." He has since become Cabeswater's main line of communication with the rest of the group
  641.  
  642.  
  643. </div>
  644.  
  645. </td></tr></table></td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:500px; display:block; word-wrap:break-word"><div id="victb1">
  646.  
  647. <img class="vicimg1" src="https://i.imgur.com/eE4OhW8.gif">
  648.  
  649. <div class="vicAbout">
  650.  
  651. <p><font class="h2">Personality</font>
  652.  
  653. <p>Adam is very intelligent and tops most of his classes at Aglionby. He is a pragmatic person who tries to base his decisions on logic rather than emotion, but he is also thoughtful and perceptive. He is stubbornly self-reliant and willing to argue this point at length with his closest friends, especially Gansey. He will always refuse anything he perceives to be a handout, and disdains pity or charity of any kind. He feels like favors from his friends bear an invisible price tag, even when they are well-meaning, and will go to great lengths to avoid indebtedness.Constantly comparing himself with his peers, Adam is a study in contradiction: his contempt for the arrogance and profligacy of his fellow Aglionby students is always at odds with his intense desire to share their world and blend in as one of them. His impoverished home life drives his ambition to pull himself out of Henrietta and toward a future where he is free to pursue whatever he wants, without the constraints of money or fear. He assiduously separates his school life from his home life; he does not speak of Aglionby or his wealthy friends to his parents, who resent Adam's quest for personal betterment and likewise refuses to talk about his father's abuse with his friends, believing they wouldn't understand his situation. While Adam cares more about his found family of Gansey, Ronan, Noah, and Blue than his biological one, he struggles for some time with the belief that he owes something to his parents despite their cruel treatment of him.
  654.  
  655.  
  656. </div>
  657.  
  658.  
  659.  
  660. </div></td></tr></table></td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:500px; display:block; word-wrap:break-word"><div id="victb1">
  661.  
  662.  
  663.  
  664. <table><tr>
  665.  
  666. <td valign="top"> <div class="vicariousbody vicarious-box">
  667. <img src="https://i.imgur.com/eJZj40b.gif">
  668. <div class="mask">
  669. <small>Title or Name</small>
  670. <div class="vicinfo">
  671. <p>This is box 1. Put your info here. Leave the paragraph break.
  672. </div>
  673.  
  674. </div></div></td>
  675. <td valign="top"> <div class="vicariousbody vicarious-box">
  676. <img src="https://i.imgur.com/nTHHgBK.gif">
  677. <div class="mask">
  678. <small>Title or Name</small>
  679. <div class="vicinfo">
  680. <p>This is box 2. Put your info here. Leave the paragraph break.
  681. </div>
  682.  
  683. </div></div></td>
  684.  
  685. <td valign="top"> <div class="vicariousbody vicarious-box">
  686. <img src="https://i.imgur.com/lJtotE4.gif">
  687. <div class="mask">
  688. <small>Title or Name</small>
  689. <div class="vicinfo">
  690. <p>This is box 3. Put your info here. Leave the paragraph break.
  691. </div>
  692.  
  693. </div></div></td>
  694.  
  695.  
  696.  
  697. </tr></table>
  698.  
  699. </div></td></tr></table></td></tr></table><table class="vic_table" title="vicarious-hs.tumblr.com/" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:500px; display:block; word-wrap:break-word"><div id="victb5">
  700.  
  701.  
  702. -----------------------------INTERESTS---------------------------------
  703.  
  704.  
  705. </div></td></tr></table></td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:350px; display:block; word-wrap:break-word"><div id="victb3">
  706.  
  707.  
  708. <img class="vicimg3" src="https://i.imgur.com/7l4bw9s.gif">
  709.  
  710.  
  711. </td></tr></table></td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:350px; display:block; word-wrap:break-word"><div id="victb4">
  712.  
  713. <big>Personal Info</big>
  714.  
  715. </td></tr></table></td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:350px; display:block; word-wrap:break-word"><div id="victb1">
  716.  
  717. <table><tr><td valign="top">
  718.  
  719. <img class="vic2I" src="https://i.imgur.com/OGCFTg0.gif">
  720.  
  721. </div></td><td valign="top"><div class="vic2T">
  722.  
  723. <p>Though he is usually confident in his intelligence, Adam is shy and introverted, and often doubts his ability to interact with others without betraying what he considers a shameful, pitiable upbringing. He is overly concerned with making a good first impression, often suppressing his Henrietta accent and dispensing with any other clues to his background. He studies others' behavior in order to learn how to be more at ease with people, though he acknowledges that he may simply lack Gansey's innate aptitude for outward congeniality.
  724.  
  725. <p>An analytical thinker, Adam didn't believe in the supernatural until he started witnessing it for himself during the quest to find Glendower and wake the ley line. He is suspicious of magic and the supernatural, and doesn't trust it unless he is desperate. For a while, especially after making his bargain with Cabeswater, Adam believed himself to be "unknowable", a refrain he hears in his mind when his otherness is particularly evident. He eventually comes to the realization that, really, he is not so misunderstood by his friends; rather, he does not fully understand himself. On a few occasions, he has displayed barely suppressed violent behaviors towards his friends, but eventually learns to defuse his anger and express himself in a healthier manner.
  726.  
  727.  
  728.  
  729. </div></td> </tr></table>
  730.  
  731. </td></tr></table></td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:350px; display:block; word-wrap:break-word"><div id="victb4">
  732.  
  733. <big>Physical Appearence</big>
  734.  
  735. </td></tr></table></td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:350px; display:block; word-wrap:break-word"><div id="victb1">
  736.  
  737.  
  738. <table><tr><td valign="top">
  739.  
  740. <img class="vic2I" src="https://i.imgur.com/AuTngMd.gif">
  741.  
  742. </td><td valign="top"><div class="vic2T">
  743.  
  744. <p>Adam is described as tall and slim with blue eyes and unevenly cropped, dusty brown hair - he is also mentioned to look like he came from a sepia photograph. Blue once told Adam that his hair is the color of dirt. He is unconventionally attractive, with a tanned, fine-boned face, a pulled-down thin mouth, and pale eyebrows. He has the typical Henrietta prominent cheekbones and deep-set eyes, but these are more delicate-looking than the average. He has dimples. He is also said to have beautiful hands, as 'thumb juts out boyishly, prominent veins, and large knuckles with long fingers'.
  745.  
  746. <p>He is taller than Gansey, but shorter than Ronan.When he is at school, he wears a second-hand Aglionby sweater. Adam is noted on one occasion to wear a Coca-Cola shirt, which the psychics at 300 Fox Way thereafter use to refer to him instead of his name.He has a Henrietta accent, which he constantly tries to cover up. He becomes deaf in his left ear after his father slams his head against a railing in The Raven Boys.
  747.  
  748.  
  749. </div></td> </tr></table>
  750.  
  751.  
  752. </td></tr></table></td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:350px; display:block; word-wrap:break-word"><div id="victb4">
  753.  
  754. <big>Ronan Lynch</big>
  755.  
  756. </td></tr></table></td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:350px; display:block; word-wrap:break-word"><div id="victb1">
  757.  
  758.  
  759. <table><tr><td valign="top">
  760.  
  761. <img class="vic2I" src="https://i.imgur.com/ocLBi1z.gif">
  762.  
  763. </td><td valign="top"><div class="vic2T">
  764.  
  765. <p>Adam and Ronan are good friends, but have a complicated relationship throughout the series, often fighting over many things. However, in Blue Lily, Lily Blue, Adam begins to wonder if Ronan has a crush on him. He dismisses the thought as vanity, but the two boys begin to slowly take their friendship to a romantic level and share a number of personal and heartwarming moments. In The Raven King, Ronan kisses Adam at the Barns, revealing his feelings for Adam and later that night, Adam kisses Ronan, reciprocating those feelings. Adam is protective of Ronan and is constantly worried about Ronan's safety throughout The Raven King. It is also shown that he would die for Ronan. By the end of the series, the two are in a relationship and have been dating for several months.
  766.  
  767. <p>Ronan is the love of Adam's Life.
  768. Sydney is his college roommate and best friend.
  769.  
  770.  
  771. </div></td> </tr></table>
  772.  
  773.  
  774.  
  775. </td></tr></table></td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:350px; display:block; word-wrap:break-word"><div id="victb4">
  776.  
  777. <big>Connections</big>
  778.  
  779. </td></tr></table></td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:350px; display:block; word-wrap:break-word"><div id="victb1">
  780.  
  781. <table><tr><td valign="top"><div class="vicConL">
  782.  
  783. <a class="second" href="http://www.roleplayer.me/view_profile.php?member_id=1512144">Ronan Lynch</a>
  784. <a class="second" href="http://www.roleplayer.me/FrostBitten85">Sydney Clarke</a>
  785. <a class="second" href="http://www.roleplayer.me/view_profile.php?member_id=1511301">Eli Cardale</a>
  786. <a class="second" href="FRIEND LINK">Connection Name</a>
  787. <a class="second" href="FRIEND LINK">Connection Name</a>
  788. <a class="second" href="FRIEND LINK">Connection Name</a>
  789. <a class="second" href="FRIEND LINK">Connection Name</a>
  790. <a class="second" href="FRIEND LINK">Connection Name</a>
  791. <a class="second" href="FRIEND LINK">Connection Name</a>
  792.  
  793.  
  794. </div></td><td valign="top"><div class="vicConL">
  795.  
  796. <a class="second" href="FRIEND LINK">Connection Name</a>
  797. <a class="second" href="FRIEND LINK">Connection Name</a>
  798. <a class="second" href="FRIEND LINK">Connection Name</a>
  799. <a class="second" href="FRIEND LINK">Connection Name</a>
  800. <a class="second" href="FRIEND LINK">Connection Name</a>
  801. <a class="second" href="FRIEND LINK">Connection Name</a>
  802. <a class="second" href="FRIEND LINK">Connection Name</a>
  803. <a class="second" href="FRIEND LINK">Connection Name</a>
  804. <a class="second" href="FRIEND LINK">Connection Name</a>
  805.  
  806. </div></td></tr></table>
  807.  
  808.  
  809. </div></td></tr></table></td></tr></table><table title="vicarious-hs.tumblr.com/" class="vic_table" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:350px; display:block; word-wrap:break-word"><div id="victb6"></div>
  810.  
  811.  
  812.  
  813.  
  814. -----------------------------MUSIC---------------------------------
  815.  
  816.  
  817. </td></tr></table></td></tr></table><table cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="word-wrap:break-word">
  818.  
  819. <div id="links">
  820.  
  821. <a href="/logincomplete.php"class="first">Home</a>
  822. <a href="/invite_friend.php?friend_id=1511819"class="first">Add</a>
  823. <a href="/add_testimonial.php?member_id=1511819"class="first">Comment</a>
  824. <a href="/send_message.php?member_id=1511819"class="first">Message</a>
  825. <a href="/gallery.php?member_id=1511819"class="first">Photos</a>
  826. <a href="/view_member_blog.php?member_id=1511819"class="first">Blogs</a>
  827.  
  828. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement