Advertisement
Guest User

Untitled

a guest
Sep 8th, 2012
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.87 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.  
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <!--
  6. _______ _ _ ______ __ __ ______ _ _____ __ __
  7. |__ __| | | | ____| \/ | ____| | | __ \ /_ /_ |
  8. | | | |__| | |__ | \ / | |__ | | | |__) |_____| || |
  9. | | | __ | __| | |\/| | __| | | | _ /______| || |
  10. | | | | | | |____| | | | |____| |____| | \ \ | || |
  11. |_| |_| |_|______|_| |_|______|______|_| \_\ |_||_|
  12. A Tumblr Theme By: themelr.tumblr.com
  13.  
  14. -->
  15. <html xmlns="http://www.w3.org/1999/xhtml">
  16. <head>
  17. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  18. <meta name="font:body" content="Arial, Helvetica, sans-serif"/>
  19. <meta name="color:text" content="#000000"/>
  20. <meta name="color:link" content="#000000"/>
  21. <meta name="color:title" content="#000000"/>
  22. <meta name="color:hover" content="#000000"/>
  23. <meta name="color:shadow" content="#000000"/>
  24. <meta name="color:background color" content="#ffffff"/>
  25. <meta name="color:border color" content="#cccccc"/>
  26. <meta name="color:blockquote" content="#ebebeb"/>
  27. <meta name="image:sidebar" content="0"/>
  28. <meta name="image:header" content="0"/>
  29. <meta name="image:background image" content="0"/>
  30. <meta name="if:sidebar right" content="1"/>
  31. <meta name="if:sidebar middle" content="1"/>
  32. <meta name="if:sidebar top" content="0"/>
  33. <meta name="if:sidebar bottom" content="0"/>
  34. <meta name="if:infinite scroll" content="1"/>
  35. <meta name="if:show title" content="1"/>
  36. <meta name="if:title font" content="0"/>
  37. <meta name="if:title font 2" content="0"/>
  38. <meta name="if:title font 3" content="0"/>
  39. <meta name="if:title font 4" content="0"/>
  40. <meta name="if:title font 5" content="0"/>
  41. <meta name="if:title font 6" content="0"/>
  42. <meta name="if:rainbow links" content="0"/>
  43. <meta name="if:faded images" content="0"/>
  44. <meta name="if:show tags" content="0"/>
  45. <meta name="if:caption" content="0"/>
  46. <meta name="if:animation" content="1"/>
  47. <meta name="if:header" content="0"/>
  48. <meta name="if:top button" content="1"/>
  49. <meta name="text:font size" content="11px"/>
  50. <meta name="text:line height" content="18px"/>
  51. <meta name="text:title font size" content="35px"/>
  52. <meta name="text:post title font size" content="18px"/>
  53. <meta name="text:ask label" content="message"/>
  54. <meta name="text:home label" content="home"/>
  55. <meta name="text:link 1" content=""/>
  56. <meta name="text:link 1 url" content=""/>
  57. <meta name="text:link 2" content=""/>
  58. <meta name="text:link 2 url" content=""/>
  59. <meta name="text:link 3" content=""/>
  60. <meta name="text:link 3 url" content=""/>
  61. <meta name="text:link 4" content=""/>
  62. <meta name="text:link 4 url" content=""/>
  63. <meta name="text:link 5" content=""/>
  64. <meta name="text:link 5 url" content=""/>
  65. <meta name="text:link 6" content=""/>
  66. <meta name="text:link 6 url" content=""/>
  67. <meta name="text:link 7" content=""/>
  68. <meta name="text:link 7 url" content=""/>
  69. <meta name="text:link 8" content=""/>
  70. <meta name="text:link 8 url" content=""/>
  71. <meta name="text:previous" content=">"/>
  72. <meta name="text:next" content="<"/>
  73.  
  74. <title>{Title}</title>
  75. <link rel="shortcut icon" href="{Favicon}">
  76. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  77. {block:Description}
  78. <meta name="description" content="{MetaDescription}" />
  79. {/block:Description}
  80.  
  81. <!-- random files -->
  82. <script src="http://static.tumblr.com/uiqhh9x/61sm66w66/jquery.min.js"
  83.  
  84. type="text/javascript"></script>
  85. <script src="http://static.tumblr.com/uiqhh9x/Jbfm68nyq/totop.js"
  86.  
  87. type="text/javascript"></script>
  88. <script src="http://static.tumblr.com/xawdvvf/Q2Am72tw9/static-top.js"
  89.  
  90. type="text/javascript"></script>
  91. <script src="http://static.tumblr.com/uiqhh9x/gdJm68o3x/easing.js"
  92.  
  93. type="text/javascript"></script>
  94. {block:ifrainbowlinks}
  95. <script src="http://static.tumblr.com/uiqhh9x/6SMm4pws7/rainbow.js"
  96.  
  97. type="text/javascript"></script>
  98. {/block:ifrainbowlinks}
  99. <link href='http://fonts.googleapis.com/css?family=Lovers+Quarrel|Italianno|
  100.  
  101. Bilbo|Italiana|Fredericka+the+Great|Amatic+SC' rel='stylesheet' type='text/css'>
  102.  
  103. <!-- css reset -->
  104. <link rel="stylesheet" type="text/css"
  105.  
  106. href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  107.  
  108. <style type="text/css">
  109. * {
  110. font-family: {font:body};
  111. {block:ifanimation}
  112. -webkit-transition: all 0.3s ease;
  113. -moz-transition: all 0.3s ease;
  114. transition: all 0.3s ease;
  115. -o-transition: all 0.3s ease;
  116. {/block:ifanimation}
  117. }
  118.  
  119. div.entry {
  120. -webkit-transition: all 0s ease;
  121. -moz-transition: all 0s ease;
  122. transition: all 0s ease;
  123. -o-transition: all 0s ease;
  124. }
  125.  
  126. body {
  127. color: {color:text};
  128. background:{color:background color} url({image:background image});
  129. font-family: {font:body};
  130. font-size: {text:font size};
  131. line-height: {text:line height};
  132. }
  133.  
  134. a, a:link, a:active, a:visited{
  135. color:{color:Link};
  136. text-decoration: none;
  137. }
  138.  
  139. a:hover, h1 a:hover, h3 a:hover {
  140. {block:ifnotrainbowlinks}
  141. color:{color:Hover}!important;
  142. {/block:ifnotrainbowlinks}
  143. text-decoration: none;
  144. }
  145.  
  146. #infscr-loading {
  147. position: absolute!important;
  148. width: 16px!important;
  149. height: 11px!important;
  150. bottom: 0px!important;
  151. margin-top: 5px!important;
  152. margin-bottom: 5!important;
  153. }
  154.  
  155. #header {
  156. width: 810px;
  157. margin-top: 5px;
  158. {block:ifsidebarright}
  159. float: left;
  160. {/block:ifsidebarright}
  161. {block:ifnotsidebarright}
  162. float: right;
  163. {/block:ifnotsidebarright}
  164. text-align: center;
  165. }
  166.  
  167. #header img {
  168. max-width: 100%;
  169. display: inline-block;
  170. }
  171.  
  172. #content {
  173. width: 810px;
  174. margin-top: 0px;
  175. {block:ifsidebarright}
  176. float: left;
  177. {/block:ifsidebarright}
  178. {block:ifnotsidebarright}
  179. float: right;
  180. {/block:ifnotsidebarright}
  181.  
  182. }
  183.  
  184. #contain {
  185. width: 1066px;
  186. margin: 0px auto;
  187. }
  188.  
  189.  
  190. #side {
  191. width: 245px;
  192. position: fixed;
  193. text-align: center;
  194. {block:ifnotsidebarright}
  195. border-right: 1px solid {color:border color};
  196. padding-right: 5px;
  197. {/block:ifnotsidebarright}
  198. {block:ifsidebarright}
  199. border-left: 1px solid {color:border color};
  200. margin-left: 810px;
  201. padding-left: 5px;
  202. {/block:ifsidebarright}
  203. {block:ifsidebarbottom}
  204. bottom: 5px;
  205. {/block:ifsidebarbottom}
  206. {block:ifsidebartop}
  207. top: 5px;
  208. {/block:ifsidebartop}
  209. {block:ifsidebarmiddle}
  210. margin-top: 140px;
  211. {/block:ifsidebarmiddle}
  212. }
  213.  
  214. ol.notes img {
  215. width: 16px;
  216. display: inline;
  217. position: relative;
  218. top: 3px;
  219. }
  220.  
  221. #side img {
  222. display: block;
  223. max-width: 100%;
  224. }
  225.  
  226. .entry {
  227. margin: 5px 5px 0px 0px;
  228. {block:indexpage}
  229. width: 400px;
  230. {/block:indexpage}
  231. {block:permalinkpage}
  232. width: 500px;
  233. {/block:permalinkpage}
  234. padding: 0px;
  235. display: block;
  236. position: relative;
  237. {block:ifsidebarright}
  238. float: right;
  239. {/block:ifsidebarright}
  240. {block:ifnotsidebarright}
  241. float: left;
  242. {/block:ifnotsidebarright}
  243. }
  244.  
  245. .entry img {
  246. display: block;
  247. max-width: 100%;
  248. {block:indexpage}
  249. {block:iffadedimages}
  250. opacity: .75;
  251. filter: alpha(opacity = 75);
  252. {/block:iffadedimages}
  253. {/block:indexpage}
  254. }
  255.  
  256.  
  257. .entry:hover img {
  258. max-width: 100%;
  259. {block:indexpage}
  260. {block:iffadedimages}
  261. opacity: 1.0;
  262. filter: alpha(opacity = 100);
  263. {/block:iffadedimages}
  264. {/block:indexpage}
  265. }
  266.  
  267. blockquote, q {
  268. quotes: "�" "�" "'" "'";
  269. padding-left: 5px;
  270. border-left: 1px solid {color:border color};
  271. background: {color:blockquote};
  272. }
  273.  
  274.  
  275. p {
  276. margin: 5px 0px;
  277. }
  278.  
  279. h1, h1 a {
  280. font-size:{text:title font size};
  281. line-height:{text:title font size};
  282. {block:iftitlefont}
  283. font-family: 'Lovers Quarrel', cursive;
  284. {/block:iftitlefont}
  285. {block:iftitlefont2}
  286. font-family: 'Italianno', cursive;
  287. {/block:iftitlefont2}
  288. {block:iftitlefont3}
  289. font-family: 'Bilbo', cursive;
  290. {/block:iftitlefont3}
  291. {block:iftitlefont4}
  292. font-family: 'Italiana', serif;
  293. {/block:iftitlefont4}
  294. {block:iftitlefont5}
  295. font-family: 'Fredericka the Great', cursive;
  296. {/block:iftitlefont5}
  297. {block:iftitlefont6}
  298. font-family: 'Amatic SC', cursive;
  299. {/block:iftitlefont6}
  300. }
  301.  
  302. h3, h3 a {
  303. font-size:{text:post title font size};
  304. line-height:{text:post title font size};
  305. color: {color:title}!important;
  306. }
  307.  
  308. p.tags a {
  309. opacity: 0.50;
  310. filter: alpha(opacity = 50);
  311. }
  312.  
  313. p.tags a:hover {
  314. opacity: 1.0;
  315. filter: alpha(opacity = 100);
  316. }
  317. p.tags {
  318. border-top: 1px solid {color:border color};
  319. padding: 0px;
  320. margin: 0px;
  321. font-size: 8px;
  322. text-transform: uppercase;
  323. }
  324.  
  325.  
  326.  
  327. .nav a{
  328. color: {color:menu link color};
  329. }
  330.  
  331. .nav {
  332. display: inline-block;
  333. text-align: center;
  334. padding: 2px;
  335. text-transform: uppercase;
  336. margin: 2px;
  337. }
  338.  
  339. #bite .death {
  340. margin-top: -15px;
  341. filter: alpha(opacity = 0);
  342. opacity: 0;
  343. -webkit-transition: all 0.3s ease-out;
  344. -moz-transition: all 0.3s ease-out;
  345. transition: all 0.3s ease-out;
  346. }
  347. #themelrup {
  348. position: absolute;
  349. right: 3px;
  350. top: 26px;
  351. }
  352.  
  353.  
  354. #pagination{
  355. display:none;
  356. }
  357.  
  358.  
  359.  
  360. .perma {
  361. opacity: 0.0;
  362. filter: alpha(opacity = 0);
  363. z-index:9999991;
  364. display: inline-block;
  365. position: absolute;
  366. text-align: left;
  367. top: 5px;
  368. left: 5px;
  369. width: 100%;
  370. }
  371.  
  372. .entry:hover .perma {
  373. opacity: 1;
  374. filter: alpha(opacity = 100);
  375. }
  376.  
  377. .likep {
  378. width: 21px;
  379. height: 20px;
  380. overflow: hidden;
  381. z-index: 9999999;
  382. display: inline-block;
  383. }
  384.  
  385. .rep {
  386. width: 24px;
  387. height: 20px;
  388. overflow: hidden;
  389. z-index: 9999999;
  390. display: inline-block;
  391. }
  392.  
  393. .likep a:hover {
  394. background-position: 0px 0px;
  395. }
  396.  
  397. .likep a {
  398. background-image: url
  399.  
  400. ("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  401. background-position: 0px 0px;
  402. display: block;
  403. z-index: 9999999;
  404. }
  405.  
  406. .likep img {
  407. width: 21px;
  408. height: 20px;
  409. }
  410.  
  411. .rep img{
  412. width: 24px;
  413. height: 20px;
  414. line-height: 30px;
  415. display: inline;
  416. }
  417.  
  418. .not { display: inline-block;
  419. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  420. height: 20px;
  421. top: -6px;
  422. font-size: 11px;
  423. line-height: 20px;
  424. color: #fff;
  425. padding-left: 4px;
  426. padding-right: 4px;
  427. -moz-border-radius: 2px;
  428. border-radius: 2px;
  429. position: relative;
  430. }
  431.  
  432. .not a, .note:hover a, .not a:hover {
  433. color: #ffffff!important;
  434. font-weight: bold;
  435. font-family: Arial, Helvetica, sans-serif;
  436. }
  437.  
  438. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  439. opacity: 0.8;
  440. filter: alpha(opacity = 80);
  441. margin-right: 0;
  442. }
  443.  
  444. .not:hover , .rep:hover, .likep:hover {
  445. opacity: 1!important;
  446. filter: alpha(opacity = 100)!important;
  447. }
  448.  
  449. .t {
  450. text-align: right;
  451. opacity: .75;
  452. filter: alpha(opacity = 75);
  453. }
  454.  
  455. p.t {
  456. margin: 5px 0px 0px 0px;
  457. font-size: 10px;
  458. line-height: 14px;
  459. }
  460.  
  461. .entry:hover .t {
  462. opacity: 1;
  463. filter: alpha(opacity = 100);
  464. }
  465.  
  466. #toTop {
  467. display:none;
  468. text-decoration:none;
  469. position:fixed;
  470. bottom:10px;
  471. right:10px;
  472. overflow:hidden;
  473. width:21px;
  474. height:21px;
  475. border:none;
  476. text-indent:100%;
  477. background:url(http://static.tumblr.com/uiqhh9x/372m6hyqw/up.png) no-
  478.  
  479. repeat left top;
  480. opacity: .5;
  481. filter: alpha(opacity = 50);
  482. }
  483.  
  484. #toTopHover {
  485. width:21px;
  486. height:21px;
  487. display:block;
  488. overflow:hidden;
  489. float:left;
  490. opacity: 0;
  491. -moz-opacity: 0;
  492. filter:alpha(opacity=0);
  493. }
  494.  
  495. .an {
  496. text-align:left;
  497. padding-left:5px;
  498. padding-right:5px;
  499. border-left: 2px solid {color:border color};
  500. border-right: 2px solid {color:border color};
  501. background-color:{color:blockquote};
  502. }
  503. #toTop:hover {
  504. opacity: 1;
  505. filter: alpha(opacity = 100);
  506. }
  507.  
  508. #toTop:active, #toTop:focus {
  509. outline:none;
  510. }
  511.  
  512. p.c {
  513. display: block;
  514. margin: 0px 0px 1px 0px;
  515. height: 18px;
  516. line-height: 20px;
  517. text-transform: uppercase;
  518. text-align: right;
  519. font-size: 9px;
  520. border-top: 1px solid {color:border color};
  521. }
  522.  
  523. .li, h5, li.drawer {
  524. list-style-type: none;
  525. -webkit-transition: all 0s ease;
  526. -moz-transition: all 0s ease;
  527. transition: all 0s ease;
  528. -o-transition: all 0s ease;
  529. }
  530. select {
  531. font-size: 10px;
  532. width: 125px;
  533. text-transform: uppercase;
  534. letter-spacing: 0px;
  535. padding: 1px;
  536. }
  537. .creditz {
  538. background: #000000;
  539. color: #ffffff;
  540. z-index: 555;
  541. padding: 5px;
  542. }
  543. .creditz a{
  544. background: #000000;
  545. color: #ffffff;
  546. z-index: 555;
  547. }
  548.  
  549. {CustomCSS}
  550. </style>
  551. </head>
  552. <body>
  553.  
  554. <div class="creditz" style="float: left; position: fixed; bottom: 0px; right:
  555.  
  556. 0px; text-transform:uppercase;"><a
  557.  
  558. href="http://themelr.tumblr.com"><small>credit</small></a></div>
  559.  
  560. <div id="contain">
  561. <div id="side">
  562. {block:ifshowtitle}
  563. <div class="title"><h1><a href="/">{title}</a></h1></div>
  564. {/block:ifshowtitle}
  565. <center>
  566. <a href="/"><img src="{image:sidebar}"/></a>
  567. </center>
  568. {block:description}
  569. <p>{description}</p>
  570. {/block:description}
  571.  
  572. {block:IfNotInfiniteScroll}<div id="pp"><p>
  573. {block:PreviousPage}
  574. <a href="{PreviousPage}">{text:previous}</a>
  575. {/block:PreviousPage}
  576.  
  577. {block:NextPage}
  578. <a href="{NextPage}">{text:next}</a>
  579. {/block:NextPage}</p>
  580. </div>
  581. {/block:IfNotInfiniteScroll}
  582. <form name="jump">
  583. <select onChange="location.href=this.options[this.selectedIndex].value;">
  584. <option value="/">{text:home label}</option>
  585. <option value="/ask">{text:ask label}</option>
  586. {block:HasPages}
  587. {block:Pages}
  588. <option value="{URL}">{Label}</option>
  589. {/block:Pages}
  590. {/block:HasPages}
  591. {block:iflink1}
  592. <option value="{text:link 1 url}">{text:link 1}</option>
  593. {/block:iflink1}
  594. {block:iflink2}
  595. <option value="{text:link 2 url}">{text:link 2}</option>
  596. {/block:iflink2}
  597. {block:iflink3}
  598. <option value="{text:link 3 url}">{text:link 3}</option>
  599. {/block:iflink3}
  600. {block:iflink4}
  601. <option value="{text:link 4 url}">{text:link 4}</option>
  602. {/block:iflink4}
  603. {block:iflink5}
  604. <option value="{text:link 5 url}">{text:link 5}</option>
  605. {/block:iflink5}
  606. {block:iflink6}
  607. <option value="{text:link 6 url}">{text:link 6}</option>
  608. {/block:iflink6}
  609. {block:iflink7}
  610. <option value="{text:link 7 url}">{text:link 7}</option>
  611. {/block:iflink7}
  612. {block:iflink8}
  613. <option value="{text:link 8 url}">{text:link 8}</option>
  614. {/block:iflink8}
  615. </select>
  616. </form>
  617. </div>
  618.  
  619. {block:indexpage}
  620. {block:ifheader}
  621. <div id="header">
  622. <a href="/"><img src="{image:header}"/></a>
  623. </div>
  624. {/block:ifheader}
  625. {/block:indexpage}
  626.  
  627. <div id="content">
  628. {block:Posts}
  629. <div class="entry">
  630. {block:Text}
  631. {block:Title}
  632. <h3><a href="{Permalink}">{Title}</a></h3>
  633. {/block:Title}
  634. {Body}
  635. {block:indexpage}
  636. <p class="t">+ <a href="{Permalink}">{NoteCount}</a></p>
  637. {/block:indexpage}
  638. {/block:Text}
  639.  
  640. {block:Photo}
  641. {block:IndexPage}
  642. <div class="perma">
  643. <div class="likep">
  644. <a id="like{PostID}" href="javascript:likelink
  645.  
  646. ('{PostID}','{Permalink}','');"><img
  647.  
  648. src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21"
  649.  
  650. height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  651. </div>
  652. <div class="rep"><a href="{reblogurl}" target="_blank"><img
  653.  
  654. src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  655. </div>
  656. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}
  657.  
  658. </a></div>
  659. </div>
  660. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400"/></a>
  661.  
  662. {LinkCloseTag}
  663. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  664. {/block:IndexPage}
  665. {block:PermalinkPage}
  666. {LinkOpenTag}
  667. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="810"/></a>
  668. {LinkCloseTag}
  669. {/block:PermalinkPage}
  670. {/block:Photo}
  671.  
  672. {block:Photoset}
  673. {block:IndexPage}
  674. <div class="perma">
  675. <div class="likep">
  676. <a id="like{PostID}" href="javascript:likelink
  677.  
  678. ('{PostID}','{Permalink}','');"><img
  679.  
  680. src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21"
  681.  
  682. height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  683. </div>
  684. <div class="rep"><a href="{reblogurl}" target="_blank"><img
  685.  
  686. src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  687. </div>
  688. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}
  689.  
  690. </a></div>
  691. </div>
  692. <center>{Photoset-400}</center>
  693. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  694. {/block:IndexPage}
  695. {block:permalinkpage}
  696. {Photoset-500}
  697. {/block:permalinkpage}
  698.  
  699. {/block:Photoset}
  700.  
  701. {block:Quote}
  702. "{Quote}"
  703. {block:Source}
  704. <div class="source">{Source}</div>
  705. {/block:Source}
  706. {block:indexpage}
  707. <p class="t">+ <a href="{Permalink}">{NoteCount}</a></p>
  708. {/block:indexpage}
  709. {/block:Quote}
  710.  
  711. {block:Link}
  712. <a href="{URL}" class="link" {Target}>{Name}</a>
  713. {block:Description}
  714. <div class="description">{Description}</div>
  715. {/block:Description}
  716. {block:indexpage}
  717. <p class="t">+ <a href="{Permalink}">{NoteCount}</a></p>
  718. {/block:indexpage}
  719. {/block:Link}
  720.  
  721. {block:Chat}
  722. {block:Title}
  723. <h3><a href="{Permalink}">{Title}</a></h3>
  724. {/block:Title}
  725. <ul class="chat">
  726. {block:Lines}
  727. <li class="{Alt} user_{UserNumber}"> {block:Label} <span
  728.  
  729. class="label">{Label}</span> {/block:Label}
  730. {Line} </li>
  731. {/block:Lines}
  732. </ul>
  733. {block:indexpage}
  734. <p class="t">+ <a href="{Permalink}">{NoteCount}</a></p>
  735. {/block:indexpage}
  736. {/block:Chat}
  737.  
  738. {block:Video}
  739. {block:IndexPage}
  740. <div class="perma">
  741. <div class="likep">
  742. <a id="like{PostID}" href="javascript:likelink
  743.  
  744. ('{PostID}','{Permalink}','');"><img
  745.  
  746. src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21"
  747.  
  748. height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  749. </div>
  750. <div class="rep"><a href="{reblogurl}" target="_blank"><img
  751.  
  752. src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  753. </div>
  754. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}
  755.  
  756. </a></div>
  757. </div>
  758. <center>{Video-400}<center>
  759. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  760. {/block:IndexPage}
  761. {block:permalinkpage}
  762. {Video-500}
  763. {/block:permalinkpage}
  764. {/block:Video}
  765.  
  766. {block:Audio}
  767. {AudioPlayerBlack}
  768. {block:indexpage}
  769. {block:Caption}
  770. {Caption}
  771. {/block:Caption}
  772. <p class="t">+ <a href="{Permalink}">{NoteCount}</a></p>
  773. {/block:indexpage}
  774. {/block:Audio}
  775. {block:Answer}
  776. <div class="text">
  777. <div class="an">
  778. <div class="ba">{Asker}: {Question}</div></div><div class="ans">{Answer}
  779. </div>
  780. {block:indexpage}
  781. <p class="t">+ <a href="{Permalink}">{NoteCount}</a></p>
  782. {/block:indexpage}
  783. </div>
  784. {/block:Answer}
  785. {block:indexpage}
  786. {block:ifshowtags}
  787. {block:HasTags}<p class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">
  788.  
  789. {Tag}</a> {/block:Tags}</p>{/block:HasTags}
  790. {/block:ifshowtags}
  791. {/block:indexpage}
  792.  
  793. {block:permalinkpage}
  794. {block:Caption}{Caption}{/block:Caption}{block:PostNotes}
  795. <p class="c"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a
  796.  
  797. href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>{/block:PostNotes}
  798. {block:RebloggedFrom}<p class="c">Reblogged from - <a
  799.  
  800. href="{ReblogParentURL}">{ReblogParentTitle}</a></p>{/block:RebloggedFrom}
  801. {block:ContentSource}<p class="c">Source - <a href="{SourceURL}"
  802.  
  803. target="_blank">{SourceTitle}</a></p>{/block:ContentSource}
  804. {block:HasTags}<p class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">
  805.  
  806. {Tag}</a> {/block:Tags}</p>{/block:HasTags}
  807. {/block:permalinkpage}
  808.  
  809.  
  810.  
  811. {block:ContentSource}
  812. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}"
  813.  
  814. height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo}
  815.  
  816. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  817. {/block:ContentSource}
  818.  
  819.  
  820. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}
  821.  
  822. {/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  823.  
  824. {block:PostNotes}{PostNotes}{/block:PostNotes}
  825. </div>
  826. {/block:Posts}
  827. <div class="clear"></div>
  828. </div>
  829. </div>
  830.  
  831. <div id="topcontrol" style="position: fixed; bottom: 10px; right: 10px; opacity:
  832.  
  833. 0; " title=""><img
  834.  
  835. src="http://static.tumblr.com/uiqhh9x/blmm66sr4/arrow_top.gif"
  836.  
  837. style="filter:alpha(opacity=80); -moz-opacity:0.8;"></div>
  838. {block:Pagination}
  839. <ul id="pagination">
  840. {block:PreviousPage}
  841. <li><a href="{PreviousPage}"></a></li>
  842. {/block:PreviousPage}
  843. {block:JumpPagination length="5"}
  844. {block:CurrentPage}
  845. <li><span class="current_page
  846.  
  847. numbersNav"><strong>{PageNumber}</strong></span></li>
  848. {/block:CurrentPage}
  849. {block:JumpPage}
  850. <li><a class="jump_page numbersNav"
  851.  
  852. href="{URL}">{PageNumber}</a></li>
  853. {/block:JumpPage}
  854. {/block:JumpPagination}
  855. {block:NextPage}
  856. <li><a id="nextPage" href="{NextPage}"></a></li>
  857. {/block:NextPage}
  858. </ul>
  859. {/block:Pagination}
  860.  
  861. <script src="http://static.tumblr.com/xawdvvf/AV3m6wyb5/structure.js"></script>
  862. {block:IndexPage}
  863. {block:ifinfinitescroll}
  864. <script
  865.  
  866. src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  867.  
  868. {/block:ifinfinitescroll}
  869. <script type="text/javascript">
  870. $(window).load(function () {
  871. $('#content').masonry(),
  872. $('.masonryWrap').infinitescroll({
  873. navSelector : '#pagination',
  874. nextSelector : '#pagination a#nextPage',
  875. itemSelector : ".entry, .clear",
  876. bufferPx : 40,
  877. loadingImg : "http://static.tumblr.com/uiqhh9x/38Em68qk4/loading.gif",
  878. loadingText : "<em></em>",
  879. },
  880. function() { $('#content').masonry({ appendedContent: $(this) }); }
  881. );
  882. });
  883. </script>
  884. {/block:IndexPage}
  885. {block:iftopbutton}
  886. <script type="text/javascript">
  887. $(document).ready(function() {
  888. /*
  889. var defaults = {
  890. containerID: 'toTop', // fading element id
  891. containerHoverID: 'toTopHover', // fading
  892.  
  893. element hover id
  894. scrollSpeed: 1200,
  895. easingType: 'linear'
  896. };
  897. */
  898.  
  899. $().UItoTop({ easingType: 'easeOutQuart' });
  900.  
  901. });
  902. </script>
  903. <a href="#" id="toTop" style="display: none; "><span id="toTopHover"></span>To
  904.  
  905. Top</a>
  906. {/block:iftopbutton}
  907. <script type="text/javascript"
  908.  
  909. src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  910. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  911. </body>
  912. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement