Advertisement
awkwardpengu1n

Theme 30 by awkward-pengu1n

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