Advertisement
rasperries

i wanna be yours

Nov 26th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.00 KB | None | 0 0
  1. <!--I only ask you keep the credit intact--DO NOT MOVE IT/HIDE IT. Other than that, edit it all ye want. If you have questions, trot on over to leepace.tumblr.com -->
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <head>
  6.  
  7. <!--random shit you need-->
  8. <title>{Title}</title>
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <!--Default Variables are here, folks-->
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#cccccc"/>
  17. <meta name="color:link" content="#a7a7a7"/>
  18. <meta name="color:title"content="#070707"/>
  19. <meta name="color:scrollbar" content="#d5d5d5" />
  20. <meta name="color:link hover" content="#8F8F8F"/>
  21.  
  22.  
  23.  
  24. <meta name="text:Link 1 URL" content="" />
  25. <meta name="text:Link 1" content="" />
  26. <meta name="text:Link 2 URL" content="" />
  27. <meta name="text:Link 2" content="" />
  28. <meta name="text:Link 3 URL" content="" />
  29. <meta name="text:Link 3" content="" />
  30.  
  31. <meta name="image:audio bg" content="http://static.tumblr.com/1fe0fb2eb9179fdba195906aa5c7bc29/ygd3n2x/TPHmil7fo/tumblr_static_diagonal_striped_brick.png">
  32. <meta name="if:Hide Tags" content="1">
  33.  
  34.  
  35.  
  36.  
  37. <!-- jquery -->
  38. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  39.  
  40.  
  41. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  42.  
  43. <script>
  44.  
  45. (function($){
  46.  
  47. $(document).ready(function(){
  48.  
  49. $("a[title]").style_my_tooltips({
  50.  
  51. tip_follows_cursor:true,
  52.  
  53. tip_delay_time:30,
  54.  
  55. tip_fade_speed:300,
  56.  
  57. attribute:"title"
  58.  
  59. });
  60.  
  61. });
  62.  
  63. })(jQuery);
  64.  
  65. </script>
  66.  
  67. <!--pop up-->
  68. <script type="text/javascript"
  69. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  70. <script>
  71. $(document).ready(function() {
  72. //
  73. $('a.poplight[href^=#]').click(function() {
  74. var popID = $(this).attr('rel'); //Get Popup Name
  75. var popURL = $(this).attr('href'); //Get Popup href to define size
  76. var query= popURL.split('?');
  77. var dim= query[1].split('&');
  78. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  79. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  80. var popMargTop = ($('#' + popID).height()) / 2;
  81. var popMargLeft = ($('#' + popID).width()) / 2;
  82. //Apply Margin to Popup
  83. $('#' + popID).css({
  84. 'margin-top' : -popMargTop,
  85. 'margin-left' : -popMargLeft
  86. });
  87. $('body').append('<div id="fade"></div>');
  88. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  89. return false;
  90. });
  91. $('a.close, #fade').live('click', function() {
  92. $('#fade , .popup_block').fadeOut(function() {
  93. $('#fade, a.close').remove(); //fade them both out
  94. });
  95. return false;
  96. });
  97. });
  98. </script>
  99.  
  100.  
  101.  
  102.  
  103. <link href='http://fonts.googleapis.com/css?family=Raleway:400,700' rel='stylesheet' type='text/css'>
  104.  
  105. <!--CSS time baby. This is where you change font size, color, etc. Just be careful, my dears. -->
  106.  
  107. <style type="text/css">
  108.  
  109. #s-m-t-tooltip {max-width:300px;
  110. padding:2px;
  111. margin:10px 0px 0px 10px;
  112. padding:3px 5px;
  113. background-color:#ffffff;
  114. text-transform:uppercase;
  115. font-size:7px;
  116. letter-spacing:1px;
  117. color:#747474;
  118. border-bottom:1px solid {color:text};
  119. z-index:999 }
  120.  
  121. /*pop up*/
  122. #fade { /*--Transparent background layer--*/
  123. display: none; /*--hidden by default--*/
  124. background: #000;
  125. position: fixed;
  126. left: 0;
  127. top: 0;
  128. width: 100%; height: 100%;
  129. opacity: .70;
  130. z-index: 9999;
  131. }
  132. .popup_block{
  133. display: none; /*--hidden by default--*/
  134. background-color:#fff;
  135. padding: 20px 0;
  136. position: fixed;
  137. width:400px;
  138. margin-left:-200px;
  139. top:50%;
  140. font-family:times;
  141. left:50%;
  142. z-index: 99999;
  143. }
  144.  
  145.  
  146.  
  147. /*--Making IE6 Understand Fixed Positioning--*/
  148. *html #fade {
  149. position: absolute;
  150. }
  151. *html .popup_block {
  152. position: absolute;
  153. }
  154.  
  155.  
  156. #t {
  157. }
  158.  
  159. #tt {font-size:12px;
  160. font-weight:bold;
  161. text-align:right;
  162. padding-right:20px;
  163. padding-bottom:5px;
  164. border-bottom:1px solid black}
  165.  
  166. #ts {font-size:12px;
  167. margin-top:30px;
  168. padding-left:30px;
  169. padding-bottom:20px;
  170. text-align:left;
  171. font-style:italic;
  172. line-height:130%}
  173.  
  174. /*scrollbar*/
  175. ::-webkit-scrollbar{height: 5px;
  176. width: 5px;
  177. -webkit-border-radius: 0px;
  178. background-color:{color:background}}
  179. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  180. ::-webkit-scrollbar-track{background-color:{color:background};}
  181. iframe#tumblr_controls {
  182. position: fixed !important;
  183. z-index: 9999;
  184. opacity:.5;
  185. -webkit-transition:all 0.5s ease-in-out;
  186. -moz-transition:all 0.5s ease-in-out;
  187. transition:all 0.5s ease-in-out;}
  188. iframe#tumblr_controls:hover {
  189. opacity: 0.9;
  190. -webkit-transition:all 0.5s ease-in-out;
  191. -moz-transition:all 0.5s ease-in-out;
  192. transition:all 0.5s ease-in-out;}
  193. ::selection {
  194. background:black;
  195. color:white;
  196. }
  197.  
  198. ::-moz-selection {
  199. background:black;
  200. color:white;
  201. }
  202.  
  203. ::-webkit-selection {
  204. background:black;
  205. color:white;
  206. }
  207.  
  208. iframe#tumblr_controls {
  209. position: fixed !important;
  210. z-index: 9999;
  211. opacity:.5;
  212. -webkit-transition:all 0.5s ease-in-out;
  213. -moz-transition:all 0.5s ease-in-out;
  214. transition:all 0.5s ease-in-out;}
  215. iframe#tumblr_controls:hover {
  216. opacity: 0.9;
  217. -webkit-transition:all 0.5s ease-in-out;
  218. -moz-transition:all 0.5s ease-in-out;
  219. transition:all 0.5s ease-in-out;}
  220.  
  221.  
  222. #credit {position:fixed;
  223. float:right;
  224. opacity:0.7;
  225. bottom:5px;
  226. right:5px;
  227. text-align:center;
  228. padding:5px 5px;
  229. font-size:7px;
  230. font-family:helvetica}
  231. @font-face
  232. {
  233. font-family:'Inconsolata';
  234. src:url('http://static.tumblr.com/sas2ex2/3lgmqt637/inconsolata.otf');
  235. }
  236.  
  237.  
  238. /*main structure*/
  239. blockquote {
  240. max-width:400px!important;
  241. margin-left:0px;
  242. border-left:1px solid #f2f2f2;
  243. padding-left:10px;
  244. width:95%;}
  245.  
  246. h1 {
  247. margin-left: px; font-size:22px;line-height:200%;margin-bottom:0px;font-style:;letter-spacing:-1px;text-align:left;font-family: raleway;text-transform:uppercase;}
  248.  
  249. body {
  250. background-color:#ffffff;
  251. color:#747474;
  252. font-family: helvetica;
  253. font-size:9px;
  254. text-align:justify;
  255. line-height:13px;
  256. margin:0;
  257. line-height:120%;}
  258.  
  259.  
  260. a {
  261. color:#747474;
  262. text-decoration:none;}
  263.  
  264. a:hover {
  265. color:#020101}
  266.  
  267. img{
  268. opacity:1;
  269. border:none;
  270. text-decoration:none}
  271.  
  272.  
  273. b, strong {
  274. color:#3c3c3c}
  275. i, em {
  276. color:#161616}
  277. p {
  278. margin-top:5px;
  279. margin-bottom:5px}
  280. ol {
  281. list-style:normal;}
  282. ul {
  283. list-style:square;}
  284.  
  285. small {
  286. font-size:7px;}
  287.  
  288. big {
  289. font-size:11px;}
  290.  
  291.  
  292.  
  293.  
  294. .title{font-size:16px;
  295.  
  296. font-weight:none;
  297. float:left;
  298. letter-spacing:1px;
  299. text-transform:uppercase;
  300. padding:10px 20px 5px 5px;
  301. color:#555454;} .title a:hover {text-decoration:underline;}
  302.  
  303.  
  304.  
  305.  
  306.  
  307. /*header*/
  308.  
  309. #essentiel {padding:90px;width:400px; margin:auto;}
  310.  
  311. #topbar {width:400px;margin-top:-25px;border-bottom:0px solid #fff;z-index:1;}
  312.  
  313. #title {margin-left: -5px; font-size:16px;line-height:200%;margin-bottom:0px;font-weight:lighter;letter-spacing:-1px;text-align:left;font-family: raleway;text-transform:uppercase;}
  314.  
  315. #title a{color:;opacity:1;padding:6px 20px 6px 20px;border-bottom: px solid #e2e2e2;}
  316.  
  317. #title a:hover {color:;color:#000000;background-color:#f9f9f9;border:0px double #f3f3f3;opacity:1;}
  318.  
  319. .top {
  320. font-size:7px;
  321. text-transform:uppercase;
  322. margin-left
  323. font-weight:normal;
  324. letter-spacing:1px;
  325. text-align:right;
  326. border-top:1px solid #ededed
  327. }
  328.  
  329.  
  330. .top a {
  331. line-height:25px;
  332. padding:0 10px;
  333. text-align:center;
  334. display:inline-block;
  335. } #standardlinks a:hover {color:#4A4A4A;}
  336.  
  337. .top a:hover{opacity:1;color:#000000;background-color:#f7f7f7;}
  338.  
  339. #description {
  340. font-size:9px;
  341. line-height:130%;
  342. text-align:justify;
  343. padding:15px 25px;
  344. margin-top:-10px;}
  345.  
  346. #description a {
  347. text-transform:uppercase;
  348. font-size:7px;
  349. letter-spacing:1px;}
  350.  
  351. /*#description a:hover {text-decoration:underline;}*/
  352.  
  353.  
  354. #titlee {margin-left: px; font-size:24px;line-height:200%;margin-bottom:0px;font-style:;letter-spacing:-1px;text-align:left;font-family: raleway;text-transform:lowercase;}
  355.  
  356.  
  357. /*pagination*/
  358.  
  359. #pagination {
  360. font-size:7px;
  361. font-style:normal;
  362. text-align:right;
  363. letter-spacing:2px;
  364. font-family:helvetica;
  365. margin:50px 0;
  366.  
  367. }
  368.  
  369. #pagination a {
  370. text-align:center;
  371. display:inline-block;
  372. margin-left:2px;
  373. line-height:15px;
  374. padding:0 2px 2px 2px;
  375. text-decoration:none;}
  376. #pagination a:hover {text-decoration:underline;}
  377.  
  378. .current_page {text-align:center;
  379. margin-left:2px;
  380. font-size:9px;
  381. line-height:15px;
  382. padding:0 2px 2px 2px;
  383. text-decoration:none;}
  384. .current_page:hover {text-decoration:underline;}
  385.  
  386. /*container*/
  387. #con {position:absolute;
  388. left:50%;
  389. margin-left:-300px;
  390. }
  391. /*posts*/
  392. #entries {position:absolute;
  393. width:400px;
  394. margin-top:110px;
  395.  
  396. }
  397.  
  398. #posts {
  399. margin-bottom:120px;
  400. overflow:hidden;
  401. width:400px;
  402. }
  403.  
  404. #posts a {font-size:7px; letter-spacing:1px; text-transform:uppercase;}
  405. /*#posts a:hover {text-decoration:underline;}*/
  406.  
  407. #posts img {max-width: 400px;
  408.  
  409. }
  410.  
  411.  
  412.  
  413.  
  414.  
  415. #titlequote{font-size:9px;
  416. color:#747474;
  417. text-align:justify; text-transform:; letter-spacing:px;
  418. padding:15px 0;
  419. border-bottom:1px solid #ededed
  420. }
  421.  
  422. #posts img, #posts li, #posts blockquote {max-width: 100%;
  423. }
  424. .caption img{max-width:100%;}
  425. .caption {width:100%;
  426. text-align:justify;
  427. display: block;
  428. margin-top: 5px;
  429. text-transform:none;
  430. font-size:8px;
  431. border-top:1px solid #ededed;
  432. padding-top:5px
  433. } .caption a {font-size:7px; text-transform:uppercase;} .caption a:hover {text-decoration:underline;} .caption blockquote {padding:5px; margin-left:5px; border-left:1px solid #161616;}
  434.  
  435. #source {text-align:right;
  436. padding-top:5px;
  437. font-size:9px}
  438.  
  439.  
  440.  
  441.  
  442.  
  443. /*audio*/
  444. .audio {
  445. width:100%;
  446. background-color:{color:toplinkbackground};
  447. background-image: url('{image:audio bg}');
  448. background-attachment:repeat;
  449. }
  450.  
  451. .audioplayer{
  452. height:27px;
  453. width:6.5%;
  454. overflow:hidden;
  455. opacity: 1;
  456. }
  457.  
  458.  
  459.  
  460.  
  461.  
  462. /*asks*/
  463. #question {color:#747474}
  464. .as {text-align:right;
  465. padding-top:5px;
  466. text-transform:uppercase;
  467. font-size:7px; letter-spacing:1px;}
  468. .as a {#747474}
  469. .q {
  470. padding:15px 0;
  471. border-bottom:1px solid #ededed;
  472. color:#747474;
  473. text-align:right;
  474. }
  475. .a {color:#747474;
  476. margin-top:15px;
  477. text-align:justify}
  478.  
  479.  
  480.  
  481. .chat ol {
  482. padding:0;
  483. line-height:180%;
  484. list-style:none;
  485. }
  486.  
  487. .line.odd {
  488. background-color:#FAFAFA;
  489. padding:5px;
  490. }
  491.  
  492. .line.even {
  493. background-color:#ffffff;
  494. padding:5px;
  495. }
  496.  
  497. .label {
  498. padding-right:1px;
  499. text-transform:uppercase;font-size:7px; letter-spacing:1px;
  500. color:#161616;
  501. }
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509. /*permalink and notes*/
  510.  
  511. #posts:hover #permalink {opacity:1;
  512. -webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition:all 0.5s ease-in-out}
  513.  
  514. #permalink {
  515. margin-left:410px!important;
  516. width:200px;
  517. position:absolute;
  518. z-index:99;
  519. text-align:left;
  520. margin-top:-21px;
  521. font-size:7px;letter-spacing:1px;
  522. text-transform:uppercase;
  523. padding:20px;
  524. opacity:0;
  525. -webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition:all 0.5s ease-in-out
  526. }
  527. #permalink a {text-decoration:none!important;}
  528.  
  529.  
  530. .tags {
  531. font-family:helvetica;
  532. margin-top:10px; line-height:200%;
  533. margin-bottom:10px; text-align:left;
  534. font-size:7px; letter-spacing:1px;
  535. text-transform:uppercase;
  536. width:400px;
  537. }
  538.  
  539. .tags a{
  540. letter-spacing:1px; padding:1px; background:#fafafa;
  541. padding:3px 4px;margin-right:5px; text-decoration:none!important;}
  542.  
  543.  
  544. .pagenotes {
  545.  
  546.  
  547. width:450px; margin-top:100px;margin-left:-45px;
  548.  
  549. text-align:left;
  550.  
  551. }
  552. .pagenotes img {
  553. display:none!important;}
  554. .pagenotes li {
  555. text-transform:uppercase;
  556. letter-spacing:1px; font-size:7px;
  557. list-style-type:none;
  558. padding:10px;
  559. text-align:left;
  560. margin:0 0 0 -40px;
  561. line-height:130%;
  562. }
  563. .pagenotes li:hover {background-color:#F5F5F5;}
  564.  
  565. #fade {
  566. display: none;
  567. background: #525252;
  568. position: fixed;
  569. left: 0;
  570. top: 0;
  571. width: 100%;
  572. height: 100%;
  573. opacity: .80;
  574. z-index: 9999;
  575. }
  576.  
  577. .popup_block{
  578. display: none;
  579. background: #fff;
  580. padding: 35px;
  581. float: left;
  582. position: fixed;
  583. top: 50%;
  584. left: 50%;
  585. z-index: 99999;
  586. }
  587.  
  588. img.btn_close {
  589. float: right;
  590. margin: -55px -55px 0 0;
  591. }
  592.  
  593. *html #fade {
  594. position: absolute;
  595. }
  596.  
  597. *html .popup_block {
  598. position: absolute;
  599. }
  600.  
  601. #linkpopup {
  602. background-color: #fff;
  603. font-family:helvetica;
  604. font-size:9px;
  605. text-align:justify;
  606. }
  607.  
  608.  
  609. #aboutpopup {
  610. background-color: #fff;
  611. font-family:helvetica;
  612. font-size:9px;
  613. text-align:justify;
  614. }
  615.  
  616. #minepopup {
  617. background-color: #fff;
  618. font-family:helvetica;
  619. font-size:9px;
  620. text-align:justify;
  621. }
  622.  
  623. #askpopup {
  624. background-color: #fff;
  625. font-family:helvetica;
  626. font-size:9px;
  627. text-align:justify;
  628. }
  629.  
  630.  
  631.  
  632.  
  633. </style>
  634.  
  635. <script>
  636.  
  637.  
  638.  
  639. $(document).ready(function() {
  640.  
  641. //
  642.  
  643.  
  644.  
  645. //When you click on a link with class of poplight and the href starts with a #
  646.  
  647. $('a.poplight[href^=#]').click(function() {
  648.  
  649. var popID = $(this).attr('rel'); //Get Popup Name
  650.  
  651. var popURL = $(this).attr('href'); //Get Popup href to define size
  652.  
  653.  
  654.  
  655. //Pull Query & Variables from href URL
  656.  
  657. var query= popURL.split('?');
  658.  
  659. var dim= query[1].split('&');
  660.  
  661. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  662.  
  663.  
  664.  
  665. //Fade in the Popup and add close button
  666.  
  667. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  668.  
  669.  
  670. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  671.  
  672. var popMargTop = ($('#' + popID).height() + 80) / 2;
  673.  
  674. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  675.  
  676.  
  677.  
  678. //Apply Margin to Popup
  679.  
  680. $('#' + popID).css({
  681.  
  682. 'margin-top' : -popMargTop,
  683.  
  684. 'margin-left' : -popMargLeft
  685.  
  686. });
  687.  
  688.  
  689.  
  690. //Fade in Background
  691.  
  692. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  693.  
  694. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  695.  
  696.  
  697.  
  698. return false;
  699.  
  700. });
  701.  
  702.  
  703.  
  704. //Close Popups and Fade Layer
  705.  
  706. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  707.  
  708. $('#fade , .popup_block').fadeOut(function() {
  709.  
  710. $('#fade, a.close').remove(); //fade them both out
  711.  
  712. });
  713.  
  714. return false;
  715.  
  716. });
  717.  
  718.  
  719.  
  720.  
  721.  
  722. });
  723.  
  724. </script>
  725.  
  726.  
  727.  
  728. </head>
  729.  
  730. <body>
  731.  
  732.  
  733.  
  734. <div id="credit"><a title="leepace themes" href="http://leepace.tumblr.com">LP</a></div>
  735.  
  736. <div id="con">
  737.  
  738. <div id="essentiel">
  739. <div style="margin-top:-15px;"></div>
  740. <div id="topbar">
  741.  
  742. <div id="title"><a href="/">i wanna be yours</a></div>
  743.  
  744. <div id="description">{Description}</div>
  745.  
  746.  
  747. <div style="margin-top:1px;"></div>
  748.  
  749. <div class="top">&nbsp;
  750. <a href="#?w=400" rel="askpopup" class="poplight">mail</a>
  751. <a href="#?w=400" rel="aboutpopup" class="poplight">about</a>
  752. <a href="#?w=400" rel="minepopup" class="poplight">mine</a>
  753. <a href="#?w=400" rel="linkpopup" class="poplight">navi</a>
  754. <script language="JavaScript">
  755. var ref = (''+document.referrer+'');
  756. var w_h = window.screen.width + " x " + window.screen.height;
  757. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID3539933&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');</script>
  758.  
  759. </div>
  760.  
  761. <div id="aboutpopup" class="popup_block">
  762. i'm <small>T R I S H</small>. college student who spends too much time planning the future and ignoring the present. english literature major. i spend too much time reading <a href="http://stymshaws.tumblr.com/books"><small>B O O K S</small></a> not in the syllabus. currently obsessed with <a href="http://stymshaws.tumblr.com/tagged/reign"><small>R E I G N</small></a> and forever in love with <a href="http://stymshaws.tumblr.com/tagged/boys"><small>B O Y S</small></a>, especially <a title="harry styles" href="http://stymshaws.tumblr.com/tagged/hs"><small>T H I S &nbsp; O N E</small></a>.
  763. </div>
  764.  
  765. <div id="minepopup" class="popup_block">
  766. <p><a href="/edits">Edits</a>&nbsp;&middot;&nbsp;<a href="/tagged/*">Graphics</a>&nbsp;&middot;&nbsp;<a href="/tagged/typo">Typography</a>&nbsp;|&nbsp;<a href="/top10">Top 10</a>&nbsp;&middot;&nbsp;<a href="/tagged/personal">Personal</a>&nbsp;&middot;&nbsp;<a href="/tagged/dear_diary">Dear Diary</a>&nbsp;</p>
  767. <p><a href="/tagged/1k">1k+</a>&nbsp;|&nbsp;<a href="/tagged/5k">5k+</a>&nbsp;|&nbsp;<a href="/tagged/10k">10k+</a>&nbsp;|&nbsp;<a href="/tagged/15k">15k+</a>&nbsp;</p>
  768. </div>
  769.  
  770. <div id="askpopup" class="popup_block">
  771. <center>hi. thanks for dropping by. </center><br>
  772. <iframe frameborder=”0” scrolling="no" width="100%" height="190"src="http://www.tumblr.com/ask_form/thethornbirds.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!—[if IE]><script type="text/javascript">document.getElementById(‘ask_form’).allowTransparency=true;</script><![endif]—>
  773. </div>
  774.  
  775. <div id="linkpopup" class="popup_block">
  776. Navigate this blog:
  777. <div align="justify"><ul>
  778. <li><a href="/tagged/100songs">music</a>
  779. <li><a href="/books">books</a>
  780. <li><a href="/fic">fanfic rec</a>
  781. <li><a href="/films">films</a>
  782. <li><a href="/tv">tv shows</a>
  783. <li><a href="/blogroll">blogroll</a>
  784. </ul>
  785. </div>
  786. Commonly used tags:
  787. <div align="justify"><ul>
  788. <li><a href="/tagged/text">all text posts</a>
  789. <li><a href="/tagged/quote">quotes</a>
  790. <li><a href="/tagged/words">words</a>
  791. <li><a href="/tagged/personal">personal posts</a>
  792. <li><a href="/tagged/important">important</a>
  793. <br><br>
  794. <li><a href="/tagged/photography">photography</a>
  795. <li><a href="/tagged/art">art</a>
  796. <li><a href="/tagged/design">design</a>
  797. <li><a href="/tagged/interiors">interiors</a>
  798. <li><a href="/tagged/history">history</a>
  799. <li><a href="/tagged/fashion">fashion</a>
  800. <li><a href="/tagged/hands">hands</a>
  801. <li><a href="/tagged/skulls">skulls</a>
  802. <br><br>
  803. <li><a href="/tagged/boys">boys!</a>
  804. <li><a href="/tagged/hs">harry styles</a>
  805. <li><a href="/tagged/cara delevingne">cara delevingne</a>
  806. <li><a href="/tagged/nick grimshaw">nick grimshaw</a>
  807. <li><a href="/tagged/alexa chung">alexa chung</a>
  808. <li><a href="/tagged/taylor swift">taylor swift</a>
  809. <li><a href="/tagged/lana del rey">lana del rey</a>
  810. <li><a href="/tagged/lorde">lorde</a>
  811. <li><a href="/tagged/marilyn monroe">marilyn monroe</a>
  812. <li><a href="/tagged/audrey hepburn">audrey hepburn</a>
  813. <br><br>
  814. <li><a href="/tagged/hp">harry potter</a>
  815. <li><a href="/tagged/thg">the hunger games</a>
  816. <li><a href="/tagged/pride and prejudice">pride and prejudice</a>
  817. <li><a href="/tagged/marie antoinette">marie antoinette</a>
  818. <li><a href="/tagged/atonement">atonement</a>
  819. <li><a href="/tagged/game of thrones">game of thrones</a>
  820. <li><a href="/tagged/ahs">american horror story</a>
  821. <li><a href="/tagged/teen wolf">teen wolf</a>
  822. <li><a href="/tagged/orphan black">orphan black</a>
  823. <li><a href="/tagged/sherlock">sherlock</a>
  824.  
  825. </ul>
  826. </div>
  827. <a href="http://hipsstirhaz.tumblr.com">Harry Styles Blog</a>
  828. </div>
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846. <div id="entries">
  847.  
  848. {block:Posts}
  849. <div id="posts">
  850.  
  851. {block:PermalinkPage}
  852. {block:Date}
  853. <div id="permalink">
  854. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
  855. {block:NoteCount}<br><a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  856. {block:ContentSource}
  857. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  858. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  859. {/block:SourceLogo}
  860. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  861. {/block:ContentSource}·
  862. {block:RebloggedFrom}<br><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}&nbsp;·&nbsp;<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  863. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  864. </div>
  865. {/block:Date}
  866. {/block:PermalinkPage}
  867.  
  868. {block:IndexPage}
  869. {block:Date}
  870.  
  871.  
  872. <div id="permalink">
  873. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
  874. {block:NoteCount}<br><a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  875. {block:ContentSource}
  876. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  877. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  878. {/block:SourceLogo}
  879. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  880. {/block:ContentSource}
  881. {block:RebloggedFrom}<br><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}&nbsp;·&nbsp;<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  882. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  883. </div>
  884. {/block:Date}
  885. {/block:Date}
  886.  
  887. {/block:IndexPage}
  888.  
  889. {block:Quote}
  890.  
  891.  
  892. <div id="titlequote">{Quote}</div>
  893. {block:Source}<div id="source">{Source}</div>{/block:Source}
  894. {/block:Quote}
  895.  
  896.  
  897.  
  898. {block:Text}
  899.  
  900. {block:Title}
  901. <div id="titlee">{Title}</div>{/block:Title}
  902. {Body}
  903.  
  904.  
  905. {/block:Text}
  906.  
  907. {block:Link}
  908.  
  909. <h1><a href="{URL}">⟩ {Name}</a></h1>{block:Description}{Description}{/block:Description}
  910.  
  911. {/block:Link}
  912.  
  913. {block:Chat}
  914. {block:Title}
  915. <h1>{Title}</h1>
  916. {/block:Title}
  917. <div class="chat">
  918. <ol>{block:Lines}
  919. <li class="line {Alt}">
  920. {block:Label}
  921. <span class="label">
  922. {Label}</span>
  923. {/block:Label}{Line}</li>
  924. {/block:Lines}
  925. </ol></div>
  926. {/block:Chat}
  927.  
  928. {block:Photo}
  929.  
  930. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  931.  
  932.  
  933.  
  934. {/block:Photo}
  935.  
  936. {block:Photoset}
  937.  
  938. <center>{Photoset-400}</center>
  939.  
  940.  
  941.  
  942.  
  943. {/block:Photoset}
  944.  
  945. {block:Video}
  946.  
  947.  
  948. {Video-400}
  949. {/block:Video}
  950.  
  951.  
  952.  
  953. <div style="margin-bottom: -5px;">{block:Audio}
  954. <center><div style="border-top:1px solid #eee;"></div>
  955. <div class="audio"><div class="audioplayer">{AudioPlayerWhite}</div></div><div style="border-top:1px solid #eee;"></div></center><br>{block:Caption}{Caption}{/block:Caption}<br>
  956. {/block:Audio}</div>
  957.  
  958.  
  959.  
  960.  
  961.  
  962. {block:Answer}
  963. <div id="question">
  964. <div class="q">
  965. {Question}</div>
  966. <div class="as">{Asker}</div>
  967. <div class="a">{Answer}</div>
  968. </div>
  969.  
  970. {/block:Answer}
  971.  
  972.  
  973.  
  974.  
  975. {block:HasTags}<div class="tags">File Under:&nbsp;{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  976. </div>
  977. <div class="pagenotes">
  978. <ol class="notes">
  979. {block:PostNotes}{PostNotes}{/block:PostNotes}
  980. {block:PermalinkPage}
  981. {/block:PermalinkPage}
  982.  
  983. </ol>
  984.  
  985.  
  986. </div>
  987. {/block:Posts}
  988.  
  989.  
  990. <div id="pagination">
  991.  
  992. {block:Pagination}
  993. {block:PreviousPage}
  994. <a class="jump_page" href="{PreviousPage}">BACK</a>
  995. {/block:PreviousPage}
  996.  
  997. {block:JumpPagination length="5"}
  998. {block:CurrentPage}
  999. <span class="current_page">{PageNumber}</span>
  1000. {/block:CurrentPage}
  1001.  
  1002. {block:JumpPage}
  1003. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1004. {/block:JumpPage}
  1005. {/block:JumpPagination}
  1006.  
  1007. {block:NextPage}
  1008. <a class="jump_page" href="{NextPage}">FORTH</a>
  1009. {/block:NextPage}
  1010. {/block:Pagination}</div>
  1011. </div>
  1012.  
  1013. </div>
  1014. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement