Advertisement
b0rn-to-be-wild

Vox

Sep 13th, 2014
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.16 KB | None | 0 0
  1.  
  2.  
  3. <html>
  4. <title>{Title}</title>
  5.  
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <!----
  11.  
  12. © b0rn-to-be-wild--themes | "Vox"
  13.  
  14. + Please do not redistribute this theme or remove credits
  15. + You are allowed to make changes as long as you keep our credits
  16. + If you have any questions or concerns, just contact us
  17. + Thanks for using our theme :) Hope you enjoy it!
  18.  
  19. ---->
  20.  
  21. <script type="text/javascript"
  22. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  23.  
  24. <!--Google fonts-->
  25.  
  26. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  27.  
  28. <link href='http://fonts.googleapis.com/css?family=Audiowide' rel='stylesheet' type='text/css'>
  29.  
  30. <link href='http://fonts.googleapis.com/css?family=Electrolize' rel='stylesheet' type='text/css'>
  31.  
  32. <link href='http://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  33.  
  34. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  35.  
  36. <meta name="viewport" content="width=device-width, initial-scale=1">
  37.  
  38. <!-- DEFAULT VARIABLES -->
  39.  
  40.  
  41. <meta name="image:Header" content="" />
  42. <meta name="image:Background" content="" />
  43.  
  44. <meta name="color:Background" content="#ffffff" />
  45. <meta name="color:Post background" content="#ffffff" />
  46. <meta name="color:Blog title" content="#000" />
  47. <meta name="color:Text" content="#000000" />
  48. <meta name="color:Icons" content="#fff" />
  49. <meta name="color:Link" content="#999999" />
  50. <meta name="color:Link background" content="#fff" />
  51. <meta name="color:Home link background" content="#9B3B70" />
  52. <meta name="color:Ask link background" content="#C05A4A" />
  53. <meta name="color:Submit link background" content="#369351" />
  54. <meta name="color:Archive link background" content="#8DB244" />
  55. <meta name="color:Hover" content="#CCCCCC" />
  56. <meta name="color:Borders" content="#000" />
  57. <meta name="color:Description" content="#333333" />
  58. <meta name="color:chat 1" content="#C05A4A" />
  59. <meta name="color:chat 2" content="#9B3B70" />
  60. <meta name="color:Info" content="#9B3B70" />
  61. <meta name="color:Bold" content="#000"/>
  62. <meta name="color:Scrollbar" content="#000"/>
  63. <meta name="color:Italic" content="#369351"/>
  64.  
  65. <meta name="font:Text" content="" />
  66. <meta name="select:Title Font" content="Play" title="Play">
  67. <meta name="select:Title Font" content="Baumans" title="Baumans">
  68. <meta name="select:Title Font" content="Electrolize" title="Electrolize">
  69. <meta name="select:Title Font" content="Audiowide" title="Audiowide">
  70.  
  71. <meta name="if:Show Captions" content="1" />
  72. <meta name="if:Show Tags" content="1" />
  73.  
  74. <meta name="text:Link 1" content="Link 1" />
  75. <meta name="text:Link 1 url" content="http://" />
  76. <meta name="text:Link 2" content="Link 2" />
  77. <meta name="text:Link 2 url" content="http://" />
  78. <meta name="text:Link 3" content="Link 3" />
  79. <meta name="text:Link 3 url" content="http://" />
  80. <meta name="text:Link 4" content="Link 4" />
  81. <meta name="text:Link 4 url" content="http://" />
  82. <meta name="text:Link 5" content="Link 5" />
  83. <meta name="text:Link 5 url" content="http://" />
  84.  
  85. <!-- END DEFAULT VARIABLES -->
  86.  
  87.  
  88. <head>
  89. <style type="text/css">
  90.  
  91.  
  92. /* CSS */
  93.  
  94.  
  95. body {
  96. background:{color:Background};
  97. background-image:url({image:Background});
  98. font-family:{font:Text};
  99. color:{color:Text};
  100. font-size:14px;
  101. line-height:16px;
  102. margin-left:0px;
  103. overflow-x:hidden;
  104. }
  105.  
  106. p{
  107. background:transparent;
  108. }
  109.  
  110. h1{
  111. font-size:17px;
  112. line-height: 18px;
  113. padding:5px;
  114. background:{color:Borders};
  115. color:{color:Title};
  116. font-family:{select:Title Font};
  117. font-weight: normal;
  118. }
  119.  
  120. h2{
  121. font-size:14px;
  122. line-height: 16px;
  123. color:{color:Text};
  124. font-weight: normal;
  125. }
  126.  
  127. a:link, a:active, a:visited{
  128. -webkit-transition: color 0.3s ease-out;
  129. -moz-transition: color 0.3s ease-out;
  130. transition: color 0.3s ease-out;
  131. color:{color:link};
  132. text-decoration:none;
  133. }
  134.  
  135. a:hover {
  136. text-decoration:none;
  137. color:{color:Link Hover};
  138. -webkit-transition: all 0.5s ease-in-out;
  139. -moz-transition: all 0.6s ease-in-out;
  140. -o-transition: all 0.5s ease-in-out;
  141. transition: all 0.6s ease-in-out;}
  142.  
  143.  
  144. blockquote{
  145. padding:0px 0px 2px 5px;
  146. margin:0px 0px 2px 10px;
  147. border-left: 1px dotted {color:Borders};
  148. background:transparent;
  149. }
  150.  
  151. /* Webkit scrollbar */
  152.  
  153. ::-webkit-scrollbar-thumb {
  154. background: {color:Scrollbar};
  155. height: auto; border: 3px solid {color:Background};
  156. }
  157.  
  158. ::-webkit-scrollbar {
  159. height:10px;
  160. width:12px;
  161. background: {color:Scrollbar};
  162. height: auto; border: 5px solid {color:Background};
  163. }
  164.  
  165.  
  166. a {
  167. color:{color:Link};
  168. }
  169.  
  170. b, strong {color:{color:Bold};}
  171.  
  172. i, em {color:{color:Italic};}
  173.  
  174. ol.notes {
  175. list-style-type: none;
  176. padding:0px;
  177. }
  178.  
  179. ol.notes li.note {
  180. padding:3px;
  181. }
  182.  
  183. ol.notes img{
  184. border:1px solid {color:Borders};
  185. }
  186.  
  187.  
  188. /*Posts and entries*/
  189.  
  190. #container{
  191. position:relative;
  192. width:900px;
  193. min-height:600px;
  194. padding-bottom:20px;
  195. margin-left:auto;
  196. margin-right:auto;
  197. margin-top:100px;
  198. }
  199.  
  200. .entry {
  201. float:left;
  202. display: block;
  203. margin:12px;
  204. width:250px;
  205. padding-right:10px;
  206. padding-left:10px;
  207. padding-bottom:10px;
  208. z-index:1;
  209. text-align:left;
  210. background:{color:Post background};
  211. {block:PermalinkPage}
  212. width:500px;
  213. margin-left:180px;
  214. {/block:PermalinkPage}
  215. background:{color:Post background};
  216. -webkit-transition: all .7s ease;
  217. -moz-transition: all .7s ease;
  218. -o-transition: all .7s ease;
  219. transition: all .7s ease;
  220. border: 3px solid {color:Borders};
  221. }
  222.  
  223. .entry:hover{
  224. -webkit-transition: all .7s ease;
  225. -moz-transition: all .7s ease;
  226. -o-transition: all .7s ease;
  227. transition: all .7s ease;
  228. }
  229.  
  230. #posts {
  231. width:900px;
  232. margin-top:125px;
  233. z-index:99;
  234. margin-left:5px;
  235. margin-right:auto;
  236. position:relative;
  237. }
  238.  
  239. /* Header */
  240.  
  241. #header{
  242. position:relative;
  243. width:900px;
  244. height:93px;
  245. z-index:99999;
  246. margin-top:20px;
  247. padding:5px;
  248. margin-bottom:5px;
  249. margin-left:auto;
  250. margin-right:auto;
  251. text-align:center;
  252. z-index:10000;
  253. border-bottom:3px solid {color:Borders};
  254. }
  255.  
  256. .headerimage {
  257. position:absolute;
  258. background-image:{image:header};
  259. margin-left:50px;
  260. margin-top:50px;
  261. width:90px;
  262. height:90px;
  263. border:5px {color:Borders} solid;
  264. z-index:2000;
  265. }
  266.  
  267. .headerimage img {
  268. width:90px;
  269. height:90px;
  270. }
  271.  
  272. .blogtitle{
  273. color:{color:Blog Title};
  274. position:relative;
  275. margin-left:200px;
  276. margin-right:auto;
  277. margin-top:-10px;
  278. width:680px;
  279. font-family:{select:Title Font};
  280. font-size:27px;
  281. letter-spacing:2px;
  282. line-height:30px;
  283. text-align:center;
  284. }
  285.  
  286. .blogtitle:hover{
  287. letter-spacing:4px;
  288. text-decoration:line-through;
  289. color:{Hover};
  290. -webkit-transition: all .7s ease-in-out;
  291. -moz-transition: all .7s ease-in-out;
  292. -o-transition: all .7s ease-in-out;
  293. transition: all .7s ease-in-out;
  294. }
  295.  
  296. .headerlinks{
  297. position:absolute;
  298. width:685px;
  299. height:auto;
  300. margin-top:5px;
  301. margin-bottom:5px;
  302. margin-left:200px;
  303. text-align:right;
  304. }
  305.  
  306. .headerlinks a{
  307. position:relative;
  308. background:{color:link background};
  309. width:100%;
  310. height:auto;
  311. margin-top:5px;
  312. margin-bottom:5px;
  313. margin-left:5px;
  314. padding:3px;
  315. font-family:{select:Title Font};
  316. font-size:15px;
  317. line-height:15px;
  318. border:3px solid {color:Borders};
  319. text-align:center;
  320. }
  321.  
  322. .headerlinks a:hover{
  323. color:{color:link background};
  324. background:{color:Link};
  325. -webkit-transition: all .7s ease-in-out;
  326. -moz-transition: all .7s ease-in-out;
  327. -o-transition: all .7s ease-in-out;
  328. transition: all .7s ease-in-out;
  329. }
  330.  
  331. #linkOne{
  332. position:absolute;
  333. background:{color:Home link background};
  334. width:60px;
  335. height:60px;
  336. border:3px solid {color:Borders};
  337. margin-left:17px;
  338. margin-top:27px;
  339. }
  340.  
  341. #linkTwo{
  342. position:absolute;
  343. background:{color:Ask link background};
  344. width:60px;
  345. height:60px;
  346. border:3px solid {color:Borders};
  347. margin-left:117px;
  348. margin-top:27px;
  349. }
  350.  
  351. #linkThree{
  352. position:absolute;
  353. background:{color:Submit link background};
  354. width:60px;
  355. height:60px;
  356. line-height:34px;
  357. border:3px solid {color:Borders};
  358. margin-left:17px;
  359. margin-top:107px;
  360. }
  361.  
  362. #linkFour{
  363. position:absolute;
  364. background:{color:Archive link background};
  365. width:60px;
  366. height:60px;
  367. line-height:34px;
  368. border:3px solid {color:Borders};
  369. margin-left:117px;
  370. margin-top:107px;
  371. }
  372.  
  373. #linkOne i,#linkTwo i,#linkThree i,#linkFour i{
  374. color:{color:Icons};
  375. }
  376.  
  377. #linkOne:hover,#linkTwo:hover,#linkThree:hover,#linkFour:hover{
  378. background:{color:Borders};
  379. -webkit-transition: all .7s ease-in-out;
  380. -moz-transition: all .7s ease-in-out;
  381. -o-transition: all .7s ease-in-out;
  382. transition: all .7s ease-in-out;
  383. }
  384.  
  385. .description{
  386. position:relative;
  387. color:{color:Description};
  388. width:600px;
  389. height:55px;
  390. overflow-y:auto;
  391. margin-top:10px;
  392. margin-left:200px;
  393. font-size:14px;
  394. line-height:16px;
  395. text-align:justify;
  396. }
  397.  
  398. /* Ask */
  399.  
  400. .question{
  401. width:100%;
  402. height:24px;
  403. line-height:24px;
  404. margin-bottom:4px;
  405. border-bottom:1px solid {color:Borders};
  406. font-family:Electrolize;
  407. }
  408.  
  409. .question a{
  410. color:{color:Italic};
  411. }
  412.  
  413. .question img{
  414. border:3px solid {color:Borders};
  415. margin-right:4px;
  416. }
  417.  
  418. .answer{
  419. margin-top:15px;
  420. width:240px;
  421. color:{color:Bold};
  422. {block:PermalinkPage}
  423. width:490px;
  424. {/block:PermalinkPage}
  425. padding:5px;
  426. background:{color:Borders};
  427. line-height:15px;
  428. }
  429.  
  430. /* Quote */
  431.  
  432. .quote {
  433. font-size:22px;
  434. line-height:25px;
  435. font-family:{select:Title Font};
  436. color:{color:Italic};
  437. height:auto;
  438. margin-top:15px;
  439. margin-bottom:5px;
  440. padding:5px;
  441. text-align:center;
  442. letter-spacing:1px;
  443. }
  444.  
  445. .source{
  446. font-size:12px;
  447. line-height:15px;
  448. color:{color:Italic};
  449. height:auto;
  450. margin-top:15px;
  451. margin-bottom:5px;
  452. padding:5px;
  453. text-align:right;
  454. letter-spacing:1px;}
  455. }
  456.  
  457. /*Audio*/
  458.  
  459. .album img{
  460. max-width:70px;
  461. overflow:hidden;
  462. margin-left:0px;
  463. float:left;
  464. margin-top:0px;
  465. z-index:10;
  466. border: 1px solid {color:Bold};
  467. }
  468.  
  469. .audio{
  470. position:absolute;
  471. width:180px;
  472. min-height:70px;
  473. margin-left:70px;
  474. float:left;
  475. padding:5px;
  476. margin-top:-80px;
  477. z-index:10;
  478. font-size:12px;
  479. line-height:14px;
  480. overflow:hidden;
  481. }
  482.  
  483. /* Chat */
  484.  
  485. .chat ul {
  486. display:block;
  487. list-style:none;
  488. }
  489.  
  490. /* chat lines style */
  491. .chat li {
  492. margin-left:-35px;
  493. padding:3px;
  494. display:block;
  495. }
  496.  
  497. /* odd lines style */
  498. .chat .odd {
  499. background:{color:chat 1};
  500. }
  501.  
  502. /* even lines style */
  503. .chat .even {
  504. background:{color:chat 2};
  505. }
  506.  
  507.  
  508. /* Post info */
  509.  
  510. .info {
  511. height:auto;
  512. height:10px;
  513. line-height:5px;
  514. float:center;
  515. margin-top:0px;
  516. text-align:center;
  517. font-family:Electrolize;
  518. font-size:12px;
  519. letter-spacing:1px;
  520. background-color: transparent;
  521. color:{color:Link};
  522. border-bottom:3px solid {color:Borders};
  523. margin-bottom:10px;
  524. width:250px;
  525. {block:PermalinkPage}
  526. width:500px;
  527. {block:PermalinkPage}
  528. text-transform:uppercase;
  529. }
  530.  
  531. .info a {
  532. font-size:11px;
  533. color:{color:Info};
  534. }
  535.  
  536.  
  537. .notec{
  538. padding:5px;
  539. width:50px;
  540. font-size:15px;
  541. text-align:center;
  542. background:{color:Link background};
  543. position:absolute;
  544. font-family:Electrolize;
  545. border:3px solid {color:Borders};
  546. margin-left:10px;
  547. }
  548.  
  549.  
  550. .like_and_reblog_buttons {
  551. position:absolute;
  552. float:right;
  553. margin-left:125px;
  554. {block:PermalinkPage}
  555. margin-left:370px;
  556. {/block:PermalinkPage}
  557. margin-top:-5px;
  558. margin-bottom:15px;
  559. z-index:200000;
  560. border-radius: 3px;
  561. list-style: none;
  562. }
  563.  
  564. .like_and_reblog_buttons li {
  565. float:right;
  566. margin: 5px 5px;
  567. height: 15px;
  568. padding:5px;
  569. border:3px solid {color:Borders};
  570. background:{color:Link background};
  571. }
  572.  
  573. .like_and_reblog_buttons li:first-child {
  574. border-right: 3px solid {color:Borders};
  575. }
  576.  
  577. /* Pagination */
  578.  
  579. .jump_page {
  580. padding: 4px 8px;
  581. border: 3px solid {color:Borders};
  582. background-color:{color:Link background};
  583. color:{color:Link};
  584. font-size:11px;
  585. text-decoration:none;
  586. }
  587.  
  588. .current_page, .jump_page:hover {
  589. padding: 4px 8px;
  590. border: 3px solid {color:Borders};
  591. background-color:{color:Link background};
  592. color: {color:Hover};
  593. font-size:11px;
  594. text-decoration:none;
  595. }
  596.  
  597. /* Style of the box that appears when you hover over the links */
  598.  
  599. #s-m-t-tooltip {
  600. max-width:300px;
  601. z-index:10000;
  602. margin:24px 14px 7px 12px;
  603. padding:8px;
  604. color:{color:Link};
  605. background:{color:Link background};
  606. font-size:11px;
  607. line-height:13px;
  608. }
  609.  
  610. /* Credits */
  611.  
  612. #credits {
  613. position:fixed;
  614. right:10px;
  615. top:40px;
  616. z-index:100000;
  617. }
  618.  
  619. #credits img{
  620. border:3px solid {color:Borders};
  621. }
  622.  
  623. /* END CSS */
  624.  
  625.  
  626. {CustomCSS}
  627. </style>
  628.  
  629. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  630. <script src="jquery.style-my-tooltips.js"></script>
  631.  
  632. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  633.  
  634. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  635. <script>
  636. (function($){
  637. $(document).ready(function(){
  638. $("[title]").style_my_tooltips({
  639. tip_follows_cursor:true,
  640. tip_delay_time:200,
  641. tip_fade_speed:300
  642. }
  643. );
  644. });
  645. })(jQuery);
  646. </script>
  647.  
  648. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  649. </script>
  650. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  651. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  652. <script type="text/javascript">
  653.  
  654. $(window).load(function () {
  655. $('.posts').masonry(),
  656. $('.masonryWrap').infinitescroll({
  657. navSelector : "div#navigation",
  658. // selector for the paged navigation (it will be hidden)
  659. nextSelector : "div#navigation a#nextPage",
  660. // selector for the NEXT link (to page 2)
  661. itemSelector : ".entry",
  662. // selector for all items you'll retrieve
  663. bufferPx : 10000,
  664. extraScrollPx: 11000,
  665. loadingImg : "",
  666. loadingText : "<em></em>",
  667. },
  668. // call masonry as a callback.
  669. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  670. );
  671. });
  672. </script>
  673. <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
  674.  
  675.  
  676.  
  677. </head>
  678.  
  679.  
  680. <!-- HTML -->
  681.  
  682. <body>
  683.  
  684. <div id="header">
  685.  
  686. <div class="headerimage"><img src="{image:header}"></div>
  687.  
  688. <div id="linkOne"><a href="/" title="Index"><i class="fa fa-home"></i></a></div>
  689. <div id="linkTwo"><a href="/ask" title="Ask"><i class="fa fa-envelope"></i></a></div>
  690. <div id="linkThree"><a href="/submit" title="Submit"><br><i class="fa fa-pencil"></i></a></div>
  691. <div id="linkFour"><a href="/archive" title="Archive"><br><i class="fa fa-clock-o"></i></a></div>
  692.  
  693. <div class="blogtitle">{Title}</div>
  694.  
  695. <div class="description">{description}</div>
  696.  
  697. <div class="headerlinks">
  698. <a href="{text:Link 1 url}">{text:Link 1}</a>
  699. <a href="{text:Link 2 url}">{text:Link 2}</a>
  700. <a href="{text:Link 3 url}">{text:Link 3}</a>
  701. <a href="{text:Link 4 url}">{text:Link 4}</a>
  702. <a href="{text:Link 5 url}">{text:Link 5}</a>
  703. </div>
  704.  
  705.  
  706. </div>
  707.  
  708. <!-- POSTS -->
  709.  
  710. <div id="container">
  711.  
  712. <div class="posts">
  713.  
  714. {block:Posts}
  715.  
  716. <div class="entry">
  717.  
  718. <div class="content">
  719.  
  720. <!-- Date -->
  721. <div class="info">
  722. {block:Date}<p>
  723. <a href="{Permalink}">
  724. Posted {TimeAgo}</a>
  725. </div>
  726. {/block:Date}
  727.  
  728.  
  729. <!-- Text -->
  730. {block:Text}
  731. {block:Title}
  732. <a href="{Permalink}">
  733. <h1>{Title}</h1></a>
  734. {/block:Title}
  735. <h2>{Body}</h2>
  736. {/block:Text}
  737.  
  738.  
  739. <!-- Photo -->
  740. {block:Photo}
  741. {block:IndexPage}
  742. <img src="{PhotoURL-250}">
  743. </a><br>
  744. {/block:IndexPage}
  745. {block:PermalinkPage}
  746. <a href="{permalink}">
  747. <img src="{PhotoURL-500}"
  748. width="500"/></a>
  749. {/block:PermalinkPage}
  750. {/block:Photo}
  751.  
  752.  
  753. <!-- Photoset -->
  754. {block:Photoset}
  755. {block:IndexPage}
  756. {Photoset-250}
  757. {/block:IndexPage}
  758. {block:PermalinkPage}
  759. {Photoset-500}
  760. {/block:PermalinkPage}
  761. {/block:Photoset}
  762.  
  763.  
  764. <!-- Quote -->
  765. {block:Quote}
  766. <div class="quote">
  767. " {Quote} "
  768. {block:Source}
  769. <div class="source">-{Source}
  770. </div>{/block:Source}</div>
  771. {/block:Quote}
  772.  
  773. <!-- Link -->
  774. {block:Link}
  775. <center>
  776. <a href="{URL}"
  777. class="linkpost"
  778. target="_blank">
  779. <h1>{Name} &raquo; </h1></a>
  780. </center>
  781. {block:Description}
  782. <h2>{Description}</h2>
  783. {/block:Description}
  784. {/block:Link}
  785.  
  786. <!-- Chat -->
  787. {block:Chat}
  788. <div class="chat">
  789. <ul>
  790. {block:Lines}
  791. <li class="{Alt}">
  792. {block:Label}<b>{Label}</b>{/block:Label}
  793. {Line}
  794. </li>
  795. {/block:Lines}
  796. </ul>
  797. </div>
  798. {/block:Chat}
  799.  
  800. <!-- Audio -->
  801. {block:Audio}
  802. <div class="album">
  803. {block:AlbumArt}
  804. <img src="{AlbumArtURL}" width="70">
  805. {block:AlbumArt}</div>
  806. <div class="audio">
  807. {AudioPlayerWhite}
  808. {block:TrackName}<b>Track:</b> {TrackName}{/block:TrackName}<br>
  809. {block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br>
  810. {block:Album}<b>Album:</b> {Album}{/block:Album}</div>
  811. {/block:Audio}
  812.  
  813. <!-- Video -->
  814. {block:Video}
  815. {block:IndexPage}
  816. {VideoEmbed-250}
  817. {/block:IndexPage}
  818. {block:PermalinkPage}
  819. {VideoEmbed-500}
  820. {/block:PermalinkPage}
  821. {/block:Video}
  822.  
  823. <!-- Ask -->
  824. {block:Answer}
  825. <div class="question">
  826. <img src="{AskerPortraitURL-48}"
  827. align="left">
  828. {Asker}:</div>
  829. {Question}&nbsp;
  830. <div class="answer">
  831. {Answer}</div>
  832. {/block:Answer}
  833.  
  834. {block:IndexPage}
  835. {block:IfShowCaptions}
  836. {block:Caption}
  837. <h2>{Caption}</h2>
  838. {/block:Caption}
  839. {/block:IfShowCaptions}
  840. {/block:IndexPage}
  841.  
  842. {block:IfShowTags}
  843. {block:HasTags}
  844. {block:Tags}&nbsp;#
  845. <a href="{TagURL}">
  846. {Tag}</a>,&nbsp;
  847. {/block:Tags}
  848. {/block:HasTags}
  849. {block:IfShowTags}
  850.  
  851. <br>
  852.  
  853. <!-- Note count -->
  854.  
  855. {block:Date}
  856. {block:NoteCount}
  857. <div class="notec">
  858. {NoteCount}
  859. </div>
  860. {/block:NoteCount}
  861.  
  862. <!-- Like and reblog buttons-->
  863.  
  864. <ul class="like_and_reblog_buttons">
  865. <li>{LikeButton size="15"}</li>
  866. <li>{ReblogButton size="15"}</li>
  867. </ul>
  868.  
  869. {/block:Date}
  870.  
  871. <!-- Permalink page -->
  872. {block:PermalinkPage}
  873. {block:Caption}
  874. {Caption}
  875. {/block:Caption}
  876. {block:PostNotes}
  877. <br><br>
  878. {PostNotes}
  879. {/block:PostNotes}
  880. {/block:PermalinkPage}
  881.  
  882. <!-- Other -->
  883. {block:ContentSource}
  884. <!-- {SourceURL}
  885. {block:SourceLogo}
  886. <img src="{BlackLogoURL}"
  887. width="{LogoWidth}"
  888. height="{LogoHeight}"
  889. alt="{SourceTitle}" />
  890. {/block:SourceLogo}
  891. {block:NoSourceLogo}
  892. {SourceLink}
  893. {/block:NoSourceLogo} -->
  894. {/block:ContentSource}
  895.  
  896. </div></div>
  897.  
  898. {/block:Posts}
  899.  
  900. <!-- END POSTS -->
  901.  
  902. </div></div><br>
  903.  
  904. <!-- END CONTAINER -->
  905.  
  906. <!-- pagination -->
  907. {block:Pagination}
  908. <center>
  909. {block:PreviousPage}<a href="{PreviousPage}">«</a>
  910. {/block:PreviousPage}
  911. {block:JumpPagination length="5"}
  912. {block:CurrentPage}<span class="current_page">
  913. {PageNumber}</span>{/block:CurrentPage}
  914. {block:JumpPage}
  915. <span class="jump_page">
  916. <a href="{URL}">{PageNumber}</a></span>
  917. {/block:JumpPage}
  918. {/block:JumpPagination}
  919. {block:NextPage}
  920. <span class="jump_page">
  921. <a href="{NextPage}">»</a>
  922. </span>
  923. {/block:NextPage}
  924. </center>
  925. {/block:Pagination}
  926.  
  927. <a href="www.b0rn-to-be-wild--themes.tumblr.com"><div id="credits">
  928. <img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
  929.  
  930.  
  931. </body>
  932. </html>
  933.  
  934. <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement