Advertisement
sashaann88

enchanted; smaller header.

Jul 17th, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.21 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  7. <meta name="description" content="" />
  8. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  9.  
  10. <script type="text/javascript" src="http://static.tumblr.com/iuggpng/bGqm4yfv9/jquery-1.7.2.js"></script>
  11.  
  12. <!---------------------------------------------------
  13. META TAGS
  14. ---------------------------------------------------->
  15.  
  16. <meta name="color:Background" content="#eeeeee"/>
  17. <meta name="color:Font" content="#000000"/>
  18. <meta name="color:Link" content="#545454"/>
  19. <meta name="color:LinkHover" content="#6c6c6c"/>
  20. <meta name="color:SideBack" content="#ffffff"/>
  21. <meta name="color:SideHeader" content="#000000"/>
  22. <meta name="color:SideLinks" content="636363"/>
  23. <meta name="color:SideBorder" content="#dbdbdb"/>
  24. <meta name="color:PostTitle" content="#000000"/>
  25. <meta name="color:HeaderText" content=“#939393"/>
  26. <meta name="color:HeaderLinks" content="#e1e1e1"/>
  27. <meta name="color:HeaderLinksHover" content="#e1e1e1"/>
  28. <meta name="color:HeaderLinksBack" content="#272727"/>
  29. <meta name="color:HeaderBack" content="#ffffff"/>
  30. <meta name="color:ScrollbarBack" content="#ffffff"/>
  31. <meta name="color:Scrollbar" content="#e1e1e1"/>
  32. <meta name="color:PostBottom" content="#ffffff"/>
  33. <meta name="color:PostBorder" content="#dbdbdb"/>
  34. <meta name="color:PostBack" content="#ffffff"/>
  35. <meta name="color:QuestionsBack" content="#f5f5f5"/>
  36. <meta name="color:NotesLink" content="#4a4a4a"/>
  37.  
  38. <meta name="image:Background" content=""/>
  39. <meta name="image:Sidebar" content=""/>
  40.  
  41. <!---------------------------------------------------
  42. LINKS
  43. ---------------------------------------------------->
  44. <meta name="text:Link1 Url" content="http://"/>
  45. <meta name="text:Link1 Name" content=""/>
  46. <meta name="text:Link2 Url" content="http://"/>
  47. <meta name="text:Link2 Name" content=""/>
  48. <meta name="text:Link3 Url" content="http://"/>
  49. <meta name="text:Link3 Name" content=""/>
  50. <meta name="text:Link4 Url" content="http://"/>
  51. <meta name="text:Link4 Name" content=""/>
  52. <meta name="text:Link5 Url" content="http://"/>
  53. <meta name="text:Link5 Name" content=""/>
  54. <meta name="text:Link6 Url" content="http://"/>
  55. <meta name="text:Link6 Name" content=""/>
  56. <meta name="text:Link7 Url" content="http://"/>
  57. <meta name="text:Link7 Name" content=""/>
  58.  
  59. <!---------------------------------------------------
  60. FONTS
  61. ---------------------------------------------------->
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic' rel='stylesheet' type='text/css'>
  64.  
  65. <link href='http://fonts.googleapis.com/css?family=Sail' rel='stylesheet' type='text/css'>
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Asul' rel='stylesheet' type='text/css'>
  68.  
  69. <!---------------------------------------------------
  70. GOOGLE ANALYTICS
  71. ---------------------------------------------------->
  72.  
  73. <script>
  74. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  75. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  76. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  77. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  78.  
  79. ga('create', 'UA-35521518-1', 'tumblr.com');
  80. ga('send', 'pageview');
  81.  
  82. </script>
  83.  
  84. <!---------------------------------------------------
  85. POP UP MENU
  86. ---------------------------------------------------->
  87.  
  88. <script type="text/javascript"
  89. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  90. <script>
  91. $(document).ready(function() {
  92. //
  93. $('a.poplight[href^=#]').click(function() {
  94. var popID = $(this).attr('rel'); //Get Popup Name
  95. var popURL = $(this).attr('href'); //Get Popup href to define size
  96. var query= popURL.split('?');
  97. var dim= query[1].split('&');
  98. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  99. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://i15.photobucket.com/albums/a356/lime_green_luv/tumblr/once%20upon%20a%20time/tags/popupclose2.png" class="btn_close" title="Close" alt="Close" /></a>');
  100. var popMargTop = ($('#' + popID).height() + 80) / 2;
  101. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  102. //Apply Margin to Popup
  103. $('#' + popID).css({
  104. 'margin-top' : -popMargTop,
  105. 'margin-left' : -popMargLeft
  106. });
  107. $('body').append('<div id="fade"></div>');
  108. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  109. return false;
  110. });
  111. $('a.close, #fade').live('click', function() {
  112. $('#fade , .popup_block').fadeOut(function() {
  113. $('#fade, a.close').remove(); //fade them both out
  114. });
  115. return false;
  116. });
  117. });
  118. </script>
  119.  
  120.  
  121. <!---------------------------------------------------
  122. CSS STYLE
  123. ---------------------------------------------------->
  124.  
  125. <style type="text/css">
  126.  
  127. /* --------------------------------------
  128. MAIN
  129. -------------------------------------- */
  130.  
  131. body {
  132. font-size: 9px;
  133. font-family: Libre Baskerville;
  134. color: {color:font};
  135. background:{color:background} url("{image:Background}") repeat;
  136. background-attachment:fixed;
  137. margin:-1px;}
  138.  
  139. a:link {
  140. color: {color:Link};
  141. text-decoration: none;
  142. -moz-transition-duration: 0.5s;
  143. -o-transition-duration: 0.5s;
  144. -webkit-transition-duration: 0.5s;
  145. transition-duration: 0.5s;}
  146.  
  147. a:hover {
  148. color: {color:LinkHover};
  149. -moz-transition-duration: 0.5s;
  150. -o-transition-duration: 0.5s;
  151. -webkit-transition-duration: 0.5s;
  152. transition-duration: 0.5s;}
  153.  
  154. a:visited {color: {color:Link};}
  155.  
  156. .container {
  157. width: 800px;
  158. margin: auto;}
  159.  
  160. /* --------------------------------------
  161. HEADER
  162. -------------------------------------- */
  163.  
  164. #headerfix {
  165. width:100%;
  166. height:100px;
  167. background-color:{color:HeaderBack};
  168. position:fixed;
  169. top:0;
  170. z-index:1;}
  171.  
  172. .header {
  173. display: block;
  174. margin-left: auto;
  175. margin-right: auto;}
  176.  
  177.  
  178. .header img {
  179. display: block;
  180. margin-left: auto;
  181. margin-right: auto;}
  182.  
  183. .headerlinks {
  184. background-color: {color:HeaderLinksBack};
  185. padding: 5px 0px;
  186. text-align: center;
  187. position: fixed;
  188. top:100px;
  189. width: 100%;
  190. color: {color:HeaderText};
  191. z-index:1;
  192. font-family: Asul;
  193. font-size: 9px;}
  194.  
  195. .headerlinks a {
  196. color: {color:HeaderLinks};
  197. letter-spacing:2px;
  198. margin: 0px 10px;
  199. -moz-transition-duration: 0.5s;
  200. -o-transition-duration: 0.5s;
  201. -webkit-transition-duration: 0.5s;
  202. transition-duration: 0.5s;}
  203.  
  204. .headerlinks a:hover {
  205. color: {color:HeaderLinksHover};
  206. -moz-transition-duration: 0.5s;
  207. -o-transition-duration: 0.5s;
  208. -webkit-transition-duration: 0.5s;
  209. transition-duration: 0.5s;}
  210.  
  211. /* --------------------------------------
  212. SIDEBAR BOX
  213. -------------------------------------- */
  214. #sidebar {
  215. position: fixed;
  216. margin-top:0px;}
  217.  
  218. .sidetext {
  219. padding-top:5px;}
  220.  
  221. .sidetext a {
  222. color: {color:SideLinks};
  223. -moz-transition-duration: 0.5s;
  224. -o-transition-duration: 0.5s;
  225. -webkit-transition-duration: 0.5s;
  226. transition-duration: 0.5s;}
  227.  
  228. .sidetext a:hover {
  229. color: {color:SideBorder};
  230. -moz-transition-duration: 0.5s;
  231. -o-transition-duration: 0.5s;
  232. -webkit-transition-duration: 0.5s;
  233. transition-duration: 0.5s;}
  234.  
  235. .sideheader {
  236. font-size: 25px;
  237. font-family: Sail;
  238. color: {color:SideHeader};
  239. border-bottom-style:solid;
  240. border-color:{color:SideBorder};
  241. border-width:1px;}
  242.  
  243. .sideback {
  244. position:relative;
  245. background-color: {color:SideBack};
  246. padding: 10px;
  247. width: 200px; }
  248.  
  249. .sideback a{
  250. color: {color:SideLinks};}
  251.  
  252. .welcome {
  253. background-color: {color:SideBack};
  254. padding: 10px;
  255. width: 200px; }
  256.  
  257. .update {
  258. background-color: {color:SideBack};
  259. padding: 10px;
  260. width: 200px; }
  261.  
  262. /* --------------------------------------
  263. POST INFO
  264. -------------------------------------- */
  265.  
  266. .postcol {
  267. width: 540px;
  268. margin-left: 240px;
  269. margin-top: 150px;}
  270.  
  271. .posts {
  272. margin-bottom: 20px;
  273. background-color: {color:PostBack};
  274. padding: 20px;}
  275.  
  276. .posts h2 {
  277. font-size: 22px;
  278. font-family: Sail;
  279. color: {color:PostTitle};
  280. text-transform:lowercase;
  281. margin: 0px;
  282. text-rendering: optimizeLegibility !important;
  283. -webkit-font-smoothing: antialiased !important;}
  284.  
  285. .posts li {
  286. list-style: disc;}
  287.  
  288. .posts ol {
  289. list-style: decimal;}
  290.  
  291. .posts blockquote {
  292. border-left: 2px solid {color:PostBorder};
  293. padding-left: 5px;}
  294.  
  295. .posts img, .posts li, .posts blockquote {
  296. max-width: 100%;}
  297.  
  298. .posts h2 a {
  299. color: {color:PostTitle};}
  300.  
  301. #info {
  302. text-align:left;
  303. margin-top:-20px;
  304. margin-bottom:20px;
  305. font-size:7px;
  306. border-top: 1px;
  307. border-top-style:solid;
  308. border-top-color:{color:PostBorder};
  309. padding:5px;
  310. padding-left:20px;
  311. background-color:{color:PostBottom};
  312.  
  313. }
  314.  
  315. #info a {
  316. text-align:center;
  317. letter-spacing:1px;
  318. text-transform:uppercase;
  319. color: {color:Link};}
  320.  
  321. #info a:hover {
  322. color:transparent;
  323. color: {color:LinkHover};}
  324.  
  325. .reblogs {
  326. text-align:right;}
  327.  
  328. .notes {
  329. text-align:left;
  330. padding: 0px;
  331. margin: 25px 0px;
  332. list-style-type: none;
  333. border-bottom: solid 1px {color:LinkHover};
  334. font-size: 9px;
  335. font-family: Libre Baskerville;
  336. color: {color:font};}
  337.  
  338. .notes a {
  339. color: {color:NotesLink};}
  340.  
  341. ol.notes {
  342. padding: 0px;
  343. margin: 25px 0px;
  344. list-style-type: decimal;
  345. border-bottom: solid 1px {color:LinkHover};
  346. font-size: 9px;
  347. font-family: Libre Baskerville;
  348. color: {color:font};}
  349.  
  350. ol.notes li.note {
  351. padding: 10px;}
  352.  
  353. ol.notes li.note span.action {
  354. }
  355.  
  356. ol.notes li.note img.avatar {
  357. vertical-align: -4px;
  358. margin-right: 10px;
  359. width: 0px;
  360. height: 0px;}
  361.  
  362. ol.notes li.note .answer_content {
  363. font-weight: normal;
  364. font-size: 9px;
  365. font-family: Libre Baskerville;
  366. color: {color:font};}
  367.  
  368. ol.notes li.note blockquote {
  369. border-left: 2px solid {color:LinkHover};
  370. padding: 4px 10px;
  371. margin: 10px 0px 0px 25px;
  372. text-align:left;
  373. padding: 0px;
  374. font-size: 9px;
  375. font-family: Libre Baskerville;
  376. color: {color:font};}
  377.  
  378. ol.notes li.note blockquote a {
  379. text-decoration: none;}
  380.  
  381. /* --------------------------------------
  382. QUESTIONS
  383. -------------------------------------- */
  384. .question {
  385. position:relative;
  386. }
  387.  
  388. .asker {
  389. font-size: 17px;
  390. font-family: Sail;
  391. text-align:left;
  392. text-transform:lowercase;}
  393.  
  394. .asker a {
  395. color: {color:Link};}
  396.  
  397. .questions {
  398. position:relative;
  399. padding:10px;
  400. left:15px;
  401. background:{color:QuestionsBack};
  402. text-shadow: 1px 1px 1px #;
  403. text-align:left;
  404. width: 470px;
  405. background:-moz-linear-gradient(top, #fff3f1, #8a8a8a);
  406. background:linear-gradient(top, #fff3f1, #8a8a8a);}
  407.  
  408. .questions:after {
  409. content:"\00a0";
  410. display:block; /* reduce the damage in FF3.0 */
  411. position:absolute;
  412. left:-17px;
  413. top:5px;
  414. width:0;
  415. height:0;
  416. border-width:15px 15px 0px;
  417. border-style:solid;
  418. border-color:{color:QuestionsBack} transparent;}
  419.  
  420. .answer {
  421. padding-top:0px;
  422. padding-bottom:0px;
  423. padding-right:0px;
  424. padding-left:25px;}
  425.  
  426.  
  427. /* --------------------------------------
  428. AUDIO
  429. -------------------------------------- */
  430.  
  431. .audioplayer {
  432. position: absolute;
  433. opacity: 0.7;
  434. margin: 20px;}
  435.  
  436. .audio {
  437. width: 10px;
  438. padding: 5px 20px 5px 5px;
  439. background-color: #fefefe;
  440. overflow: hidden;}
  441.  
  442. #audiocap {
  443. min-height: 100px;}
  444.  
  445. #audioinfo {
  446. height: auto;
  447. padding: 4px 5px;
  448. display: block;
  449. overflow: hidden;
  450. font-size: 9px;
  451. text-align: left;
  452. margin-bottom: 3px;}
  453.  
  454. #audioinfo b {
  455. color: {color:Link};}
  456.  
  457. #audioimg img {
  458. width: 75px;
  459. margin-right: 2px;}
  460.  
  461. /* --------------------------------------
  462. SCROLLBAR
  463. -------------------------------------- */
  464.  
  465. ::-webkit-scrollbar {
  466. width: 6px;
  467. height: 4px;
  468. background: {color:ScrollbarBack}; }
  469.  
  470. ::-webkit-scrollbar-thumb {
  471. background-color: {color:Scrollbar}; -webkit-border-radius: 1ex; }
  472.  
  473. ::-webkit-scrollbar {
  474. width: 6px;
  475. height: 3px;
  476. background: {color:ScrollbarBack};}
  477.  
  478. ::-webkit-scrollbar-thumb {
  479. background-color:{color:Scrollbar};}
  480.  
  481. #fade { /*--Transparent background layer--*/
  482. display: none; /*--hidden by default--*/
  483. background: #000;
  484. position: fixed; left: 0; top: 0;
  485. width: 100%; height: 100%;
  486. opacity: .80;
  487. z-index: 9999;}
  488.  
  489. .popup_block{
  490. display: none; /*--hidden by default--*/
  491. background: {color:QuestionsBack};
  492. padding: 20px;
  493. border: 2px solid {color:PostBorder};
  494. float: left;
  495. font-size: 1.2em;
  496. position: fixed;
  497. top: 50%; left: 50%;
  498. z-index: 99999;
  499. /*--CSS3 Box Shadows--*/
  500. -webkit-box-shadow: 0px 0px 20px #000;
  501. -moz-box-shadow: 0px 0px 20px #000;
  502. box-shadow: 0px 0px 20px #000;}
  503.  
  504. .popup_block h2 {
  505. font-size: 22px;
  506. font-family: Sail;
  507. color: {color:PostTitle};
  508. text-transform:lowercase;
  509. margin: 0px;
  510. text-rendering: optimizeLegibility !important;
  511. -webkit-font-smoothing: antialiased !important;}
  512.  
  513. .popup_block a {
  514. font-size: 9px;
  515. font-family: Libre Baskerville;
  516. color: {color:Link};
  517. text-decoration: none;
  518. -moz-transition-duration: 0.5s;
  519. -o-transition-duration: 0.5s;
  520. -webkit-transition-duration: 0.5s;
  521. transition-duration: 0.5s;}
  522.  
  523. .popup_block a:hover {
  524. color: {color:LinkHover};
  525. -moz-transition-duration: 0.5s;
  526. -o-transition-duration: 0.5s;
  527. -webkit-transition-duration: 0.5s;
  528. transition-duration: 0.5s;}
  529.  
  530. img.btn_close {
  531. float: right;
  532. margin: -5px -5px 0 0;
  533. }
  534. /*--Making IE6 Understand Fixed Positioning--*/
  535. *html #fade {
  536. position: absolute;
  537. }
  538. *html .popup_block {
  539. position: absolute;
  540. }
  541.  
  542. /* --------------------------------------
  543. END OF CSS STYLE
  544. -------------------------------------- */
  545.  
  546. </style>
  547. </head>
  548.  
  549. <body>
  550.  
  551. <div id="headerfix"><div class="header"><a href="/"><img src="{image:Sidebar}" />
  552. </a></div></div></div>
  553. <div class="headerlinks">
  554. {block:PreviousPage}<a href="{PreviousPage}">← back</a> |{/block:PreviousPage}{/block:IfNotInfiniteScrolling}<a href="/">home</a> |
  555. <a href="/ask">ask</a> |
  556.  
  557. {block:IfLink1Name}<a href="{text:Link1 Url}">{text:Link1 Name}</a> |{/block:IfLink1Name}
  558. {block:IfLink2Name}<a href="{text:Link2 Url}">{text:Link2 Name}</a> |{/block:IfLink2Name}
  559. {block:IfLink3Name}<a href="{text:Link3 Url}">{text:Link3 Name}</a> |{/block:IfLink3Name}
  560. {block:IfLink4Name}<a href="{text:Link4 Url}">{text:Link4 Name}</a> |{/block:IfLink4Name}
  561. {block:IfLink5Name}<a href="{text:Link5 Url}">{text:Link5 Name}</a> |{/block:IfLink5Name}
  562. {block:IfLink6Name}<a href="{text:Link6 Url}">{text:Link6 Name}</a> |{/block:IfLink6Name}
  563. {block:IfLink7Name}<a href="{text:Link7 Url}">{text:Link7 Name}</a> |{/block:IfLink7Name}
  564. <a href="http://mshiddles.tumblr.com/tagged/my-theme">theme</a>
  565. {block:NextPage}| <a href="{NextPage}">next →</a>{/block:NextPage}
  566. </div>
  567.  
  568.  
  569. <div class="container">
  570.  
  571. <div id="sidebar">
  572. <div class="welcome">
  573. <div class="sideheader">welcome</div>
  574. <div class="sidetext">{description}</div></div>
  575. <br>
  576. <div class="update">
  577. <div class="sideheader">header 2</div>
  578. <div class="sidetext"><b>Date:</b> You can put whatever you would like to here.</div>
  579. </div></div>
  580.  
  581. <div class="postcol">
  582. {block:Posts}
  583. <div class="posts">
  584.  
  585. <!---------------------------------------------------
  586. TEXT POSTS
  587. ---------------------------------------------------->
  588. {block:Text}
  589. {block:Title}<h2>{Title}</h2>{/block:Title}
  590. {Body}
  591. {/block:Text}
  592.  
  593. <!---------------------------------------------------
  594. ANSWER POSTS
  595. ---------------------------------------------------->
  596. {block:Answer}
  597. <div class="question">
  598. <div class="asker"><img src="{AskerPortraitURL-16}" alt=""> {Asker} asked:</div>
  599. <div class="questions">“{Question}”</div>
  600. </div>
  601. <div class="answer">{Answer}</div>
  602. {/block:Answer}
  603.  
  604. <!---------------------------------------------------
  605. QUOTE POSTS
  606. ---------------------------------------------------->
  607. {block:Quote}
  608. <div class="quote">
  609. <div class="quotetext_{Length}"><font size="4">❝ <i>{Quote}</i> ❞</font></div>
  610. {block:Source}<div class="source" align="right">- {Source}</div>{/block:Source}
  611. </div>
  612. {/block:Quote}
  613.  
  614. <!---------------------------------------------------
  615. LINK POSTS
  616. ---------------------------------------------------->
  617. {block:Link}
  618. <h2><a href="{URL}">{Name}</a></h2>
  619. {block:Description}{Description}{/block:Description}
  620. {/block:Link}
  621.  
  622. <!---------------------------------------------------
  623. CHAT POSTS
  624. ---------------------------------------------------->
  625. {block:Chat}
  626. {block:Title}<h2>{Title}</h2>{/block:Title}
  627. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  628. {Line}</li>{/block:Lines}</ul>
  629. {/block:Chat}
  630.  
  631. <!---------------------------------------------------
  632. PHOTO POSTS
  633. ---------------------------------------------------->
  634. {block:Photo}
  635. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  636.  
  637. {block:Caption}{Caption}{/block:Caption}
  638. {/block:Photo}
  639.  
  640. <!---------------------------------------------------
  641. PHOTOSET POSTS
  642. ---------------------------------------------------->
  643. {block:Photoset}
  644. {Photoset-500}
  645. {block:Caption}{Caption}{/block:Caption}
  646. {/block:Photoset}
  647.  
  648. <!---------------------------------------------------
  649. AUDIO POSTS
  650. ---------------------------------------------------->
  651. {block:Audio}
  652. {block:AlbumArt}<div id="audioimg"><img src="{AlbumArtURL}" align="left"></div>{/block:AlbumArt}
  653. <div class="audioplayer"><div class="audio">{AudioPlayerWhite}</div></div>
  654. <div id="audiocap">
  655. <div id="audioinfo">{block:Caption}{Caption} {/block:Caption}</div>
  656. </div>
  657. {/block:Audio}
  658.  
  659. <!---------------------------------------------------
  660. VIDEO POSTS
  661. ---------------------------------------------------->
  662. {block:Video}
  663. {Video-500}
  664. {block:Caption}{Caption}{/block:Caption}
  665. {/block:Video}
  666. </div>
  667.  
  668.  
  669. <!---------------------------------------------------
  670. INFO POSTS
  671. ---------------------------------------------------->
  672. <div id="info">
  673. <a href="{Permalink}">{TimeAgo}</a>&nbsp;|&nbsp;{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}|&nbsp;<a href="{SourceURL}">© <a href="{SourceURL}"></a>&nbsp;|{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}&nbsp;<font color="red">❤</font>&nbsp;<a href="{Permalink}">{NoteCount}<a href="{ReblogURL}" target="_blank class"="details" style="float: right">[ Reblog ]</a></a>
  674.  
  675. {block:HasTags}<div id="tags">TAGS:&nbsp;{block:Tags}&nbsp;&nbsp;<a href="{TagURL}">{Tag}</a>;&nbsp;{/block:Tags}</div>{/block:HasTags}</div>{/block:Posts}
  676. {block:PostNotes}<div id="notes"><left>{PostNotes}</left></div>{/block:PostNotes}
  677.  
  678. </div>
  679.  
  680. {/block:Posts}
  681.  
  682. <!---------------------------------------------------
  683. POST INFO
  684. ---------------------------------------------------->
  685.  
  686. </div>
  687.  
  688. </div></div>
  689. </body>
  690. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement