Advertisement
t-offee

Romanticize Theme

Feb 29th, 2016
1,879
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.77 KB | None | 0 0
  1. <!---
  2.  
  3. The Romanticize Theme
  4. by ally (avocuado.tumblr.com)
  5.  
  6. Please don't remove any credits :~)
  7. They're small and hardly noticeable.
  8.  
  9. Read before installing!!!
  10.  
  11. - There are several fonts you can use for the title, and they're all
  12. super cute! To try them out, just type the name of the font in the "Title Font" box in the Appearances section. The names are:
  13.  
  14. 'Nixie One', 'Fredericka the Great', 'League Script', 'Petit Formal Script', and 'Sail'.
  15.  
  16. - To use the update tabs, type CTRL+F and find "The Custom Tab." There you'll be able to customize your tabs.
  17. - To change the flower image at the bottom of the screen, CTRL+F "Flower" and you'll find where you can replace the image URL.
  18.  
  19. That's it! I hope you enjoy the theme.
  20.  
  21. ------->
  22.  
  23.  
  24. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  25. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  26.  
  27. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  28. <head>
  29.  
  30. <!-- jquery -->
  31.  
  32. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  33. <script src="http://static.tumblr.com/tiuhncr/4o2n7bsmw/jquery.style-my-tooltips.js"></script>
  34. <script>
  35. (function($){
  36. $(document).ready(function(){
  37. $("[title]").style_my_tooltips({
  38. tip_follows_cursor:true,
  39. tip_delay_time:0,
  40. tip_fade_speed:40,
  41. attribute:"title"
  42. });
  43. });
  44. })(jQuery);
  45. </script>
  46.  
  47. <!-- favicon -->
  48.  
  49. <link rel="icon" href="{Favicon}"/>
  50. <title>{Title}</title>
  51. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  52.  
  53. <!-- metatags -->
  54.  
  55. <meta name="color:background" content="#ffffff" />
  56. <meta name="color:border" content="#cccccc" />
  57. <meta name="color:text" content="#000000" />
  58. <meta name="color:title" content="#000000" />
  59. <meta name="color:link" content="#000000" />
  60. <meta name="color:scrollbar" content="#000000" />
  61.  
  62. <meta name="image:background" content="" />
  63. <meta name="text:Title Font" content="League Script" />
  64.  
  65. <meta name="text:Link 1" content="/"/>
  66. <meta name="text:Link 1 Title" content="link"/>
  67. <meta name="text:Link 2" content="/"/>
  68. <meta name="text:Link 2 Title" content="link"/>
  69. <meta name="text:Link 3" content="/"/>
  70. <meta name="text:Link 3 Title" content="link"/>
  71. <meta name="text:Link 4" content="/"/>
  72. <meta name="text:Link 4 Title" content="link"/>
  73. <meta name="text:Link 5" content="/"/>
  74. <meta name="text:Link 5 Title" content="link"/>
  75.  
  76. <!-- Fonts -->
  77.  
  78. <link href='https://fonts.googleapis.com/css?family=Nixie+One|Fredericka+the+Great|Petit+Formal+Script|Sail|League+Script' rel='stylesheet' type='text/css'>
  79.  
  80. <script type="text/javascript">
  81. WebFontConfig = {
  82. google: { families: [ 'Nixie+One::latin', 'Fredericka+the+Great::latin', 'Petit+Formal+Script::latin', 'Sail::latin', 'League+Script::latin' ] }
  83. };
  84. (function() {
  85. var wf = document.createElement('script');
  86. wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  87. wf.type = 'text/javascript';
  88. wf.async = 'true';
  89. var s = document.getElementsByTagName('script')[0];
  90. s.parentNode.insertBefore(wf, s);
  91. })(); </script>
  92.  
  93. <!-- more jquery + infinite scroll -->
  94.  
  95. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  96.  
  97. {block:IndexPage}
  98. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  99. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  100.  
  101. <script type="text/javascript">
  102. $(window).load(function () {
  103. $('#posts').masonry(),
  104. $('.masonryWrap').infinitescroll({
  105. navSelector : "div.navigation",
  106. // selector for the paged navigation (it will be hidden)
  107. nextSelector : ".navigation a#next",
  108. // selector for the NEXT link (to page 2)
  109. itemSelector : ".post",
  110. // selector for all items you'll retrieve
  111. bufferPx : 10000,
  112. extraScrollPx: 10000,
  113. loadingImg : "http://static.tumblr.com/bcpenwm/sHPmq6jr6/ajax-loader.gif",
  114. loadingText : "<em></em>",
  115. },
  116. // call masonry as a callback.
  117. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  118. );
  119. });
  120. </script>
  121.  
  122. <!-- navigation if not infinite scroll -->
  123.  
  124. {/block:IndexPage}
  125. {block:indexpage}<div class="navigation">{block:Pagination}{block:NextPage}<p id="page_nav"><span onclick='return false;'><a style="float:right;opacity:0;bottom:0px;" href="{NextPage}" id="next">Older</a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;bottom:0px;" href="{PreviousPage}">Newer</a></p></span>{/block:PreviousPage}{/block:Pagination}</div>{/block:indexpage}
  126.  
  127. <style type="text/css">
  128.  
  129. /* top border */
  130.  
  131. #line {
  132. width: 100%;
  133. border-bottom: 30px solid {color:border};
  134. margin-top: 0px;
  135. top:0px;
  136. position: fixed;
  137. z-index: 5;
  138. }
  139.  
  140.  
  141. /* tumblr controls */
  142.  
  143.  
  144. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  145.  
  146. /* blog post body */
  147.  
  148. body{
  149. margin:0px;
  150. padding:0px;
  151. margin-top:0px;
  152. top:-10px;
  153. margin-left:0px;
  154. margin-bottom:0px;
  155. font-family:'helvetica';
  156. font-size:10px;
  157. color:{color:text};
  158. background-color:{color:background};
  159. background-image:url('{image:background}');
  160. background-attachment: fixed;
  161.  
  162. }
  163.  
  164. /* general blog links stuff */
  165.  
  166. a {
  167. color:{color:link};
  168. text-decoration:none;
  169. }
  170.  
  171. a:hover {
  172. text-decoration:none;
  173.  
  174. }
  175.  
  176. a:active,a:focus {outline:0;}
  177.  
  178. /* scrollbar */
  179.  
  180. ::-webkit-scrollbar {width: 2px; height: 2px; background:{color:background};}
  181. ::-webkit-scrollbar-thumb {background:{color:scrollbar};}
  182.  
  183. /* posts body formatting */
  184.  
  185. #posts {
  186. {block:IndexPage}
  187. width:800px;
  188. margin-left:-285px;
  189. margin-top:-20px;
  190.  
  191. {/block:IndexPage}
  192. {block:PermalinkPage}
  193. width:500px;
  194. margin-left:-340px;
  195. top:0px;
  196. margin-top:0px;
  197. {/block:PermalinkPage}
  198. position:relative;
  199. float:left;
  200. top:-30px;
  201. left:50%;
  202. }
  203.  
  204. #posts .img {
  205. max-width:120px;
  206.  
  207. }
  208.  
  209. /* actual post class */
  210.  
  211. .post {
  212. {block:indexpage}
  213. width:230px;
  214.  
  215. margin:25px;
  216. padding:25px;
  217. background:transparent;
  218. {/block:indexpage}
  219. {block:permalinkpage}
  220. width:500px;
  221. padding-top:20px;
  222. margin-top:20px;
  223. top:0px;
  224. top:5%;
  225. left:27%;
  226. margin-left: 0px;
  227. {/block:permalinkpage}
  228. float:left;
  229. position:relative;
  230. text-align:justify;
  231. font-family:'helvetica';
  232. font-size:12px;
  233. padding:15px;
  234. border:1px solid {color:border};
  235. color:{color:text};}
  236.  
  237. {block:indexpage}
  238. .post .photoset iframe {
  239. width:230px;}
  240. {/block:indexpage}
  241.  
  242. {block:permalinkpage}
  243. .post .photoset iframe {
  244. width:500px;}
  245. {/block:permalinkpage}
  246.  
  247. /* keeps the body movin */
  248.  
  249. #squirrelpup {
  250.  
  251. color:#f5bbd7;
  252. font-size:80px;
  253. font-family:helvetica;
  254. margin-left:-150px;
  255. top:20px;
  256. }
  257.  
  258. /* change flowers */
  259.  
  260. .fleurs {
  261.  
  262. bottom:100px;
  263. left:10%;
  264. z-index:-9999999999;
  265.  
  266. }
  267.  
  268.  
  269.  
  270. #sidelinks {
  271. text-align: justify;
  272. color:{color:text};
  273. font-family:helvetica;
  274. line-height:100%;
  275. font-size:12px;
  276. letter-spacing:1px;
  277. position:absolute;
  278. left:40%;
  279. padding:10px;
  280. padding-top:40px;
  281. padding-bottom:10px;
  282. margin-left:0px;
  283. width:260px;
  284. top:0px;
  285. border:1px solid none;
  286.  
  287. }
  288.  
  289.  
  290. #grandiosetitle {
  291. font-family:'{text:Title Font}';
  292. font-size:40px;
  293. width:300px;
  294. left:6%;
  295. margin-top:200px;
  296. top:50px;
  297. position:fixed;
  298. }
  299.  
  300. #littlebox {
  301. text-align:center;
  302. color:{color:text};
  303. font-family:'helvetica';
  304. line-height:100%;
  305. font-size:11px;
  306. letter-spacing:0px;
  307. position:fixed;
  308. left:6%;
  309. padding:10px;
  310. padding-top:20px;
  311. padding-bottom:20px;
  312. padding-left:20px;
  313. margin-left:0px;
  314. padding-right:20px;
  315. width:180px;
  316. top:300px;
  317. border:1px solid {color:border};
  318.  
  319.  
  320. }
  321.  
  322.  
  323. .notes {
  324. color:{color:text};
  325. padding-left:20px;
  326. font-size:9px;}
  327.  
  328. ol.notes {
  329. float:left;
  330. width:500px;
  331. padding-left:105px;
  332. margin-top:70px;
  333. overflow-x:hidden;
  334. over-flow-y:scroll;
  335. list-style-type:none;
  336. font-weight:normal;
  337. font-size:9px;
  338. text-transform:none;}
  339.  
  340. ol.notes li.note {
  341. padding-top:4px;
  342. opacity:1;
  343. -moz-transition:0.1s ease-in;
  344. -webkit-transition:0.1s ease-in;
  345. -o-transition:0.1s ease-in;
  346. transition:0.1s ease-in;}
  347.  
  348. ol.notes li.note:hover {
  349. opacity:1;}
  350.  
  351. ol.notes li.note img.avatar {
  352. width:14px;
  353. height:14px;}
  354.  
  355.  
  356. .permalink {
  357. margin-top:15px;
  358. letter-spacing:1px;
  359. font-size:8px;
  360. text-transform:uppercase;
  361. padding:7px;
  362. background:{color:border};
  363. width:216px;
  364. text-align:center;
  365. {block:permalinkpage}
  366. opacity:0;
  367. {/block:permalinkpage}}
  368.  
  369. .headings{
  370. font-size:14px;
  371. text-align:left;
  372. font-style:italic;}
  373.  
  374. #audioplayer{
  375. background-color:#000;
  376. height:27px;
  377. margin-bottom:-4px;
  378. width:250px;}
  379.  
  380. .quote {
  381. text-align:center;
  382. font-size:12px;}
  383.  
  384. .quotesource {
  385. text-align:right;}
  386.  
  387. .image:hover{
  388. opacity:1;}
  389.  
  390. .image {
  391. width:350px;
  392. }
  393.  
  394. .chat { text-align:right; line-height:11px; }
  395.  
  396. .captions { margin-top:-8px;}
  397.  
  398.  
  399.  
  400. #s-m-t-tooltip{
  401. max-width:300px; /* maximum width */
  402.  
  403. background-color:{color:Background}; /* color background */
  404.  
  405. border:0px solid #000000; /* color, shape and thickness of the border */
  406.  
  407.  
  408. font-size:12px; /* font size */
  409.  
  410. font-family:helvetica;
  411.  
  412. font-style:italic;
  413.  
  414. color:#000000; /* font color */
  415.  
  416. letter-spacing:1px; /* font spacing */
  417.  
  418. text-transform:lowercase underline; /* uppercase, lowercase, none */
  419.  
  420. padding:1px; /* padding size */
  421.  
  422. margin:5px 0px 0px 10px; /* margin size */
  423.  
  424. z-index:99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  425. }
  426.  
  427. /* */
  428.  
  429. #left {
  430. font-family:helvetica;
  431. font-size:12px;
  432. position:fixed;
  433.  
  434. width:200px;height:auto;
  435. left:200px;
  436. top:80px;
  437. text-align:right;
  438. z-index:999999; }
  439.  
  440.  
  441. /* */
  442.  
  443.  
  444. #ryan {
  445.  
  446. font-size:40px;
  447. font-family:helvetica;
  448. top:60px;
  449. left:550px;
  450. position:absolute;
  451. z-index:9999999999999999999999999999999999999999999999999999;
  452. }
  453.  
  454. .backing { position:fixed;left:25%;top:0px;width:586px;height:100%; border-left:1px dashed #000000; border-right:0px dashed #000000;background-color:none;z-index:-1; }
  455.  
  456.  
  457. .turnt { position:fixed;top:200px;width:110px; left:19%; align:center;border-top:1px dashed #000000; border-bottom:0px dashed #000000;background-color:none;z-index:-1; }
  458.  
  459.  
  460. #credito{
  461.  
  462. bottom:10px;
  463. right:6px;
  464. position:fixed;
  465. font-family:helvetica;
  466. }
  467.  
  468. #fleurs{
  469.  
  470. bottom:-70px;
  471. left:20px;
  472. position:fixed;
  473. font-family:helvetica;
  474. }
  475.  
  476. /* The Tab */
  477.  
  478.  
  479. #ocehans1{
  480. height:14px;
  481. text-align:center;
  482. overflow:hidden;
  483. margin-top:-1px;
  484. border-bottom:3px solid {color:border};
  485. text-transform:uppercase;
  486. letter-spacing:1px;
  487. font-size:8px;
  488. font-family:'helvetica';
  489. line-height:10px;
  490. z-index:999999999999999999999;
  491. -webkit-transition: all 0.5s ease-in-out;
  492. -moz-transition: all 0.5s ease-in-out;
  493. -o-transition: all 0.5s ease-in-out;
  494. }
  495.  
  496. #ocehans1:hover{
  497. font-family:'helvetica';
  498. height:100px;
  499. -webkit-transition: all 0.5s ease-in-out;
  500. -moz-transition: all 0.5s ease-in-out;
  501. -o-transition: all 0.5s ease-in-out;
  502. }
  503.  
  504. #ocehans2{
  505. height:14px;
  506. text-align:center;
  507. overflow:hidden;
  508. border-bottom:3px solid {color:border};
  509. text-transform:uppercase;
  510. background-color:;
  511. font-family:'helvetica';
  512. letter-spacing:1px;
  513. font-size:8px;
  514. line-height:13px;
  515. z-index:999999999999999999999;
  516. -webkit-transition: all 0.5s ease-in-out;
  517. -moz-transition: all 0.5s ease-in-out;
  518. -o-transition: all 0.5s ease-in-out;
  519. }
  520.  
  521. #ocehans2:hover{
  522. font-family:'helvetica';
  523. height:100px;
  524. -webkit-transition: all 0.5s ease-in-out;
  525. -moz-transition: all 0.5s ease-in-out;
  526. -o-transition: all 0.5s ease-in-out;
  527. }
  528.  
  529. #ocehans3{
  530. height:14px;
  531. text-align:center;
  532. overflow:hidden;
  533. border-bottom:3px solid {color:border};
  534. text-transform:uppercase;
  535. background-color:;
  536. font-family:'helvetica';
  537. letter-spacing:1px;
  538. font-size:8px;
  539. line-height:13px;
  540. z-index:999999999999999999999;
  541. -webkit-transition: all 0.5s ease-in-out;
  542. -moz-transition: all 0.5s ease-in-out;
  543. -o-transition: all 0.5s ease-in-out;
  544. }
  545.  
  546. #ocehans3:hover{
  547. font-family:'helvetica';
  548. height:100px;
  549. -webkit-transition: all 0.5s ease-in-out;
  550. -moz-transition: all 0.5s ease-in-out;
  551. -o-transition: all 0.5s ease-in-out;
  552. }
  553.  
  554. #ocehans4{
  555. height:14px;
  556. text-align:center;
  557. overflow:hidden;
  558. font-family:'helvetica';
  559. border-bottom:3px solid {color:border};
  560. text-transform:uppercase;
  561. background-color:;
  562. letter-spacing:1px;
  563. font-size:8px;
  564. line-height:13px;
  565. z-index:999999999999999999999;
  566. -webkit-transition: all 0.5s ease-in-out;
  567. -moz-transition: all 0.5s ease-in-out;
  568. -o-transition: all 0.5s ease-in-out;
  569. }
  570.  
  571. #ocehans4:hover{
  572. font-family:'helvetica';
  573. height:100px;
  574. -webkit-transition: all 0.5s ease-in-out;
  575. -moz-transition: all 0.5s ease-in-out;
  576. -o-transition: all 0.5s ease-in-out;
  577. }
  578.  
  579. #ocehans5{
  580. height:14px;
  581. text-align:center;
  582. overflow:hidden;
  583. border-bottom:0px solid {color:border};
  584. text-transform:uppercase;
  585. background-color:;
  586. font-family:'helvetica';
  587. letter-spacing:1px;
  588. font-size:8px;
  589. line-height:13px;
  590. z-index:999999999999999999999;
  591. -webkit-transition: all 0.5s ease-in-out;
  592. -moz-transition: all 0.5s ease-in-out;
  593. -o-transition: all 0.5s ease-in-out;
  594. }
  595.  
  596. #ocehans5:hover{
  597. font-family:'helvetica';
  598. height:100px;
  599. -webkit-transition: all 0.5s ease-in-out;
  600. -moz-transition: all 0.5s ease-in-out;
  601. -o-transition: all 0.5s ease-in-out;
  602. }
  603.  
  604. #ocehans{
  605. text-align:left;
  606. font-size:8px;
  607. text-transform:uppercase;
  608. opacity: .8;
  609. position:fixed;
  610. font-family:'helvetica';
  611. right:90px;
  612. background-color:transparent;
  613. letter-spacing:1px;
  614. width:130px;
  615. z-index:9999;
  616. padding:4px;
  617. top:125px;}
  618.  
  619.  
  620.  
  621. </style>
  622.  
  623. </head>
  624.  
  625. <body onkeydown="return false">
  626.  
  627. <div id="line"></div>
  628.  
  629. <div id="grandiosetitle">{title}</div>
  630.  
  631. <div id="littlebox">
  632.  
  633. {description} <br><br>
  634.  
  635.  
  636. <!---- Links --->
  637. <center>
  638. <u><a href="/">home</a></u> &nbsp;&nbsp;
  639. <u><a href="/ask">message</a></u> &nbsp;&nbsp;
  640. <u><a href="{text:Link 1}">{text:Link 1 Title}</a></u> &nbsp;&nbsp;
  641. <u><a href="{text:Link 2}">{text:Link 2 Title}</a></u> &nbsp;&nbsp;
  642. <u><a href="{text:Link 3}">{text:Link 3 Title}</a></u> &nbsp;&nbsp;
  643. <u><a href="{text:Link 4}">{text:Link 4 Title}</a></u> &nbsp;&nbsp;
  644. <u><a href="{text:Link 5}">{text:Link 5 Title}</a></u> &nbsp;&nbsp;
  645. </center>
  646.  
  647. </div>
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654. <div id="sidelinks">
  655.  
  656.  
  657.  
  658. </div>
  659. <div id="squirrelpup">Aa</div>
  660.  
  661. <div id="navlinks">
  662. </div>
  663.  
  664. <div id="ryan"></div>
  665.  
  666.  
  667. <!-- The Custom Tab -->
  668.  
  669. <div id="ocehans">
  670. <center>
  671.  
  672.  
  673. <div id="ocehans1">
  674. <div style="font-size:10px;">TEXT</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: helvetica; font-size:10px; line-height:10px; text-align:center;">
  675. <br>
  676. TEXT GOES HERE<br>
  677. TEXT GOES HERE<br>
  678. TEXT GOES HERE<br>
  679. <p></p>
  680. </div>
  681. </div>
  682.  
  683. <div id="ocehans2">
  684. <div style="font-size:10px;">TEXT</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: helvetica; font-size:10px; line-height:10px; text-align:center;">
  685. <br>
  686. TEXT GOES HERE<br>
  687. TEXT GOES HERE<br>
  688. TEXT GOES HERE<br>
  689. <p></p>
  690. </div></div>
  691.  
  692. <div id="ocehans3">
  693. <div style="font-size:10px;">TEXT</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: helvetica; font-size:10px; line-height:10px; text-align:center; ">
  694. <br>
  695. TEXT GOES HERE<br>
  696. TEXT GOES HERE<br>
  697. TEXT GOES HERE<br>
  698. <p></p>
  699. </div>
  700. </div>
  701.  
  702. <div id="ocehans4">
  703. <div style="font-size:10px;">TEXT</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: helvetica; font-size:10px; line-height:10px; text-align:center;">
  704. <br>
  705. TEXT GOES HERE<br>
  706. TEXT GOES HERE<br>
  707. TEXT GOES HERE<br>
  708. <p></p>
  709. </div></div>
  710.  
  711. <div id="ocehans5">
  712. <div style="font-size:10px;">TEXT</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: helvetica; font-size:10px; line-height:10px; text-align:center;">
  713. <br>
  714. TEXT GOES HERE<br>
  715. TEXT GOES HERE<br>
  716. TEXT GOES HERE<br>
  717. <p></p>
  718. </div></div>
  719. </div></div></div></div>
  720.  
  721. </div>
  722. </div></div>
  723.  
  724.  
  725. <div id="posts">
  726.  
  727. {block:Posts}
  728.  
  729.  
  730. {block:Text}
  731. <div class="post">
  732. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  733.  
  734. <div class="permalink">
  735. {block:Date} {DayOfMonth} {Month} {/block:Date} &nbsp;
  736. <a href="{Permalink}">{NoteCount} NOTES</a> &nbsp;
  737. <a href="{REBLOGURL}" target="_blank"></a>REBLOG</a></div>
  738.  
  739. </div>{/block:Text}
  740.  
  741.  
  742. {block:Photo}
  743. <div class="post">
  744. <div class="image">
  745. {block:IndexPage}
  746. <a href="{permalink}"><img src="{PhotoURL-500}" width="230" alt="{PhotoAlt}"></a>
  747.  
  748. <div class="permalink">
  749. {block:Date} {DayOfMonth} {Month} {/block:Date} &nbsp;
  750. <a href="{Permalink}">{NoteCount} NOTES</a> &nbsp;
  751. <a href="{REBLOGURL}" target="_blank"></a>REBLOG</a></div>
  752.  
  753. {/block:IndexPage}
  754. {block:PermalinkPage}<img src="{PhotoURL-500}"/>{/block:PermalinkPage}
  755. </div></div>
  756. {/block:Photo}
  757.  
  758.  
  759. {block:Photoset}
  760. <div class="post">
  761. <div class="photoset">{Photoset-250}</div>
  762. <div class="permalink">
  763. {block:Date} {DayOfMonth} {Month} {/block:Date} &nbsp;
  764. <a href="{Permalink}">{NoteCount} NOTES</a> &nbsp;
  765. <a href="{REBLOGURL}" target="_blank"></a>REBLOG</a></div></div>
  766. {/block:Photoset}
  767.  
  768.  
  769. {block:Quote}
  770. <div class="post">
  771. <div class="quote">'<i>{Quote}</i>'</div>
  772. <div class="quotesource">— {Source}</div>
  773. <div class="permalink">
  774. {block:Date} {DayOfMonth} {Month} {/block:Date} &nbsp;
  775. <a href="{Permalink}">{NoteCount} NOTES</a> &nbsp;
  776. <a href="{REBLOGURL}" target="_blank"></a>REBLOG</a></div></div>
  777. {/block:Quote}
  778.  
  779.  
  780. {block:Link}
  781. <div class="post">
  782. <div class="headings"><a href="{URL}">{Name}</a></div>
  783. {block:Description}{Description}{/block:Description}
  784. <div class="permalink">
  785. {block:Date} {DayOfMonth} {Month} {/block:Date} &nbsp;
  786. <a href="{Permalink}">{NoteCount} NOTES</a> &nbsp;
  787. <a href="{REBLOGURL}" target="_blank"></a>REBLOG</a></div></div>
  788. {/block:Link}
  789.  
  790.  
  791. {block:Chat}
  792. <div class="post">
  793. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  794. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  795. {/block:Label}{/block:Lines}</div>
  796. <div class="permalink">
  797. {block:Date} {DayOfMonth} {Month} {/block:Date} &nbsp;
  798. <a href="{Permalink}">{NoteCount} NOTES</a> &nbsp;
  799. <a href="{REBLOGURL}" target="_blank"></a>REBLOG</a></div></div>
  800. {/block:Chat}
  801.  
  802. {block:Video}
  803. {block:IndexPage}
  804. <div class="post">{Video-250}
  805. <div class="permalink">
  806. {block:Date} {DayOfMonth} {Month} {/block:Date} &nbsp;
  807. <a href="{Permalink}">{NoteCount} NOTES</a> &nbsp;
  808. <a href="{REBLOGURL}" target="_blank"></a>REBLOG</a></div></div>
  809. {/block:IndexPage}
  810. {block:PermalinkPage}
  811. {Video-500}
  812. {/block:PermalinkPage}
  813. {block:Video}
  814.  
  815. {block:Audio}
  816. <div class="post">
  817. <div id="audioplayer">{AudioPlayerBlack}</div>
  818. {block:Caption}{Caption}{/block:Caption}
  819. <div class="permalink">
  820. {block:Date} {DayOfMonth} {Month} {/block:Date} &nbsp;
  821. <a href="{Permalink}">{NoteCount} NOTES</a> &nbsp;
  822. <a href="{REBLOGURL}" target="_blank"></a>REBLOG</a></div></div> {/block:Audio}
  823.  
  824.  
  825. {block:Answer}
  826. <div class="post">
  827. {Question}<br>- {Asker} <br><i> {Answer} </i>
  828. <div class="permalink">
  829. {block:Date} {DayOfMonth} {Month} {/block:Date} &nbsp;
  830. <a href="{Permalink}">{NoteCount} NOTES</a> &nbsp;
  831. <a href="{REBLOGURL}" target="_blank"></a>REBLOG</a></div></div>
  832. {/block:Answer}
  833.  
  834.  
  835. {block:PermalinkPage}
  836. <div class="notes" style="text-align:center;">
  837.  
  838.  
  839. {PostNotes}<div>
  840. {/block:PermalinkPage}
  841.  
  842.  
  843.  
  844. {/block:posts}
  845.  
  846.  
  847. </div></div></div></div>
  848.  
  849. <!-- credits pls dont remove -->
  850.  
  851. <div id="credito">
  852.  
  853. <a href="/stahrfruitsthemes"><big>☂</big></a>
  854.  
  855. </div>
  856.  
  857. <div id="fleurs">
  858.  
  859. <img src="http://thumbs.dreamstime.com/z/floral-composition-ink-drawing-herbs-flowers-stones-doodle-wild-plants-monochrome-black-line-drawing-card-hand-56350527.jpg" width="300" style="bottom:100px; left:100px;">
  860.  
  861. </div>
  862.  
  863. <!-- Romanticize theme by avocuado -->
  864.  
  865. </body>
  866.  
  867. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement