Advertisement
rasperries

ivcorrs newest

Nov 30th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.41 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:center;
  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 4px 4px 4px;
  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. width:220px;
  629. }
  630.  
  631.  
  632.  
  633.  
  634. </style>
  635.  
  636. <script>
  637.  
  638.  
  639.  
  640. $(document).ready(function() {
  641.  
  642. //
  643.  
  644.  
  645.  
  646. //When you click on a link with class of poplight and the href starts with a #
  647.  
  648. $('a.poplight[href^=#]').click(function() {
  649.  
  650. var popID = $(this).attr('rel'); //Get Popup Name
  651.  
  652. var popURL = $(this).attr('href'); //Get Popup href to define size
  653.  
  654.  
  655.  
  656. //Pull Query & Variables from href URL
  657.  
  658. var query= popURL.split('?');
  659.  
  660. var dim= query[1].split('&');
  661.  
  662. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  663.  
  664.  
  665.  
  666. //Fade in the Popup and add close button
  667.  
  668. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  669.  
  670.  
  671. //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
  672.  
  673. var popMargTop = ($('#' + popID).height() + 80) / 2;
  674.  
  675. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  676.  
  677.  
  678.  
  679. //Apply Margin to Popup
  680.  
  681. $('#' + popID).css({
  682.  
  683. 'margin-top' : -popMargTop,
  684.  
  685. 'margin-left' : -popMargLeft
  686.  
  687. });
  688.  
  689.  
  690.  
  691. //Fade in Background
  692.  
  693. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  694.  
  695. $('#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
  696.  
  697.  
  698.  
  699. return false;
  700.  
  701. });
  702.  
  703.  
  704.  
  705. //Close Popups and Fade Layer
  706.  
  707. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  708.  
  709. $('#fade , .popup_block').fadeOut(function() {
  710.  
  711. $('#fade, a.close').remove(); //fade them both out
  712.  
  713. });
  714.  
  715. return false;
  716.  
  717. });
  718.  
  719.  
  720.  
  721.  
  722.  
  723. });
  724.  
  725. </script>
  726.  
  727.  
  728.  
  729. </head>
  730.  
  731. <body>
  732.  
  733.  
  734.  
  735. <div id="credit"><a title="leepace themes" href="http://leepace.tumblr.com">LP</a></div>
  736.  
  737. <div id="con">
  738.  
  739. <div id="essentiel">
  740. <div style="margin-top:-15px;"></div>
  741. <div id="topbar">
  742.  
  743. <div id="description">{Description}</div>
  744.  
  745.  
  746. <div style="margin-top:1px;"></div>
  747.  
  748. <div class="top">&nbsp;
  749. <a href="/">home</a>
  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="linkpopup" class="poplight">navi</a>
  753. <script language="JavaScript">
  754. var ref = (''+document.referrer+'');
  755. var w_h = window.screen.width + " x " + window.screen.height;
  756. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID3539933&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');</script>
  757.  
  758. </div>
  759.  
  760. <div id="aboutpopup" class="popup_block">
  761. 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>.
  762. </div>
  763.  
  764. <div id="minepopup" class="popup_block">
  765. <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>
  766. <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>
  767. </div>
  768.  
  769. <div id="askpopup" class="popup_block">
  770. <center>hi. thanks for dropping by. </center><br>
  771. <iframe frameborder=”0” scrolling="no" width="100%" height="250"src="http://www.tumblr.com/ask_form/stymshaws.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]—>
  772. </div>
  773.  
  774. <div id="linkpopup" class="popup_block">
  775. Made by me:
  776. <br><br>
  777. <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>
  778. <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>
  779. <br>
  780. Navigate this blog:
  781.  
  782. <div align="justify"><ul>
  783. <li><a href="/tagged/100songs">music</a>
  784. <li><a href="/books">books</a>
  785. <li><a href="/fic">fanfic rec</a>
  786. <li><a href="/films">films</a>
  787. <li><a href="/tv">tv shows</a>
  788. <li><a href="/blogroll">blogroll</a>
  789. </ul>
  790. </div>
  791. Commonly used tags:
  792. <div align="justify"><ul>
  793. <li><a href="/tagged/text">all text posts</a>
  794. <li><a href="/tagged/quote">quotes</a>
  795. <li><a href="/tagged/words">words</a>
  796. <li><a href="/tagged/personal">personal posts</a>
  797. <li><a href="/tagged/important">important</a>
  798. <br><br>
  799. <li><a href="/tagged/photography">photography</a>
  800. <li><a href="/tagged/art">art</a>
  801. <li><a href="/tagged/design">design</a>
  802. <li><a href="/tagged/interiors">interiors</a>
  803. <li><a href="/tagged/history">history</a>
  804. <li><a href="/tagged/fashion">fashion</a>
  805. <li><a href="/tagged/hands">hands</a>
  806. <li><a href="/tagged/skulls">skulls</a>
  807. <br><br>
  808. <li><a href="/tagged/boys">boys!</a>
  809. <li><a href="/tagged/hs">harry styles</a>
  810. <li><a href="/tagged/cara delevingne">cara delevingne</a>
  811. <li><a href="/tagged/nick grimshaw">nick grimshaw</a>
  812. <li><a href="/tagged/alexa chung">alexa chung</a>
  813. <li><a href="/tagged/taylor swift">taylor swift</a>
  814. <li><a href="/tagged/lana del rey">lana del rey</a>
  815. <li><a href="/tagged/lorde">lorde</a>
  816. <li><a href="/tagged/marilyn monroe">marilyn monroe</a>
  817. <li><a href="/tagged/audrey hepburn">audrey hepburn</a>
  818. <br><br>
  819. <li><a href="/tagged/hp">harry potter</a>
  820. <li><a href="/tagged/thg">the hunger games</a>
  821. <li><a href="/tagged/pride and prejudice">pride and prejudice</a>
  822. <li><a href="/tagged/marie antoinette">marie antoinette</a>
  823. <li><a href="/tagged/atonement">atonement</a>
  824. <li><a href="/tagged/game of thrones">game of thrones</a>
  825. <li><a href="/tagged/ahs">american horror story</a>
  826. <li><a href="/tagged/teen wolf">teen wolf</a>
  827. <li><a href="/tagged/orphan black">orphan black</a>
  828. <li><a href="/tagged/sherlock">sherlock</a>
  829.  
  830. </ul>
  831. </div>
  832. <a href="http://hipsstirhaz.tumblr.com">Harry Styles Blog</a>
  833. </div>
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851. <div id="entries">
  852.  
  853. {block:Posts}
  854. <div id="posts">
  855.  
  856. {block:PermalinkPage}
  857. {block:Date}
  858. <div id="permalink">
  859. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
  860. {block:NoteCount}<br><a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  861. {block:ContentSource}
  862. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  863. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  864. {/block:SourceLogo}
  865. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  866. {/block:ContentSource}·
  867. {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}
  868. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  869. </div>
  870. {/block:Date}
  871. {/block:PermalinkPage}
  872.  
  873. {block:IndexPage}
  874. {block:Date}
  875.  
  876.  
  877. <div id="permalink">
  878. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
  879. {block:NoteCount}<br><a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  880. {block:ContentSource}
  881. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  882. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  883. {/block:SourceLogo}
  884. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  885. {/block:ContentSource}
  886. {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}
  887. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  888. </div>
  889. {/block:Date}
  890. {/block:Date}
  891.  
  892. {/block:IndexPage}
  893.  
  894. {block:Quote}
  895.  
  896.  
  897. <div id="titlequote">{Quote}</div>
  898. {block:Source}<div id="source">{Source}</div>{/block:Source}
  899. {/block:Quote}
  900.  
  901.  
  902.  
  903. {block:Text}
  904.  
  905. {block:Title}
  906. <div id="titlee">{Title}</div>{/block:Title}
  907. {Body}
  908.  
  909.  
  910. {/block:Text}
  911.  
  912. {block:Link}
  913.  
  914. <h1><a href="{URL}">⟩ {Name}</a></h1>{block:Description}{Description}{/block:Description}
  915.  
  916. {/block:Link}
  917.  
  918. {block:Chat}
  919. {block:Title}
  920. <h1>{Title}</h1>
  921. {/block:Title}
  922. <div class="chat">
  923. <ol>{block:Lines}
  924. <li class="line {Alt}">
  925. {block:Label}
  926. <span class="label">
  927. {Label}</span>
  928. {/block:Label}{Line}</li>
  929. {/block:Lines}
  930. </ol></div>
  931. {/block:Chat}
  932.  
  933. {block:Photo}
  934.  
  935. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  936.  
  937.  
  938.  
  939. {/block:Photo}
  940.  
  941. {block:Photoset}
  942.  
  943. <center>{Photoset-400}</center>
  944.  
  945.  
  946.  
  947.  
  948. {/block:Photoset}
  949.  
  950. {block:Video}
  951.  
  952.  
  953. {Video-400}
  954. {/block:Video}
  955.  
  956.  
  957.  
  958. <div style="margin-bottom: -5px;">{block:Audio}
  959. <center><div style="border-top:1px solid #eee;"></div>
  960. <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>
  961. {/block:Audio}</div>
  962.  
  963.  
  964.  
  965.  
  966.  
  967. {block:Answer}
  968. <div id="question">
  969. <div class="q">
  970. {Question}</div>
  971. <div class="as">{Asker}</div>
  972. <div class="a">{Answer}</div>
  973. </div>
  974.  
  975. {/block:Answer}
  976.  
  977.  
  978.  
  979.  
  980. {block:HasTags}<div class="tags">File Under:&nbsp;{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  981. </div>
  982. <div class="pagenotes">
  983. <ol class="notes">
  984. {block:PostNotes}{PostNotes}{/block:PostNotes}
  985. {block:PermalinkPage}
  986. {/block:PermalinkPage}
  987.  
  988. </ol>
  989.  
  990.  
  991. </div>
  992. {/block:Posts}
  993.  
  994.  
  995. <div id="pagination">
  996.  
  997. {block:Pagination}
  998. {block:PreviousPage}
  999. <a class="jump_page" href="{PreviousPage}">BACK</a>
  1000. {/block:PreviousPage}
  1001.  
  1002. {block:JumpPagination length="5"}
  1003. {block:CurrentPage}
  1004. <span class="current_page">{PageNumber}</span>
  1005. {/block:CurrentPage}
  1006.  
  1007. {block:JumpPage}
  1008. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1009. {/block:JumpPage}
  1010. {/block:JumpPagination}
  1011.  
  1012. {block:NextPage}
  1013. <a class="jump_page" href="{NextPage}">FORTH</a>
  1014. {/block:NextPage}
  1015. {/block:Pagination}</div>
  1016. </div>
  1017.  
  1018. </div>
  1019. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement