Advertisement
wildthemes

sury theme

Sep 8th, 2012
6,803
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.05 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3.  
  4. <!--
  5. sury theme by wildthemes. do not remove credits, themes take alot of time and effort to make, you will be reported if you're seen using this theme with no credits.-->
  6.  
  7. <!--This work is licensed under a Creative Commons Attribution 3.0 Unported License.
  8.  
  9. taking credits off/stealing/using my themes as a basecode is illegal.-->
  10.  
  11. <!--important! please readd
  12. YOU MUSTMUSTMUSTMUSTMUSTMUST CHANGE YOUR POSTS PER PAGE TO 15. OR YOU WILL NOT HAVE INFINITE/ENDLESS SCROLLING!
  13. HOW TO DO IT:
  14. GO TO CUSTOMIZE
  15. SCROLL DOWN TO ADVANCED
  16. CLICK ADVANCED AND FIND POSTS PER PAGE
  17. CHANGE IT TO ‘15’ SO THAT IT SAYS:
  18. 15 POSTS PER PAGE!-->
  19. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  20.  
  21. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  22. <head>
  23. <meta name="color:glow colour" content="#a3c7c6"/>
  24. <meta name="color:Body font" content="#000000"/>
  25. <meta name="color:Links" content="#000000"/>
  26. <meta name="color:Link hover" content="#2b2c2c"/>
  27. <meta name="color:Background" content="#ffffff"/>
  28. <meta name="color:posts" content="#ffffff"/>
  29. <meta name="if:Two Columns" content="0"/>
  30. <meta name="if:Three Columns" content="1"/>
  31. <meta name="image:Background image" content="0"/>
  32. <meta name="image:Sidebar photo" content=""/>
  33. <meta name="image:Sidebar background" content="http://static.tumblr.com/lyl1wkn/p00ma0mkm/000000001.jpg"/>
  34. <meta name="if:Show sidebar photo" content="1"/>
  35. <meta name="text:reblog label" content="reblog" />
  36. <meta name="text:Link One" content="/"/>
  37. <meta name="text:Link One Title" content="link one"/>
  38. <meta name="text:Link Two" content="/" />
  39. <meta name="text:Link Two Title" content="link two"/>
  40. <meta name="text:Link Three" content="/" />
  41. <meta name="text:Link Three Title" content="link three"/>
  42. <meta name="text:Link Four" content="/" />
  43. <meta name="text:Link Four Title" content="link four"/>
  44.  
  45. <title>{title}</title>
  46.  
  47.  
  48. <link rel="shortcut icon" href="{Favicon}">
  49. {block:Description}
  50. <meta name="description" content="{MetaDescription}"/>
  51. {/block:Description}
  52. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script><script type="text/javascript" src="http://static.tumblr.com/o0thhnj/LCDma95ko/infinite.txt"></script>
  53. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  54. <style type="text/css">
  55.  
  56. #homelink {
  57. background: #EEEEEE;
  58. display: inline-block;
  59. line-height: 20px;
  60. height: 20px;
  61. width: 66px;
  62. color:{color:sidebar text};
  63.  
  64. font-family: consolas;
  65. font-size: 12px;
  66. text-transform: uppercase;
  67. text-align: center;
  68. }
  69. @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
  70.  
  71. #asklink {
  72. background: #EEEEEE;
  73. display: inline-block;
  74. line-height: 20px;
  75. height: 20px;
  76. color:{color:sidebar text};
  77.  
  78. width: 76px;
  79. font-family: consolas;
  80. font-size: 12px;
  81. text-transform: uppercase;
  82. text-align: center;
  83. margin-left: -2px;
  84. }
  85.  
  86. #drop {
  87. background: #EEEEEE;
  88. display: inline-block;
  89. line-height: 20px;
  90. height: 20px;
  91. width: 76px;
  92. color:{color:sidebar text};
  93. text-align: center;
  94. margin-left: -2px;
  95. font-family: consolas;
  96. font-size: 12px;
  97. text-transform: uppercase;
  98. transition: all 0.5s ease;
  99. -o-transition-transition: all 0.5s ease;
  100. -webkit-transition: all 0.5s ease;
  101. -moz-transition: all 0.5s ease;
  102. }
  103.  
  104. #drop:hover #down{
  105. opacity:1;
  106. margin-top:2px;
  107. overflow:hidden;
  108. height: 20px;
  109. line-height: 20px;
  110. background-color:transparent;
  111. z-index:1000;
  112. height:auto;
  113. font-family: consolas;
  114. font-size: 12px;
  115. text-transform: uppercase;
  116. -o-transition-transition: all 0.5s ease;
  117. -webkit-transition: all 0.5s ease;
  118. -moz-transition: all 0.5s ease;
  119.  
  120. }
  121.  
  122.  
  123.  
  124. #down {
  125. position:absolute;
  126. margin-top:-20px;
  127. opacity:0;
  128. width:76px;
  129. font-family: consolas;
  130. font-size: 12px;
  131. text-transform: lowercase;
  132. overflow:hidden;
  133. transition: all 0.5s ease;
  134. -o-transition-transition: all 0.5s ease;
  135. -webkit-transition: all 0.5s ease;
  136. -moz-transition: all 0.5s ease;
  137. }
  138.  
  139. #down a{
  140. background-color:#EEEEEE;
  141. text-align:center;
  142. display:block;margin:2px;
  143.  
  144. line-height:20px;
  145. font-family: consolas;
  146. font-size: 11px;
  147. text-transform: uppercase;
  148. transition: all 0.5s ease;
  149. -o-transition-transition: all 0.5s ease;
  150. -webkit-transition: all 0.5s ease;
  151. -moz-transition: all 0.5s ease;
  152. }
  153. @font-face { font-family: "bby"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  154.  
  155. body {
  156. background-color:{color:Background};
  157. background-image: url({image:Background image});
  158. background-attachment: fixed;
  159. background-repeat: repeat;
  160. font-family: consolas;
  161. font-size: 12px;
  162. text-transform:lowercase;
  163. line-height: 110%;
  164. color:{color:Body font};
  165. }
  166.  
  167. ::-webkit-scrollbar-thumb:vertical {
  168. background-color:{color:Links};
  169. height:auto;
  170.  
  171. }
  172.  
  173. ::-webkit-scrollbar-thumb:horizontal {
  174. background-color:{color:Links};
  175. }
  176.  
  177. ::-webkit-scrollbar {
  178. height:2px;
  179. width:4px;
  180. background-color:{color:posts};
  181. }@font-face { font-family: "origin"; src: url('http://static.tumblr.com/lyl1wkn/6tdm8yvpc/origin-light.ttf'); }
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192. #infscr-loading {
  193. position: absolute;
  194. bottom: 0;
  195. left: 25%;}
  196.  
  197.  
  198. a { color:{color:Links}; -webkit-transition: all 0.3s ease-out;
  199. -moz-transition: all 0.3s ease-out;
  200. transition: all 0.3s ease-out;text-decoration: none;}
  201.  
  202. a:hover {
  203. color:{color:Link hover};
  204. text-decoration: none;
  205. -webkit-transition: all 0.3s ease-out;
  206. -moz-transition: all 0.3s ease-out;color 0.5s
  207.  
  208. }
  209. }
  210.  
  211.  
  212. #tumblr_controls{
  213. position:fixed !important;
  214. z-index:99999999999;
  215. }
  216.  
  217.  
  218.  
  219.  
  220.  
  221. .idk {align:right;background: #cdcdcd; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  222.  
  223. .idk p {margin:1px 0px;}
  224.  
  225. .idk span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #cdcdcd;}
  226.  
  227. .idkborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #f7f7f7}
  228.  
  229.  
  230. ul {
  231. display: block;
  232. list-style-type: disc;
  233. -webkit-margin-before: 1em;
  234. -webkit-margin-after: 1em;
  235. -webkit-margin-start: 0px;
  236. -webkit-margin-end: 0px;
  237. -webkit-padding-start: 20px;
  238. }
  239.  
  240. @font-face { font-family: "lobster"; src: url('http://themes.googleusercontent.com/static/fonts/lobster/v3/MWVf-Rwh4GLQVBEwbyI61Q.woff'); }
  241.  
  242. #tumblr_controls{
  243. position:fixed z-index:9999999999;;
  244. }@font-face {
  245. font-family: fromwhere;
  246. src: url('http://static.tumblr.com/huallmg/NOjm2hzvp/fromwhereyouare.ttf');
  247. }
  248. @font-face {font-family:"Japan"; src: url('http://static.tumblr.com/9wzbixa/KKbm0c410/japan.ttf');}
  249. #blogtitle{
  250. font-family:megrim;
  251. font-size:50px;
  252. margin-top:0px;
  253. text-transform:lowercase;
  254. margin-left:-0px;
  255. line-height:50px;
  256. text-shadow: 1px 1px 3px #000;}
  257.  
  258. #description{
  259. font-family: consolas;
  260. width:280px;
  261. text-transform:lowercase;
  262. padding:3px;
  263. text-align:center;
  264. color:{color:Body font};
  265. margin-left:10px;
  266. background:{color:posts};
  267. opacity:0.8;
  268. font-size:12px;
  269. }
  270.  
  271. @font-face {font-family:"Painted" src:url('http://static.tumblr.com/9wzbixa/7vNm26po9/painted.ttf');}
  272. @font-face { font-family:"Ultimapdaa Hairline"; src: url('http://static.tumblr.com/iddq6cw/GQTm040bn/ultimapdaa-hairline.ttf'); }
  273.  
  274. #description:hover{
  275. opacity:1.0;-webkit-transition: all 0.3s ease-out;
  276. -moz-transition: all 0.3s ease-out;
  277. transition: all 0.3s ease-out;}
  278.  
  279. #content {
  280. {block:ifThreeColumns}width:900px;{/block:ifThreeColumns}
  281. {block:ifTwoColumns}width:1080px;{/block:ifTwoColumns} float: left;
  282. margin-top:6px;
  283. margin-left:350px;
  284. }
  285.  
  286. #contain {
  287. width: 1070px;
  288. margin: 0px auto;
  289. }
  290.  
  291.  
  292.  
  293. #sidebar{ margin-left:-100px;
  294. width:300px;
  295. z-index:1;
  296. position:fixed !important;
  297. text-align:center;
  298. top:0px;
  299. height:100%;
  300. background-color: {color:posts};
  301. background-image:url('{image:Sidebar background}');
  302. background-attachment: fixed;
  303. background-image: repeat;
  304. opacity: 1;
  305.  
  306. }
  307.  
  308.  
  309.  
  310.  
  311. h3 {{color:links}; font-family: 'origin'; font-size: 18px; line-height: 120%;}
  312.  
  313. .title {color:{color:Links}; font-family: 'megrim';text-transform:lowercase;
  314. font-size: 25px; line-height: 120%; -webkit-transition: all 0.3s ease-out;
  315. -moz-transition: all 0.3s ease-out;
  316. transition: all 0.3s ease-out;}
  317.  
  318.  
  319.  
  320. .title:hover {color:{color:Link hover}; -webkit-transition: all 0.3s ease-out;
  321. -moz-transition: all 0.3s ease-out;
  322. transition: all 0.3s ease-out;}
  323.  
  324.  
  325. ol.notes img {
  326. width: 16px;
  327. display: inline;
  328. position: relative;
  329. top: 3px;
  330. }
  331.  
  332. .entry {
  333. padding:6px;
  334. overflow: hidden;
  335. float: left;
  336. border: solid 1px #ddd;
  337. {block:indexpage}
  338. {block:ifTwoColumns}width:350px;{/block:ifTwoColumns}
  339. {block:ifThreeColumns}width:260px;{/block:ifThreeColumns} margin-bottom: 6px;
  340. {/block:indexpage}
  341. {block:permalinkpage}
  342. width: 800px;
  343. margin-left: 6px;
  344. margin-bottom: 6px;
  345. {/block:permalinkpage}
  346. display: block; margin-left: 6px;
  347.  
  348. background: {color:posts};
  349.  
  350. }
  351.  
  352.  
  353. .entry:hover{
  354. -moz-box-shadow: 0 0 15px {color:glow colour};
  355. -webkit-box-shadow: 0 0 15px {color:glow colour};
  356. box-shadow: 0 0 15px {color:glow colour};
  357. -webkit-transition: all .25s ease-in-out;
  358. -moz-transition: all .25s ease-in-out;
  359. -o-transition: all .25s ease-in-out;
  360. transition: all .25s ease-in-out;}
  361.  
  362.  
  363. .wildthemes a {color:{color:Body font};}
  364.  
  365. .entry .wildthemes{
  366.  
  367. position:absolute;
  368. width:auto;
  369. height:15px;
  370. padding-top:0px;
  371. padding-bottom: 0px;
  372. background-color:{color:posts};
  373. margin-left: 0px;
  374. overflow:hidden;
  375. top: 0px;
  376. font-family: consolas;
  377. font-size: 11px;
  378. line-height:15px;
  379. text-align:center;
  380. padding-left: 0px;
  381. padding-right: 0px;
  382. opacity:0.0;
  383.  
  384. -webkit-transition: all 0.3s linear;
  385. -moz-transition: all 0.3s linear;
  386. transition: all 0.3s linear;
  387. }
  388. @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
  389.  
  390.  
  391. .entry:hover .wildthemes{
  392. overflow:visible;
  393. -webkit-transition: opacity 0.5s linear; opacity: 0.8;
  394. transition: all 0.4s linear;
  395. padding:2px;
  396. margin-left: 10px;
  397. width: auto;
  398. background-color:{color:posts};
  399. height: 15px;
  400. top: 15px;
  401.  
  402. opacity:0.8;
  403.  
  404. -webkit-transition: all 0.3s linear;
  405. -moz-transition: all 0.3s linear;
  406. transition: all 0.3s linear; -moz-box-shadow: 0 0 15px {color:glow colour};
  407. -webkit-box-shadow: 0 0 15px {color:glow colour};
  408. box-shadow: 0 0 15px {color:glow colour};
  409. -webkit-transition: all .25s ease-in-out;
  410. -moz-transition: all .25s ease-in-out;
  411. -o-transition: all .25s ease-in-out;
  412. transition: all .25s ease-in-out;}
  413. }
  414.  
  415. .entry:hover .wildthemes:hover{
  416. opacity: 1;
  417. width: 150px;
  418. -webkit-transition: all 0.5s linear;
  419. -moz-transition: all 0.5s linear;
  420. transition: all 0.5s linear; -moz-box-shadow: 0 0 15px {color:glow colour};
  421. -webkit-box-shadow: 0 0 15px {color:glow colour};
  422. box-shadow: 0 0 15px {color:glow colour};
  423. -webkit-transition: all .25s ease-in-out;
  424. -moz-transition: all .25s ease-in-out;
  425. -o-transition: all .25s ease-in-out;
  426. transition: all .25s ease-in-out;}
  427. }
  428.  
  429. .entry:hover .details {
  430. opacity: 1.0;
  431. margin:12px 0px 0px 0px;
  432. filter: alpha(opacity = 100);
  433. -webkit-transition: all .25s ease-in-out;
  434. -moz-transition: all .25s ease-in-out;
  435. -o-transition: all .25s ease-in-out;
  436. transition: all .25s ease-in-out;
  437. }
  438.  
  439.  
  440.  
  441. #pagination{
  442. display:none;
  443. }
  444.  
  445.  
  446.  
  447. .clear {
  448. clear: both;
  449. }
  450.  
  451.  
  452.  
  453. blockquote, q {
  454. quotes: "«" "»" "'" "'";
  455. padding: 3px;
  456. border-left: 3px solid #7d7d7d;
  457. margin: 0px 10px;
  458. }
  459.  
  460. .permahover {
  461. text-align: right;
  462. line-height:200%;
  463. opacity: 0.0;
  464. filter: alpha(opacity = 0);
  465. font-size: 9px;
  466. line-height: 9px;
  467. text-transform: uppercase;
  468. }
  469.  
  470. .entry:hover .permahover {
  471. text-align: center;
  472. opacity: 1;
  473. filter: alpha(opacity = 50);
  474.  
  475.  
  476. }
  477.  
  478. .text {
  479. padding: 0px;
  480. }
  481.  
  482.  
  483.  
  484. .entry:hover .textperma {
  485. opacity: 1;
  486. filter: alpha(opacity = 100);
  487. -webkit-transition: all ease-in 250ms;
  488. -moz-transition: all ease-in 250ms;
  489. -o-transition: all ease-in 250ms;
  490. -ms-transition: all ease-in 250ms;
  491. transition: all ease-in 250ms;
  492. }
  493.  
  494.  
  495. .blogtitle {text-align:center; margin-top:15px;}
  496.  
  497.  
  498. .blogtitle a {
  499. font-family: 'origin';
  500. font-size: 22px;
  501. line-height: 130%;
  502. color:{color:Links};-webkit-transition: all 0.3s ease-out;
  503. -moz-transition: all 0.3s ease-out;
  504. transition: all 0.3s ease-out;
  505. }
  506.  
  507.  
  508. .blogtitle a:hover {
  509. color:{color:Link hover}; -webkit-transition: all 0.3s ease-out;
  510. -moz-transition: all 0.3s ease-out;
  511. transition: all 0.3s ease-out;}
  512.  
  513.  
  514.  
  515. .clearfix {
  516. clear: both;
  517. }
  518.  
  519.  
  520. .b {display : block; font-size: 8px;text-align: left;line-height: 15px; text-indent : 0px; vertical-align : middle; padding : 2px;
  521. padding-bottom : 0px;}
  522.  
  523. </style>
  524. </head>
  525. <body>
  526.  
  527.  
  528. </div>
  529. <div id="contain">
  530.  
  531. <div id="sidebar">
  532. <br><br><br><br><br><br><br><br><br><br>
  533.  
  534. <a href"/"</a><div id="blogtitle"><script language="JavaScript1.2">
  535.  
  536. /*
  537. Neon Lights Text
  538. By JavaScript Kit (http://javascriptkit.com)
  539. For this script, TOS, and 100s more DHTML scripts,
  540. Visit http://www.dynamicdrive.com
  541. */
  542.  
  543. var message="{Title}"
  544. var neonbasecolor="{color:Body font}"
  545. var neontextcolor="{color:Links}"
  546. var flashspeed=100 //in milliseconds
  547.  
  548. ///No need to edit below this line/////
  549.  
  550. var n=0
  551. if (document.all||document.getElementById){
  552. document.write('<font color="'+neonbasecolor+'">')
  553. for (m=0;m<message.length;m++)
  554. document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
  555. document.write('</font>')
  556. }
  557. else
  558. document.write(message)
  559.  
  560. function crossref(number){
  561. var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
  562. return crossobj
  563. }
  564.  
  565. function neon(){
  566.  
  567. //Change all letters to base color
  568. if (n==0){
  569. for (m=0;m<message.length;m++)
  570. //eval("document.all.neonlight"+m).style.color=neonbasecolor
  571. crossref(m).style.color=neonbasecolor
  572. }
  573.  
  574. //cycle through and change individual letters to neon color
  575. crossref(n).style.color=neontextcolor
  576.  
  577. if (n<message.length-1)
  578. n++
  579. else{
  580. n=0
  581. clearInterval(flashing)
  582. setTimeout("beginneon()",1500)
  583. return
  584. }
  585. }
  586.  
  587. function beginneon(){
  588. if (document.all||document.getElementById)
  589. flashing=setInterval("neon()",flashspeed)
  590. }
  591. beginneon()
  592.  
  593.  
  594. </script></a></div></a>
  595.  
  596.  
  597.  
  598.  
  599. <br>
  600. {block:ifShowsidebarphoto}
  601. <a href="/"><img src="{image:Sidebar photo}" width="270" style="margin-bottom:1px;margin-top:4px;"/></a>
  602. {/block:ifShowsidebarphoto}
  603. <div id="description">{Description}</div>
  604.  
  605. <br>
  606. <div id="homelink"><a href="/">home</a></div>
  607. <div id="asklink"><a href="/ask">ask</a></div>
  608. <div id="drop"><a href="#">links</a></a>
  609. <div id="down">
  610. <a href="{text:Link One}">{text:Link One Title}</a>
  611. <a href="{text:Link Two}">{text:Link Two Title}</a>
  612. <a href="{text:Link Three}">{text:Link Three Title}</a>
  613. <a href="{text:Link Four}">{text:Link Four Title}</a>
  614. <a href="http://wildthemes.tumblr.com/">theme</a>
  615.  
  616. </div>
  617. </div>
  618. </div>
  619. </div>
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630. <div id="content">
  631.  
  632.  
  633.  
  634.  
  635. {block:Posts}
  636.  
  637. <div class="entry">
  638.  
  639.  
  640.  
  641. {block:Text}
  642. <div class="text">
  643. {block:Title}
  644. <div class="title"> <a href="{Permalink}">{Title}</a></div>
  645. {/block:Title}
  646. {Body}
  647. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  648. {block:IndexPage}
  649.  
  650. {/block:IndexPage}
  651. </div>
  652. {/block:Text}
  653.  
  654.  
  655.  
  656. {block:Photo}
  657. {block:indexpage} <div class="wildthemes"><p><a href="{permalink}">{NoteCountwithLabel}</a> · <a href="{ReblogURL}" target="_blank">{text:reblog label}</a> </div>
  658.  
  659. <img src="{PhotoURL-HighRes}" width="100%"/>
  660. {/block:indexpage}
  661. {block:permalinkpage}
  662. <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>
  663. {/block:permalinkpage} {block:IndexPage}
  664. {/block:IndexPage}
  665. {/block:Photo}
  666.  
  667.  
  668.  
  669. {block:Photoset}
  670. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  671. {block:IndexPage}
  672.  
  673. {/block:IndexPage}
  674. {block:permalinkpage}
  675. {Photoset-500}
  676. {/block:permalinkpage}
  677. {/block:Photoset}
  678.  
  679.  
  680.  
  681.  
  682. {block:Quote}
  683. <div class="text">
  684. <div class="title"> "{Quote}" </div>
  685. {block:Source}
  686. <div style="text-align:right">- {Source}</div>
  687. {/block:Source}
  688. {block:IndexPage}
  689. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  690.  
  691. {/block:IndexPage}
  692. </div>{/block:Quote}
  693.  
  694.  
  695.  
  696.  
  697. {block:Link}
  698. <div class="text">
  699. <div class="title"><a href="{URL}" class="link" {Target}>{Name}</a> </div>
  700. {block:Description}
  701. <div class="description">{Description}</div>
  702. {/block:Description}
  703. <p>
  704. {block:IndexPage}
  705. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  706.  
  707. {/block:IndexPage}
  708.  
  709. </div>{/block:Link}
  710.  
  711.  
  712.  
  713.  
  714. {block:Chat}
  715. <div class="text">
  716. {block:Title}
  717. <div class="title"> <a href="{Permalink}">{Title}</a></div>
  718. {/block:Title}
  719. <ul class="chat">
  720. {block:Lines}
  721. <li class="{Alt} user_{UserNumber}"> {block:Label}<span style="text-transform:uppercase"> <span class="label">{Label}</span></span> {/block:Label}
  722. {Line} </li>
  723. {/block:Lines}
  724. </ul>
  725. {block:IndexPage}
  726.  
  727. {/block:IndexPage}
  728. </div>{/block:Chat}
  729.  
  730.  
  731.  
  732.  
  733. {block:Video}
  734. {block:IndexPage}{Video-250}{/block:IndexPage}
  735. {block:IndexPage}
  736. {block:IndexPage}
  737.  
  738. {/block:IndexPage}
  739. {block:permalinkpage}
  740. {Video-500}
  741. {/block:permalinkpage}
  742. {/block:Video}
  743.  
  744.  
  745.  
  746.  
  747. {block:Audio}
  748. <div class="text">
  749. {AudioPlayerGrey}
  750. {block:Caption}
  751. {Caption}
  752. {/block:Caption}
  753. {block:IndexPage}
  754.  
  755. {/block:IndexPage}
  756. </div>{/block:Audio}
  757.  
  758.  
  759.  
  760.  
  761.  
  762. {block:Answer}
  763. <div style= "background-color: #eee; border: 1px solid #444444; text-align; center; padding: 2px;">
  764. <b>{Asker}</b>: {Question}
  765. </div>
  766. {Answer}
  767. <br><br>
  768. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  769. {/block:Answer}
  770.  
  771.  
  772.  
  773.  
  774.  
  775. {block:PermalinkPage}
  776. {block:Date} {block:Caption}
  777. {Caption}
  778. {/block:Caption}<br><br>
  779. <center>
  780. {TimeAgo} at {12HourWithZero}:{Minutes}{AmPm}
  781. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} | {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  782. {/block:Date}</div>
  783. {/block:PermalinkPage}
  784.  
  785.  
  786.  
  787. </div>
  788.  
  789. {/block:Posts}
  790.  
  791. </div>
  792.  
  793. <div class="clear"></div>
  794. </div>
  795.  
  796. {block:Pagination}
  797. <ul id="pagination">
  798. {block:PreviousPage}
  799. <li><a href="{PreviousPage}"></a></li>
  800. {/block:PreviousPage}
  801. {block:JumpPagination length="5"}
  802. {block:CurrentPage}
  803. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  804. {/block:CurrentPage}
  805. {block:JumpPage}
  806. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  807. {/block:JumpPage}
  808. {/block:JumpPagination}
  809. {block:NextPage}
  810. <li><a id="nextPage" href="{NextPage}"></a></li>
  811. {/block:NextPage}
  812. </ul>
  813. {/block:Pagination}
  814. {block:IndexPage}
  815.  
  816.  
  817. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  818.  
  819.  
  820. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  821.  
  822.  
  823.  
  824.  
  825. {block:IndexPage}
  826. <script type="text/javascript">
  827. $(window).load(function () {
  828. $('#content').masonry(),
  829. $('.masonryWrap').infinitescroll({
  830. navSelector : '#pagination',
  831. nextSelector : '#pagination a#nextPage',
  832. itemSelector : ".entry, .clear",
  833. bufferPx : 200,
  834. loadingText : "<em></em>",
  835. },
  836. function() { $('#content').masonry({ appendedContent: $(this) }); }
  837. );
  838. });
  839. </script>
  840. {/block:IndexPage}
  841.  
  842.  
  843.  
  844.  
  845. </body>
  846.  
  847. </div>
  848. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement