Advertisement
okesan

giriboy theme

Feb 16th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.14 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. septim theme
  5.  
  6.  
  7. -->
  8.  
  9. <!DOCTYPE html>
  10. <head>
  11.  
  12.  
  13. <title>{Title}</title>
  14.  
  15.  
  16.  
  17. <link rel="shortcut icon" href="http://static.tumblr.com/s4afcug/AY6mthont/8.png">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  21.  
  22. <!--Default Variables-->
  23.  
  24. <meta name="color:Background" content="#f4f4f4"/>
  25. <meta name="color:Text" content="#aaaaaa"/>
  26. <meta name="color:Link" content="#000000"/>
  27. <meta name="color:Link Hover" content="#ffffff"/>
  28. <meta name="color:Title" content="#ffffff"/>
  29. <meta name="color:Blog Title" content="#000000"/>
  30. <meta name="color:Blog Title Link" content="#ffffff"/>
  31. <meta name="color:Posts and Sidebar" content="#ffffff"/>
  32. <meta name="color:Accents" content="#000000"/>
  33. <meta name="color:Accent Text" content="#ffffff"/>
  34. <meta name="color:Scrollbar" content="#000000"/>
  35. <meta name="color:Bold" content="#000000"/>
  36.  
  37. <meta name="text:Link 1 URL" content="" />
  38. <meta name="text:Link 1" content="" />
  39. <meta name="text:Link 2 URL" content="" />
  40. <meta name="text:Link 2" content="" />
  41. <meta name="text:Link 3 URL" content="" />
  42. <meta name="text:Link 3" content="" />
  43.  
  44. <meta name="text:Home Link Title" content="index"/>
  45. <meta name="text:Message Link Title" content="message"/>
  46. <meta name="text:Archive Link Title" content="archive"/>
  47.  
  48. <meta name="text:Post Spacing" content="100"/>
  49. <meta name="text:Post Width" content="350"/>
  50.  
  51. <meta name="image:Sidebar" content=""/>
  52. <meta name="image:Background" content=""/>
  53.  
  54. <meta name="if:Stretch Background" content="0"/>
  55. <meta name="if:Show Sidebar Image" content="1"/>
  56. <meta name="if:Hide Captions" content="0"/>
  57. <meta name="if:Hide Tags" content="0"/>
  58. <meta name="if:Click for Sidebar" content="0"/>
  59. <meta name="if:Infinite Scroll" content="0"/>
  60. <meta name="if:Center Content" content="1"/>
  61.  
  62. <!-- jquery for tooltips-->
  63.  
  64. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  65. <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
  66. <script>
  67. $(function() {
  68. $(document).tooltip({
  69. track:true
  70. });
  71. });
  72. </script>
  73.  
  74. {block:ifclickforsidebar}
  75. <script>
  76. $(document).ready(function(){
  77. $('#blogt').click(function(){
  78. $('#s').slideToggle(400);
  79. });
  80. });
  81. </script>
  82. {/block:ifclickforsidebar}
  83.  
  84. <!--infinte scroll code-->
  85.  
  86. {block:indexpage}
  87. {block:ifinfinitescroll}
  88. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  89. {/block:ifinfinitescroll}
  90. {/block:indexpage}
  91.  
  92. <!--CSS customization here. -->
  93.  
  94. <style type="text/css">
  95.  
  96. /*tumblr controls*/
  97.  
  98. iframe#tumblr_controls {
  99.  
  100.  
  101. position:fixed !important;
  102. -webkit-filter: invert(100%)
  103. }
  104.  
  105. /*lightbox*/
  106.  
  107. #tumblr_lightbox {
  108. background-color:rgba(246, 246, 246, .9)!important;
  109. z-index:99999!important;
  110. }
  111.  
  112. #tumblr_lightbox img {opacity:0;}
  113.  
  114. #tumblr_lightbox_caption {
  115. color:black!important;
  116. font-family:trebuchet ms!important;
  117. font-size:10px!important;
  118. font-weight:normal!important;
  119. text-shadow:none!important;
  120. }
  121.  
  122. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  123. padding:10px!important;
  124. background:white!important;
  125. margin-top:-10px!important;
  126. margin-left:-10px!important;
  127. -moz-box-shadow:none!important;
  128. -webkit-box-shadow:none!important;
  129. box-shadow:none!important;
  130. -moz-border-radius:0px!important;
  131. -webkit-border-radius:0px!important;
  132. border-radius:0pxpx!important;
  133. opacity:1!important;
  134. }
  135.  
  136. #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {opacity:.6!important;}
  137.  
  138. /*tooltip*/
  139.  
  140. .ui-tooltip {
  141. position:Absolute;
  142. z-index:9999;
  143. padding:10px;
  144. }
  145.  
  146. .ui-tooltip-content {
  147. background:{color:accents};
  148. color:{color:accent text};
  149. padding:0px 4px;
  150. font-size:8px;
  151. text-transform:uppercase;
  152. font-family:courier new;
  153. letter-spacing:2px;
  154. }
  155.  
  156. /*scrollbar*/
  157.  
  158. ::-webkit-scrollbar{
  159. height:3px;
  160. width:5px;
  161. background-color:{color:background};
  162. }
  163.  
  164. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  165.  
  166. ::-webkit-scrollbar-track {background-color:{color:background};}
  167.  
  168. /*basics*/
  169.  
  170. body {
  171.  
  172.  
  173. background:#000000;
  174. background-image:url('http://static.tumblr.com/ab58e1a8c7715907aa32eb7566c2180d/jetphji/Dbknirkfp/tumblr_static_ble5v3ktpo0sockkc8kwkco08.gif');
  175. background-attachment:fixed;
  176. background-repeat:repeat;
  177. background-position:center;
  178.  
  179.  
  180.  
  181. {block:ifstretchbackground}
  182. -webkit-background-size: cover;
  183. -moz-background-size: cover;
  184. -o-background-size: cover;
  185. background-size: cover;
  186. {/block:ifstretchbackground}
  187. color:{color:text};
  188. font-family:trebuchet ms, sans-serif;
  189. font-size:9px;
  190. text-align:justify;
  191. letter-spacing:1px;
  192. margin:0;
  193. line-height:150%;
  194.  
  195. -webkit-stroke-width: 5.3px;
  196. -webkit-stroke-color: #FFFFFF;
  197. -webkit-fill-color: #FFFFFF;
  198. text-shadow: 1px 0px 30px white;
  199. -webkit-transition: width 0.3s; /*Safari & Chrome*/
  200. transition: width 0.3s;
  201. -moz-transition: width 0.3s; /* Firefox 4 */
  202. -o-transition: width 0.3s; /* Opera */
  203.  
  204. }
  205.  
  206.  
  207.  
  208.  
  209. blockquote {
  210. padding:0 0 0 10px;
  211. border-left:1px solid rgba({RGBcolor:text},.4);
  212. margin:10px;
  213. text-align:left;
  214. }
  215.  
  216. .caption blockquote {margin:5px 0;}
  217.  
  218. a {
  219.  
  220. color:{color:text};
  221. text-decoration:none;
  222. transition:0.4s;
  223. -o-transition-transition:0.4s;
  224. -webkit-transition-duration:0.4s;
  225. -moz-transition-duration:0.4s;
  226. }
  227.  
  228. a:hover {
  229. text-decoration:none;
  230. color:{color:text};
  231. border-bottom:1px solid {color:link hover};
  232. transition:0.4s;
  233. -o-transition-transition:0.4s;
  234. -webkit-transition-duration:0.4s;
  235. -moz-transition-duration:0.4s;
  236. }
  237.  
  238. img {
  239. opacity:1;
  240. border:none;
  241. text-decoration:none;
  242. }
  243.  
  244. small {
  245. font-size:9px;
  246. }
  247.  
  248. big {
  249. font-size:9px;
  250. }
  251.  
  252. b, strong {color:{color:bold};}
  253.  
  254. p {margin:5px 0;}
  255.  
  256. p:first-of-type {margin-top:0;}
  257.  
  258. p:last-of-type {margin-bottom:0;}
  259.  
  260. pre {
  261. margin:0;
  262. padding:0;
  263. font-family:trebuchet ms;
  264. font-size:9px;
  265. background:transparent;
  266. }
  267.  
  268. /*top*/
  269.  
  270. #sidebar {
  271. -webkit-animation-name: fade-in;
  272. -webkit-animation-duration: 2s;
  273. text-align:left;
  274. position:fixed;
  275. left:50px;
  276. {block:ifcentercontent}
  277. left:50%;
  278. margin-left:calc(-{text:post width}px / 2 - 200px);
  279. {/block:ifcentercontent}
  280. top:50px;
  281. z-index:5;
  282. width:150px;
  283. }
  284.  
  285. {block:ifclickforsidebar}
  286. #s {display:none;}
  287. {/block:ifclickforsidebar}
  288.  
  289. #sidebar img {
  290. display:block;
  291. width:130px;
  292. padding:10px;
  293. background:#fff;
  294. margin-bottom:5px;
  295. }
  296.  
  297. #blogt {
  298. background:{color:blog title};
  299. color:{color:blog title link};
  300. display:block;
  301. font-size:20px;
  302. cursor:pointer;
  303. padding:10px;
  304. border-bottom:dotted #fff 1px;
  305. text-transform:uppercase;
  306. letter-spacing:2px;
  307. font-family:courier new;
  308. margin-bottom:5px;
  309. }
  310.  
  311. #blogt:hover {
  312. background:{color:blog title link};
  313. color:{color:blog title};
  314. }
  315.  
  316. #blogt i {margin-right:10px;}
  317.  
  318. #links {
  319. text-transform:uppercase;
  320. list-style:none;
  321. font-family:courier new;
  322. padding:10px;
  323. margin:0;
  324. background:{color:posts and sidebar};
  325. }
  326.  
  327. #links a {border:0;}
  328.  
  329. #links a:hover {color:{color:link hover};}
  330.  
  331. #links i {margin-right:10px;}
  332.  
  333. #description {
  334. padding:10px;
  335. background:{color:posts and sidebar};
  336.  
  337. margin-bottom:-5px;
  338. }
  339.  
  340. /*pagination*/
  341.  
  342. #pagination {
  343. margin-top:5px;
  344. font-family:courier new;
  345. text-transform:uppercase;
  346. }
  347.  
  348. #pagination i {
  349. margin-right:7px;
  350. }
  351.  
  352. #pagination a {
  353. display:inline-block;
  354. margin:0 3px;
  355. border:0;
  356. }
  357.  
  358. #pagination a:hover {color:{color:link hover};}
  359.  
  360. /*posts*/
  361.  
  362. #entries {
  363.  
  364. margin:50px auto 100px auto;
  365. {block:ifnotcentercontent}
  366. margin:50px 0 100px 250px;
  367. {/block:ifnotcentercontent}
  368. position:relative;
  369. width:calc({text:Post width}px + 20px);
  370. }
  371.  
  372. .posts {
  373. margin-top:80px;
  374. -webkit-animation-name: fade-in;
  375. -webkit-animation-duration: 2s;
  376. position:relative;
  377. width:calc({text:Post width}px + 20px);
  378. {block:IndexPage}
  379. margin-bottom:{text:post spacing}px;
  380. {/block:IndexPage}
  381. {block:PermalinkPage}
  382. margin-bottom:5px;
  383. {/block:PermalinkPage}
  384. }
  385.  
  386. {block:IndexPage}
  387. .posts:last-of-type {margin-bottom:0;}
  388. {/block:IndexPage}
  389.  
  390. .hm img, .set {
  391. padding:10px;
  392. background:{color:posts and sidebar};
  393. }
  394.  
  395. .hm iframe, .hm img {
  396. display:block;
  397. width:{text:post width}px;
  398. }
  399.  
  400. .hm a {border:0!important;}
  401.  
  402. .v {
  403. display:block;
  404. padding:10px;
  405. background:{color:posts and sidebar};
  406. }
  407.  
  408. .video_big {
  409. position:relative;
  410. height:0;
  411. padding-bottom:56.25%;
  412. }
  413.  
  414. .video_big iframe {
  415. position:absolute;
  416. top:0;
  417. left:0;
  418. height:100%;
  419. width:100%;
  420. }
  421.  
  422. .pad {
  423. padding:10px;
  424. background:{color:posts and sidebar};
  425. }
  426.  
  427. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  428.  
  429. .tumblr_blog {
  430. margin-bottom:5px;
  431. display:inline-block;
  432. }
  433.  
  434. #title {
  435. font-size:8px;
  436. color:{color:title};
  437. text-transform:uppercase;
  438. margin-bottom:5px;
  439. background:{color:accents};
  440. padding:10px;
  441. font-family:courier new;
  442. }
  443.  
  444. #title i {margin-right:10px;}
  445.  
  446. #title a {
  447. color:{color:title};
  448. border-bottom:0;
  449. }
  450.  
  451. #title a:hover {color:{color:link hover};}
  452.  
  453. .caption {
  454. margin-top:5px;
  455. {block:indexpage}
  456. {block:ifhidecaptions}
  457. display:none;
  458. {/block:ifhidecaptions}
  459. {/block:indexpage}
  460. }
  461.  
  462. /*quote*/
  463.  
  464. #titlequote {
  465. font-size:11px;
  466. letter-spacing:0;
  467. line-height:200%;
  468. color:{color:bold};
  469. }
  470.  
  471. #source {
  472. margin-top:5px;
  473. font-family:courier new;
  474. font-size:8px;
  475. text-transform:uppercase;
  476. }
  477.  
  478. /*audio*/
  479.  
  480. .m {
  481. overflow:hidden;
  482. display:block;
  483. width:27px;
  484. height:28px;
  485. border-width:11px 11px 11px 12px;
  486. border-color:white;
  487. border-style:solid;
  488. position:absolute;
  489. }
  490.  
  491. .player {
  492. width:25px;
  493. height:25px;
  494. background:white;
  495. border-right:2px solid white;
  496. border-bottom:3px solid white;
  497. }
  498.  
  499. .audioinfo {
  500. text-align:left;
  501. background:{color:posts and sidebar};
  502. display:block;
  503. padding:10px;
  504. line-height:15px;
  505. min-height:30px;
  506. margin-left:55px;
  507. text-transform:uppercase;
  508. font-size:8px;
  509. font-family:courier new;
  510. }
  511.  
  512. .audioinfo b {border-bottom:1px solid {color:bold};}
  513.  
  514. /*asks*/
  515.  
  516. .q {}
  517.  
  518. .q a {color:{color:bold};
  519. border:0!important;
  520. }
  521.  
  522. .q a:hover {color:{color:link hover};}
  523.  
  524. .a {margin-top:5px;}
  525.  
  526. /*chat*/
  527.  
  528. .chat ol {
  529. padding:0;
  530. margin:0;
  531. list-style:none;
  532. text-align:left;
  533. }
  534.  
  535. .line {
  536. margin-bottom:5px;
  537. padding:10px;
  538. }
  539.  
  540. .line.odd {background:{color:posts and sidebar};}
  541.  
  542. .line.even {
  543. background:{color:accents};
  544. color:{color:accent text};
  545. }
  546.  
  547. .label {
  548. text-transform:uppercase;
  549. font-size:8px;
  550. font-family:courier new;
  551. }
  552.  
  553. .even .label {color:{color:accent text};}
  554.  
  555. .odd .label {color:{color:bold};}
  556.  
  557. /*permalink and notes*/
  558.  
  559. #permalink {
  560. position:block;
  561. margin-bottom:5px;
  562. font-size:8px;
  563. text-transform:uppercase;
  564. font-family:courier new;
  565. }
  566.  
  567. #permalink a {
  568. padding:5px 10px;
  569. background:{color:accents};
  570. color:{color:accent text};
  571. border:0;
  572. display:block;
  573. }
  574.  
  575. #permalink i {font-size:6px;}
  576.  
  577. .ok {margin-right:30px;}
  578.  
  579. .re {
  580. width:5px;
  581. text-align:center;
  582. float:right;
  583. }
  584.  
  585. #perm, .tags {
  586.  
  587. border-top:dotted #bbb 1px;
  588. padding:10px;
  589. background:{color:posts and sidebar};
  590. margin-top:5px;
  591. }
  592.  
  593. .tags {
  594.  
  595.  
  596. {block:ifhidetags}
  597. {block:indexpage}
  598. display:none;
  599. {/block:indexpage}
  600. {/block:ifhidetags}
  601. }
  602.  
  603. .tags a {margin-right:0px;}
  604.  
  605. .pagenotes {
  606. -webkit-animation-name: fade-in;
  607. -webkit-animation-duration: 2s;
  608. text-align:left;
  609. padding:10px;
  610. width:{text:post width};
  611. background:{color:posts and sidebar};
  612. font-size:8px;
  613. font-family:courier new;
  614. text-transform:uppercase;
  615. max-height:300px;
  616. overflow-y:auto;
  617. }
  618.  
  619. .pagenotes::-webkit-scrollbar{
  620. width:2px;
  621. background-color:{color:posts and sidebar};
  622. }
  623.  
  624. .pagenotes::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  625.  
  626. .pagenotes::-webkit-scrollbar-track {background-color:{color:posts and sidebar};}
  627.  
  628. .pagenotes ol {
  629. margin:0!important;
  630. padding:0!important;
  631. list-style:none;
  632. }
  633.  
  634. .pagenotes img {display:none!important;}
  635.  
  636. .pagenotes li {
  637. list-style-type:none;
  638. padding:0 0 5px 0;
  639. margin:0;
  640. text-align:left;
  641. }
  642.  
  643. .theme {
  644. position:fixed;
  645. bottom:5px;
  646. right:5px;
  647. width:15px;
  648. text-align:center;
  649. font-size:8px;
  650. color:{color:bold};
  651. border:0;
  652. }
  653.  
  654. .theme:hover {border:0;}
  655.  
  656. {CustomCSS}
  657.  
  658. @-webkit-keyframes fade-in {
  659. 0% { opacity: 0; }
  660. 50% { opacity: 0; }
  661. 100% { opacity: 1; }
  662.  
  663.  
  664. #leftbar {
  665. background:#E8E8E8;
  666. border-right: 20px solid #fff;
  667. height: 2000px;
  668. overflow: hidden;
  669. margin-top: -200px;
  670. left: 0px;
  671. position: fixed; }
  672.  
  673. #rightbar {
  674. background:#fff;
  675. border-right: 20px solid #fff;
  676. height: 2000px;
  677. overflow: hidden;
  678. margin-top: -200px;
  679. right:0px;
  680. position: fixed; }
  681.  
  682. #topbar {
  683. height:20px;
  684. width: 100%;
  685. position:fixed;top:0px;
  686. left: 0px;
  687. opacity:1;
  688. background-color:#fff;
  689. z-index:9;
  690. }
  691.  
  692. #bottom {
  693. height:20px;
  694. width: 100%;
  695. position:fixed;bottom:-2px;
  696. left: 0px;
  697. opacity:1;
  698. background-color:#fff;
  699. z-index:99999;
  700. }
  701.  
  702.  
  703.  
  704. </style>
  705.  
  706.  
  707. </head>
  708.  
  709. <body>
  710.  
  711. <script language=JavaScript>
  712. <!--
  713.  
  714. //Disable right click script III- By Renigade (renigade@mediaone.net)
  715. //For full source code, visit http://www.dynamicdrive.com
  716.  
  717. var message="";
  718. ///////////////////////////////////
  719. function clickIE() {if (document.all) {(message);return false;}}
  720. function clickNS(e) {if
  721. (document.layers||(document.getElementById&&!document.all)) {
  722. if (e.which==2||e.which==3) {(message);return false;}}}
  723. if (document.layers)
  724. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  725. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  726.  
  727. document.oncontextmenu=new Function("return false")
  728. // -->
  729. </script>
  730.  
  731.  
  732.  
  733. <div id="sidebar">
  734. <a {block:ifnotclickforsidebar}href="/"{/block:ifnotclickforsidebar} id="blogt"><i class="fa fa-times"> </i>{Title}</a>
  735. <div id="s">
  736. {block:ifshowsidebarimage}<img src="{image:sidebar}"/>{/block:ifshowsidebarimage}
  737. <div id="description">{Description}</div>
  738. <ul id="links">
  739. <li><i class="fa fa-angle-double-right"></i><a href="/">{text:home link title}</a></li><li><i class="fa fa-angle-double-right"></i><a href="/ask">{text:message link title}</a></li><li><i class="fa fa-angle-double-right"></i><a href="/archive">{text:archive link title}</a></li>{block:ifLink1}<li><i class="fa fa-angle-double-right"></i><a href="{text:Link 1 URL}">{text:Link 1}</a></li>{/block:ifLink1}{block:ifLink2}<li><i class="fa fa-angle-double-right"></i><a href="{text:Link 2 URL}">{text:Link 2}</a></li>{/block:ifLink2}{block:ifLink3}<li><i class="fa fa-angle-double-right"></i><a href="{text:Link 3 URL}">{text:Link 3}</a></li>{/block:ifLink3}
  740. </ul>
  741. </div>
  742. {block:ifnotinfinitescroll}
  743. {block:Pagination}
  744. <div id="pagination" class="pad">
  745. <i class="fa fa-angle-double-right"></i>{block:PreviousPage}<a href="{PreviousPage}">less</a> / {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">more</a>
  746. {/block:NextPage}
  747. </div>
  748. {/block:Pagination}
  749. {/block:ifnotinfinitescroll}
  750. </div>
  751.  
  752.  
  753.  
  754.  
  755. <div id="entries">
  756.  
  757. <div class="autopagerize_page_element">
  758.  
  759. {block:Posts}
  760.  
  761. <div class="posts">
  762.  
  763. {block:Date}{block:indexpage}
  764. <div id="permalink"> ║█║▌║█║▌│║▌█║▌║
  765. <a href="{ReblogURL}" target="_blank" class="re" title="reblog"><i class="fa fa-times"></i></a><a href="{permalink}" title="{timeago}" class="ok">{shortmonth} {dayofmonth}{dayofmonthsuffix}{block:notecount}({notecount}){/block:notecount}</a>
  766. </div>{/block:indexpage}
  767. {/block:Date}
  768.  
  769. {block:Quote}
  770. <div id="titlequote" class="pad">“{Quote}”</div>
  771. {block:Source}<div id="source" class="pad">{Source}</div>{/block:Source}
  772. {/block:Quote}
  773.  
  774.  
  775.  
  776. {block:Text}
  777. {block:Title} <div id="title"><i class="fa fa-angle-double-right"></i>{Title}</div>{/block:Title}
  778. <div class="pad">{Body}</div>
  779. {/block:Text}
  780.  
  781. {block:Link}
  782. <div id="title"><i class="fa fa-angle-double-right"></i><a href="{URL}">{Name}</a></div>
  783. {block:Description}<div class="pad">{Description}</div>{/block:Description}
  784. {/block:Link}
  785.  
  786. {block:Chat}
  787. {block:Title}<div id="title"><i class="fa fa-angle-double-right"></i>{Title}</div>{/block:Title}
  788. <div class="chat">
  789. <ol>{block:Lines}
  790. <li class="line {Alt}">
  791. {block:Label}
  792. <span class="label">
  793. {Label}</span>
  794. {/block:Label}{Line}</li>
  795. {/block:Lines}
  796. </ol></div>
  797. {/block:Chat}
  798.  
  799. {block:Photo}<div class="hm">
  800. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
  801. </div>{/block:Photo}
  802.  
  803. {block:Photoset}<div class="hm">
  804. <div class="set">{photoset}</div>
  805. </div>
  806. {/block:Photoset}
  807.  
  808. {block:Video}<div class="v">
  809. <div class="video_big">{VideoEmbed-700}</div></div>
  810. {/block:Video}
  811.  
  812. {block:Audio}
  813. <div class="m">
  814. <div class="player">{AudioPlayerWhite}</div>
  815. </div>
  816. <div class="audioinfo">
  817. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}{block:Artist}<br>by {Artist}{/block:Artist}
  818. </div>
  819. {/block:Audio}
  820.  
  821. {block:Answer}
  822. <div class="q pad">{Asker} said: {Question}</div>
  823. <div class="a pad">{Answer}</div>
  824. {/block:Answer}
  825.  
  826. {block:Caption}<div class="caption pad">{Caption}</div>{/block:Caption}
  827.  
  828. {block:Date}{block:permalinkpage}
  829. <div id="perm">
  830. Posted on <a href="{permalink}" title="{timeago}">{shortmonth} {dayofmonth}{dayofmonthsuffix}</a>{block:notecount} with <a href="{permalink}">{notecountwithlabel}</a>{/block:notecount}
  831. {block:RebloggedFrom}<br>Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} &mdash; source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}
  832. </div>{block:permalinkpage}
  833. {/block:Date}
  834.  
  835. {block:HasTags}<div class="tags">Tags: {block:Tags}<a href="{TagURL}">{Tag}</a><i class="comma">,</i> {/block:Tags}</div>{/block:HasTags}
  836.  
  837. </div>
  838.  
  839.  
  840. {block:PostNotes}
  841. <div class="pagenotes" class="pad">
  842. {PostNotes}
  843. </div>
  844. {/block:PostNotes}
  845.  
  846.  
  847. {/block:Posts}
  848.  
  849. <a class="theme" href="http://farahmir.tumblr.com" target="_blank" title="septim"><img src="http://static.tumblr.com/s4afcug/jaAmrqgh7/8.png" style="width:10px;"></a>
  850. </div>
  851. </div>
  852.  
  853. {block:ContentSource}
  854. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  855. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  856. {/block:SourceLogo}
  857. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  858. {/block:ContentSource}
  859.  
  860. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement