Advertisement
Guest User

Untitled

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