Advertisement
SylviaRynolds

Elena Thorne

Aug 4th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.75 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. .pfor {
  4. display: none;}
  5.  
  6. #profile {
  7. background-color: transparent;
  8. border: transparent;}
  9.  
  10. #s-m-t-tooltip {
  11. font-size: 7px;
  12. color: black;
  13. text-align: left;
  14. text-transform: uppercase;
  15. letter-spacing: 1px;
  16. background: white;
  17. display: none;
  18. position: absolute;
  19. border-radius: 3px;
  20. z-index: 99999999;
  21. padding: 1px 2px 2px 3px;
  22. margin: -13px 0 0 15px;
  23. }
  24.  
  25. body {
  26. margin: 0;
  27. padding: 0;
  28. height: 100%;
  29. width: 100%;
  30. font-family: Roboto; /*body font*/
  31. font-size: 11px;
  32. letter-spacing: 1px;
  33. color: #FFFFFF; /*body font color*/
  34. }
  35.  
  36. a {
  37. text-decoration: none;
  38. -webkit-transition: all 0.5s ease;
  39. -moz-transition: all 0.5s ease;
  40. transition: all 0.5s ease;
  41. }
  42.  
  43. #sidebar {
  44. width: 40%;
  45. height: 100%;
  46. background: #000000; /*sidebar background color*/
  47. right: 0%;
  48. position: fixed;
  49. color: #FFFFFF; /*sidebar font color*/
  50. }
  51.  
  52. #name {
  53. margin: 20px 0 0 20px;
  54. text-transform: uppercase;
  55. font-size: 14px;
  56. color: #FFFFFF; /*name color*/
  57. }
  58.  
  59. #navigation {
  60. margin-top: 130px;
  61. margin-left: 20px;
  62. font-size: 70px;
  63. letter-spacing: -6px;
  64. text-transform: uppercase;
  65. font-family: Lato;
  66. font-weight: bold;
  67. }
  68.  
  69. #navigation a {
  70. color: #FFFFFF; /*navigation link color*/
  71. line-height: 60px;
  72. }
  73.  
  74. #navigation a:hover {
  75. color: #606060; /*hover navigation link color*/
  76. }
  77.  
  78. #footer {
  79. font-size: 10px;
  80. bottom: 20px;
  81. margin-left: 100px;
  82. width: 350px;
  83. color: #FFFFFF; /*footer font color*/
  84. position: absolute;
  85. }
  86.  
  87. #header img {
  88. width: 60%;
  89. height: auto;
  90. position: absolute;
  91. margin-left: -379px;
  92. display: block;
  93. }
  94.  
  95. .title {
  96. font-size: 40px;
  97. font-weight: bold;
  98. font-family: Lato;
  99. letter-spacing: 6px;
  100. color: #FFFFFF; /*title color*/
  101. }
  102.  
  103. .content {
  104. width: 500px;
  105. height: 350px;
  106. padding-top: 90px;
  107. left: 0%;
  108. right: 0%;
  109. margin: 0 auto;
  110. overflow: auto;
  111. }
  112.  
  113. #about {
  114. width: 60%;
  115. height: 450px;
  116. margin-top: 450px;
  117. margin-left: -379px;
  118. position: absolute;
  119. background: #EAB252; /*about section background color*/
  120. }
  121.  
  122. #about img {
  123. width: 150px;
  124. height: 150px;
  125. margin-left: -0px;
  126. border: 10px solid #FFFFFF; /*avatar border color*/
  127. float: left;
  128. margin-top: 20px;
  129. border-radius: 100%;
  130. }
  131.  
  132. #description {
  133. width: 290px;
  134. height: 180px;
  135. margin-top: 15px;
  136. text-align: justify;
  137. padding-right: 15px;
  138. overflow: auto;
  139. padding-left: 20px;
  140. color: #FFFFFF; /*description font color*/
  141. }
  142.  
  143. #description a {
  144. color: #606060; margin-left: -379px; /*description link color*/
  145. }
  146.  
  147. #links {
  148. width: 60%;
  149. height: 450px;
  150. margin-left: -379px;
  151. margin-top: 900px;
  152. position: absolute;
  153. background: #FBE230; /*links section background color*/
  154. }
  155.  
  156. .off {
  157. display: none;
  158. }
  159.  
  160. #links a {
  161. display: inline-block;
  162. width: 220px;
  163. height: 30px;
  164. margin-left: -379px;
  165. text-align: center;
  166. text-transform: uppercase;
  167. letter-spacing: 3px;
  168. font-size: 10px;
  169. line-height: 30px;
  170. background: #FFFFFF; /*links background color*/
  171. color: #FBE230; /*links font color*/
  172. margin: 10px;
  173. }
  174.  
  175. #links a:hover {
  176. background: #000000; /*hover link background color*/
  177. color: #FFFFFF; /*hover link font color*/
  178. }
  179.  
  180. #tags {
  181. width: 60%;
  182. height: 450px;
  183. margin-top: 1350px;
  184. margin-left: -379px;
  185. position: absolute;
  186. background: #A1E736; /*tags section background color*/
  187. }
  188.  
  189. #tags .group {
  190. width: 282px;
  191. height: 40px;
  192. padding-left: 15px;
  193. background: #FFFFFF; /*tags header background color*/
  194. color: #A1E736; /*tags header font color*/
  195. line-height: 40px;
  196. display: block;
  197. font-weight: bold;
  198. font-size: 14px;
  199. letter-spacing: 0px;
  200. }
  201.  
  202. #tags .group a {
  203. color: #606060; /*hover tag font color*/
  204. }
  205.  
  206. #tags .tag {
  207. width: 275px;
  208. height: auto;
  209. padding: 10px;
  210. border: 1px solid #FFFFFF; /*tags border color*/
  211. font-size: 10px;
  212. letter-spacing: 2px;
  213. margin-bottom: 15px;
  214. }
  215.  
  216. #tags .tag a {
  217. color: #FFFFFF; /*tags font color*/
  218. }
  219.  
  220. #tags .tag a:hover {
  221. color: #606060; /*hover tags font color*/
  222. }
  223.  
  224. #blogroll {
  225. width: 60%;
  226. height: 450px;
  227. margin-left: -379px;
  228. margin-top: 1800px;
  229. position: absolute;
  230. background: #7B9EF8; /*blogroll section background color*/
  231. }
  232.  
  233. #follower img {
  234. border-radius: 100%;
  235. border: 5px solid #FFFFFF; /*blogroll icons border color*/
  236. width: 55px;
  237. height: 55px;
  238. float: left;
  239. margin: 3px;
  240. }
  241.  
  242. ::-webkit-scrollbar {
  243. height: 10px;
  244. width: 7px;
  245. background: white; /*scrollbar background color*/
  246. }
  247.  
  248. ::-webkit-scrollbar-thumb:vertical {
  249. background: #000000; /*scrollbar color*/
  250. border: 2px solid white; /*scroll barbackground color*/
  251. }
  252.  
  253. ::selection {
  254. background: #606060; /*selection color*/
  255. color: #ffffff;
  256. }
  257.  
  258. ::-moz-selection {
  259. background: #606060; /*selection color*/
  260. color: #ffffff;
  261. }
  262.  
  263. p::selection {
  264. background: #606060; /*selection color*/
  265. color: #ffffff;
  266. }
  267.  
  268. p::-moz-selection {
  269. background: #606060; /*selection color*/
  270. color: #ffffff;
  271. }
  272.  
  273. /* Credits to http://pohroro.tumblr.com */
  274.  
  275. #c {
  276. width: 55px;
  277. height: 18px;
  278. font-family: Arial;
  279. font-size: 7px;
  280. text-transform: uppercase;
  281. text-align: center;
  282. bottom: 10px;
  283. right: 10px;
  284. letter-spacing: 1px;
  285. line-height: 4px;
  286. padding: 10px 3px;
  287. display: block;
  288. background: #ffffff;
  289. position: fixed;
  290. color: #000000;
  291. }
  292.  
  293. #c a {
  294. font-weight: bold;
  295. line-height: 17px;
  296. font-size: 15px;
  297. font-family: Libre Baskerville;
  298. text-transform: lowercase;
  299. font-style: italic;
  300. letter-spacing: -1px;
  301. color: #000000;
  302. }
  303.  
  304. </style>
  305.  
  306. </head>
  307. <body>
  308.  
  309. <div id="sidebar">
  310. <div id="name"><!--change name here-->Elena Thorne</div>
  311.  
  312. <div id="navigation">
  313. <a href="#about">ABOUT</a><br />
  314. <a href="#links">LINKS</a><br />
  315. <a href="#tags">TAGS</a><br />
  316. <a href="#blogroll">WOLF PACK</a>
  317. </div>
  318.  
  319. <div id="footer">
  320. <!--change footer text here-->
  321. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis nunc ligula. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In rhoncus ullamcorper nullat.
  322. </div>
  323. </div>
  324.  
  325. <div id="header">
  326. <!--change header image here--><img src="https://38.media.tumblr.com/6f8c1f8c24108bd27d394b3961246e0f/tumblr_n5h63oWwdV1rqb2ifo1_500.gif" />
  327. </div>
  328.  
  329. <!--start of about section-->
  330.  
  331. <div id="about"><a id="#about"></a><div class="content">
  332. <div class="title">ABOUT</div>
  333.  
  334. <!--change avatar here--><img src="http://i.imgur.com/J3kGtu7.png" />
  335.  
  336. <div id="description">
  337.  
  338. <!--start of description-->
  339. <BR>
  340. <p><b>Bold.</b> <i>Italic.</i> <u>Underline.</u> <a href="/">Link.</a> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer et accumsan dolor. Phasellus lacinia ornare leo vel interdum. Maecenas euismod odio vitae massa vulputate semper. Praesent quam ante, pulvinar sed interdum condimentum, dictum ac dolor. Vestibulum blandit vestibulum auctor. Sed porttitor, dui sit amet venenatis fermentum, mi mi bibendum orci, id convallis eros arcu ac tortor. Cras eu leo elit. Ut eu nulla tellus. Donec in nisl dui.</p>
  341.  
  342. <p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. In a iaculis lorem, at commodo odio. Praesent sit amet odio a erat euismod sagittis a non est. Ut iaculis orci accumsan dui accumsan malesuada. Etiam non scelerisque eros, ac eleifend elit. Donec ultrices, libero eu cursus pharetra, tortor ante bibendum mauris, sit amet convallis est nibh in quam. In luctus eu enim non ullamcorper. Donec ac orci consectetur, dictum nulla ut, fringilla nulla. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vestibulum consequat lorem eget vestibulum mollis. Ut congue congue arcu, id tincidunt felis tincidunt id. Nullam nec lacus ut nisi mollis dictum.</p>
  343. <!--end of description-->
  344.  
  345. </div>
  346.  
  347. </div></div>
  348.  
  349. <!--end of about section-->
  350.  
  351. <!--start of links section-->
  352.  
  353. <div id="links"><div class="off"><a id="#links"></a></div><div class="content">
  354. <div class="title">LINKS</div>
  355. <div style="height: 200px; overflow: auto; margin-top: 10px;">
  356.  
  357. <!--edit links here-->
  358. <a href="http://tumblr.com">LINK ONE</a>
  359. <a href="http://tumblr.com">LINK TWO</a>
  360. <a href="http://tumblr.com">LINK THREE</a>
  361. <a href="http://tumblr.com">LINK FOUR</a>
  362. <a href="http://tumblr.com">LINK FIVE</a>
  363. <a href="http://tumblr.com">LINK SIX</a>
  364. <a href="http://tumblr.com">LINK SEVEN</a>
  365. <a href="http://tumblr.com">LINK EIGHT</a>
  366.  
  367. </div></div></div>
  368.  
  369. <!--end of links section-->
  370.  
  371. <!--start of tags section-->
  372.  
  373. <div id="tags"><a id="#tags"></a><div class="content">
  374. <div class="title">TAGS</div>
  375. <div style="margin-left: 150px; margin-top: -40px; overflow: auto; width: 315px;height: 255px;">
  376.  
  377. <!--start of tag section 1-->
  378.  
  379. <div class="group"><!--tag header-->GROUP</div>
  380. <div class="tag">
  381. <a href="/tagged/name">TAG.</a>
  382. <a href="/tagged/name">TAG.</a>
  383. <a href="/tagged/name">TAG.</a>
  384. <a href="/tagged/name">TAG.</a>
  385. <a href="/tagged/name">TAG.</a>
  386. </div>
  387.  
  388. <!--end of tag section 1-->
  389.  
  390. <!--start of tag section 2-->
  391.  
  392. <div class="group"><!--tag header-->GROUP</div>
  393. <div class="tag">
  394. <a href="/tagged/name">TAG.</a>
  395. <a href="/tagged/name">TAG.</a>
  396. <a href="/tagged/name">TAG.</a>
  397. <a href="/tagged/name">TAG.</a>
  398. <a href="/tagged/name">TAG.</a>
  399. </div>
  400.  
  401. <!--end of tag section 2-->
  402.  
  403. <!--start of tag section 3-->
  404.  
  405. <div class="group"><!--tag header-->GROUP</div>
  406. <div class="tag">
  407. <a href="/tagged/name">TAG.</a>
  408. <a href="/tagged/name">TAG.</a>
  409. <a href="/tagged/name">TAG.</a>
  410. <a href="/tagged/name">TAG.</a>
  411. <a href="/tagged/name">TAG.</a>
  412. </div>
  413.  
  414. <!--end of tag section 3-->
  415.  
  416. <!--start of tag section 4-->
  417.  
  418. <div class="group"><!--tag header-->GROUP</div>
  419. <div class="tag">
  420. <a href="/tagged/name">TAG.</a>
  421. <a href="/tagged/name">TAG.</a>
  422. <a href="/tagged/name">TAG.</a>
  423. <a href="/tagged/name">TAG.</a>
  424. <a href="/tagged/name">TAG.</a>
  425. </div>
  426.  
  427. <!--end of tag section 4-->
  428.  
  429. <!--start of tag section 5-->
  430.  
  431. <div class="group"><!--tag header-->GROUP</div>
  432. <div class="tag">
  433. <a href="/tagged/name">TAG.</a>
  434. <a href="/tagged/name">TAG.</a>
  435. <a href="/tagged/name">TAG.</a>
  436. <a href="/tagged/name">TAG.</a>
  437. <a href="/tagged/name">TAG.</a>
  438. </div>
  439.  
  440. <!--end of tag section 5-->
  441.  
  442. </div>
  443. </div></div>
  444.  
  445. <!--end of tags section-->
  446.  
  447. <!--start of blogroll section-->
  448.  
  449. <div id="blogroll"><a id="#blogroll"></a><div class="content">
  450. <div class="title" style="margin-left: -50px;z-index: 1; position: absolute;">BLOG<br />ROLL</div>
  451.  
  452. <div style="margin-left: 90px; margin-top: 5px; width: 450px; overflow: auto; height: 285px; z-index: 1; position: absolute;">
  453.  
  454. <div id="follower">
  455. <a href="http://hypertone.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_0c4c599df722_64.png" title="hypertone"></a>
  456. </div>
  457.  
  458. <div id="follower">
  459. <a href="http://prankchanyeol.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_774230392690_64.png" title="prankchanyeol"></a>
  460. </div>
  461.  
  462. <div id="follower">
  463. <a href="http://cumbaek.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_23fc33d78e0f_64.png" title="cumbaek"></a>
  464. </div>
  465.  
  466. <div id="follower">
  467. <a href="http://sehunie.tk/"><img src="http://38.media.tumblr.com/avatar_a8d69b613a3d_64.png" title="flwrboy"></a>
  468. </div>
  469.  
  470. <div id="follower">
  471. <a href="http://chanyeol.co.uk/"><img src="http://38.media.tumblr.com/avatar_ce00a5727dfb_64.png" title="imperyeol"></a>
  472. </div>
  473.  
  474. <div id="follower">
  475. <a href="http://wingedtears.tumblr.com/"><img src="http://37.media.tumblr.com/avatar_a465c36b03f8_64.png" title="wingedtears"></a>
  476. </div>
  477.  
  478. <div id="follower">
  479. <a href="http://taemizu.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_ddc39112621c_64.png" title="taemizu"></a>
  480. </div>
  481.  
  482. <div id="follower">
  483. <a href="http://doresque.tk/"><img src="http://33.media.tumblr.com/avatar_709ee002c894_64.png" title="doresque"></a>
  484. </div>
  485.  
  486. <div id="follower">
  487. <a href="http://xehunter.tumblr.com/"><img src="http://37.media.tumblr.com/avatar_c8f063c8dee5_64.png" title="xehunter"></a>
  488. </div>
  489.  
  490. <div id="follower">
  491. <a href="http://kimhanbins.tk/"><img src="http://38.media.tumblr.com/avatar_6617a73bb622_64.png" title="kaurai"></a>
  492. </div>
  493.  
  494. <div id="follower">
  495. <a href="http://immortae.tumblr.com/"><img src="http://37.media.tumblr.com/avatar_458cbfebf393_64.png" title="immortae"></a>
  496. </div>
  497.  
  498. <div id="follower">
  499. <a href="http://ninpen.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_5e1b863a6ae8_64.png" title="ninpen"></a>
  500. </div>
  501.  
  502. <div id="follower">
  503. <a href="http://shineebrothers.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_772dc852314c_64.png" title="shineebrothers"></a>
  504. </div>
  505.  
  506. <div id="follower">
  507. <a href="http://jiyeolie.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_9be78cf7e41c_64.png" title="jiyeolie"></a>
  508. </div>
  509.  
  510. <div id="follower">
  511. <a href="http://ayejongdae.tumblr.com/"><img src="http://37.media.tumblr.com/avatar_0ba3e39f9dc9_64.png" title="ayejongdae"></a>
  512. </div>
  513.  
  514. <div id="follower">
  515. <a href="http://jongene.tumblr.com/"><img src="http://33.media.tumblr.com/avatar_34ccaf9485dd_64.png" title="jongene"></a>
  516. </div>
  517.  
  518. <div id="follower">
  519. <a href="http://exoplanet.tumblr.com/"><img src="http://37.media.tumblr.com/avatar_8accc996214d_64.png" title="exoplanet"></a>
  520. </div>
  521.  
  522. <div id="follower">
  523. <a href="http://z1c.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_60c23a195bd9_64.png" title="z1c"></a>
  524. </div>
  525.  
  526. <div id="follower">
  527. <a href="http://kyungsex.co.vu/"><img src="http://31.media.tumblr.com/avatar_8f1cb33b4edf_64.png" title="kyungsational"></a>
  528. </div>
  529.  
  530. <div id="follower">
  531. <a href="http://nostalgia.co.vu/"><img src="http://38.media.tumblr.com/avatar_85fc4d912835_64.png" title="kaileus"></a>
  532. </div>
  533.  
  534. <div id="follower">
  535. <a href="http://yeollovemebaek.tumblr.com/"><img src="http://37.media.tumblr.com/avatar_9cfe58595908_64.png" title="yeollovemebaek"></a>
  536. </div>
  537.  
  538. <div id="follower">
  539. <a href="http://taemisu.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_af5bb05a228e_64.png" title="taemisu"></a>
  540. </div>
  541.  
  542. <div id="follower">
  543. <a href="http://mamuraa.co.vu/"><img src="http://37.media.tumblr.com/avatar_563f35eaa452_64.png" title="sexpai"></a>
  544. </div>
  545.  
  546. <div id="follower">
  547. <a href="http://parknamja.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_4bdacf5b2d4f_64.png" title="parknamja"></a>
  548. </div>
  549.  
  550. <div id="follower">
  551. <a href="http://baihyuns.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_dc4b8a6f8719_64.png" title="baihyuns"></a>
  552. </div>
  553.  
  554. <div id="follower">
  555. <a href="http://shthun.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_5efd183f21ca_64.png" title="shthun"></a>
  556. </div>
  557.  
  558. <div id="follower">
  559. <a href="http://zitao.ml/"><img src="http://37.media.tumblr.com/avatar_e240f43418a5_64.png" title="ziteu"></a>
  560. </div>
  561.  
  562. <div id="follower">
  563. <a href="http://daenso.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_2ca91bca1687_64.png" title="daenso"></a>
  564. </div>
  565.  
  566. <div id="follower">
  567. <a href="http://milkyeoll.tumblr.com/"><img src="http://37.media.tumblr.com/avatar_9b1f6baa2a69_64.png" title="milkyeoll"></a>
  568. </div>
  569.  
  570. <div id="follower">
  571. <a href="http://oh-sehuns-ass.tumblr.com/"><img src="http://37.media.tumblr.com/avatar_052c3dc1c989_64.png" title="oh-sehuns-ass"></a>
  572. </div>
  573.  
  574. <div id="follower">
  575. <a href="http://milklu.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_f0f7003abebf_64.png" title="milklu"></a>
  576. </div>
  577.  
  578. <div id="follower">
  579. <a href="http://minogoo.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_0750692dc94b_64.png" title="minogoo"></a>
  580. </div>
  581.  
  582. <div id="follower">
  583. <a href="http://niucan.tumblr.com/"><img src="http://37.media.tumblr.com/avatar_5fb959dc26a1_64.png" title="niucan"></a>
  584. </div>
  585.  
  586. <div id="follower">
  587. <a href="http://kiwisses.tumblr.com/"><img src="http://37.media.tumblr.com/avatar_b2644e38dcea_64.png" title="kiwisses"></a>
  588. </div>
  589.  
  590. <div id="follower">
  591. <a href="http://baeyonce.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_3324d49ee5b4_64.png" title="baeyonce"></a>
  592. </div>
  593.  
  594. <div id="follower">
  595. <a href="http://ohsehno.tumblr.com/"><img src="http://37.media.tumblr.com/avatar_304c42d17852_64.png" title="ohsehno"></a>
  596. </div>
  597.  
  598. <div id="follower">
  599. <a href="http://baekxun.tumblr.com/"><img src="http://33.media.tumblr.com/avatar_3f39dffdc90f_64.png" title="baekxun"></a>
  600. </div>
  601.  
  602. <div id="follower">
  603. <a href="http://baekheun.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_c4330cc52b14_64.png" title="baekheun"></a>
  604. </div>
  605.  
  606. <div id="follower">
  607. <a href="http://markktuan.co.vu/"><img src="http://33.media.tumblr.com/avatar_636b066ded9b_64.png" title="sehunetc"></a>
  608. </div>
  609.  
  610. <div id="follower">
  611. <a href="http://thelastmanstandingsuju.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_3bf00dab0cc0_64.png" title="thelastmanstandingsuju"></a>
  612. </div>
  613.  
  614. <div id="follower">
  615. <a href="http://fan-qins.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_156418abdb1a_64.png" title="fan-qins"></a>
  616. </div>
  617.  
  618. <div id="follower">
  619. <a href="http://zhongshi.co.vu/"><img src="http://38.media.tumblr.com/avatar_cf18d7e08657_64.png" title="shixunq"></a>
  620. </div>
  621.  
  622. <div id="follower">
  623. <a href="http://osehunie.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_238ee69c95f9_64.png" title="osehunie"></a>
  624. </div>
  625.  
  626. <div id="follower">
  627. <a href="http://taemout.tumblr.com/"><img src="http://37.media.tumblr.com/avatar_04ae665951f6_64.png" title="taemout"></a>
  628. </div>
  629.  
  630. <div id="follower">
  631. <a href="http://zelows.co.vu/"><img src="http://31.media.tumblr.com/avatar_a24561b6debb_64.png" title="zelow"></a>
  632. </div>
  633.  
  634. <div id="follower">
  635. <a href="http://kim-jongin.com/"><img src="http://38.media.tumblr.com/avatar_3bc1d7f5320d_64.png" title="kaicecream"></a>
  636. </div>
  637.  
  638. <div id="follower">
  639. <a href="http://deerxings.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_79f533ba6e64_64.png" title="deerxings"></a>
  640. </div>
  641.  
  642. <div id="follower">
  643. <a href="http://shawolastic.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_326a5c00595d_64.png" title="shawolastic"></a>
  644. </div>
  645.  
  646. <div id="follower">
  647. <a href="http://brivid.tumblr.com/"><img src="http://37.media.tumblr.com/avatar_dad846011f22_64.png" title="brivid"></a>
  648. </div>
  649.  
  650. <div id="follower">
  651. <a href="http://viitakissme.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_52b8797a927b_64.png" title="viitakissme"></a>
  652. </div>
  653.  
  654. <div id="follower">
  655. <a href="http://poophun.tumblr.com/"><img src="http://37.media.tumblr.com/avatar_a1425dc61815_64.png" title="poophun"></a>
  656. </div>
  657.  
  658. <div id="follower">
  659. <a href="http://seohyun.info/"><img src="http://31.media.tumblr.com/avatar_1fc6f7ecd027_64.png" title="toldyouseo"></a>
  660. </div>
  661.  
  662. <div id="follower">
  663. <a href="http://sehduction.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_714bddba6965_64.png" title="sehduction"></a>
  664. </div>
  665.  
  666. <div id="follower">
  667. <a href="http://dumbaek.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_d164b1059011_64.png" title="dumbaek"></a>
  668. </div>
  669.  
  670. <div id="follower">
  671. <a href="http://tea-lairs.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_488835ddbc6b_64.png" title="tea-lairs"></a>
  672. </div>
  673.  
  674. <div id="follower">
  675. <a href="http://taedaebak.tumblr.com/"><img src="http://37.media.tumblr.com/avatar_92fbf4efb5ee_64.png" title="taedaebak"></a>
  676. </div>
  677.  
  678. <div id="follower">
  679. <a href="http://milkyman.co.vu/"><img src="http://38.media.tumblr.com/avatar_94b687a5c320_64.png" title="chenmilkman"></a>
  680. </div>
  681.  
  682. <div id="follower">
  683. <a href="http://shineeislove.tumblr.com/"><img src="http://33.media.tumblr.com/avatar_4336ade72ff3_64.png" title="shineeislove"></a>
  684. </div>
  685.  
  686. <div id="follower">
  687. <a href="http://dubuwaffle.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_b655bd0831f5_64.png" title="dubuwaffle"></a>
  688. </div>
  689.  
  690. <div id="follower">
  691. <a href="http://teamins.tk/"><img src="http://33.media.tumblr.com/avatar_7c9315c75e6c_64.png" title="idiotae"></a>
  692. </div>
  693.  
  694. <div id="follower">
  695. <a href="http://taemperor.tumblr.com/"><img src="http://37.media.tumblr.com/avatar_89a3e0c36e33_64.png" title="taemperor"></a>
  696. </div>
  697.  
  698. <div id="follower">
  699. <a href="http://leetaeman.co.vu/"><img src="http://33.media.tumblr.com/avatar_217ecca90ab8_64.png" title="thaenes"></a>
  700. </div>
  701.  
  702. <div id="follower">
  703. <a href="http://kriswuchester.co.vu/"><img src="http://31.media.tumblr.com/avatar_7075a84928ac_64.png" title="luda-krease"></a>
  704. </div>
  705.  
  706. <div id="follower">
  707. <a href="http://kuroi-pearl.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_d1640867087e_64.png" title="kuroi-pearl"></a>
  708. </div>
  709.  
  710. <div id="follower">
  711. <a href="http://hayounga.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_a002f5b1489c_64.png" title="hayounga"></a>
  712. </div>
  713.  
  714. <div id="follower">
  715. <a href="http://hiddletosn.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_de5558a29f9b_64.png" title="hiddletosn"></a>
  716. </div>
  717.  
  718. <div id="follower">
  719. <a href="http://jooncherry.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_b807541f00b7_64.png" title="jooncherry"></a>
  720. </div>
  721.  
  722. <div id="follower">
  723. <a href="http://metabloism.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_178edc01e5c1_64.png" title="metabloism"></a>
  724. </div>
  725.  
  726. <div id="follower">
  727. <a href="http://blingmints.tumblr.com/"><img src="http://33.media.tumblr.com/avatar_eaa621329c26_64.png" title="blingmints"></a>
  728. </div>
  729.  
  730. <div id="follower">
  731. <a href="http://florensic.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_994f40ee24c2_64.png" title="florensic"></a>
  732. </div>
  733.  
  734. <div id="follower">
  735. <a href="http://lay-me-kris.tumblr.com/"><img src="http://33.media.tumblr.com/avatar_1e2e385c9bdf_64.png" title="lay-me-kris"></a>
  736. </div>
  737.  
  738. <div id="follower">
  739. <a href="http://dewusional.tumblr.com/"><img src="http://33.media.tumblr.com/avatar_f7e9ef24cf22_64.png" title="dewusional"></a>
  740. </div>
  741.  
  742. <div id="follower">
  743. <a href="http://byuns-baekery.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_84662656925a_64.png" title="byuns-baekery"></a>
  744. </div>
  745.  
  746. <div id="follower">
  747. <a href="http://taemkitten.tumblr.com/"><img src="http://37.media.tumblr.com/avatar_89418f30096b_64.png" title="taemkitten"></a>
  748. </div>
  749.  
  750. <div id="follower">
  751. <a href="http://jimineh.tumblr.com/"><img src="http://33.media.tumblr.com/avatar_255e82cc861e_64.png" title="jimineh"></a>
  752. </div>
  753.  
  754. <div id="follower">
  755. <a href="http://melonhun.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_ee73f8d8d18b_64.png" title="melonhun"></a>
  756. </div>
  757.  
  758. <div id="follower">
  759. <a href="http://piaocanlie.co.vu/"><img src="http://31.media.tumblr.com/avatar_8d4574006c71_64.png" title="nakedchanyeol"></a>
  760. </div>
  761.  
  762. <div id="follower">
  763. <a href="http://teleporkaition.tumblr.com/"><img src="http://33.media.tumblr.com/avatar_a4d0a557b554_64.png" title="teleporkaition"></a>
  764. </div>
  765.  
  766. <div id="follower">
  767. <a href="http://cutiehuns.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_622a1fcfac95_64.png" title="cutiehuns"></a>
  768. </div>
  769.  
  770. <div id="follower">
  771. <a href="http://shabbitable.tumblr.com/"><img src="http://37.media.tumblr.com/avatar_ced819738f09_64.png" title="shabbitable"></a>
  772. </div>
  773.  
  774. <div id="follower">
  775. <a href="http://mintyramen.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_0fe3645cdade_64.png" title="mintyramen"></a>
  776. </div>
  777.  
  778. <div id="follower">
  779. <a href="http://xehun.tumblr.com/"><img src="http://33.media.tumblr.com/avatar_ed8348d8587b_64.png" title="xehun"></a>
  780. </div>
  781.  
  782. <div id="follower">
  783. <a href="http://xiumine.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_b8c85b10d73d_64.png" title="xiumine"></a>
  784. </div>
  785.  
  786. <div id="follower">
  787. <a href="http://jnogins.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_f4e22eb3f38c_64.png" title="jnogins"></a>
  788. </div>
  789.  
  790. <div id="follower">
  791. <a href="http://picassobenben.co.vu/"><img src="http://31.media.tumblr.com/avatar_49555871d788_64.png" title="screwufan"></a>
  792. </div>
  793.  
  794. <div id="follower">
  795. <a href="http://bumkis.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_8a2a61e36d98_64.png" title="bumkis"></a>
  796. </div>
  797.  
  798. <div id="follower">
  799. <a href="http://inertia.co.vu/"><img src="http://37.media.tumblr.com/avatar_98c341d744c8_64.png" title="whitelegends"></a>
  800. </div>
  801.  
  802. <div id="follower">
  803. <a href="http://pinksabers.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_26a599fb1114_64.png" title="pinksabers"></a>
  804. </div>
  805.  
  806. <div id="follower">
  807. <a href="http://oppas-eyeliner.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_f2ac84c13f95_64.png" title="oppas-eyeliner"></a>
  808. </div>
  809.  
  810. <div id="follower">
  811. <a href="http://kimjongin.org/"><img src="http://31.media.tumblr.com/avatar_112544eb8350_64.png" title="kaiptivated"></a>
  812. </div>
  813.  
  814. <div id="follower">
  815. <a href="http://sehuntsmen.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_57dfca4c0dcb_64.png" title="sehuntsmen"></a>
  816. </div>
  817.  
  818. <div id="follower">
  819. <a href="http://kaiffeines.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_af2412ed00cc_64.png" title="kaiffeines"></a>
  820. </div>
  821.  
  822. <div id="follower">
  823. <a href="http://bijinsan.tk/"><img src="http://33.media.tumblr.com/avatar_79d1eb6848ae_64.png" title="xiurror"></a>
  824. </div>
  825.  
  826. <div id="follower">
  827. <a href="http://doushitae.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_7b2678a017c3_64.png" title="doushitae"></a>
  828. </div>
  829.  
  830. <div id="follower">
  831. <a href="http://soonjuns.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_2e42c3fc3bd5_64.png" title="soonjuns"></a>
  832. </div>
  833.  
  834. <div id="follower">
  835. <a href="http://dyossuo.tumblr.com/"><img src="http://33.media.tumblr.com/avatar_cbe12e4c1f09_64.png" title="dyossuo"></a>
  836. </div>
  837.  
  838. <div id="follower">
  839. <a href="http://luhan-s.tumblr.com/"><img src="http://33.media.tumblr.com/avatar_2d18d1dab2ec_64.png" title="luhan-s"></a>
  840. </div>
  841.  
  842. <div id="follower">
  843. <a href="http://jongdae.org/"><img src="http://38.media.tumblr.com/avatar_03dd327990ce_64.png" title="sehunova"></a>
  844. </div>
  845.  
  846. <div id="follower">
  847. <a href="http://myungin.tumblr.com/"><img src="http://37.media.tumblr.com/avatar_0f9862a8adb9_64.png" title="myungin"></a>
  848. </div>
  849.  
  850. <div id="follower">
  851. <a href="http://zitaem.tumblr.com/"><img src="http://33.media.tumblr.com/avatar_1d67c1121bd9_64.png" title="zitaem"></a>
  852. </div>
  853.  
  854. <div id="follower">
  855. <a href="http://ddeerluhan.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_0ba65023baf6_64.png" title="ddeerluhan"></a>
  856. </div>
  857.  
  858. <div id="follower">
  859. <a href="http://seoulatte.tumblr.com/"><img src="http://37.media.tumblr.com/avatar_f26da62652cf_64.png" title="seoulatte"></a>
  860. </div>
  861.  
  862. <div id="follower">
  863. <a href="http://ohmilk.me/"><img src="http://38.media.tumblr.com/avatar_c39a931d8b08_64.png" title="ohmilk"></a>
  864. </div>
  865.  
  866. <div id="follower">
  867. <a href="http://ziyannie.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_ebfed3a29069_64.png" title="ziyannie"></a>
  868. </div>
  869.  
  870. <div id="follower">
  871. <a href="http://milkboi.co.vu/"><img src="http://38.media.tumblr.com/avatar_41fd7fc51806_64.png" title="maknaeh"></a>
  872. </div>
  873.  
  874. <div id="follower">
  875. <a href="http://xiupreme.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_26c0efec6fac_64.png" title="xiupreme"></a>
  876. </div>
  877.  
  878. <div id="follower">
  879. <a href="http://rammyeon.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_5f8c31800fd4_64.png" title="rammyeon"></a>
  880. </div>
  881.  
  882. <div id="follower">
  883. <a href="http://kai-laydoscope.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_4416aeed9a4e_64.png" title="kai-laydoscope"></a>
  884. </div>
  885.  
  886. <div id="follower">
  887. <a href="http://19930502.co.vu/"><img src="http://38.media.tumblr.com/avatar_a794f309b846_64.png" title="hnngzitao"></a>
  888. </div>
  889.  
  890. <div id="follower">
  891. <a href="http://suhoperstar.tumblr.com/"><img src="http://33.media.tumblr.com/avatar_711654c1fd1a_64.png" title="suhoperstar"></a>
  892. </div>
  893.  
  894. <div id="follower">
  895. <a href="http://everlark.tumblr.com/"><img src="http://37.media.tumblr.com/avatar_a75ab2e6528f_64.png" title="everlark"></a>
  896. </div>
  897.  
  898. <div id="follower">
  899. <a href="http://chanyeolscrackdealer.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_bf22caeab857_64.png" title="chanyeolscrackdealer"></a>
  900. </div>
  901.  
  902. <div id="follower">
  903. <a href="http://zeloid.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_1d8e84db4265_64.png" title="zeloid"></a>
  904. </div>
  905.  
  906. <div id="follower">
  907. <a href="http://chanyoell.tumblr.com/"><img src="http://31.media.tumblr.com/avatar_edc9cb2d48c0_64.png" title="chanyoell"></a>
  908. </div>
  909.  
  910. <div id="follower">
  911. <a href="http://yeahppuda.tumblr.com/"><img src="http://38.media.tumblr.com/avatar_e572e12a5106_64.png" title="yeahppuda"></a>
  912. </div>
  913.  
  914.  
  915.  
  916. </div></div></div>
  917.  
  918. <!--end of blogroll section-->
  919.  
  920. <div id="c">codes by<br /><a href="http://pohroro.tumblr.com">pohroro</a></div>
  921.  
  922. </body>
  923. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement