Advertisement
arrowes

theme 1

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