Advertisement
arrowes

theme 2

Jun 18th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.57 KB | None | 0 0
  1. <!--
  2. theme 2
  3. by arrowsthemes (@beautrisprior)
  4.  
  5.  
  6. please dont steal and all that stuff its mean, dont move, delete or edit credit etc. feel free to customize as much as you want and all that but don't use as a base to make your own theme
  7.  
  8. like/reblog post if using, thank you!
  9.  
  10. -->
  11.  
  12. <html>
  13. <head>
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  18. <meta name="description" content="" />
  19. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  20.  
  21. <meta name="color:background" content="#ffffff"/>
  22.  
  23.  
  24. <meta name="color:body" content="#4f4d4d"/>
  25. <meta name="color:blog title" content="#888888"/>
  26. <meta name="color:borders" content="#cfcdcd"/>
  27. <meta name="color:title in text" content="#4f4d4d"/>
  28. <meta name="color:link title" content="#FF0000"/>
  29. <meta name="color:links" content="#7f7e7e"/>
  30. <meta name="color:links hover" content="#c30309"/>
  31.  
  32. <meta name="color:post info" content="#888888"/>
  33. <meta name="color:tags" content="#888888"/>
  34. <meta name="color:description background" content="#f7f7f7"/>
  35. <meta name="color:ask background" content="#f7f7f7"/>
  36. <meta name="color:scrollbar" content="#cfcdcd"/>
  37.  
  38. <meta name="color:link1" content="#222222"/>
  39. <meta name="color:link2" content="#888888"/>
  40. <meta name="color:link3" content="#cccccc"/>
  41. <meta name="color:link4" content="#888888"/>
  42. <meta name="color:link5" content="#222222"/>
  43.  
  44. <meta name="color:link1 hover" content="#ffffff"/>
  45. <meta name="color:link2 hover" content="#ffffff"/>
  46. <meta name="color:link3 hover" content="#ffffff"/>
  47. <meta name="color:link4 hover" content="#ffffff"/>
  48. <meta name="color:link5 hover" content="#ffffff"/>
  49.  
  50.  
  51. <meta name="text:link1 url" content=""/>
  52. <meta name="text:link1" content=""/>
  53. <meta name="text:link2 url" content=""/>
  54. <meta name="text:link2" content=""/>
  55. <meta name="text:link3 url" content=""/>
  56. <meta name="text:link3" content=""/>
  57. <meta name="text:link4 url" content=""/>
  58. <meta name="text:link4" content=""/>
  59. <meta name="text:link5 url" content=""/>
  60. <meta name="text:link5" content=""/>
  61.  
  62. <meta name="if:underlinehover" content="1"/>
  63. <meta name="if:headerdivide" content="1"/>
  64. <meta name="if:spreadouttaghover" content="1"/>
  65.  
  66.  
  67.  
  68. <style type="text/css">
  69.  
  70.  
  71. ::-webkit-scrollbar{
  72. height: 5px;
  73. width: 9px;
  74. -webkit-border-radius: 0px;
  75. background-color:{color:background}
  76. }
  77.  
  78. ::-webkit-scrollbar-thumb{
  79. background-color:{color:scrollbar};
  80. }
  81.  
  82. ::-webkit-scrollbar-track{
  83. background-color:{color:background};
  84. }
  85.  
  86.  
  87.  
  88.  
  89. /***MAIN***/
  90.  
  91. body {
  92. font-size: 11px;
  93. font-family: arial;
  94. color: {color:body};
  95. background-color: {color:background};
  96. }
  97.  
  98.  
  99. a {color: {color:links};
  100. text-decoration: none;
  101.  
  102. -moz-transition-duration: 0.5s;
  103. -o-transition-duration: 0.5s;
  104. -webkit-transition-duration: 0.5s;
  105. transition-duration: 0.5s;
  106. }
  107.  
  108. a:hover {color: {color:links hover};
  109.  
  110. {block:Ifunderlinehover}
  111. text-decoration:underline; {/block:Ifunderlinehover}
  112.  
  113. -moz-transition-duration: 0.5s;
  114. -o-transition-duration: 0.5s;
  115. -webkit-transition-duration: 0.5s;
  116. transition-duration: 0.5s;
  117. }
  118.  
  119.  
  120.  
  121. #container {
  122. margin:auto;
  123.  
  124. }
  125.  
  126. #main { margin-top:50px;
  127. }
  128.  
  129.  
  130.  
  131. /***HEADER***/
  132.  
  133. #blogtitle { font-size:30px;
  134. text-align:center;
  135. font-style: italic;
  136. letter-spacing:2px;
  137. color:{color:blog title};
  138. margin-bottom:10px;
  139.  
  140. }
  141.  
  142. #blogtitle a{ font-size:30px;
  143. text-align:right;
  144. font-style: italic;
  145. text-decoration:none;
  146. color:{color:blog title};
  147. }
  148.  
  149. #header {
  150. width: 450px;
  151. margin: auto;
  152. margin-top:50px;
  153. padding-bottom:20px;
  154. {block:Ifheaderdivide}
  155. border-bottom:1px solid {color:borders};
  156. {/block:Ifheaderdivide}
  157.  
  158. margin-bottom:80px;
  159. }
  160.  
  161.  
  162.  
  163. #desc {
  164. text-align:left;
  165. padding:5px;
  166. margin-left:50px;
  167. margin-right:50px;
  168. border:1px solid {color:borders};
  169. background-color:{color:description background};
  170. }
  171.  
  172.  
  173.  
  174. .pagination{
  175. margin:auto;
  176. width:500px;
  177. margin-bottom:40px;
  178. text-align:center;
  179. font-size:12px;
  180.  
  181.  
  182. }
  183.  
  184. /***LINKS***/
  185.  
  186. .c a{color:{color:link};
  187.  
  188. }
  189.  
  190. #c1 {
  191. position:absolute;
  192. display:block;
  193. padding:1px;
  194. background-color:{color:link1};
  195. height:10px;
  196. width:10px;
  197. margin-top:25px;
  198. margin-left:40px;
  199. -webkit-transition: all 0.7s ease;
  200. -moz-transition: all 0.7s ease;
  201. -o-transition: all 0.7s ease;
  202. -ms-transition: all 0.7s ease;
  203. transition: all 0.7s ease;
  204.  
  205.  
  206. }
  207.  
  208.  
  209. #c1:hover {
  210. background-color:{color:link1 hover};
  211. -webkit-transition: all 0.7s ease;
  212. -moz-transition: all 0.7s ease;
  213. -o-transition: all 0.7s ease;
  214. -ms-transition: all 0.7s ease;
  215. transition: all 0.7s ease;
  216. }
  217.  
  218. #c2 {
  219. position:absolute;
  220. display:block;
  221. padding:1px;
  222. background-color:{color:link2};
  223. height:10px;
  224. width:10px;
  225. margin: 5px 0 20px 0;
  226. margin-top:25px;
  227. margin-left:135px;
  228. -webkit-transition: all 0.7s ease;
  229. -moz-transition: all 0.7s ease;
  230. -o-transition: all 0.7s ease;
  231. -ms-transition: all 0.7s ease;
  232. transition: all 0.7s ease;
  233. }
  234.  
  235.  
  236. #c2:hover {
  237. background-color:{color:link2 hover};
  238. -webkit-transition: all 0.7s ease;
  239. -moz-transition: all 0.7s ease;
  240. -o-transition: all 0.7s ease;
  241. -ms-transition: all 0.7s ease;
  242. transition: all 0.7s ease; }
  243.  
  244. #c3 {
  245. position:absolute;
  246. display:block;
  247. padding:1px;
  248. background-color:{color:link3};
  249. height:10px;
  250. width:10px;
  251. margin-top:25px;
  252. margin-left:225px;
  253. -webkit-transition: all 0.7s ease;
  254. -moz-transition: all 0.7s ease;
  255. -o-transition: all 0.7s ease;
  256. -ms-transition: all 0.7s ease;
  257. transition: all 0.7s ease;
  258. }
  259.  
  260.  
  261. #c3:hover {
  262. background-color:{color:link3 hover};
  263. -webkit-transition: all 0.7s ease;
  264. -moz-transition: all 0.7s ease;
  265. -o-transition: all 0.7s ease;
  266. -ms-transition: all 0.7s ease;
  267. transition: all 0.7s ease;
  268. }
  269.  
  270.  
  271. #c4 {
  272. position:absolute;
  273. display:block;
  274. padding:1px;
  275. background-color:{color:link4};
  276. height:10px;
  277. width:10px;
  278. margin-top:25px;
  279. margin-left:315px;
  280. -webkit-transition: all 0.7s ease;
  281. -moz-transition: all 0.7s ease;
  282. -o-transition: all 0.7s ease;
  283. -ms-transition: all 0.7s ease;
  284. transition: all 0.7s ease;
  285. }
  286.  
  287.  
  288. #c4:hover {
  289. background-color:{color:link4 hover};
  290. -webkit-transition: all 0.7s ease;
  291. -moz-transition: all 0.7s ease;
  292. -o-transition: all 0.7s ease;
  293. -ms-transition: all 0.7s ease;
  294. transition: all 0.7s ease;
  295. }
  296.  
  297.  
  298.  
  299. #c5 {
  300. position:absolute;
  301. display:block;
  302. padding:1px;
  303. background-color:{color:link5};
  304. height:10px;
  305. width:10px;
  306. margin-top:25px;
  307. margin-left:405px;
  308. -webkit-transition: all 0.7s ease;
  309. -moz-transition: all 0.7s ease;
  310. -o-transition: all 0.7s ease;
  311. -ms-transition: all 0.7s ease;
  312. transition: all 0.7s ease;
  313. }
  314.  
  315.  
  316. #c5:hover {
  317. background-color:{color:link5 hover};
  318. -webkit-transition: all 0.7s ease;
  319. -moz-transition: all 0.7s ease;
  320. -o-transition: all 0.7s ease;
  321. -ms-transition: all 0.7s ease;
  322. transition: all 0.7s ease;
  323. }
  324.  
  325.  
  326.  
  327. /***POSTS***/
  328.  
  329. .posts {width: 500px;
  330. margin: auto;
  331. {block:IndexPage}
  332. margin-bottom:75px;
  333. {/block:IndexPage}
  334. {block:PermalinkPage}
  335. margin-bottom:40px;
  336. {/block:PermalinkPage}
  337. }
  338.  
  339. .posts li {list-style: square;
  340. }
  341.  
  342. .posts blockquote {border-left: 1px solid {color:text};
  343. padding-left: 5px;
  344. margin-left:30px;
  345. }
  346.  
  347.  
  348. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  349.  
  350. .postinfo {
  351. margin-top:3px;
  352. font-size:10px;
  353. padding:5px;
  354. color:{color:post info};
  355. border:1px solid {color:borders};
  356.  
  357. }
  358.  
  359. .postinfo a{
  360. margin-top:3px;
  361. font-size:10px;
  362. color:{color:post info};
  363. }
  364.  
  365. .postinfo a:hover{
  366. margin-top:3px;
  367. font-size:10px;
  368. color:{color:links hover};
  369. }
  370.  
  371. .perma {
  372. float:right;
  373. margin-top:3px;
  374. font-size:10px;
  375. color:{color:post info};
  376. }
  377.  
  378.  
  379. .postnotes{ {block:IndexPage}
  380. display: none;
  381. {/block:IndexPage}
  382. width:500px;
  383. text-align:left;
  384. margin-left:495px;
  385. }
  386.  
  387. .postnotes li {
  388. list-style-type:none;
  389. padding:5px 0px;
  390. text-align:left;
  391. }
  392.  
  393. .postnotes img {
  394. display:none;
  395. }
  396.  
  397.  
  398.  
  399.  
  400. /***TAGS***/
  401. #tags a{ color:{color:tags};
  402. text-transform:none;
  403. font-size:9px;
  404. margin-top:2px;
  405. -webkit-transition: all 0.7s ease;
  406. -moz-transition: all 0.5s ease;
  407. -ms-transition: all 0.5s ease;
  408. -o-transition: all 0.5s ease;
  409. transition: all 0.5s ease;
  410.  
  411. }
  412.  
  413. #tags a:hover{ color:{color:links hover};
  414. text-transform:none;
  415. font-size:9px;
  416. {block:Ifspreadouttaghover} letter-spacing:1.2px; {/block:Ifspreadouttaghover}
  417. margin-top:2px;
  418. -webkit-transition: all 0.7s ease;
  419. -moz-transition: all 0.5s ease;
  420. -ms-transition: all 0.5s ease;
  421. -o-transition: all 0.5s ease;
  422. transition: all 0.5s ease;
  423.  
  424. }
  425.  
  426. .caption {
  427. width:100%;
  428. margin-top:5px;
  429. }
  430.  
  431.  
  432. /***TITLES***/
  433. .posts h2 {
  434. font-size: 13px;
  435. color: {color:title in text};
  436. font-weight: normal;
  437. text-transform:lowercase;
  438. margin: 0px;
  439. }
  440.  
  441. .posts h2 a{
  442. font-size: 15px;
  443. color:{color:link title};
  444. font-weight: normal;
  445. text-transform:lowercase;
  446. margin: 0px;
  447. }
  448.  
  449.  
  450. /***AUDIO***/
  451. #audio {
  452. width:500px;
  453. height:auto;
  454. min-height:90px;
  455. padding-bottom:10px;
  456. }
  457.  
  458. .playbox {
  459. overflow:hidden;
  460. opacity:1;
  461. position:absolute;
  462. z-index:1000;
  463. margin-left:0px;
  464. width:27px;
  465. border:10px solid #f1f0f0;
  466. border-bottom:8px solid #f1f0f0;
  467. margin-top:0px;
  468. text-align:center;
  469. -moz-transition-duration:0.5s;
  470. -webkit-transition-duration:0.5s;
  471. -o-transition-duration:0.5s;
  472. background-color:#f1f0f0;
  473. }
  474.  
  475. .audioinfo {
  476. padding:2px;
  477. margin-left:55px;
  478. margin-top:-100px;
  479. line-height:14px;
  480. padding-bottom:4px;
  481. }
  482.  
  483.  
  484.  
  485. .newplayerbutton {
  486. position: relative;
  487. width: 28px;
  488. height: 27px;
  489. overflow: hidden;
  490. }
  491.  
  492. .playerbuttonhug {
  493. position: absolute;
  494. top: -11px;
  495. left: -12px;
  496. }
  497.  
  498.  
  499. .tumblr_audio_player {
  500. border: none;
  501. padding: 0px;
  502. margin: 0px;
  503. height: 50px;
  504. width: 500px;
  505. }
  506.  
  507. .playerbuttonbg {
  508. position: absolute;
  509. left: 20px;
  510. top: 20px;
  511. width: 28px;
  512. height: 28px;
  513. background-color: #ffffff;
  514. padding: 10px;
  515. -webkit-border-radius: 40px;
  516. -moz-border-radius: 40px;
  517. border-radius: 40px;
  518. opacity: .4;
  519. filter: alpha(opacity=40);
  520. -moz-opacity: 0.4;
  521. -khtml-opacity: 0.4;
  522. transition: opacity .7s ease-in-out;
  523. -moz-transition: opacity .7s ease-in-out;
  524. -webkit-transition: opacity .7s ease-in-out;
  525. }
  526.  
  527. .playerbuttonbg:hover {
  528. opacity: 1;
  529. filter: alpha(opacity=100);
  530. -moz-opacity: 1;
  531. -khtml-opacity: 1;
  532. }
  533.  
  534. .audioimg {
  535. position: absolute;
  536. left: 0px;
  537. top: 0px;
  538.  
  539. -webkit-border-radius: 0px;
  540. -moz-border-radius: 0px;
  541. border-radius: 0px;
  542. overflow: hidden;
  543. width: 88px;
  544. height: 88px;
  545. }
  546.  
  547. .audioimg img {
  548. width: 100%;
  549. height: auto;
  550. -webkit-border-radius: 0px;
  551. -moz-border-radius: 0px;
  552. border-radius: 0px;
  553. }
  554.  
  555. .trackdetails {
  556. width: auto;
  557. display:inline-block;
  558. margin-left: 100px;
  559. min-height: 85px;
  560. }
  561.  
  562. .audio {
  563. position: relative;
  564. display:inline-block;
  565. }
  566.  
  567.  
  568. /***CHAT***/
  569. .chat ol {
  570. padding:0;
  571. list-style:none;
  572. }
  573.  
  574. .line {
  575. padding:4px 0;
  576. }
  577.  
  578. .label {
  579. font-weight:bold;
  580. color:{color:link};
  581. }
  582.  
  583. /***QUOTE***/
  584. #quotetext{
  585. text-align:left;
  586. font-size:15px;
  587. line-height:17px;
  588. font-weight:bold;
  589. }
  590.  
  591. #source {
  592. margin-top:15px;
  593. margin-left:15px;
  594. }
  595.  
  596. /***ASKS***/
  597.  
  598. .question {
  599. margin-bottom:10px;
  600. height: auto;
  601. background-color: {color:ask background};
  602. padding: 10px;
  603. text-align:right;
  604.  
  605. }
  606.  
  607. .asker{
  608. margin-top:4px;
  609. font-weight:bold;
  610. font-size:13px;
  611. margin-bottom:3px;
  612. text-transform:lowercase;
  613. }
  614.  
  615. .answer{
  616. margin-top:10px;
  617.  
  618.  
  619. }
  620.  
  621. /***CRED***/
  622. #credit{
  623. font-size:8px;
  624. letter-spacing:1px;
  625. bottom:8px;
  626. right:8px;
  627. text-align:right;
  628. position:fixed;
  629. border: 1px solid #BDBDBD;
  630. padding:1px 3px 1px 3px;
  631. font-weight:bold;
  632. -webkit-transition: all 0.5s ease;
  633. -moz-transition: all 0.5s ease;
  634. -ms-transition: all 0.5s ease;
  635. -o-transition: all 0.5s ease;
  636. transition: all 0.5s ease;
  637. }
  638.  
  639. #credit a {
  640. text-transform:none
  641. }
  642.  
  643. #credit a:hover {
  644. color:{color:links hover};
  645. }
  646.  
  647. #credit:hover {
  648. text-transform:none;
  649. border: none;
  650. -webkit-transition: all 0.5s ease;
  651. -moz-transition: all 0.5s ease;
  652. -ms-transition: all 0.5s ease;
  653. -o-transition: all 0.5s ease;
  654. transition: all 0.5s ease;
  655. }
  656.  
  657. }
  658.  
  659.  
  660. </style>
  661. </head>
  662.  
  663.  
  664.  
  665. <body>
  666.  
  667.  
  668. <div id="container">
  669.  
  670.  
  671. <div id="header">
  672.  
  673.  
  674. <div id="blogtitle">
  675. <a href="/">{Title}</a>
  676. </div>
  677.  
  678.  
  679.  
  680. <div id="desc">
  681. {Description}
  682. </div>
  683.  
  684.  
  685.  
  686. <div id="c">
  687. <a id="c1" title="{text:link1}" href="{text:link1 url}"> </a>
  688. <a id="c2" title="{text:link2}" href="{text:link2 url}"> </a>
  689. <a id="c3" title="{text:link3}" href="{text:link3 url}"> </a>
  690. <a id="c4" title="{text:link4}" href="{text:link4 url}"> </a>
  691. <a id="c5" title="{text:link5}" href="{text:link5 url}"> </a>
  692. </div>
  693.  
  694.  
  695. <br></br>
  696.  
  697.  
  698. </div>
  699.  
  700.  
  701. <div id="main">
  702.  
  703. {block:Posts}
  704. <div class="posts">
  705.  
  706.  
  707. {block:Answer}
  708. <div class="question">
  709. <div class="asker">
  710. {Asker} said:
  711. </div>
  712. {Question}
  713. </div>
  714. <div class="answer">
  715. {Answer}
  716. </div>
  717. {block:Caption}
  718. <div class="caption">
  719. {Caption}
  720. </div>
  721. {/block:Caption}
  722. {/block:Answer}
  723.  
  724.  
  725. {block:Audio}
  726. {block:AudioPlayer}
  727. <div class="audio">
  728. {block:AlbumArt}
  729. <img src="{AlbumArtURL}" class="audioimg">
  730. {/block:AlbumArt}
  731.  
  732.  
  733. <div class="playerbuttonbg">
  734. <div class="newplayerbutton">
  735. <div class="playerbuttonhug">
  736. {AudioPlayer}
  737. </div>
  738. </div>
  739. </div>
  740.  
  741. <div class="trackdetails">
  742.  
  743. {block:TrackName}
  744. <b>Title: </b>
  745. {TrackName}
  746. {/block:TrackName}
  747. <br/>
  748. {block:Artist}
  749. <b>Artist: </b>
  750. {Artist}
  751. {/block:Artist}
  752. <br/>
  753. {block:Album}
  754. <b>Album:</b>
  755. {Album}
  756. {/block:Album}
  757. <br/>
  758. </div>
  759. </div>
  760. {/block:AudioPlayer}
  761.  
  762. {block:Caption}
  763. <div class="caption">
  764. {Caption}
  765. </div>
  766. {/block:Caption}
  767. {/block:Audio}
  768.  
  769.  
  770. {block:Chat}
  771. {block:Title}
  772. <h2>{Title}</h2>
  773. {/block:Title}
  774. <div class="chat">
  775. <ol>
  776. {block:Lines}
  777. <li class="line {Alt}">
  778. {block:Label}
  779. <span class="label">
  780. {Label}
  781. </span>
  782. {/block:Label}
  783. {Line}
  784. </li>
  785. {/block:Lines}
  786. </ol>
  787. </div>
  788. {/block:Chat}
  789.  
  790.  
  791. {block:Link}
  792. <h2><a href="{URL}">{Name}</a></h2>
  793. {block:Description}
  794. {Description}
  795. {/block:Description}
  796. {block:Caption}
  797. <div class="caption">
  798. {Caption}<
  799. /div>
  800. {/block:Caption}
  801. {/block:Link}
  802.  
  803.  
  804. {block:Panorama}
  805. {LinkOpenTag}
  806. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />
  807. {LinkCloseTag}
  808. {block:Caption}
  809. <div class="caption">
  810. {Caption}
  811. </div>
  812. {/block:Caption}
  813. {/block:Panorama}
  814.  
  815.  
  816. {block:Photo}
  817. {LinkOpenTag}
  818. <img src="{PhotoURL-500}" alt="{PhotoAlt}">
  819. {LinkCloseTag}
  820. {block:Caption}
  821. <div class="caption">
  822. {Caption}
  823. </div>
  824. {/block:Caption}
  825. {/block:Photo}
  826.  
  827.  
  828. {block:Photoset}
  829. {Photoset-500}
  830. {block:Caption}
  831. <div class="caption">
  832. {Caption}
  833. </div>
  834. {/block:Caption}
  835. {/block:Photoset}
  836.  
  837.  
  838. {block:Quote}
  839. <div id="quotetext">
  840. "{Quote}"
  841. </div>
  842. {block:Source}
  843. <div id="source">
  844. - {Source}
  845. </div>
  846. {/block:Source}
  847. {/block:Quote}
  848.  
  849.  
  850. {block:Text}
  851. {block:Title}
  852. <h2>{Title}</h2>
  853. {/block:Title}
  854. {Body}
  855. {block:Caption}
  856. <div class="caption">
  857. {Caption}
  858. </div>
  859. {/block:Caption}
  860. {/block:Text}
  861.  
  862.  
  863. {block:Video}
  864. {Video-500}
  865. {block:Caption}
  866. <div class="caption">
  867. {Caption}
  868. </div>
  869. {/block:Caption}
  870. {/block:Video}
  871.  
  872.  
  873. <div class="postinfo">
  874. <a href="{Permalink}">
  875. {block:Date}
  876. {ShortMonth} {DayOfMonth}</a>
  877. {block:NoteCount}
  878. | <a href="{Permalink}">
  879. +{NoteCount}</a>
  880. {/block:NoteCount}
  881.  
  882. <div class="perma">
  883. {block:RebloggedFrom}
  884. <a href="{ReblogParentURL}">via | </a>
  885. <a href="{ReblogRootURL}">source </a>
  886. {/block:RebloggedFrom} </a>
  887. </div>
  888.  
  889. <div id="tags">
  890. {block:HasTags}
  891. {block:Tags}
  892. <a href="{TagUrl}">#{Tag}</a>
  893. {/block:Tags}
  894. {/block:HasTags}
  895. </div>
  896.  
  897.  
  898.  
  899.  
  900. </div>
  901. {/block:Date}
  902.  
  903.  
  904. </div>
  905.  
  906.  
  907. {block:PostNotes}
  908. <div class="postnotes">
  909. {PostNotes}
  910. </div>
  911. {/block:PostNotes}
  912.  
  913. {/block:Posts}
  914.  
  915.  
  916.  
  917. </div>
  918. {block:Pagination}
  919. <div class="pagination">
  920. {block:PreviousPage}
  921. <a href="{PreviousPage}">previous |</a>
  922. {/block:PreviousPage}
  923. {block:NextPage}
  924. <a href="{NextPage}">| next</a>
  925. {/block:NextPage}
  926. </div>
  927. {/block:Pagination}
  928.  
  929. {block:ContentSource}
  930. <!-- {SourceURL}
  931. {block:SourceLogo}
  932. <img src="{BlackLogoURL}"
  933. width="{LogoWidth}"
  934. height="{LogoHeight}"
  935. alt="{SourceTitle}" />
  936. {/block:SourceLogo}
  937. {block:NoSourceLogo}
  938. {SourceLink}
  939. {/block:NoSourceLogo} -->
  940. {/block:ContentSource}
  941.  
  942. </div>
  943.  
  944.  
  945. </div>
  946.  
  947.  
  948.  
  949. <div id="credit"><a href="http://beautrisprior.tumblr.com">AT</a> </div>
  950.  
  951.  
  952. </body>
  953. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement