Advertisement
arrowes

theme 4

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