Advertisement
rasperries

500 px ivcors/mcpoyles

Dec 12th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.19 KB | None | 0 0
  1. <!---
  2.  
  3. theme by mcpoyles
  4.  
  5. --->
  6.  
  7. <html>
  8. <head>
  9.  
  10. <!-- DEFAULT VARIABLES -->
  11. <meta name="font:body" content="helvetica" />
  12. <meta name="font:title" content="helvetica" />
  13. <meta name="font:sidelinks" content="helvetica" />
  14.  
  15. <meta name="color:background" content="#ffffff" />
  16. <meta name="color:body" content="#747474" />
  17. <meta name="color:links" content="#A8A8A8" />
  18. <meta name="color:hover" content="#757575" />
  19. <meta name="color:entry" content="#ffffff" />
  20. <meta name="color:side" content="#ffffff" />
  21. <meta name="color:date" content="#0000000" />
  22. <meta name="color:tags" content="#f8f8f8" />
  23. <meta name="color:bottom" content="#ffffff" />
  24. <meta name="color:sidelinks" content="#ffffff" />
  25. <meta name="color:sidelinks hover" content="#cccccc" />
  26. <meta name="color:navigation" content="#666666" />
  27.  
  28. <meta name="image:sidebar" content=""/>
  29.  
  30. <meta name="text:Link1" content=""/>
  31. <meta name="text:Link1 URL" content=""/>
  32. <meta name="text:Link2" content=""/>
  33. <meta name="text:Link2 URL" content=""/>
  34. <meta name="text:Link3" content=""/>
  35. <meta name="text:Link3 URL" content=""/>
  36. <meta name="text:Link4" content=""/>
  37. <meta name="text:Link4 URL" content=""/>
  38.  
  39. <!--pop up-->
  40. <script type="text/javascript"
  41. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  42. <script>
  43. $(document).ready(function() {
  44. //
  45. $('a.poplight[href^=#]').click(function() {
  46. var popID = $(this).attr('rel'); //Get Popup Name
  47. var popURL = $(this).attr('href'); //Get Popup href to define size
  48. var query= popURL.split('?');
  49. var dim= query[1].split('&');
  50. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  51. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  52. var popMargTop = ($('#' + popID).height()) / 2;
  53. var popMargLeft = ($('#' + popID).width()) / 2;
  54. //Apply Margin to Popup
  55. $('#' + popID).css({
  56. 'margin-top' : -popMargTop,
  57. 'margin-left' : -popMargLeft
  58. });
  59. $('body').append('<div id="fade"></div>');
  60. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  61. return false;
  62. });
  63. $('a.close, #fade').live('click', function() {
  64. $('#fade , .popup_block').fadeOut(function() {
  65. $('#fade, a.close').remove(); //fade them both out
  66. });
  67. return false;
  68. });
  69. });
  70. </script>
  71.  
  72.  
  73. <title>{Title}</title>
  74. <link rel="shortcut icon" href="{Favicon}">
  75. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  76. {block:Description}
  77. <meta name="description" content="{MetaDescription}" />
  78. {/block:Description}
  79. </head>
  80.  
  81. <style type="text/css">
  82. body {
  83. text-align:justify;
  84. color:{color:body};
  85. background-color:{color:background};
  86. font-family:helvetica;
  87. font-size:9px; }
  88.  
  89. b, em, bold, .question a {
  90. font-family:georgia;
  91. font-weight:normal;
  92. text-transform:lowercase;
  93. color:#666666;}
  94.  
  95. a {
  96. text-decoration: none;
  97. color:{color:links};
  98. text-decoration:none;
  99. -moz-transition:0.3s ease-in;
  100. -webkit-transition: 0.3s ease-in;
  101. -o-transition:0.3s ease-in;
  102. transition:0.3s ease-in; }
  103.  
  104. a:hover {
  105. color: {color:hover};
  106. text-decoration:none;}
  107.  
  108. #wrap {
  109. min-height: 100%; }
  110.  
  111. blockquote{
  112. margin-left:0px;
  113. border-left:1px solid #f2f2f2;
  114. padding-left:10px;
  115. width:100%;
  116. }
  117.  
  118. /*header*/
  119.  
  120. #essentiel {padding:90px;width:400px; margin:auto;}
  121.  
  122. #topbar {width:500px;margin-top:-25px;border-bottom:0px solid #fff;z-index:1;margin-left:-110px; margin-bottom:100px;}
  123.  
  124. #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;}
  125.  
  126. #title a{color:;opacity:1;padding:6px 20px 6px 20px;border-bottom: px solid #e2e2e2;}
  127.  
  128. #title a:hover {color:;color:#000000;background-color:#f9f9f9;border:0px double #f3f3f3;opacity:1;}
  129.  
  130. .top {
  131. font-size:7px;
  132. text-transform:uppercase;
  133. margin-left
  134. font-weight:normal;
  135. letter-spacing:1px;
  136. text-align:right;
  137. border-top:1px solid #ededed
  138. }
  139.  
  140.  
  141. .top a {
  142. line-height:25px;
  143. padding:0 8px;
  144. text-align:center;
  145. display:inline-block;
  146. } #standardlinks a:hover {color:#747474;}
  147.  
  148. .top a:hover{opacity:1;color:#666666;background-color:#ffffff;border-bottom:1px solid #ededed;}
  149.  
  150. #description {
  151. font-size:9px;
  152. line-height:130%;
  153. text-align:justify;
  154. padding:15px 25px;
  155. margin-top:-10px;}
  156.  
  157. #description a {
  158. text-transform:uppercase;
  159. font-size:7px;
  160. letter-spacing:1px;}
  161.  
  162. /*#description a:hover {text-decoration:underline;}*/
  163.  
  164.  
  165. #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;}
  166.  
  167. #main {
  168. padding:10px; }
  169.  
  170. #container{
  171. width:800px;
  172. left:26%;
  173. position:relative;}
  174.  
  175. .bottom{
  176. background-color:{color:bottom};
  177. padding:10px 0px 0px 0px;}
  178.  
  179. .space{
  180. margin-bottom:20px;}
  181.  
  182.  
  183.  
  184. #entry {
  185. float:right;
  186. margin-left:5px;}
  187.  
  188. .post {
  189. background-color:{color:entry};
  190. padding:10px 10px 85px 10px;
  191. width:500px;}
  192.  
  193. .label1{
  194. font-family:georgia;
  195. color:{color:date};}
  196.  
  197. .title, .title a {
  198. display:block;
  199. font-family:{font:title};
  200. color:{color:title};
  201. font-size:9px;
  202. text-align:left;
  203. text-transform:lowercase;
  204. padding:0px 3px 0px 3px;}
  205.  
  206. .title a:hover {
  207. color:{color:date}; }
  208.  
  209. .date {
  210. background-color:{color:date};
  211. padding:3px 5px 3px 5px;}
  212.  
  213. .date, .date a {
  214. display:block;
  215. font-family:georgia;
  216. text-align:center;
  217. color:#0000000;
  218. text-transform:lowercase; }
  219.  
  220. .links {
  221. color:#888888;
  222. padding:5px 5px 5px 5px;
  223. text-transform:lowercase;
  224. font-size:10px;
  225. background-color:#f8f8f8; }
  226.  
  227. .tags {
  228. color:#888888;
  229. padding:5px 5px 5px 5px;
  230. text-transform:lowercase;
  231. font-size:9px;
  232. background-color:{color:tags}; }
  233.  
  234. .chat {
  235. border-bottom:0px solid #D5D5D5;
  236. padding:2px;}
  237.  
  238. .question{
  239. background-color:transparent;
  240. padding:10px;}
  241.  
  242. #footer {
  243. position: relative;
  244. margin-top: -150px;
  245. height: 150px;
  246. clear:both;}
  247.  
  248. /*pagination*/
  249.  
  250. #pagination {
  251. font-size:7px;
  252. width:500px;
  253. font-style:normal;
  254. text-align:center;
  255. letter-spacing:2px;
  256. font-family:helvetica;
  257. margin-left:-100px;
  258.  
  259. }
  260.  
  261. #pagination a {
  262. text-align:center;
  263. display:inline-block;
  264. line-height:15px;
  265. padding:0 4px 4px 4px;
  266. text-decoration:none;}
  267. #pagination a:hover {text-decoration:underline;}
  268.  
  269. .current_page {text-align:center;
  270. margin-left:2px;
  271. font-size:9px;
  272. line-height:15px;
  273. padding:0 2px 2px 2px;
  274. text-decoration:none;}
  275. .current_page:hover {text-decoration:underline;}
  276.  
  277. .quotesource{
  278. text-align:right;
  279. margin-top:-8px;
  280. }
  281.  
  282. .quotesource span{
  283. background-color:white;
  284. padding-left:10px;
  285. }
  286.  
  287. .quoteborder{
  288. border-bottom:0px double #f2f2f2;
  289. }
  290.  
  291. ol {
  292. list-style-type: none;
  293. margin: 0 0 1.5em 2.5em; }
  294.  
  295. ol.notes li {
  296. width: 420px;
  297. padding: 5px 0;
  298. margin: 0 0 3px -28px;
  299. border-bottom: 1px solid #f5f5f5; }
  300.  
  301. ol.notes li:hover {
  302. border-bottom: 1px solid #f5f5f5; }
  303.  
  304. ol.notes li img {
  305. width:16px;
  306. padding-right: 10px;
  307. margin-bottom: -5px;
  308. opacity: 0.85;
  309. filter:alpha(opacity=85); }
  310.  
  311. ol.notes li img:hover {
  312. opacity: 1;
  313. filter:alpha(opacity=100); }
  314.  
  315. .user_1, .user_3, .user_5, .user_7,
  316. .user_7 , .user_9 .user_11 {
  317. background-color:#f2f2f2;
  318. margin-right:25px;
  319. color:{color:body};}
  320.  
  321. .user_2, .user_4, .user_6, .user_8,
  322. .user_10, .user_12 {
  323. background-color:{color:entry};
  324. color:{color:body};
  325. margin-right:25px;}
  326.  
  327. ul.chat, .chat ol, .chat li {
  328. list-style:none;
  329. margin:0px;
  330. padding:5px;}
  331.  
  332. /*audio*/
  333.  
  334. .player {
  335. width:25px;
  336. height:25px;
  337. overflow:hidden;
  338. margin-left:12px;
  339. padding:5px;
  340. position:absolute;
  341. margin-top:12px;
  342. background:white;
  343. z-index:2;}
  344.  
  345. .audioinfo {
  346. text-align:right;
  347. z-index:2;
  348. position:absolute;
  349. padding-top:12px;
  350. text-transform:uppercase;
  351. width:430px;
  352. font-size:10px;
  353. margin-left:50px;
  354. }
  355.  
  356.  
  357. .playerback {height:58px;
  358. background-color:#fafafa;
  359. }
  360.  
  361.  
  362. #fade {
  363. display: none;
  364. background: #525252;
  365. position: fixed;
  366. left: 0;
  367. top: 0;
  368. width: 100%;
  369. height: 100%;
  370. opacity: .80;
  371. z-index: 9999;
  372. }
  373.  
  374. .popup_block{
  375. display: none;
  376. background: #fff;
  377. padding: 35px;
  378. float: left;
  379. position: fixed;
  380. top: 50%;
  381. left: 50%;
  382. z-index: 99999;
  383. }
  384.  
  385. img.btn_close {
  386. float: right;
  387. margin: -55px -55px 0 0;
  388. }
  389.  
  390. *html #fade {
  391. position: absolute;
  392. }
  393.  
  394. *html .popup_block {
  395. position: absolute;
  396. }
  397.  
  398. #linkpopup {
  399. background-color: #fff;
  400. font-family:helvetica;
  401. font-size:9px;
  402. text-align:justify;
  403. }
  404.  
  405.  
  406. #aboutpopup {
  407. background-color: #fff;
  408. font-family:helvetica;
  409. font-size:9px;
  410. text-align:justify;
  411. }
  412.  
  413. #minepopup {
  414. background-color: #fff;
  415. font-family:helvetica;
  416. font-size:9px;
  417. text-align:justify;
  418. }
  419.  
  420. #askpopup {
  421. background-color: #fff;
  422. font-family:helvetica;
  423. font-size:9px;
  424. text-align:justify;
  425. width:220px;
  426. }
  427. {CustomCSS}
  428. </style>
  429.  
  430. <script>
  431.  
  432.  
  433.  
  434. $(document).ready(function() {
  435.  
  436. //
  437.  
  438.  
  439.  
  440. //When you click on a link with class of poplight and the href starts with a #
  441.  
  442. $('a.poplight[href^=#]').click(function() {
  443.  
  444. var popID = $(this).attr('rel'); //Get Popup Name
  445.  
  446. var popURL = $(this).attr('href'); //Get Popup href to define size
  447.  
  448.  
  449.  
  450. //Pull Query & Variables from href URL
  451.  
  452. var query= popURL.split('?');
  453.  
  454. var dim= query[1].split('&');
  455.  
  456. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  457.  
  458.  
  459.  
  460. //Fade in the Popup and add close button
  461.  
  462. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  463.  
  464.  
  465. //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
  466.  
  467. var popMargTop = ($('#' + popID).height() + 80) / 2;
  468.  
  469. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  470.  
  471.  
  472.  
  473. //Apply Margin to Popup
  474.  
  475. $('#' + popID).css({
  476.  
  477. 'margin-top' : -popMargTop,
  478.  
  479. 'margin-left' : -popMargLeft
  480.  
  481. });
  482.  
  483.  
  484.  
  485. //Fade in Background
  486.  
  487. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  488.  
  489. $('#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
  490.  
  491.  
  492.  
  493. return false;
  494.  
  495. });
  496.  
  497.  
  498.  
  499. //Close Popups and Fade Layer
  500.  
  501. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  502.  
  503. $('#fade , .popup_block').fadeOut(function() {
  504.  
  505. $('#fade, a.close').remove(); //fade them both out
  506.  
  507. });
  508.  
  509. return false;
  510.  
  511. });
  512.  
  513.  
  514.  
  515.  
  516.  
  517. });
  518.  
  519. </script>
  520.  
  521.  
  522. <body>
  523.  
  524.  
  525. <div id="main">
  526. <div id="container">
  527.  
  528.  
  529.  
  530. <div id="essentiel">
  531. <div style="margin-top:-15px;"></div>
  532. <div id="topbar">
  533.  
  534. <div id="description">{Description}</div>
  535.  
  536.  
  537. <div style="margin-top:1px;"></div>
  538.  
  539. <div class="top">&nbsp;
  540. <a href="/">home</a>
  541. <a href="#?w=500" rel="askpopup" class="poplight">mail</a>
  542. <a href="#?w=500" rel="aboutpopup" class="poplight">about</a>
  543. <a href="#?w=500" rel="linkpopup" class="poplight">navi</a>
  544. <script language="JavaScript">
  545. var ref = (''+document.referrer+'');
  546. var w_h = window.screen.width + " x " + window.screen.height;
  547. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID3539933&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');</script>
  548.  
  549. </div>
  550.  
  551. <div id="aboutpopup" class="popup_block">
  552. 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>.
  553. </div>
  554.  
  555. <div id="minepopup" class="popup_block">
  556. <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>
  557. <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>
  558. </div>
  559.  
  560. <div id="askpopup" class="popup_block">
  561. <center>hi. thanks for dropping by. </center><br>
  562. <iframe frameborder=”0” scrolling="no" width="100%" height="250"src="http://www.tumblr.com/ask_form/stymshaw.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]—>
  563. </div>
  564.  
  565. <div id="linkpopup" class="popup_block">
  566. Made by me:
  567. <br><br>
  568. <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>
  569. <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>
  570. <br>
  571. Navigate this blog:
  572.  
  573. <div align="justify"><ul>
  574. <li><a href="/tagged/100songs">music</a>
  575. <li><a href="/books">books</a>
  576. <li><a href="/fic">fanfic rec</a>
  577. <li><a href="/films">films</a>
  578. <li><a href="/tv">tv shows</a>
  579. <li><a href="/blogroll">blogroll</a>
  580. </ul>
  581. </div>
  582. Commonly used tags:
  583. <div align="justify"><ul>
  584. <li><a href="/tagged/text">all text posts</a>
  585. <li><a href="/tagged/quote">quotes</a>
  586. <li><a href="/tagged/words">words</a>
  587. <li><a href="/tagged/personal">personal posts</a>
  588. <li><a href="/tagged/important">important</a>
  589. <br><br>
  590. <li><a href="/tagged/photography">photography</a>
  591. <li><a href="/tagged/art">art</a>
  592. <li><a href="/tagged/design">design</a>
  593. <li><a href="/tagged/interiors">interiors</a>
  594. <li><a href="/tagged/history">history</a>
  595. <li><a href="/tagged/fashion">fashion</a>
  596. <li><a href="/tagged/hands">hands</a>
  597. <li><a href="/tagged/skulls">skulls</a>
  598. <br><br>
  599. <li><a href="/tagged/boys">boys!</a>
  600. <li><a href="/tagged/hs">harry styles</a>
  601. <li><a href="/tagged/cara delevingne">cara delevingne</a>
  602. <li><a href="/tagged/nick grimshaw">nick grimshaw</a>
  603. <li><a href="/tagged/alexa chung">alexa chung</a>
  604. <li><a href="/tagged/taylor swift">taylor swift</a>
  605. <li><a href="/tagged/lana del rey">lana del rey</a>
  606. <li><a href="/tagged/lorde">lorde</a>
  607. <li><a href="/tagged/marilyn monroe">marilyn monroe</a>
  608. <li><a href="/tagged/audrey hepburn">audrey hepburn</a>
  609. <br><br>
  610. <li><a href="/tagged/hp">harry potter</a>
  611. <li><a href="/tagged/thg">the hunger games</a>
  612. <li><a href="/tagged/pride and prejudice">pride and prejudice</a>
  613. <li><a href="/tagged/marie antoinette">marie antoinette</a>
  614. <li><a href="/tagged/atonement">atonement</a>
  615. <li><a href="/tagged/game of thrones">game of thrones</a>
  616. <li><a href="/tagged/ahs">american horror story</a>
  617. <li><a href="/tagged/teen wolf">teen wolf</a>
  618. <li><a href="/tagged/orphan black">orphan black</a>
  619. <li><a href="/tagged/sherlock">sherlock</a>
  620.  
  621. </ul>
  622. </div>
  623. <a href="http://hipsstirhaz.tumblr.com">Harry Styles Blog</a>
  624. </div>
  625.  
  626. </div>
  627.  
  628. <div id="entry">
  629.  
  630. {block:Posts}
  631.  
  632. <div class="post">
  633.  
  634. {block:Text}
  635. {block:Title}
  636. <div class="title">
  637. <a href="{Permalink}">{Title}</a></div>
  638. {/block:Title}
  639. {Body}
  640. {/block:Text}
  641.  
  642.  
  643. {block:Photo}
  644. <img src="{PhotoURL-500}" />
  645. {block:Caption}
  646. {Caption}
  647. {/block:Caption}
  648. {/block:Photo}
  649.  
  650.  
  651. {block:Photoset}
  652. {Photoset-500}
  653. {block:Caption}
  654. {Caption}
  655. {/block:Caption}
  656. {/block:Photoset}
  657.  
  658.  
  659. {block:Quote}
  660. <div class="postquote">{Quote}</div><br><br>
  661. {block:Source}<div class="quoteborder"> </div>
  662. <div class="quotesource"><span>{Source}</span></div>{/block:Source}
  663. {/block:Quote}
  664.  
  665. {block:Link}
  666. <div class="title">
  667. <a href="{URL}" {Target}>{Name}</a></div>
  668. {block:Description}
  669. {Description}
  670. {/block:Description}
  671. {/block:Link}
  672.  
  673. {block:Chat}
  674. <ul class="chat">
  675. {block:Lines}
  676. <li class="user_{UserNumber}">
  677. {block:Label}
  678. <span class="label">
  679. {Label}</span>
  680. {/block:Label}
  681. {Line}</li>{/block:Lines}</ul>{/block:Chat}
  682.  
  683.  
  684. {block:Video}
  685. {Video-500}
  686. {block:Caption}
  687. {Caption}
  688. {/block:Caption}
  689. {/block:Video}
  690.  
  691.  
  692. {block:Audio}
  693.  
  694. <div class="audioinfo">
  695. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  696. </div>
  697. <div class="playerback">
  698. <div class="player">{AudioPlayerWhite}</div>
  699. </div>
  700. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  701. {/block:Audio}
  702.  
  703.  
  704. {block:Answer}
  705. <div class="tags">
  706. <b>{Asker}:</b> {Question}
  707. </div>
  708. {Answer}
  709. {/block:Answer}
  710.  
  711.  
  712. {block:HasTags} <div class="tags" style="margin-top:10px;">{block:Tags} #<a href="{TagURL}">{Tag}</a> &nbsp;&nbsp;{/block:Tags} </div>{/block:HasTags}
  713. <table style="font-family:helvetica;font-size:9px;color:{color:hover};border-top:1px solid #f0f0f0;margin-top:10px;" width="100%"><tr><td>
  714. {block:RebloggedFrom} via: <a href="{ReblogParentURL}">{ReblogParentName}</a> / {/block:RebloggedFrom}
  715. {block:ContentSource} source: <a href="{SourceURL}">{SourceTitle}</a> {/block:ContentSource}
  716. </td>
  717.  
  718. <td style="text-align:right;">
  719. {block:Date}<a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>{/block:Date}
  720. {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}
  721. </td></tr></table>
  722. </div>
  723.  
  724. <div class="bottom"> </div>
  725.  
  726. <div class="space"> </div>
  727.  
  728. {block:PostNotes}
  729. <div class="post">
  730. {PostNotes}
  731. </div>
  732. {/block:PostNotes}
  733.  
  734. {/block:Posts}
  735.  
  736. </div>
  737. <div id="pagination">
  738.  
  739. {block:Pagination}
  740. {block:PreviousPage}
  741. <a class="jump_page" href="{PreviousPage}">BACK</a>
  742. {/block:PreviousPage}
  743.  
  744. {block:JumpPagination length="5"}
  745. {block:CurrentPage}
  746. <span class="current_page">{PageNumber}</span>
  747. {/block:CurrentPage}
  748.  
  749. {block:JumpPage}
  750. <a class="jump_page" href="{URL}">{PageNumber}</a>
  751. {/block:JumpPage}
  752. {/block:JumpPagination}
  753.  
  754. {block:NextPage}
  755. <a class="jump_page" href="{NextPage}">FORTH</a>
  756. {/block:NextPage}
  757. {/block:Pagination}</div>
  758. </div>
  759.  
  760. </div>
  761.  
  762. </div>
  763. </div>
  764. </div
  765.  
  766.  
  767. </body>
  768. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement