Advertisement
awkwardpengu1n

Theme 31 by awkward-pengu1n

Jul 27th, 2013
4,914
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.07 KB | None | 0 0
  1. <!--
  2. Theme 31 by Julia (awkward-pengu1n.tumblr.com)
  3. Please keep the credit, if you don't I will find you, report you, and your blog may be deleted! Code stealing IS illegal (copyright infringement) and I can sue you by filling out a form on tumblr.
  4. You may edit this to your liking just remember to credit me :)
  5. -->
  6.  
  7. <html lang="en">
  8. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11.  
  12. <script type="text/javascript">
  13. <!--
  14.  
  15. // Disable Right Click Script
  16.  
  17. function IE(e)
  18. {
  19. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  20. {
  21. return false;
  22. }
  23. }
  24. function NS(e)
  25. {
  26. if (document.layers || (document.getElementById && !document.all))
  27. {
  28. if (e.which == "2" || e.which == "3")
  29. {
  30. return false;
  31. }
  32. }
  33. }
  34. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  35.  
  36. //-->
  37. </script>
  38.  
  39.  
  40. <script type="text/javascript"
  41. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  42.  
  43. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  44. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  45. <script>
  46. (function($){
  47. $(document).ready(function(){
  48. $("a[title]").style_my_tooltips({
  49. tip_follows_cursor:true,
  50. tip_delay_time:90,
  51. tip_fade_speed:600,
  52. attribute:"title"
  53. });
  54. });
  55. })(jQuery);
  56. </script>
  57.  
  58. <!--DEFAULT VARIABLES-->
  59. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  60. <meta name="color:background" content="#fff"/>
  61. <meta name="color:link" content="#777"/>
  62. <meta name="color:text" content="#777"/>
  63. <meta name="color:scrollbar" content="#ccc"/>
  64. <meta name="color:box shadows" content="#ddd"/>
  65. <meta name="color:title" content="#333"/>
  66. <meta name="color:blogtitle" content="#454545"/>
  67. <meta name="color:blogtitle shadow" content="#ddd"/>
  68. <meta name="color:hover" content="#fff"/>
  69. <meta name="color:links border" content="#ddd"/>
  70. <meta name="color:tooltip borders" content="#bbb"/>
  71. <meta name="image:sidebar" content="1"/>
  72. <meta name="image:background" content="1"/>
  73. <meta name="image:bar 1" content=""/>
  74. <meta name="image:bar 2" content=""/>
  75. <meta name="text:title 1" content="true beauty">
  76. <meta name="text:title 2" content="lies within">
  77. <meta name="text:name" content="bob">
  78. <meta name="text:link one" content="link one"/>
  79. <meta name="text:link one hover" content="one"/>
  80. <meta name="text:link two" content="link two"/>
  81. <meta name="text:link two hover" content="two"/>
  82. <meta name="text:link three" content="link three"/>
  83. <meta name="text:link three hover" content="three"/>
  84. <meta name="text:link four" content="link four"/>
  85. <meta name="text:link four hover" content="four"/>
  86. <meta name="text:link five" content="link five"/>
  87. <meta name="text:link five hover" content="five"/>
  88. <meta name="text:link six" content="link six"/>
  89. <meta name="text:link six hover" content="six"/>
  90.  
  91.  
  92. <style type="text/css">
  93.  
  94. #s-m-t-tooltip {
  95. max-width:300px;
  96. padding:2px 3px 2px 3px;
  97. margin:20px 0px 0px 20px;
  98. background: #fff; /* change the background color */
  99. border:3px solid {color:tooltip borders}; /* change the border color */
  100. border-top:1px solid {Color:tooltip borders};
  101. border-bottom:1px solid {color:tooltip borders};
  102. font-family:consolas; /* change the font */
  103. font-style:italic;
  104. border-radius:10px;
  105. font-size:10px;
  106. line-height:11px;
  107. letter-spacing:0px; /* change the letter spacing */
  108. text-transform:none; /* can be uppercase, lowercase, none*/
  109. color:{color:text}; /* change the text color */
  110. z-index:999999999999999999999999999999999999;
  111. }
  112.  
  113.  
  114. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.3s linear;opacity: 0.3;-webkit-transition: all 0.8s ease-out;-moz-
  115.  
  116. transition: all 0.8s ease-out;transition: all 0.8s ease-out;-webkit-filter: invert(100%);}
  117.  
  118. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  119.  
  120. p {
  121. margin:0px;
  122. margin-top:0px;
  123. }
  124.  
  125.  
  126. body {
  127. padding: 0px;
  128. margin: 0px;
  129. color:{color:text};
  130. font-family: consolas;
  131. line-height:15px;
  132. font-size:10px;
  133. background-color: {color:Background};
  134. background-image:url({image:Background});
  135. background-attachment: fixed;
  136. background-repeat: repeat;
  137. }
  138.  
  139.  
  140. a:link, a:active, a:visited{
  141. text-decoration: none;
  142. -webkit-transition: color 0.3s ease-out;
  143. -moz-transition: color 0.3s ease-out;
  144. transition: color 0.3s ease-out;
  145. color:{color:link};
  146. }
  147.  
  148. a:hover {
  149. text-decoration: none;
  150. font-style:;
  151. color: {color:Hover};
  152. }
  153.  
  154. div#center{
  155. margin:auto;
  156. position:relative;
  157. width:1000px;
  158. margin-left:250px;
  159. background-color:;
  160. overflow:auto;
  161. overflow-y:hidden;
  162. }
  163.  
  164.  
  165. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  166. .entry {
  167. float:left;
  168. display: block;
  169. margin:8px;
  170. padding:10px;
  171. padding-bottom:6px;
  172. box-shadow:0px 0px 2px {color:box shadows};
  173. overflow:hidden;
  174. width:220px;
  175. {block:PermalinkPage}
  176. width:450px;
  177. text-align:left;
  178. line-height:15px;
  179. {/block:PermalinkPage}
  180. background:white;
  181. background-image:URL();
  182. }
  183.  
  184.  
  185. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  186. .entry .perma{
  187. width:200px;
  188. height:16px;
  189. margin-left:5px;
  190. position: absolute;
  191. line-height: 16px;
  192. overflow:hidden;
  193. text-align:center;
  194. top:-15px;
  195. border:1px solid #dbdbdb;
  196. background:white;
  197. padding:4px;
  198. padding-top:2px;
  199. padding-bottom:2px;
  200. font-style:italic;
  201. word-spacing:2px;
  202. letter-spacing:1px;
  203. opacity: 0.0;
  204. -webkit-transition: opacity .7s linear;
  205. -webkit-transition: all .7s ease-in-out;
  206. -moz-transition: all .7s ease-in-out;
  207. -o-transition: all .7s ease-in-out;
  208.  
  209. }
  210.  
  211. .entry:hover .perma{
  212. overflow:visible;
  213. opacity:1;
  214. top:15px;
  215. }
  216.  
  217.  
  218. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  219. #posts {
  220. width:810px;
  221. margin-top:22px;
  222. z-index:99;
  223. margin-left:180px;
  224. right:auto;
  225. background:transparent;
  226. margin-right:auto;
  227. position:relative;
  228. overflow-y: hidden;
  229. }
  230.  
  231.  
  232. /*CUSTOMIZE SIDEBAR HERE*/
  233. #sidebar{
  234. position:fixed !important;
  235. padding:20px;
  236. box-shadow:0px 0px 2px {color:box shadows};
  237. width:250px;
  238. background:white;
  239. height:auto;
  240. margin-top:120px;
  241. margin-left:-185px;
  242. text-align:center;
  243. font-family:consolas;
  244. font-size:10px;
  245. -webkit-transition: opacity .7s linear;
  246. -webkit-transition: all .7s ease-in-out;
  247. -moz-transition: all .7s ease-in-out;
  248. -o-transition: all .7s ease-in-out;
  249. }
  250.  
  251. #links{
  252. position:fixed;
  253. width:290px;
  254. margin-top:0px;
  255. margin-left:-20px;
  256. border-radius:10px;
  257. height:10px;
  258. opacity:0;
  259. -webkit-transition: opacity .7s linear;
  260. -webkit-transition: all .7s ease-in-out;
  261. -moz-transition: all .7s ease-in-out;
  262. -o-transition: all .7s ease-in-out;
  263. }
  264.  
  265. #sidebar:hover{
  266. padding-bottom:35px;
  267. }
  268.  
  269. #sidebar:hover #links{
  270. opacity:1;
  271. margin-top:10px;
  272. }
  273.  
  274. #links a{
  275. display:inline-block;
  276. width:20px;
  277. background:#f4f4f4;
  278. height:20px;
  279. border-radius:5px 5px 0px 0px;
  280. margin-left:4px;
  281. margin-right:4px;
  282. padding:2px;
  283. border:1px solid {color:links border};
  284. border-bottom:0px;
  285. font-family:lubalin;
  286. font-size:15px;
  287. line-height:20px;
  288. -webkit-transition: opacity .7s linear;
  289. -webkit-transition: all .7s ease-in-out;
  290. -moz-transition: all .7s ease-in-out;
  291. -o-transition: all .7s ease-in-out;
  292. }
  293.  
  294. #links a:hover{
  295. background:{color:links border};
  296. border-radius:20px;
  297. -webkit-transform:rotate(360deg);
  298. }
  299.  
  300. askk{
  301. font-family: "neverletgo";
  302. font-size: 15px;
  303. text-transform:normal;
  304. text-align:left;
  305. letter-spacing: 1px;
  306. line height:20px;
  307. color: {color:link};
  308. z-index: 1;
  309. }
  310.  
  311. #blogtitle{
  312. position:fixed;
  313. font-family:neverletgo;
  314. text-shadow:2px 2px 2px {color:blogtitle shadow};
  315. font-size:50px;
  316. color:{color:blogtitle};
  317. line-height:50px;
  318. margin-top:-50px;
  319. -webkit-transition: opacity .7s linear;
  320. -webkit-transition: all .7s ease-in-out;
  321. -moz-transition: all .7s ease-in-out;
  322. -o-transition: all .7s ease-in-out;
  323. }
  324.  
  325. #sidebar:hover #blogtitle{
  326. margin-top:50px;
  327. opacity:0;
  328. }
  329.  
  330. #blogtitle2{
  331. position:fixed;
  332. font-family:neverletgo;
  333. text-shadow:2px 2px 2px {color:blogtitle shadow};
  334. font-size:50px;
  335. color:{color:blogtitle};
  336. line-height:50px;
  337. margin-top:50px;
  338. opacity:0;
  339. -webkit-transition: opacity .7s linear;
  340. -webkit-transition: all .7s ease-in-out;
  341. -moz-transition: all .7s ease-in-out;
  342. -o-transition: all .7s ease-in-out;
  343. }
  344.  
  345. #sidebar:hover #blogtitle2{
  346. margin-top:-50px;
  347. opacity:1;
  348. }
  349.  
  350. #sidepic img{
  351. background:#f4f4f4;
  352. padding:6px;
  353. margin-top:-7px;
  354. margin-left:-7px;
  355. border:1px solid #eee;
  356. }
  357.  
  358. #desc{
  359. margin-top:2px;
  360. }
  361.  
  362. #lacee{
  363. position:fixed;
  364. z-index:999;
  365. top:0px;
  366. left:0px;
  367. width:100%;
  368. height:18px;
  369. opacity:0.9;
  370. border-top:6px solid white;
  371. background-image:url(http://static.tumblr.com/pbot8z9/fmKmqapgi/scallop.png);
  372. }
  373.  
  374. #cred{
  375. border:1px solid #ccc;
  376. position:fixed;
  377. left:-130px;
  378. bottom:4px;
  379. font-size:10px;
  380. width:140px;
  381. height:14px;
  382. padding-top:1px;
  383. line-height:12px;
  384. text-align:right;
  385. padding-right:2px;
  386. font-family:consolas;
  387. background:#ffffff;
  388. z-index:999999;
  389. -webkit-transition: opacity .7s linear;
  390. -webkit-transition: all .7s ease-in-out;
  391. -moz-transition: all .7s ease-in-out;
  392. -o-transition: all .7s ease-in-out;
  393. }
  394.  
  395. #cred a:hover{
  396. color:{color:link};
  397. }
  398.  
  399. #cred:hover{
  400. left:0px;
  401. }
  402.  
  403. #bar{
  404. position:fixed !important;
  405. height:100%;
  406. top:-1px;
  407. margin-left:160px;
  408. border-left:3px double white;
  409. border-right:3px double white;
  410. background-image:url({image:bar 1});
  411. width:10px;
  412. }
  413.  
  414. #bar2{
  415. position:fixed !important;
  416. height:100%;
  417. top:-1px;
  418. margin-left:955px;
  419. border-left:3px double white;
  420. border-right:3px double white;
  421. background-image:url({image:bar 2});
  422. width:10px;
  423. }
  424.  
  425.  
  426. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  427. @font-face { font-family: "aire"; src: url('http://static.tumblr.com/wkrmnwc/4cZmmv7w1/southernaire_personal_use_only.ttf'); }
  428. @font-face { font-family: "lubalin"; src: url('http://static.tumblr.com/gyoju49/nm1mo9g6c/meem19.ttf'); }
  429. @font-face { font-family: "good time"; src: url('http://static.tumblr.com/u37ad6e/bR1mb6f8o/kgalwaysagoodtime.ttf'); }
  430. @font-face { font-family: "neverletgo"; src: url('http://static.tumblr.com/q54tzar/o02m2jt6c/neverletgo_3_.ttf'); }
  431. @font-face { font-family:"fighter"; src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,}
  432. @font-face {font-family: cedarville; src: url('http://static.tumblr.com/fxpo5zq/oefmes3gi/cedarville_pnkfun_1_cursive.ttf');}
  433. @font-face {font-family:shelter me; src: url('http://static.tumblr.com/pbot8z9/7Igmqm4bu/shelter_me_1_.ttf');}
  434.  
  435. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  436. .title{
  437. line-height: 22px;
  438. color:{color:Title};
  439. font-weight: normal;
  440. font-family:lubalin;
  441. font-size:22px;
  442. }
  443.  
  444.  
  445. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  446. .permalink{
  447. text-transform: uppercase;
  448. display: block;
  449. text-align: right;
  450. border: 1px solid #ebebeb;
  451. margin-left:1px;
  452. margin-right:0px;
  453. opacity:0;
  454. background:#f4f4f4;
  455. width:100%;
  456. text-decoration: none;
  457. font-family:consolas;
  458. font-style:italic;
  459. font-size:8px;
  460. {block:permalinkpage}
  461. height:0px;
  462. border:0px;
  463. {/block:permalinkpage}
  464. -webkit-transition: opacity .7s linear;
  465. -webkit-transition: all .7s ease-in-out;
  466. -moz-transition: all .7s ease-in-out;
  467. -o-transition: all .7s ease-in-out;
  468. }
  469.  
  470. .entry:hover .permalink{
  471. opacity:1;
  472. {block:permalinkpage}
  473. opacity:0;
  474. {/block:permalinkpage}
  475. }
  476.  
  477.  
  478. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  479. #infscr-loading{
  480. bottom: -70px;
  481. position: absolute;
  482. left: 50%;
  483. margin-left:-8px;
  484. width:16px;
  485. height:11px;
  486. overflow:hidden;
  487. margin-bottom: 50px;
  488. }
  489.  
  490. #postnotes{
  491. text-align: justify;}
  492.  
  493. #postnotes blockquote{
  494. border: 0px;}
  495.  
  496. blockquote{
  497. padding:0px 0px 2px 5px;
  498. margin:0px 0px 2px 10px;
  499. border-left: 1px dotted #555555;
  500. }
  501.  
  502. blockquote p, ul{
  503. margin:0px;
  504. padding:0px;
  505. }
  506.  
  507. ::-webkit-scrollbar-thumb{
  508. background-color: {color:scrollbar};
  509. border: 2px solid #ffffff;
  510. height:5px;
  511. -moz-border-radius: 20px;
  512. border-radius: 20px;
  513. }
  514.  
  515. ::-webkit-scrollbar {
  516. height:5px;
  517. width:9px;
  518. background-color: #aaaaaa;
  519. border: 4px solid #fff;
  520. }
  521.  
  522. a img{border: 0px;}
  523.  
  524.  
  525. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  526.  
  527. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  528. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  529.  
  530. .notes img{width:10px; position:relative; top:3px;}
  531. <--ses-->
  532. small{font-size: 90%;}
  533.  
  534. {CustomCSS}
  535.  
  536. </style>
  537.  
  538. {block:IndexPage}
  539. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  540. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  541. <script type='text/javascript' src='http://static.tumblr.com/pbot8z9/0iJmoyod4/infinitescrolling.js'></script>
  542.  
  543. <script type="text/javascript">
  544. $(window).load(function(){
  545. var $wall = $('#posts');
  546. $wall.imagesLoaded(function(){
  547. $wall.masonry({
  548. itemSelector: '.entry, .entry_photo',
  549. isAnimated : false
  550. });
  551. });
  552.  
  553. $wall.infinitescroll({
  554. navSelector : '#pagination',
  555. nextSelector : '#pagination a',
  556. itemSelector : '.entry, .entry_photo',
  557. bufferPx : 2000,
  558. debug : false,
  559. errorCallback: function() {
  560. $('#infscr-loading').fadeOut('normal');
  561. }},
  562. function( newElements ) {
  563. var $newElems = $( newElements );
  564. $newElems.hide();
  565. $newElems.imagesLoaded(function(){
  566. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  567. });
  568. }); $('#posts').show(500);
  569. });
  570. </script>
  571.  
  572.  
  573. {/block:IndexPage}
  574.  
  575.  
  576. <title>{title}</title>
  577.  
  578. <link rel="shortcut icon" href="{Favicon}" />
  579. <meta name="viewport" content="width=820" />
  580. </head>
  581.  
  582. <body>
  583. <BODY onselectstart="return false;" ondragstart="return false;">
  584. <div class="wrapper">
  585. <div class="header">
  586. </div>
  587.  
  588. <div id="cage">
  589. <div id="center">
  590.  
  591. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  592. <div id="sidebar">
  593. <div id="blogtitle">{text:title 1}</div>
  594. <div id="blogtitle2">{text:title 2}</div>
  595. <center>
  596. <div id="sidepic"><a href="/"><img src="{image:sidebar}" width=100%></a></div>
  597. <div id="desc">{description}</div>
  598. <div id="links"><a href="{text:link one}" title="{text:link one hover}">.01</a> <a href="{text:link two}" title="{text:link two hover}">.02</a> <a href="{text:link three}" title="{text:link three hover}">.03</a> <a href="{text:link four}" title="{text:link four hover}">.04</a> <a href="{text:link five}" title="{text:link five hover}">.05</a> <a href="{text:link six}" title="{text:link six hover}">.06</a> <a href="http://awkward-pengu1n.tumblr.com" title="theme credit">.07</a></div>
  599. </center>
  600. </div>
  601. <!------------------------------------->
  602.  
  603.  
  604. <div class="left">
  605. <div id="lacee"></div>
  606. <div id="bar"></div>
  607. <div id="bar2"></div>
  608. <div id="posts">
  609. {block:Posts}
  610. <div class="entry">
  611.  
  612. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  613.  
  614. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{timeago} &middot {notecountwithlabel}&nbsp</a></a><br>{/block:HasTags}</span></align>
  615. {/block:Text}
  616.  
  617. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  618.  
  619. class="permalink"><a href="{Permalink}">{timeago} &middot {notecountwithlabel}&nbsp</a> <a href="{Permalink}"></span></align>{block:Link}</a>
  620.  
  621. {block:Photo}
  622. {block:IndexPage}
  623. <center>
  624. <div class="perma">
  625. <a href="{ReblogURL}" target="_blank"> reblog this </a>with <a href="{Permalink}">{notecountwithlabel}</a></div>
  626.  
  627. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  628. {/block:IndexPage}
  629. {block:PermalinkPage}
  630. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  631.  
  632. {LinkCloseTag}
  633. {/block:PermalinkPage}
  634. {/block:Photo}
  635.  
  636. {block:Photoset}
  637. {block:IndexPage}
  638. <center>
  639.  
  640. <div class="perma">
  641. <a href="{ReblogURL}" target="_blank"> reblog this </a>with <a href="{Permalink}">{notecountwithlabel}</a></div>
  642.  
  643. {Photoset-250}</center>
  644. {/block:IndexPage}
  645. {block:PermalinkPage}
  646. <center>
  647. {Photoset-500}</center>
  648. {/block:PermalinkPage}
  649. {/block:Photoset}
  650.  
  651. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  652.  
  653. href="{Permalink}">{timeago} &middot {notecountwithlabel}&nbsp</a> <a href="{Permalink}"> </span>{/block:Quote}
  654.  
  655. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  656. <ul class="chat">
  657. {block:Lines}
  658. <li class="user_{UserNumber}">
  659. {block:Label}
  660. <span class="label">{Label}</span>
  661. {/block:Label}
  662.  
  663. {Line}
  664. </li>
  665. {/block:Lines}
  666. <div class="permalink"><p align=right><a href="{Permalink}">{timeago} &middot {notecountwithlabel}&nbsp</a></div> <a href="{Permalink}"></span>
  667. {/block:Chat}
  668.  
  669. {block:Audio}
  670. <div style="width:200px; height:30px;">
  671. {AudioPlayerWhite}
  672. </div>
  673. {block:IndexPage}<span class="permalink">
  674. <div class="permalink"><p align=right><a href="{Permalink}">{timeago} &middot {notecountwithlabel}&nbsp</a></span></div>{/block:IndexPage}
  675. {/block:Audio}
  676.  
  677. {block:Video}
  678. {block:IndexPage}
  679. <center>
  680. <div class="perma">
  681. <a href="{ReblogURL}" target="_blank"> reblog this </a>with <a href="{Permalink}">{notecountwithlabel}</a></div>
  682. {Video-250}</center>
  683. {/block:IndexPage}
  684. {block:PermalinkPage}
  685. <center>
  686. {Video-400}</center>
  687. {/block:PermalinkPage}
  688. {block:Video}
  689.  
  690. {block:Answer}
  691. <div style="margin: 2px 3px 2px 3px; min-height:30px;border: 1px solid #dbdbdb; padding: 4px; background-color: #eee;">
  692. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  693. <askk>{Asker}</askk>: {Question}</div>
  694. <div style="padding: -1px 5px -1px 5px;background: transparent;"><center>{Answer}</center><askk><p align="right"><big>-{text:name}</big></p></askk></div>
  695. <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}&nbsp</a></span>
  696. {/block:Answer}
  697.  
  698.  
  699. {block:PostNotes}<div align="middle">{caption}</div>
  700. <center>
  701.  
  702. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  703.  
  704. {block:HasTags}
  705. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  706. {block:RebloggedFrom}
  707. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  708. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  709.  
  710. {/block:RebloggedFrom}
  711. </center></span>
  712. <br>
  713. <div id="postnotes">{PostNotes}</div><br>
  714.  
  715. <center>{block:ContentSource}
  716. <br><a href="{SourceURL}">
  717. {lang:Source}:
  718. {block:SourceLogo}
  719. <img src="{BlackLogoURL}" width="{LogoWidth}"
  720. height="{LogoHeight}" alt="{SourceTitle}" />
  721. {/block:SourceLogo}
  722. {block:NoSourceLogo}
  723. {SourceLink}
  724. {/block:NoSourceLogo}
  725. </a>
  726. {/block:ContentSource}</center>
  727.  
  728. {/block:PostNotes}
  729. </div>
  730. {/block:Posts}
  731. </div></div>
  732.  
  733. {block:IndexPage}
  734. {block:Pagination}
  735. <div id="pagination">
  736. {block:NextPage}
  737. <a id="nextPage" href="{NextPage}"></a>
  738. {/block:NextPage}
  739. {block:PreviousPage}
  740. <a href="{PreviousPage}"></a>
  741. {/block:PreviousPage}
  742. </div>
  743. {/block:Pagination}
  744. {/block:IndexPage}
  745. </body>
  746. </html>
  747. <div id="cred"><a href="http://awkward-pengu1n.tumblr.com"><i>theme by awkward-pengu1n</i> ☯</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement