Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.01 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <!--
  6. theme 7: oras! made by minccinos
  7. if you have any problems then just message me!
  8. -->
  9.  
  10.  
  11. <head>
  12. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  13.  
  14. <meta name="color:bg" content="#FFFFFF">
  15. <meta name="color:link" content="#E6E4E4">
  16. <meta name="color:link hover" content="#454545">
  17. <meta name="color:text" content="#9A9A9A">
  18. <meta name="color:scrollbar" content="#D6D5D5">
  19. <meta name="color:post border" content="#FAFAFA">
  20. <meta name="color:post bg" content="#FFFFFF">
  21. <meta name="color:sidebar border" content="#FAFAFA">
  22. <meta name="color:sidebar bg" content="#FFFFFF">
  23. <meta name="color:sidebar links" content="#EDEDED">
  24. <meta name="color:sidebar links hover" content="#EDEDED">
  25. <meta name="color:ask border" content="#FAFAFA">
  26. <meta name="color:ask bg" content="#FFFFFF">
  27. <meta name="color:postinfo link" content="#EDEDED">
  28. <meta name="color:postinfo link hover" content="#EDEDED">
  29. <meta name="color:dropdown border" content="#FAFAFA">
  30. <meta name="color:dropdown bg" content="#FFFFFF">
  31. <meta name="color:selection text" content="#FAFAFA">
  32. <meta name="color:selection bg" content="#FAFAFA">
  33.  
  34. <meta name="image:sidebar" content=""/>
  35. <meta name="image:favicon" content=""/>
  36. <meta name="image:bg" content=""/>
  37. <meta name="image:side" content=""/>
  38.  
  39. <meta name="if:updatestab" content="1"/>
  40. <meta name="if:250px" content="1"/>
  41. <meta name="if:roundsidebarimg" content="1"/>
  42. <meta name="if:coverbg" content="0">
  43. <meta name="if:sidebarimg" content="1">
  44. <meta name="if:dropdownlinks" content="1">
  45. <meta name="if:sideimgtopright" content="0" />
  46. <meta name="if:sideimgbottomleft" content="0" />
  47. <meta name="if:sideimgtopleft" content="0" />
  48.  
  49. <meta name="text:updates title" content="title here">
  50. <meta name="text:updates text" content="oo ur text goes here!!">
  51. <meta name="text:sideimg size" content="">
  52. <meta name="text:link1" content="">
  53. <meta name="text:link1 url" content="/">
  54. <meta name="text:link2" content="">
  55. <meta name="text:link2 url" content="/">
  56. <meta name="text:link3" content="">
  57. <meta name="text:link3 url" content="/">
  58. <meta name="text:link4" content="">
  59. <meta name="text:link4 url" content="/">
  60.  
  61. <meta name="select:border style" content="solid" title="solid">
  62. <meta name="select:border style" content="dotted" title="dotted">
  63. <meta name="select:border style" content="dashed" title="dashed">
  64.  
  65. <meta name="select:font" content="MS PGothic" title="MS PGothic">
  66. <meta name="select:font" content="consolas" title="consolas">
  67. <meta name="select:font" content="Arial" title="Arial">
  68. <meta name="select:font" content="Verdana" title="Verdana">
  69. <meta name="select:font" content="Lucida Console" title="Lucida Console">
  70. <meta name="select:font" content="Ubuntu" title="Ubuntu">
  71. <meta name="select:font" content="Ubuntu Mono" title="Ubuntu Mono">
  72.  
  73. <meta name="select:post effect" content="blank" title="no effects">
  74. <meta name="select:post effect" content="fade" title="fade to clear">
  75. <meta name="select:post effect" content="grayscale" title="grayscale to clear">
  76. <meta name="select:post effect" content="solidgrayscale" title="solid grayscale">
  77.  
  78. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  79. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  80. <link rel="shortcut icon" href="{image:favicon}"/>
  81. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  82. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  83. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  84.  
  85. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  86.  
  87. <script>
  88. (function($){
  89. $(document).ready(function(){
  90. $("a[title]").style_my_tooltips({
  91. tip_follows_cursor:true,
  92. tip_delay_time:10,
  93. tip_fade_speed:60,
  94. attribute:"title"
  95. });
  96. });
  97. })(jQuery);
  98. </script>
  99. <script type="text/javascript">
  100. WebFontConfig = {
  101. google: { families: [ 'Ubuntu+Mono::latin', 'Ubuntu::latin' ] }
  102. };
  103. (function() {
  104. var wf = document.createElement('script');
  105. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  106. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  107. wf.type = 'text/javascript';
  108. wf.async = 'true';
  109. var s = document.getElementsByTagName('script')[0];
  110. s.parentNode.insertBefore(wf, s);
  111. })(); </script>
  112. <style type="text/css">
  113. @import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu);
  114.  
  115. ::-moz-selection { /* Code for Firefox */
  116. color: {color:selection text};
  117. background: {color:selection bg};
  118. }
  119.  
  120. ::selection {
  121. color: {color:selection text};
  122. background: {color:selection bg};
  123. }
  124. a {
  125. color:{color:link};
  126. text-decoration:none;
  127. -moz-transition-duration:0.5s;
  128. -webkit-transition-duration:0.5s;
  129. -o-transition-duration:0.5s;
  130. }
  131.  
  132. a:hover {
  133. color:{color:link hover};
  134. text-decoration:none;
  135. -moz-transition-duration:0.5s;
  136. -webkit-transition-duration:0.5s;
  137. -o-transition-duration:0.5s;
  138. }
  139.  
  140.  
  141. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  142. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  143. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  144.  
  145. body {
  146. background-color:{color:bg};
  147. background-image:url('{image:bg}');
  148. background-attachment:fixed;
  149. {block:ifcoverbg}
  150. background-position: center center;
  151. background-repeat: no-repeat;
  152. background-attachment: fixed;
  153. background-size: cover;
  154. {/block:ifcoverbg}
  155. font-family:{select:font};
  156. font-weight:normal;
  157. }
  158.  
  159.  
  160.  
  161.  
  162. h1 {
  163. font-weight:normal;
  164. font-size:10px;
  165. text-align:center;
  166. font-style:normal;
  167. line-height:80%;
  168. letter-spacing:1px;
  169. text-transform:uppercase;
  170. color:{color:text};
  171. }
  172.  
  173. h2 {
  174. font-size:15px;
  175. text-align:center;
  176. line-height:100%;
  177. letter-spacing:-0.5px;
  178. color:{color:text};
  179. font-weight:normal;
  180. padding:5px;
  181. padding-bottom:2px;
  182. }
  183.  
  184.  
  185. blockquote {
  186. border-left:2px solid {color:text};
  187. padding-left:5px;
  188. margin:5px;
  189. font-size: 10px;
  190. }
  191.  
  192. #theme {
  193. background-color:{color:bg};
  194. width:700px;
  195. margin: 0 auto -12px auto;
  196. text-align: center;
  197. }
  198.  
  199. #sidebar {
  200. color:{color:text};
  201. position:fixed;
  202. margin-top:180px;
  203. margin-left: 50px;
  204. text-align:left;
  205. width: 110px;
  206. }
  207.  
  208. #sidebarimg img {
  209. margin-left: -75px;
  210. width:85px;
  211. height:85px;
  212. margin-bottom:25px;
  213. border: 1px {select:border style} {color:sidebar border};
  214. {block:ifroundsidebarimg}
  215. border-radius: 100px;
  216. {/block:ifroundsidebarimg}
  217. }
  218.  
  219.  
  220. .links {
  221. margin-top: 13px;
  222. padding: 10px;
  223. font-size: 12px;
  224. width: 115px;
  225. text-align:left;
  226. background-color: {color:sidebar bg};
  227. border: 1px {select:border style} {color:sidebar border};
  228. letter-spacing:1px;
  229. margin-left: -100px;
  230. line-height: 120%;
  231. }
  232.  
  233. .links a{
  234. color:{color:sidebar links};
  235. letter-spacing:3px;
  236. text-decoration:none;
  237. -moz-transition-duration:0.5;
  238. -webkit-transition-duration:0.5;
  239. -o-transition-duration:0.5;
  240. }
  241.  
  242. .links a:hover{
  243. color:{color:sidebar links hover};
  244. -moz-transition-duration:0.5;
  245. -webkit-transition-duration:0.5;
  246. -o-transition-duration:0.5;
  247. }
  248.  
  249. .desc2 {
  250. margin-left: -100px;
  251. position: relative;
  252. margin-bottom: 10px;
  253. width: 125px;
  254. padding: 5px;
  255. background-color: {color:sidebar bg};
  256. border: 1px {select:border style} {color:sidebar border};
  257. text-align:center;
  258. font-size:12px;
  259. color:{color:text};
  260. letter-spacing:1px;
  261. line-height:150%;
  262. }
  263. {block:ifsidebarimg}
  264. .desc2:after {
  265. content: "";
  266. position: absolute;
  267. top: -14px;
  268. left: 53px;
  269. border-style: {select:border style};
  270. border-width: 0 14px 15px;
  271. display: block;
  272. border-color: {color:sidebar bg} transparent;
  273. width: 0;
  274. z-index: 1;
  275. }
  276.  
  277. .desc2:before {
  278. content: "";
  279. position: absolute;
  280. top: -15px;
  281. left: 53px;
  282. border-style: {select:border style};
  283. border-width: 0 14px 15px;
  284. display: block;
  285. border-color: {color:sidebar border} transparent;
  286. display: block;
  287. width: 0;
  288. z-index: 0;
  289. }
  290.  
  291. {/block:ifsidebarimg}
  292.  
  293. #side {
  294. {block:ifnotsideimgtopleft}
  295. {block:ifnotsideimgbottomleft}
  296. {block:ifnotsideimgtopright}
  297. position:fixed; bottom:0px; right:0px;
  298. {/block:ifnotsideimgtopright}
  299. {/block:ifnotsideimgbottomleft}
  300. {/block:ifnotsideimgtopleft}
  301.  
  302. {block:ifnotsideimgtopleft}
  303. {block:ifnotsideimgbottomleft}
  304. {block:ifsideimgtopright}
  305. position:fixed; top:0px; right:0px;
  306. {/block:ifsideimgtopright}
  307. {/block:ifnotsideimgbottomleft}
  308. {/block:ifnotsideimgtopleft}
  309.  
  310. {block:ifnotsideimgtopleft}
  311. {block:ifsideimgbottomleft}
  312. position:fixed; bottom:0px; left:0px;
  313. {/block:ifsideimgbottomleft}
  314. {/block:ifnotsideimgtopleft}
  315.  
  316. {block:ifsideimgtopleft}
  317. position:fixed; top:0px; left:0px;
  318. {/block:ifsideimgtopleft}
  319.  
  320. }
  321. #stuffcontainer {
  322. float:left;
  323. margin-left:200px;
  324. margin-top:35px;
  325. text-align:left;
  326. color:{color:text};
  327. font-size: 12px;
  328. margin-bottom: 35px;
  329. }
  330.  
  331.  
  332. #stuff {
  333. {block:ifnot250px}
  334. width:400px;
  335. {/block:ifnot250px}
  336. {block:if250px}
  337. width: 250px;
  338. {/block:if250px}
  339. margin-top:75px;
  340. text-align:left;
  341. font-size:12x;
  342. line-height:110%;
  343. letter-spacing:0x;
  344. color:{color:text};
  345. border: 1px {select:border style} {color:post border};
  346. background-color: {color:post bg};
  347. padding-bottom: 0px;
  348. padding: 15px;
  349. {block:permalinkpage}
  350. padding-bottom: 15px;
  351. {/block:permalinkpage}
  352. word-wrap: break-word;
  353. }
  354. #stuff img {
  355. max-width: 100%;
  356. }
  357. .fade {
  358. opacity: 0.7;
  359. -moz-transition-duration:1s;
  360. -webkit-transition-duration:1s;
  361. -o-transition-duration:1s;
  362. }
  363. .fade:hover {
  364. opacity: 1;
  365. -moz-transition-duration:1s;
  366. -webkit-transition-duration:1s;
  367. -o-transition-duration:1s;
  368. }
  369.  
  370. .grayscale {
  371. -webkit-filter: Grayscale(100%);
  372. -moz-transition-duration:1s;
  373. -webkit-transition-duration:1s;
  374. -o-transition-duration:1s;
  375. }
  376. .grayscale:hover {
  377. filter: none;
  378. -webkit-filter: grayscale(0%);
  379. -moz-transition-duration:1s;
  380. -webkit-transition-duration:1s;
  381. -o-transition-duration:1s; }
  382.  
  383. .solidgrayscale {
  384. -webkit-filter: Grayscale(100%);
  385. }
  386.  
  387. .blank {
  388. filter: none;
  389. }
  390. .caption {
  391. {block:ifnot250px}
  392. width:400px;
  393. {/block:ifnot250px}
  394. {block:if250px}
  395. width: 250px;
  396. {/block:if250px}
  397. text-align:left;
  398. font-size: 10px;
  399. line-height:120%;
  400. }
  401.  
  402.  
  403. .ask {
  404. position: relative;
  405. {block:ifnot250px}
  406. width: 380px;
  407. {/block:ifnot250px}
  408. {block:if250px}
  409. width: 230px;
  410. {/block:if250px}
  411. padding: 10px;
  412. font-size: 11px;
  413. line-height: 120%;
  414. background: {color:ask bg};
  415. border: {color:ask border} {select:border style} 1px;
  416. }
  417.  
  418. .askerimg {
  419. padding: 4px;
  420. width: 15px;
  421. height: 15px;
  422. border-top: 0px;
  423. background-color: {color:ask bg};
  424. border: 1px {select:border style} {color:ask border};
  425.  
  426. }
  427.  
  428. .askerimg img {
  429. width: 16px;
  430. }
  431.  
  432. .ans {
  433. text-align:left;
  434. padding:10px;
  435. font-size: 12px;
  436. color:{color:text};
  437. }
  438.  
  439. .audio {
  440. {block:ifnot250px}
  441. width:400px;
  442. {/block:ifnot250px}
  443. {block:if250px}
  444. width: 250px;
  445. {/block:if250px}
  446. padding-bottom:10px;
  447. background-color: transparent;
  448. }
  449.  
  450. .albumart {
  451. float:left;
  452. padding:0px 10px 10px 0px;
  453. }
  454.  
  455. .albumart img {
  456. margin-top: 8px;
  457. width:45px;
  458. height:45px;
  459. }
  460.  
  461. .playercontainer {
  462. text-align:left;
  463. padding:10px;
  464. background-color:#ffffff;
  465. {block:ifnot250px}
  466. width:380px;
  467. {/block:ifnot250px}
  468. {block:if250px}
  469. width: 230px;
  470. {/block:if250px}
  471. }
  472.  
  473. .audioinfo {
  474. padding:10px;
  475. font-size: 10px;
  476. color:{color:text};
  477. }
  478.  
  479. #postinfo {
  480. margin-left: -16px;
  481. margin-top: 15px;
  482. margin-bottom: -15px;
  483. font-size: 12px;
  484. position: relative;
  485. {block:ifnot250px}
  486. width:420px;
  487. {/block:ifnot250px}
  488. {block:if250px}
  489. width: 270px;
  490. {/block:if250px}
  491. padding: 5px;
  492. background: {color:post bg};
  493. border: {color:post border} {select:border style} 1px;
  494. border-bottom: 0px;
  495. }
  496.  
  497.  
  498.  
  499.  
  500. #postinfo a {
  501. text-decoration:underline;
  502. color:{color:postinfo link};
  503. text-align:center;
  504. letter-spacing:1px;
  505. font-style:normal;
  506. }
  507.  
  508. #postinfo a:hover {
  509. color:{color:postinfo link hover};
  510. }
  511.  
  512.  
  513. .note {
  514. font-style:normal;
  515. letter-spacing:2px;
  516. font-size: 12px;
  517. text-align:left;
  518. line-height:110%;
  519. margin-left:-40px;
  520. }
  521.  
  522. .note li {
  523. list-style-type:none;
  524. border-bottom:1px {select:border style} {color:post border};
  525. padding:10px 25px 10px 25px;
  526. text-align:left;
  527. margin:0px;
  528. -moz-transition-duration:0.5s;
  529. -webkit-transition-duration:0.5s;
  530. -o-transition-duration:0.5s;
  531. }
  532.  
  533. .note li img {
  534. display: none;
  535. }
  536.  
  537. .tags {
  538. font-style:normal;
  539. {block:ifnot250px}
  540. width:400px;
  541. {/block:ifnot250px}
  542. {block:if250px}
  543. width: 250px;
  544. {/block:if250px}
  545. text-transform:uppercase;
  546. font-style:normal;
  547. color:{color:tags};
  548. letter-spacing:2px;
  549. line-height:120%;
  550. font-size:10px;
  551. text-align:left;
  552. padding:2px;
  553. -moz-transition-duration:0.5s;
  554. -webkit-transition-duration:0.5s;
  555. -o-transition-duration:0.5s;
  556. }
  557.  
  558. .tags a {
  559. color:{color:tags};
  560. text-decoration: none;
  561. letter-spacing:1px;
  562. padding:1px;
  563. }
  564.  
  565. .tags a:hover {
  566. color:{color:tags hover};
  567. }
  568.  
  569. ul.chat, .chat ol, .chat li {
  570. list-style:none;
  571. margin:0px;
  572. padding:2px;
  573. }
  574.  
  575. .label {
  576. text-decoration:underline;
  577. font-weight:700;
  578. background-color:{color:post bg};
  579. margin-right:5px;
  580. }
  581.  
  582.  
  583. #reblog {
  584. font-size: 12px;
  585. width: 14px;
  586. {block:ifnot250px}
  587. margin-left: 406px;
  588. {/block:ifnot250px}
  589. {block:if250px}
  590. margin-left: 256px;
  591. {/block:if250px}
  592. margin-top: -13px;
  593. }
  594.  
  595.  
  596. .updates {
  597. margin-top: 40px;
  598. margin-left: 30px;
  599. position: fixed;
  600. width: 125px;
  601. padding: 5px;
  602. background: {color:post bg};
  603. border: 1px {select:border style} {color:post border};
  604. background: {color:post bg};
  605. text-align:center;
  606. font-size:10px;
  607. color:{color:text};
  608. letter-spacing:1px;
  609. line-height:150%;
  610. }
  611.  
  612. #s-m-t-tooltip {
  613. max-width:300px;
  614. border-radius: 0px;
  615. padding:3px 4px 5px 4px;
  616. margin:20px 7px -2px 20px;
  617. background-color:#ffffff;
  618. color: {color:text};
  619. border:1px {select:border style} {color:post border};
  620. font-size:12px;
  621. z-index:999999999999999999999999999999999999;
  622. }
  623. {CustomCSS}
  624.  
  625. </style></head>
  626. <script type="text/javascript" src="http://static.tumblr.com/mki9ppc/uARnipnlk/smooth.js"></script>
  627. <body>
  628. <div id="side"><img height="{text:sideimg size}" src="{image:Side}"></div>
  629. {block:ifupdatestab}
  630. <div class="updates">
  631. <b>{text:updates title}</b> <br>
  632. <div class="txt">
  633. {text:updates text}
  634. </div>
  635. </div>
  636. {/block:ifupdatestab}
  637. <div id="theme">
  638. <div id="sidebar">
  639. {block:ifsidebarimg}
  640. <div id="sidebarimg">
  641. <a href="/"><img src="{image:sidebar}"></a>
  642. </div>
  643. {/block:ifsidebarimg}
  644. <div class="desc2">
  645. {Description}
  646. {block:ifdropdownlinks}
  647. <form action="">
  648. <select onChange="location.href=this.options[this.selectedIndex].value;" style="
  649. font-family: {select:font};
  650. font-size: 12px;
  651. -webkit-appearance: none;
  652. letter-spacing: 2px;
  653. text-align:center;
  654. padding:2px;
  655. background-color: {color:dropdown background};
  656. border: 1px solid {color:dropdown border};
  657. ">
  658.  
  659. <option value="">navigation</option>
  660. <option value="/">home</option>
  661. {block:askenabled}<option value="/ask">ask</option>{/block:askenabled}
  662. {block:ifLink1}<option value="{text:link1 url}">{text:link1}</option>{/block:ifLink1}
  663. {block:ifLink2}<option value="{text:link2 url}">{text:link2}</option>{/block:ifLink2}
  664. {block:ifLink2}<option value="{text:link3 url}">{text:link3}</option>{/block:ifLink2}
  665. {block:ifLink4}<option value="{text:link4 url}">{text:link4}</option>{/block:ifLink4}
  666. </select>
  667. </form>
  668. <br>
  669. {/block:ifdropdownlinks}
  670. </div>
  671. {block:ifnotdropdownlinks}
  672. <div class="links">
  673. <a href="/"><i class="fa fa-caret-right"></i> home</a><br>
  674. {Block:AskEnabled}<a href="/ask"><i class="fa fa-caret-right"></i> ask</a><br>{/Block:AskEnabled}
  675. {block:Iflink1}
  676. <a href="{text:link1 url}"><i class="fa fa-caret-right"></i> {text:link1}</a><br>
  677. {/block:Iflink1}
  678. {block:Iflink2}
  679. <a href="{text:link2 url}"><i class="fa fa-caret-right"></i> {text:link2}</a><br>
  680. {/block:Iflink2}
  681. {block:Iflink3}
  682. <a href="{text:link3 url}"><i class="fa fa-caret-right"></i> {text:link3}</a><br>
  683. {/block:Iflink3}
  684. {block:IfLink4}
  685. <a href="{text:link4 url}"><i class="fa fa-caret-right"></i> {text:link4}</a>
  686. {/block:IfLink4}
  687. </div>
  688. {/block:ifnotdropdownlinks}
  689. </div>
  690. <div id="stuffcontainer">
  691. <div class="autopagerize_page_element">
  692. {block:Posts}
  693.  
  694. <div id="stuff">
  695.  
  696. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  697.  
  698. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  699.  
  700. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  701. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  702.  
  703. {block:Photo}
  704. <div class="{select:post effect}">
  705. <center>
  706. {Block:ifnot250px}
  707. <img src="{PhotoURL-400}"/>
  708. {/Block:ifnot250px}
  709. {Block:if250px}
  710. <img src="{PhotoURL-250}"/>
  711. {/Block:if250px}
  712. </center>
  713. </div>
  714. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  715.  
  716. {block:Photoset}
  717. <div class="{select:post effect}">
  718. <center>
  719. {block:ifnot250px}
  720. {Photoset-400}
  721. {/block:ifnot250px}
  722. {block:if250px}
  723. {Photoset-250}
  724. {/block:if250px}</center>
  725. </div>
  726. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  727.  
  728. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  729.  
  730. {block:Video}
  731. <div class="{select:post effect}">
  732. {block:ifnot250px}
  733. {Video-400}
  734. {/block:ifnot250px}
  735. {block:if250px}
  736. {Video-250}
  737. {/block:if250px}
  738. </div>
  739. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  740.  
  741. {block:Answer}<div class="ask">
  742. <b>{Asker} asked:</b> {Question}</div>
  743. <div class="askerimg"><img src="{AskerPortraitURL-24}"></div>
  744. <div class="ans">{Answer}</div>
  745.  
  746. {/block:answer}
  747.  
  748. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  749. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  750. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  751. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  752. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  753.  
  754.  
  755.  
  756. {block:Date}<div id="postinfo"> <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCount}N</a>{/block:NoteCount}
  757.  
  758. <div id="reblog">
  759. <a href="{ReblogURL}" title="reblog"><i class="fa fa-retweet"></i></a>
  760. </div>
  761. {block:HasTags}
  762. <div class="tags">
  763. {block:Tags}<a href="{TagURL}">+{Tag}</a>&nbsp;{/block:Tags}</div>
  764. {/block:HasTags}
  765. {block:permalinkpage}
  766. {block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  767. {block:ContentSource}/ <a href="{SourceURL}">src</a>{/block:ContentSource}
  768. {/block:permalinkpage}
  769. {/block:Date}
  770. </div>
  771. <div class="note">
  772. {block:PostNotes}{PostNotes}{/block:PostNotes}
  773. </div>
  774.  
  775. </div>
  776. {/block:Posts}
  777.  
  778.  
  779. </div>
  780. <div style="position:fixed;bottom:1px; right:3px;"><a href="http://minccinos.tumblr.com/" title="theme made by minccinos"><img src="http://media.tumblr.com/492bee0b16a82beab99b3141dcba08ea/tumblr_inline_nfvkr5vxAa1s96eki.png"></a>
  781. </div>
  782. </div>
  783. </div>
  784. </div>
  785. </body>
  786. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement