Advertisement
hzrrys

custom2

Jul 4th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.32 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4. Theme by Sabrena ((Hzrrys))!!
  5. DO NOT STEAL BC I WILL FIND YOU.
  6. AND WHEN I DO,
  7. I WILL MAKE YOU WISH YOU WOULD'VE NEVER STOLEN IT IN THE FIRST PLACE.
  8. KAY, THANK YOU.
  9.  
  10. -->
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head>
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17. <script>
  18. $(document).ready(function() {
  19. //
  20. $('a.poplight[href^=#]').click(function() {
  21. var popID = $(this).attr('rel'); //Get Popup Name
  22. var popURL = $(this).attr('href'); //Get Popup href to define size
  23. var query= popURL.split('?');
  24. var dim= query[1].split('&');
  25. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  26. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  27. var popMargTop = ($('#' + popID).height() + 80) / 2;
  28. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  29. //Apply Margin to Popup
  30. $('#' + popID).css({
  31. 'margin-top' : -popMargTop,
  32. 'margin-left' : -popMargLeft
  33. });
  34. $('body').append('<div id="fade"></div>');
  35. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  36. return false;
  37. });
  38. $('a.close, #fade').live('click', function() {
  39. $('#fade , .popup_block').fadeOut(function() {
  40. $('#fade, a.close').remove(); //fade them both out
  41. });
  42. return false;
  43. });
  44. });
  45. </script>
  46. <title>{Title}</title>
  47. <link rel="shortcut icon" href="{Favicon}">
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  49. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  50.  
  51.  
  52. <meta name="color:background" content="#ffffff"/>
  53. <meta name="color:sidebar" content="#ffffff"/>
  54. <meta name="color:text" content="#b4b4b4"/>
  55. <meta name="color:desc" content="#a0a0a0"/>
  56. <meta name="color:link" content="#92bdc9"/>
  57. <meta name="color:sblink" content="#fefefe"/>
  58. <meta name="color:hover" content="#f2f2f2"/>
  59. <meta name="color:border" content="#e4e4e4"/>
  60. <meta name="color:imgborder" content="#d8d6d6"/>
  61. <meta name="color:answer" content="#f8f8f8"/>
  62. <meta name="color:scrollbarbg" content="ffffff"/>
  63.  
  64. <meta name="image:sidebar" content=""/>
  65. <meta name="image:sidebar2" content=""/>
  66. <meta name="image:sidebar BGs" content=""/>
  67.  
  68. <meta name="text:Title2" content="" />
  69. <meta name="text:Link 1" content="" />
  70. <meta name="text:Link 1 Text" content="" />
  71. <meta name="text:Link 1 Title" content="" />
  72.  
  73. <meta name="text:Link 2" content="" />
  74. <meta name="text:Link 2 Text" content="" />
  75. <meta name="text:Link 2 Title" content="" />
  76.  
  77. <meta name="text:Link 3" content="" />
  78. <meta name="text:Link 3 Text" content="" />
  79. <meta name="text:Link 3 Title" content="" />
  80.  
  81. <meta name="text:Link 4" content="" />
  82. <meta name="text:Link 4 Text" content="" />
  83. <meta name="text:Link 4 Title" content="" />
  84.  
  85. <meta name="if:Show Link 1" content="1" />
  86. <meta name="if:Show Link 2" content="1" />
  87. <meta name="if:Show Link 3" content="1" />
  88. <meta name="if:Show Link 4" content="1" />
  89. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  90. <style>
  91. div#qTip {
  92. padding: 2px;
  93. display: none;
  94. text-align: center;
  95. text-decoration:none;
  96. position: absolute;
  97. font-size:8px;
  98. line-height:9px;
  99. font-family:calibri;
  100. z-index: 1000;
  101. background-color:{color:background};
  102. color: {color:desc};
  103. border:1px solid {color:imgborder};
  104. text-transform:uppercase;
  105. letter-spacing: 1px;
  106. }
  107. </style>
  108.  
  109. <style type="text/css">
  110.  
  111. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  112.  
  113. ::-webkit-scrollbar {
  114. width: 5px;height: 5px;}
  115. ::-webkit-scrollbar-button:start:decrement,
  116. ::-webkit-scrollbar-button:end:increment {
  117. height: 6px;display: block;background-color: {color:white};}
  118. ::-webkit-scrollbar-track-piece {
  119. background-color: {color:background};}
  120. ::-webkit-scrollbar-thumb:vertical {
  121. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  122.  
  123.  
  124.  
  125. body {
  126. background:{color:background};
  127. margin:0px;
  128. color:{color:text};
  129. font-family:Calibri;
  130. font-size:9px;
  131. line-height:100%;
  132. }
  133.  
  134. a {
  135. text-decoration:none;
  136. outline:none;
  137. -moz-outline-style:none;
  138. color:{color:link};
  139. -webkit-transition: all 0.7s ease;
  140. -moz-transition: all 0.7s ease;
  141. -o-transition: all 0.7s ease;
  142. }
  143.  
  144. img {
  145. border:none;
  146. }
  147.  
  148. blockquote {
  149. padding-left:5px;
  150. border-left:1px solid {color:border};
  151. }
  152.  
  153. blockquote blockquote {
  154. padding-left:5px;
  155. border-left:1px solid {color:border};
  156. }
  157.  
  158. h1 {
  159. font-size:9px;
  160. text-transform:uppercase;
  161. }
  162.  
  163. a:hover {
  164. opacity:10;
  165. color:{color:hover};
  166. text-shadow: 0 0 2em #bcbcbc;
  167. -webkit-transition: all 0.7s ease;
  168. -moz-transition: all 0.7s ease;
  169. -o-transition: all 0.7s ease;
  170. }
  171.  
  172.  
  173. #entries {
  174. padding:10px;
  175. width:400px;
  176. margin-left:480px;
  177. margin-top:40px;
  178. font-size:10px;
  179. }
  180.  
  181.  
  182. #post {
  183. width:400px;
  184. padding-bottom:20px;
  185. padding:10px;
  186. margin-top:15px;
  187. background-color:{color:background};
  188. }
  189.  
  190.  
  191.  
  192. #sidebar {
  193. width:100px;
  194. position:fixed;
  195. margin-left:305px;
  196. margin-top:200px;
  197. opacity:.80;
  198. background-color:transparent;
  199. -webkit-transition: all 0.7s ease;
  200. -moz-transition: all 0.7s ease;
  201. -o-transition: all 0.7s ease;
  202. }
  203.  
  204. #sidebar:hover .sidebarimage img{
  205. -webkit-transition: all 0.7s ease;
  206. -moz-transition: all 0.7s ease;
  207. -o-transition: all 0.7s ease;
  208. }
  209.  
  210. #sidebar:hover .sidebarimage2 img{
  211. -webkit-transition: all 0.7s ease;
  212. -moz-transition: all 0.7s ease;
  213. -o-transition: all 0.7s ease;
  214. }
  215.  
  216. #sidebar:hover .sidebarimage3 img{
  217. -webkit-transition: all 0.7s ease;
  218. -moz-transition: all 0.7s ease;
  219. -o-transition: all 0.7s ease;
  220. }
  221.  
  222. .sidebarimage {
  223. width 90px;
  224. -webkit-transition: all 0.7s ease;
  225. -moz-transition: all 0.7s ease;
  226. -o-transition: all 0.7s ease;
  227. }
  228.  
  229. .sidebarimage img {
  230. width:81px;
  231. height:82px;
  232. border:solid 1px;
  233. margin-top:35px;
  234. padding:8px;
  235. margin-left:-98px;
  236. background-image: url('{image:sidebar BGs}');
  237. border-color: {color:imgborder};
  238. -webkit-transition: all 0.7s ease;
  239. -moz-transition: all 0.7s ease;
  240. -o-transition: all 0.7s ease;
  241. }
  242.  
  243.  
  244.  
  245. .sidebarimage2 {
  246. width 90px;
  247. -webkit-transition: all 0.7s ease;
  248. -moz-transition: all 0.7s ease;
  249. -o-transition: all 0.7s ease;
  250. }
  251.  
  252. .sidebarimage2 img {
  253. width:80px;
  254. height:80px;
  255. border:solid 1px;
  256. margin-left:7px;
  257. margin-top:4px;
  258. padding:8px;
  259. background-image: url('{image:sidebar BGs}');
  260. border-color: {color:imgborder};
  261. -webkit-transition: all 0.7s ease;
  262. -moz-transition: all 0.7s ease;
  263. -o-transition: all 0.7s ease;
  264. }
  265.  
  266. .sidebarimage3 {
  267. width:52px;
  268. height:54px;
  269. border:solid 1px;
  270. margin-left:7px;
  271. margin-top:-177px;
  272. line-height:100%;
  273. color:{color:desc};
  274. padding:8px;
  275. border-color: {color:imgborder};
  276. text-align:center;
  277. font-family:calibri;
  278. font-size:8px;
  279. position:fixed;
  280. z-index:-1;
  281. -webkit-transition: all 0.7s ease;
  282. -moz-transition: all 0.7s ease;
  283. -o-transition: all 0.7s ease;
  284. }
  285.  
  286. .sidebarimage4 {
  287. width 90px;
  288. -webkit-transition: all 0.7s ease;
  289. -moz-transition: all 0.7s ease;
  290. -o-transition: all 0.7s ease;
  291. }
  292.  
  293. .sidebarimage4 img {
  294. width:81px;
  295. height:82px;
  296. border:solid 1px;
  297. margin-top:-130px;
  298. padding:8px;
  299. margin-left:-98px;
  300. border-color: {color:imgborder};
  301. -webkit-transition: all 0.7s ease;
  302. -moz-transition: all 0.7s ease;
  303. -o-transition: all 0.7s ease;
  304. }
  305.  
  306.  
  307. #sidebar:hover .links{
  308. opacity:1;
  309. -webkit-transition: all 0.7s ease;
  310. -moz-transition: all 0.7s ease;
  311. -o-transition: all 0.7s ease;
  312. }
  313.  
  314. .links {
  315. width:400px;
  316. height:7px;
  317. padding: 9px;
  318. font-size:6px;
  319. font-family:'calibri';
  320. text-align:center;
  321. margin-top:-470px;
  322. margin-left:224px;
  323. text-align:center;
  324. text-transform:uppercase;
  325. word-spacing:2px;
  326. line-height:240%;
  327. position:fixed;
  328. padding-bottom:7px;
  329. padding:6px;
  330. background-color:transparent;
  331. display:inline-block;
  332. position:fixed;
  333. z-index:999999;
  334.  
  335. -webkit-transition: all 0.7s ease;
  336. -moz-transition: all 0.7s ease;
  337. -o-transition: all 0.7s ease;
  338. }
  339.  
  340. .links a {
  341. height:15px;
  342. width:40px;
  343. padding:2px;
  344. background:{color:background};
  345. margin-left:15px;
  346. border:1px solid {color:imgborder};
  347. font-size:8px;
  348. letter-spacing:1px;
  349. {color:desc};
  350. display:inline-block;
  351. -webkit-transition: all 0.7s ease;
  352. -moz-transition: all 0.7s ease;
  353. -o-transition: all 0.7s ease;
  354. }
  355.  
  356. .links a:hover {
  357. border:1px solid {color:imgborder};
  358. -moz-box-shadow: 0 0 2em #BCBCBC;
  359. -webkit-box-shadow: 0 0 2em #BCBCBC;
  360. box-shadow: 0 0 2em #BCBCBC;
  361. -webkit-transition: all 0.7s ease;
  362. -moz-transition: all 0.7s ease;
  363. -o-transition: all 0.7s ease;
  364. }
  365.  
  366.  
  367. #sidebar:hover .description{
  368. opacity:1;
  369. -webkit-transition: all 0.7s ease;
  370. -moz-transition: all 0.7s ease;
  371. -o-transition: all 0.7s ease;
  372. }
  373.  
  374.  
  375. .description {
  376. position:fixed;
  377. font-family:calibri;
  378. line-height:100%;
  379. font-size:8px;
  380. font-style:none;
  381. width:57px;
  382. height:56px;
  383. opacity:1;
  384. margin-top:-98px;
  385. padding:9px;
  386. margin-left:-70px;
  387. text-align:center;
  388. color:{color:desc};
  389. padding:6px;
  390. border:1px solid {color:imgborder};
  391. background-color:transparent;
  392. position:fixed;
  393. -webkit-transition: all 0.7s ease;
  394. -moz-transition: all 0.7s ease;
  395. -o-transition: all 0.7s ease;
  396. }
  397.  
  398.  
  399. #sidebar:hover .pagination{
  400. opacity:1;
  401. -webkit-transition: all 0.7s ease;
  402. -moz-transition: all 0.7s ease;
  403. -o-transition: all 0.7s ease;
  404. }
  405.  
  406.  
  407. .pagination {
  408. width:82px;
  409. font-size:9px;
  410. text-align:center;
  411. margin-left:11px;
  412. margin-top:-57px;
  413. position:fixed;
  414. font-family:consolas;
  415. letter-spacing:0px;
  416. background-color:{color:background};
  417. border-top:1px solid {color:imgborder};
  418. border-bottom:1px solid {color:imgborder};
  419. line-height:160%;
  420. height:15px;
  421. opacity:0;
  422. position:fixed;
  423. color:{color:desc};
  424. z-index:222222;
  425. -webkit-transition: all 0.7s ease;
  426. -moz-transition: all 0.7s ease;
  427. -o-transition: all 0.7s ease;
  428. }
  429.  
  430. .border img{
  431. width:300px;
  432. height:10px;
  433. text-align:center;
  434. margin-left:105px;
  435. margin-top:-40px;
  436. opacity:.7;
  437. z-index:-9999;
  438. background-color:transparent;
  439. -webkit-transition: all 0.6s ease-in-out;
  440. -moz-transition: all 0.6s ease-in-out;
  441. -o-transition: all 0.6s ease-in-out;
  442. -ms-transition: all 0.6s ease-in-out;
  443. transition: all 0.6s ease-in-out;
  444. }
  445.  
  446. #info {
  447. width:500px;
  448. text-align:left;
  449. margin-top:10px;
  450. text-transform:uppercase;
  451. font-size:8px;
  452. font-style:none;
  453. border-top:1px solid {color:border};
  454. }
  455.  
  456. #tags {
  457. font-family:cambria;
  458. letter-spacing:0px;
  459. text-transform:lowercase;
  460. font-size:9px;
  461. font-style:italic;
  462. margin-top:4px;
  463. text-align:left;
  464. }
  465.  
  466. #tags a {
  467. display:inline;
  468. background-color:{color:Tags};
  469. padding:-3px;
  470. text-align:left;
  471. -webkit-transition: all 0.6s ease-in-out;
  472. -moz-transition: all 0.6s ease-in-out;
  473. -o-transition: all 0.6s ease-in-out;
  474. -ms-transition: all 0.6s ease-in-out;
  475. transition: all 0.6s ease-in-out;
  476. }
  477.  
  478. #asker {
  479. padding:5px;
  480. width:500px;
  481. font-family:cambria;
  482. letter-spacing:1px;
  483. text-align:left;
  484. font-style:italic;
  485. margin-left:-5px;
  486. background-color:{color:answer}
  487. }
  488.  
  489. #credit{
  490. bottom:3px;
  491. right:-160px;
  492. width:170px;
  493. font-family:consolas;
  494. font-size:9px;
  495. letter-spacing:1px;
  496. text-transform:
  497. uppercase;
  498. position:fixed;
  499. padding:5px;
  500. text-align:left;
  501. border:1px solid #eee;
  502. height:9px;
  503. line-height:115%;
  504. color:#aaa;
  505. -moz-transition-duration:0.5s;
  506. -webkit-transition-duration:0.5s;
  507. -o-transition-duration:0.5s;
  508. }
  509.  
  510. #credit:hover {
  511. right:5px;
  512. background-color:#ccc;
  513. border:1px solid #ccc;
  514. color:#fff;
  515. -moz-transition-duration:0.5s;
  516. -webkit-transition-duration:0.5s;
  517. -o-transition-duration:0.5s;
  518. }
  519.  
  520. #fade { /*--Transparent background layer--*/
  521. display: none; /*--hidden by default--*/
  522. background-color:#333;
  523. position: fixed; left: 0; top: 0;
  524. width: 100%; height: 100%;
  525. opacity: .5;
  526. z-index: 999999;
  527. }
  528.  
  529. .popup_block{
  530. display: none; /*--hidden by default--*/
  531. background-color:white;
  532. padding: 10px;
  533. border:double {color:imgborder};
  534. color:{color:desc};
  535. font-size:10px;
  536. float: left;
  537. letter-spacing:0px;
  538. line-height:120%;
  539. position: fixed;
  540. top: 55%; left: 52%;
  541. z-index: 99999999999;
  542. }
  543. img.btn_close {
  544. float: right;
  545. margin: -20 -20px 0 0;
  546. }
  547. /*--Making IE6 Understand Fixed Positioning--*/
  548. *html #fade {
  549. position: absolute;
  550. }
  551. *html .popup_block {
  552. position: absolute;
  553. }
  554.  
  555. {CustomCSS}</style></head><body>
  556.  
  557. <div id="sidebar">
  558. <div class="sidebarimage"><img src="{image:sidebar}"></div>
  559. <div class="sidebarimage2"><img src="{image:sidebar2}"></div>
  560. <div class="sidebarimage3">{text:Title2}</div>
  561. <div class="description">
  562. {Description}
  563. </div>
  564.  
  565.  
  566. <div class="links">
  567. {block:IfShowLink1}
  568. <a href="{text:Link 1}" title="{text:Link 1 Title}">{text:Link 1 Text}</a>
  569. {/block:IfShowLink1}
  570. {block:IfShowLink2}
  571. <a href="#?w=500" rel="01" class="poplight" title="{text:Link 2 Title}">{text:Link 2 Text}</a>
  572. {/block:IfShowLink2}
  573. {block:IfShowLink3}
  574. <a href="{text:Link 3}" title="{text:Link 3 Title}">{text:Link 3 Text}</a>
  575. {/block:IfShowLink3}
  576. {block:IfShowLink4}
  577. <a href="{text:Link 4}" title="{text:Link 4 Title}">{text:Link 4 Text}</a>
  578. {/block:IfShowLink4}
  579. {block:Pagination}
  580. {block:PreviousPage}<a href="{PreviousPage}" title="go back one"><u>BACK</u></a>&nbsp;&nbsp;{/block:PreviousPage}
  581. {block:NextPage}<a href="{NextPage}" title="go foward one"><u>NEXT</u></a>{/block:NextPage}
  582. {/block:Pagination}
  583. </div>
  584.  
  585.  
  586.  
  587. </div>
  588.  
  589. <div id="entries"> <div class="border"><img src="http://25.media.tumblr.com/a4000ff25ef60e7c7837e7a16ea68ab8/tumblr_mjtrwufvmf1s7gs24o1_250.png"></div>
  590. {block:Posts}<div id="post">
  591.  
  592. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  593.  
  594. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  595.  
  596. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  597.  
  598. {block:Quote}{Quote}{/block:Quote}
  599.  
  600. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  601.  
  602. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  603.  
  604. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  605. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  606. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  607. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  608. {/block:Audio}
  609.  
  610. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  611.  
  612. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">{Asker} asked: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  613.  
  614. <div id="info">
  615. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  616. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  617. {/block:Posts}
  618. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  619. {/block:Posts}</div></div></div>
  620.  
  621.  
  622.  
  623.  
  624. <div id="credit">
  625. <a href="http://hzrrys.tumblr.com/">HZ&nbsp;&nbsp;&nbsp;&nbsp;custom theme by hzrrys</a>
  626. </div>
  627.  
  628.  
  629. </body>
  630. <div id="01" class="popup_block"><font color="#aaaaaa">
  631. <br><big><b>lauren will:</b></big>
  632. <li>check out your blog (tag me in a post)</li>
  633. <li>vote for you</li>
  634. <li>add you to a promo</li>
  635. <li>talk to you/become your bestest best friend/give advice. my ask is always open</li>
  636.  
  637. <br><big><b>lauren won't:</b></big>
  638. <li>follow you on demand (its kinda rude)</li>
  639. <li>promo you on demand</li>
  640. <li>anything if youre not following me</li>
  641.  
  642. <br><big><b>who are you?</b></big>
  643. <li>my name is lauren woo. you can find more about me <b><a href="http://grimshaw.co.vu/lorenzo">here</a></b></li>
  644.  
  645. <br><big><b>when was this blog created?</b></big>
  646. <li>it was made sometime around august 2011 and i got it around march 2012. this is my second ‘big’ blog.</li>
  647.  
  648. <br><big><b>other:</b></big>
  649. <li><a href="http://grimshaw.co.vu/unfoll">reasons i unfollowed</a></li>
  650. <li><a href="http://chshir.tumblr.com/saved">saved urls</a></li>
  651. <li><a href="http://grimshaw.co.vu/post/51796465850/welcome-welcome-welcome-to-celebrate-the-last"><b>winter follow forever</b></a></li>
  652. <li>new promo group: <a href="http://grimshaw.co.vu/post/51849513415/wanna-be-a-primadonna-princess-graphic-made-by"><b>the primadonna princesses</b></a></li>
  653. <li>message me for my doctor who/sherlock blog!</li>
  654. <li>i track chshir</li>
  655. <li>last unfollow spree: 15/06/2013</li>
  656.  
  657. <br></br>ani4llator → instanialler → liamintons → londish → chshir
  658. <p><iframe frameborder="0" height="190" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/chshir.tumblr.com" width="100%"></iframe></p>
  659. </div></div></div></div></div></div></div></div></div></div></div>
  660.  
  661. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement