Advertisement
Labyrinthines

Theme 12

Oct 21st, 2014
2,317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.16 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. theme by merel (perkamentus.tumblr.com / oswin-oswald.tumblr.com / labyrinthines.tumblr.com)
  5. do not remove, change or move the credit in any way.
  6. do not repost it and claim it as your own.
  7. do not create a similar looking theme. coding a theme to look like
  8. mine is still stealing.
  9. do not use it as a base.
  10. -->
  11.  
  12.  
  13. <html>
  14. <head>
  15. <link rel="shortcut icon" href="{Favicon}"/>
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}" />
  19. {/block:Description}
  20.  
  21.  
  22.  
  23.  
  24.  
  25. <meta name="text:Top Image Url" content=""/>
  26. <meta name="color:Background" content="#ffffff"/>
  27. <meta name="color:Accent 1" content="#000000"/>
  28. <meta name="color:Accent 2" content="#e1e1e1"/>
  29. <meta name="color:Text" content="#000000"/>
  30. <meta name="color:Link" content="#000000"/>
  31. <meta name="color:Link Hover" content="#e1e1e1"/>
  32.  
  33. <meta name="text:Font" content="helvetica"/>
  34. <meta name="text:Maintitle" content="Spellbound"/>
  35. <meta name="text:Body Font Size" content="10px"/>
  36.  
  37.  
  38. <meta name="text:Link 1" content="i."/>
  39. <meta name="text:Link 1 URL" content="/"/>
  40. <meta name="text:Link 2" content="ii."/>
  41. <meta name="text:Link 2 URL" content="/"/>
  42. <meta name="text:Link 3" content="iii."/>
  43. <meta name="text:Link 3 URL" content="/"/>
  44. <meta name="text:Link 4" content="iv."/>
  45. <meta name="text:Link 4 URL" content="/"/>
  46. <meta name="text:Link 5" content="v."/>
  47. <meta name="text:Link 5 URL" content="/"/>
  48.  
  49.  
  50.  
  51. <script type="text/javascript">
  52. function toggleDiv(toggle){
  53. if(document.getElementById(toggle).style.display == 'block'){
  54. document.getElementById(toggle).style.display = 'none';
  55. }else{
  56. document.getElementById(toggle).style.display = 'block';
  57. }
  58. }
  59. </script>
  60.  
  61. <script src="http://code.jquery.com/jquery-latest.js"></script>
  62.  
  63.  
  64.  
  65.  
  66. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
  67.  
  68.  
  69. <script src="http://dl.dropbox.com/u/70381927/jquery.scrollTo-1.4.2-min.js" type="text/javascript"></script>
  70. <script src="http://dl.dropbox.com/u/70381927/jquery.localscroll-1.2.7-min.js" type="text/javascript"></script>
  71. <script src="http://dl.dropbox.com/u/70381927/jquery.serialScroll-1.2.2-min.js" type="text/javascript"></script>
  72.  
  73.  
  74.  
  75.  
  76. <link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Yanone+Kaffeeshatz">
  77.  
  78.  
  79. <style type="text/css">
  80.  
  81.  
  82.  
  83.  
  84.  
  85. p {
  86. text-align:justify;
  87. }
  88.  
  89. body {
  90. color:{color:Text};
  91. background-color:{color:Background};
  92. background-attachment:fixed;
  93. font-family:{text:Font};
  94. font-size:{text:Body Font Size};
  95. line-height: 120%;
  96. text-align:justify;
  97. }
  98.  
  99. a:link, a:active, a:visited {
  100. transition: all 0.6s ease-in-out 0s;
  101. -moz-transition: all 0.6s ease-in-out 0s;
  102. -webkit-transition: all 0.6s ease-in-out 0s;
  103. -o-transition: all 0.6s ease-in-out 0s;
  104. font-family:{text:Font};
  105. font-weight:bold;
  106. text-align: center;
  107. text-decoration: none;
  108. color: #000;
  109. }
  110.  
  111. a:hover {
  112. transition: all 0.6s ease-in-out 0s;
  113. -moz-transition: all 0.6s ease-in-out 0s;
  114. -webkit-transition: all 0.6s ease-in-out 0s;
  115. -o-transition: all 0.6s ease-in-out 0s;
  116. text-align: center;
  117. color:{color:Links Hover};
  118. }
  119.  
  120. a img {
  121. border: 0px;
  122. }
  123.  
  124. .link {
  125. color: {color:Text};
  126. font-size:25px;
  127. text-transform:lowercase;
  128. font-family: {text:Font};
  129. text-align: justify;
  130. }
  131.  
  132. .link a:link {
  133. color: {color:Link};
  134. font-family: {text:Font};
  135. font-size: 25px;
  136. font-style: italic;
  137. font-weight: lighter;
  138. text-align: justify;
  139. }
  140.  
  141. .link:hover {
  142. color: {color:Link Hover};
  143. }
  144.  
  145. a img {
  146. border: 0px;
  147. }
  148.  
  149. .entry img {
  150. max-width:400px;
  151. }
  152.  
  153. .content {
  154. background-color: {color:Background};
  155. font-family: {text:Font};
  156. font-size: font-size: {text:Body Font Size};
  157. left: 0;
  158. line-height: 100%;
  159. margin: auto;
  160. overflow: hidden;
  161. padding: 0;
  162. position: absolute;
  163. right: 80px;
  164. top: 355px;
  165. width: 820px;
  166. z-index: 990;
  167. }
  168.  
  169. .entry {
  170. position: relative;
  171. float: left;
  172. text-align: justify;
  173. display: inline-block;
  174. margin:5px;
  175. width: 400px;
  176. background-color: {color:Background};
  177. padding:0px;
  178. {block:PermalinkPage}
  179. position: relative !important;
  180. width: 500px;
  181. background-color: {color:Background};
  182. margin:auto;
  183. left:0pt;
  184. right:0pt;{/block:PermalinkPage}
  185. }
  186.  
  187. .entry2 {
  188. background-color: {color:Background};
  189. border-right: 300px solid {color:Accent 2};
  190. display: block;
  191. left: 0;
  192. margin: 5px auto auto -5px;
  193. padding: 0 10px;
  194. position: relative;
  195. right: 0;
  196. text-align: justify;
  197. width: 500px;
  198. }
  199.  
  200. .entry p {
  201. text-align:justify;
  202. padding:5px 0px;
  203. }
  204.  
  205. .entry:hover .ehov {
  206. opacity:0.90;
  207. position:absolute;
  208. width:400px;
  209. height:100%;
  210. transition: all 0.6s ease-in-out 0s;
  211. -moz-transition: all 0.6s ease-in-out 0s;
  212. -webkit-transition: all 0.6s ease-in-out 0s;
  213. -o-transition: all 0.6s ease-in-out 0s;
  214. }
  215.  
  216. .ehov {
  217. background-color: {color:Background};
  218. height: 100%;
  219. opacity: 0;
  220. position: absolute;
  221. top: 0;
  222. width: 400px;
  223. z-index: 1000;
  224. transition: all 0.6s ease-in-out 0s;
  225. -moz-transition: all 0.6s ease-in-out 0s;
  226. -webkit-transition: all 0.6s ease-in-out 0s;
  227. -o-transition: all 0.6s ease-in-out 0s;
  228. }
  229.  
  230. #ehovl a {
  231. font-weight:normal !important;
  232. }
  233.  
  234. .detags {
  235. text-align:center;
  236. }
  237.  
  238. .detags a:link, .detags a:active, .detags a:visited {
  239. transition: all 0.6s ease-in-out 0s;
  240. -moz-transition: all 0.6s ease-in-out 0s;
  241. -webkit-transition: all 0.6s ease-in-out 0s;
  242. -o-transition: all 0.6s ease-in-out 0s;
  243. font-weight: normal;
  244. opacity: 1;
  245. font-family:{text:Font};
  246. font-size: 9px;
  247. font-style:italic;
  248. color: {color:Text};
  249. line-height:10px;
  250. line-height:8px;
  251. margin-right: 10px;
  252. }
  253.  
  254. .tags {
  255. min-height: 15px;
  256. height: 15px;
  257. display: block;
  258. letter-spacing: 1px;
  259. text-transform: uppercase;
  260. {block:IndexPage}width: 370px;{/block:IndexPage}
  261. text-align:justify;
  262. }
  263.  
  264. h3 {
  265. color: {color:Text};
  266. font-family: {text:Font}
  267. font-size: 25px;
  268. font-weight: 800;
  269. letter-spacing: 0;
  270. margin-bottom: 0px;
  271. text-transform: lowercase;
  272. text-align:center;
  273. padding:30px 5px 10px 5px;
  274. margin-top:0px;
  275. line-height:20px;
  276. }
  277.  
  278. h3 a:link, h3 a:active, h3 a:visited {
  279. color: {color:Link};
  280. font-family: {text:Font};
  281. font-size: 25px;
  282. font-weight: 800;
  283. letter-spacing: 0;
  284. margin-bottom: 10px;
  285. text-transform: lowercase;
  286. margin-top:10px;
  287. }
  288.  
  289. blockquote {
  290. background-color: transparent;
  291. font-size: {text:Body Font Size};
  292. margin: 5px 5px 12px 40px;
  293. text-align: justify;
  294. {block:PermaLinkPage}width:480px;
  295. margin:auto;{/block:PermaLinkPage}
  296. color: #000;
  297. padding: 0px 10px;
  298. border-left: 1px solid #000;
  299.  
  300. }
  301.  
  302. .quote {
  303. color: {color:Text};
  304. font-family: {text:Font};
  305. font-size: font-size: {text:Body Font Size};
  306. font-style: italic;
  307. margin-bottom:10px;
  308. }
  309.  
  310. .source {
  311. margin-top:1px;
  312. margin-bottom:5px;
  313. text-transform:lowercase;
  314. font-weight:lighter;
  315. font-family:{text:Font};
  316. font-size: 14px;
  317. background-color:transparent;
  318. line-height: 20px; margin-bottom:0px; text-align: right;
  319. padding-right: 30px;
  320. padding-bottom:20px;
  321. }
  322.  
  323. ul.chat {
  324. margin: 10px 0px 10px 0px;
  325. padding: 0;
  326. }
  327.  
  328. .chat li {
  329. list-style-type: none;
  330. margin-left: 0px; margin:3px;
  331. font-family:cambria;
  332. padding: 3px 3px 3px 10px;
  333. }
  334.  
  335. .chat li.odd {
  336. margin-bottom: 1px;
  337. color: {color:Text};
  338. }
  339.  
  340. .chat li.even {
  341. background-color: transparent;
  342. margin-bottom: 1px;
  343. color: {color:Text};
  344. }
  345.  
  346. .label {
  347. font-weight: bold;
  348. }
  349.  
  350. .notes li {
  351. padding-bottom:1.3em;
  352. text-transform:lowercase;
  353. font-size:9px;
  354. margin-left:-10px;
  355. letter-spacing:0px; }
  356.  
  357. .notes li img.avatar {
  358. font-size: 8px;
  359. height: 16px;
  360. line-height: 7px;
  361. margin-left: -20px;
  362. margin-right: 5px;
  363. text-transform: uppercase;
  364. width: 16px;
  365. margin-bottom: -5px; }
  366.  
  367. ol.notes {
  368. list-style: none outside none;
  369. }
  370.  
  371. .asker {
  372. color: {color:Text};
  373. font-family:{text:Font};
  374. font-size:15px;
  375. font-weight:lighter;
  376. line-height: 100%;
  377. text-align: right;
  378. text-transform: none;
  379. }
  380.  
  381. .asker a:link, .asker a:active, .asker a:visited {
  382. color: {color:Link};
  383. font-family: {text:Font};
  384. font-size: 15px;
  385. letter-spacing: 1px;
  386. line-height: 100%;
  387. text-align: right;
  388. font-weight:bold;
  389. text-transform: none;
  390. }
  391.  
  392. .asker a:hover {
  393. color: {color:Link Hover};
  394. font-family: helvetica;
  395. font-size: 15px;
  396. letter-spacing: 1px;
  397. line-height: 100%;
  398. text-align: right;
  399. text-transform: none;
  400. }
  401.  
  402. ul, menu, dir {
  403. display: block;
  404. list-style-type: disc;
  405. padding:0pt;
  406. -webkit-margin-before: 1em;
  407. -webkit-margin-after: 1em;
  408. -webkit-margin-start: 0px;
  409. -webkit-margin-end: 0px;
  410. -webkit-padding-start: 0px;
  411. }
  412.  
  413. .entrytags {
  414. padding: 10px;
  415. text-align: justify;
  416. position: relative;
  417. }
  418.  
  419. .entrypage p{
  420. width:370px;
  421. margin:auto;
  422. padding:20px 0px;
  423. }
  424.  
  425. .photoset .photoset_row .photoset_photo {
  426. margin-left: 5px !important;
  427. margin-top: 5px !important;
  428. }
  429.  
  430. .photoset_row img {
  431. margin-bottom: -5px;
  432. }
  433.  
  434. #container {
  435. width: 1205px;
  436. margin: 0;
  437. padding:0;
  438. overflow:hidden;
  439. }
  440.  
  441. .dhover:hover #ihover {
  442. opacity:0;
  443. }
  444.  
  445. #ihover:hover .dhover {
  446. opacity:1;
  447. transition: all 0.6s ease-in-out 0s;
  448. -moz-transition: all 0.6s ease-in-out 0s;
  449. -webkit-transition: all 0.6s ease-in-out 0s;
  450. -o-transition: all 0.6s ease-in-out 0s;
  451. }
  452.  
  453. .dhover {
  454. background-color: #ffffff;
  455. height: 160px;
  456. left: 0;
  457. margin: auto;
  458. opacity: 0;
  459. padding: 50px 20px;
  460. position: absolute;
  461. right: 640px;
  462. top: 70px;
  463. transition: all 0.6s ease-in-out 0s;
  464. width: 170px;
  465. z-index: 5000;
  466. }
  467.  
  468. .dhover a {
  469. font-weight:lighter;
  470. }
  471.  
  472. .online a {
  473. color:#000;
  474. }
  475.  
  476. .audio_player .audio_player_button:after {
  477. background: url("/images/audio_player_sprite.png?9dfd905974be8e2bfd5e03dc26d8afc4") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  478. border: 0 none;
  479. content: "";
  480. display: block;
  481. height: 50px;
  482. margin: -20px 0 0 -21px;
  483. position: absolute;
  484. right: 24px;
  485. top: 68%;
  486. width: 25px;
  487. }
  488. .tumblr_audio_player {
  489. height:40px; border:0px transparent;
  490. margin-left:0px;
  491. margin-top:-5px;
  492. }
  493. }
  494. .audio_player_container .audio_message_container, .album_art_container:after, .audio_player_container .player_text_wrapper, .audio_player_container .audio_visualizer, .audio_player_container .audio_equalizer, .audio_player_container .audio_controls, .audio_player {
  495. -moz-box-sizing: border-box;
  496. border:0px !important;
  497. }
  498.  
  499.  
  500. .players {
  501. background-color: #fff;
  502. border-radius: 70px;
  503. left: 20px;
  504. width: 70px;
  505. border:0px;
  506. border-radius: 0px;
  507. height: 50px;
  508. margin: auto;
  509. opacity: 0.8;
  510. position: absolute;
  511. top: 220px;
  512. z-index: 3000;
  513. transition: all 0.6s ease-in-out 0s;
  514. -moz-transition: all 0.6s ease-in-out 0s;
  515. -webkit-transition: all 0.6s ease-in-out 0s;
  516. -o-transition: all 0.6s ease-in-out 0s;
  517. -moz-transition: all 0.6s ease-in-out 0s;
  518. }
  519.  
  520. .speler {
  521. height: 27px;
  522. margin: 1px;
  523. overflow: hidden;
  524. width: 28px;
  525. z-index:10000;
  526. }
  527.  
  528. .barlinks {
  529. height: 30px;
  530. left: 814px;
  531. line-height: 30px;
  532. margin: auto;
  533. right:0px;
  534. position: fixed;
  535. width: 62px;
  536. z-index: 10000;
  537. }
  538.  
  539. .barlinks a {
  540. text-transform: uppercase;
  541. font-size: 6px;
  542. letter-spacing: 3px;
  543. font-family: {text:Font} ! important;
  544. color:#fff;
  545. }
  546.  
  547. .barlinks:hover {
  548. background-color:#fff;
  549. color:#000;
  550. }
  551. .barlinks:hover a {
  552. color:#000;
  553. }
  554.  
  555. .barlinks a:hover {
  556. color:#000;
  557. transition: all 0.6s ease-in-out 0s;
  558. -moz-transition: all 0.6s ease-in-out 0s;
  559. -webkit-transition: all 0.6s ease-in-out 0s;
  560. -o-transition: all 0.6s ease-in-out 0s;
  561. -moz-transition: all 0.6s ease-in-out 0s;
  562. }
  563.  
  564. {CustomCSS}
  565. </style>
  566.  
  567. <title>{Title}</title>
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575. <style> .my-like { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAYAAAA/mJfHAAABH0lEQVQ4y62T30vCUBiGv/9YuhBLkCA08FdogRFFYFEUhhZNCCQoSESiIOii68pl5qV6s8Eb7+SMHXNs6S7ejZ3zvA+ccT4BICofvS88dJ7w8vqG8WQC754K17lPjrx3z3l8D4YoVaqIrWbcJNbzaHefNZjfXPdy5b0jsO/IRqMxUpmSBnhz2bx1QL79GPbpEePmzhdSyW8fBDL0SK68HwiGCT2S3NiKREaPzP7QRRNPZSHpwm4kMnqkYbQikdEjZv8HK2ubS4nY75mD6WU8qzeXkrHvToBlWSjuHC4kYo99V8bwBnM0/iMiz542myq2bSPskcmR/zPos7lvP8Lv/nGd+/N6c2Xq2KcXhiY6qV1rxwotU3n/NHF8fgW+g9hfsHJlJUYljcgAAAAASUVORK5CYII=) !important; height:17px; width:19px; cursor:pointer; display:inline-block; vertical-align:top; } .my-liked, .my-like:hover { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAYAAAA/mJfHAAABSklEQVQ4y2P4//8/Awy/O3fu/905c/4/2779/69Pn/4jy8Hwz/fv/z/buvX/vfnz/7+/eBFFDZj4cOXK/8O+Pv+36+rA8W4zs/8Ply1DUXx/4cL/u0yMUdQdCQ76/+nWLbA6hq+PH//fbW6OogAZ3+zvByu81t6OU80ea6v/P16//s9wqboKpyIYPhYeTlDN1abG/wz7HR0JKiQGH3Bz+8+ww0CfKobtMjb6z0ANg+CGgQKPKt50dfnPcL6wkCqGXaoo/8/w5tgxyg3T0wUnYHBiPJuZSZFhF8pK/8NzACjrgKKWHINAOef3168Iw0D429OnGFmKEAZlJVDKR8mbMAyy4XRqClEGnc3J+f/nxw/MjI6OQflxh6EBzvR0Z9o0rCUKVsNA+MuD+/9PJiSgGHQmPf0/KDhw6cFpGAy/OnAAbOibEyf+E1ILAFBjDrchm7KrAAAAAElFTkSuQmCC) !important; height:17px; width:19px; cursor:pointer; display:inline-block; vertical-align:top; } </style> <script> window.onload = function () { document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' ); document.addEventListener( 'click', function ( event ) { var myLike = event.target; if( myLike.className.indexOf( 'my-like' ) > -1 ) { var frame = document.getElementById( 'my-like-frame' ), liked = ( myLike.className == 'my-liked' ), command = liked ? 'unlike' : 'like', reblog = myLike.getAttribute( 'data-reblog' ), id = myLike.getAttribute( 'data-id' ), oauth = reblog.slice( -8 ); frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id; liked ? myLike.className = 'my-like' : myLike.className = 'my-liked'; }; }, false ); }; </script>
  576.  
  577.  
  578. </head>
  579.  
  580. <body>
  581.  
  582.  
  583. <center>
  584.  
  585.  
  586.  
  587. <div style="background-color:{color:Background}; width:100%; position:fixed; top:0px; left:0px; height:50px;z-index:1000000;"></div>
  588. <div style="height:300px; width:550px; background-image:url({text:Top Image Url}); background-color:{color:Accent 1}; position:absolute; top: 50px; margin:auto; left:180px; right:0px; "></div>
  589. <div style="height:300px; width:250px; background-color:{color:Accent 1}; position:absolute; top: 50px; margin:auto; left:0px; right:640px; ">
  590. <div style="width:96px; height:96px; border:10px solid #fff; background-image:url({PortraitURL-96}); margin:auto; left:0; right:0; position:absolute;top:0px; bottom:0;"></div></div>
  591. <div style="position: fixed; margin: auto; top: 50px; width:64px; background-color:{color:Accent 1}; height:100%; right:0px; left: 814px; bottom: 0px;"></div>
  592.  
  593. <div class="barlinks" style="bottom: 220px;"><a href="/">home</a></div>
  594. <div class="barlinks" style="bottom: 170px;"><a href="/ask">ask</a></div> <div class="barlinks" style="bottom: 120px;"><a href="http://perkamentus.tumblr.com/themes">theme</a></div>
  595.  
  596.  
  597.  
  598. <div id="ihover">
  599. <div class="dhover">
  600.  
  601. <div style="height:40px; width:150px;">
  602. <div style="font-weight:lighter; text-transform:uppercase;letter-spacing:2px; font-size:18px; border-bottom:1px solid #000; margin:0px 0px 3px 0px; padding:0px 0px 3px 0px;">{text:Maintitle}</div>
  603. <i><a href="{text:Link 1 URL}">{text:Link 1}</a>
  604. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  605. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  606. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  607. <a href="{text:Link 5 URL}">{text:Link 5}</a></i></div>
  608.  
  609. <div style="width:150px;text-align:justify; height:60px;">
  610. {Description} </div>
  611. </div></div>
  612.  
  613.  
  614.  
  615.  
  616. <div class="content">
  617.  
  618.  
  619. {block:IndexPage}
  620. <div id="container">
  621. {/block:IndexPage}
  622.  
  623.  
  624. {block:Posts}
  625.  
  626. {block:IndexPage} <div class="entry"> {/block:IndexPage}
  627.  
  628. {block:PermalinkPage}
  629. <div class="entry2">
  630. {/block:PermalinkPage}
  631.  
  632.  
  633.  
  634.  
  635. {block:Text}
  636.  
  637. {block:IndexPage}
  638. <div style="padding:50px 20px; background-color:{color:Accent 2};">
  639.  
  640.  
  641.  
  642. {block:Title}
  643. <h3><a href="{Permalink}">{Title}</a></h3>
  644. {/block:Title}
  645. {Body}</div>
  646. {/block:IndexPage}
  647.  
  648. {block:PermalinkPage}
  649. {block:Title}
  650. <h3>{Title}</h3>
  651. {/block:Title}
  652. {Body}
  653. {/block:PermalinkPage}
  654.  
  655.  
  656. {block:IndexPage}
  657.  
  658. <div class="ehov">
  659.  
  660. <div style="position: absolute; bottom: 0; top:-30px; margin: auto; height: 60px; width: 380px; right: 0px; left: 15px;">
  661. <div style="font-style: normal; display: inline-block; padding: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); width: 120px; text-align: right; text-transform: lowercase; font-family: {text:Font}; font-size: {text:Body Font Size}; line-height: 21px; top: -4px;"> <a id="ehovl" href="{Permalink}">
  662. {block:Date}{DayOfWeek} {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}</a>
  663. </div>
  664.  
  665. <div style="display: inline-block; position: relative; line-height: 6px; width: 20px; margin: 0px 10px; top: 10px;">
  666. {LikeButton color="black" size="13"} <br> {ReblogButton color="black" size="13"}</div>
  667.  
  668.  
  669. <div style="display: inline-block; position: relative; padding: 20px; max-width: 120px; font-weight: lighter; font-family: helvetica; font-size: {text:Body Font Size}; margin-left: -7px; top: -1px;">
  670. {block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount}
  671. </div>
  672.  
  673.  
  674. {block:HasTags}
  675. <div class="detags" style="position: absolute; margin: auto; max-height: 60px; overflow: auto; right: 0px; padding: 5px; width: 390px; left: -19px;"><span style="font-family:helvetica; font-size:9px; font-style:italic; font-weight:bold; padding-right:0px;">tagged with </span>
  676. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  677. </div>
  678. {/block:HasTags}
  679. </div>
  680. {/block:IndexPage}
  681.  
  682.  
  683.  
  684.  
  685. {/block:Text}
  686.  
  687.  
  688.  
  689.  
  690.  
  691. {block:Photo}
  692.  
  693.  
  694. {block:IndexPage}
  695.  
  696.  
  697.  
  698. <img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px">{/block:IndexPage}
  699.  
  700. {block:PermalinkPage}
  701. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  702. {/block:PermalinkPage}
  703.  
  704. {block:IndexPage}
  705.  
  706. <div class="ehov">
  707. <div style="max-height:20%; position:relative; top:10px; margin:atuo; left:0; right:0; overflow:auto; padding:10px; width:380px; ">
  708. {Caption} </div><br>
  709. <div style="position: absolute; bottom: 0; top:0; margin: auto; height: 60px; width: 380px; right: 0px; left: 15px;">
  710. <div style="font-style: normal; display: inline-block; padding: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); width: 120px; text-align: right; text-transform: lowercase; font-family: helvetica; font-size: {text:Body Font Size}; line-height: 21px; top: -4px;"> <a id="ehovl" href="{Permalink}">
  711. {block:Date}{DayOfWeek} {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}</a>
  712. </div>
  713.  
  714. <div style="display: inline-block; position: relative; line-height: 6px; width: 20px; margin: 0px 10px; top: 10px;">
  715. {LikeButton color="black" size="13"} <br> {ReblogButton color="black" size="13"}</div>
  716.  
  717.  
  718. <div style="display: inline-block; position: relative; padding: 20px; max-width: 120px; font-weight: lighter; font-family: {text:Font}; font-size: {text:Body Font Size}; margin-left: -7px; top: -1px;">
  719. {block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount}
  720. </div>
  721.  
  722.  
  723. {block:HasTags}
  724. <div class="detags" style="position: absolute; margin: auto; max-height: 60px; overflow: auto; right: 0px; padding: 5px; width: 390px; left: -19px;"><span style="font-family:helvetica; font-size:9px; font-style:italic; font-weight:bold; padding-right:0px;">tagged with </span>
  725. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  726. </div>
  727. {/block:HasTags}
  728. </div>
  729. {/block:IndexPage}
  730.  
  731.  
  732. {/block:Photo}
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740. {block:Photoset}
  741.  
  742.  
  743.  
  744. {block:IndexPage}
  745.  
  746.  
  747. {Photoset-400}
  748. {/block:IndexPage}
  749.  
  750. {block:PermalinkPage}
  751. {LinkOpenTag}{Photoset-500}{LinkCloseTag}
  752. {/block:PermalinkPage}
  753.  
  754.  
  755. {block:IndexPage}
  756.  
  757. <div class="ehov">
  758.  
  759. <div style="max-height:20%; position:relative; top:10px; margin:atuo; left:0; right:0; overflow:auto; padding:10px; width:380px; ">
  760. {Caption} </div><br>
  761.  
  762.  
  763. <div style="position: absolute; bottom: 0; top:0; margin: auto; height: 60px; width: 380px; right: 0px; left: 15px;">
  764. <div style="font-style: normal; display: inline-block; padding: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); width: 120px; text-align: right; text-transform: lowercase; font-family: helvetica; font-size: {text:Body Font Size}; line-height: 21px; top: -4px;"> <a id="ehovl" href="{Permalink}">
  765. {block:Date}{DayOfWeek} {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}</a>
  766. </div>
  767.  
  768. <div style="display: inline-block; position: relative; line-height: 6px; width: 20px; margin: 0px 10px; top: 10px;">
  769. {LikeButton color="black" size="13"} <br> {ReblogButton color="black" size="13"}</div>
  770.  
  771.  
  772. <div style="display: inline-block; position: relative; padding: 20px; max-width: 120px; font-weight: lighter; font-family: helvetica; font-size: {text:Body Font Size}; margin-left: -7px; top: -1px;">
  773. {block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount}
  774. </div>
  775.  
  776.  
  777. {block:HasTags}
  778. <div class="detags" style="position: absolute; margin: auto; max-height: 60px; overflow: auto; right: 0px; padding: 5px; width: 390px; left: -19px;"><span style="font-family:helvetica; font-size:9px; font-style:italic; font-weight:bold; padding-right:0px;">tagged with </span>
  779. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  780. </div>
  781. {/block:HasTags}
  782. </div>
  783. {/block:IndexPage}
  784.  
  785.  
  786.  
  787. {/block:Photoset}
  788.  
  789.  
  790.  
  791. {block:Quote}
  792.  
  793. <div style="background-color:{color:Accent 2}; ">
  794.  
  795. <center><div style="text-align: justify; color: rgb(0, 0, 0); padding: 50px 20px 20px 20px; ">
  796.  
  797. <div style="color:#000;" class="quote">{Quote}</div>
  798.  
  799. </div></center>
  800.  
  801. {block:Source}
  802. <div class="source"> {Source}</div>
  803. {/block:Source}
  804.  
  805.  
  806. {block:IndexPage}
  807.  
  808. <div class="ehov">
  809.  
  810. <div style="position: absolute; bottom: 0; top:0; margin: auto; height: 60px; width: 380px; right: 0px; left: 15px;">
  811. <div style="font-style: normal; display: inline-block; padding: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); width: 120px; text-align: right; text-transform: lowercase; font-family: helvetica; font-size: {text:Body Font Size}; line-height: 21px; top: -4px;"> <a id="ehovl" href="{Permalink}">
  812. {block:Date}{DayOfWeek} {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}</a>
  813. </div>
  814.  
  815. <div style="display: inline-block; position: relative; line-height: 6px; width: 20px; margin: 0px 10px; top: 10px;">
  816. {LikeButton color="black" size="13"} <br> {ReblogButton color="black" size="13"}</div>
  817.  
  818.  
  819. <div style="display: inline-block; position: relative; padding: 20px; max-width: 120px; font-weight: lighter; font-family: helvetica; font-size: {text:Body Font Size}; margin-left: -7px; top: -1px;">
  820. {block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount}
  821. </div>
  822.  
  823.  
  824. {block:HasTags}
  825. <div class="detags" style="position: absolute; margin: auto; max-height: 60px; overflow: auto; right: 0px; padding: 5px; width: 390px; left: -19px;"><span style="font-family:helvetica; font-size:9px; font-style:italic; font-weight:bold; padding-right:0px;">tagged with </span>
  826. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  827. </div>
  828. {/block:HasTags}
  829. </div>
  830. {/block:IndexPage}
  831.  
  832.  
  833. </div>
  834. {/block:Quote}
  835.  
  836.  
  837.  
  838.  
  839. {block:Link}
  840. <div style="background-color:{color:Accent 2}; border-top:60px solid {color:Accent 2}; border-bottom:60px solid {color:Accent 2};">
  841.  
  842. <center><a href="{URL}" class="link" " {Target}>{Name}</a></center>
  843.  
  844.  
  845.  
  846. {block:IndexPage}
  847.  
  848. <div class="ehov">
  849.  
  850. <div style="position: absolute; bottom: 0; top:-50px; margin: auto; height: 60px; width: 380px; right: 0px; left: 15px;">
  851. <div style="font-style: normal; display: inline-block; padding: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); width: 120px; text-align: right; text-transform: lowercase; font-family: helvetica; font-size: {text:Body Font Size}; line-height: 21px; top: -4px;"> <a id="ehovl" href="{Permalink}">
  852. {block:Date}{DayOfWeek} {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}</a>
  853. </div>
  854.  
  855. <div style="display: inline-block; position: relative; line-height: 6px; width: 20px; margin: 0px 10px; top: 10px;">
  856. {LikeButton color="black" size="13"} <br> {ReblogButton color="black" size="13"}</div>
  857.  
  858.  
  859. <div style="display: inline-block; position: relative; padding: 20px; max-width: 120px; font-weight: lighter; font-family: helvetica; font-size: {text:Body Font Size}; margin-left: -7px; top: -1px;">
  860. {block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount}
  861. </div>
  862.  
  863.  
  864. {block:HasTags}
  865. <div class="detags" style="position: absolute; margin: auto; max-height: 60px; overflow: auto; right: 0px; padding: 5px; width: 390px; left: -19px;"><span style="font-family:helvetica; font-size:9px; font-style:italic; font-weight:bold; padding-right:0px;">tagged with </span>
  866. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  867. </div>
  868. {/block:HasTags}
  869. </div>
  870. {/block:IndexPage}
  871.  
  872.  
  873. </div>
  874.  
  875.  
  876. {/block:Link}
  877.  
  878. {block:Chat}
  879. <div style="background-color:{color:Accent 2};">
  880.  
  881.  
  882. {block:Title}
  883. <h3><a href="{Permalink}">{Title}</a></h3>
  884. {/block:Title}
  885. <ul class="chat">
  886. {block:Lines}
  887. <li class="{Alt} user_{UserNumber}">
  888. {block:Label}
  889. <span class="label">{Label}</span>
  890. {/block:Label}
  891. {Line}
  892. </li>
  893. {/block:Lines}
  894. </ul>
  895. <br><br>
  896.  
  897. {block:IndexPage}
  898.  
  899. <div class="ehov">
  900.  
  901. <div style="position: absolute; bottom: 0; top:0; margin: auto; height: 60px; width: 380px; right: 0px; left: 15px;">
  902. <div style="font-style: normal; display: inline-block; padding: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); width: 120px; text-align: right; text-transform: lowercase; font-family: helvetica; font-size: {text:Body Font Size}; line-height: 21px; top: -4px;"> <a id="ehovl" href="{Permalink}">
  903. {block:Date}{DayOfWeek} {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}</a>
  904. </div>
  905.  
  906. <div style="display: inline-block; position: relative; line-height: 6px; width: 20px; margin: 0px 10px; top: 10px;">
  907. {LikeButton color="black" size="13"} <br> {ReblogButton color="black" size="13"}</div>
  908.  
  909.  
  910. <div style="display: inline-block; position: relative; padding: 20px; max-width: 120px; font-weight: lighter; font-family: helvetica; font-size: {text:Body Font Size}; margin-left: -7px; top: -1px;">
  911. {block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount}
  912. </div>
  913.  
  914.  
  915. {block:HasTags}
  916. <div class="detags" style="position: absolute; margin: auto; max-height: 60px; overflow: auto; right: 0px; padding: 5px; width: 390px; left: -19px;"><span style="font-family:helvetica; font-size:9px; font-style:italic; font-weight:bold; padding-right:0px;">tagged with </span>
  917. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  918. </div>
  919. {/block:HasTags}
  920.  
  921.  
  922. </div>
  923. {/block:IndexPage}
  924.  
  925.  
  926. </div>
  927.  
  928. {/block:Chat}
  929.  
  930.  
  931.  
  932.  
  933.  
  934. {block:Video}
  935.  
  936.  
  937.  
  938.  
  939.  
  940. {block:IndexPage}
  941. <center>{Video-400}</center>
  942. {/block:IndexPage}
  943.  
  944. {block:PermalinkPage}
  945. <center>{Video-500}</center>
  946. {/block:PermalinkPage}
  947.  
  948.  
  949.  
  950.  
  951. {/block:Video}
  952.  
  953. {block:Audio}
  954.  
  955.  
  956.  
  957. <center>
  958. <div style="text-transform:uppercase; width:400px; height:100px; padding: 15px 0px; background-image:url({block:AlbumArt}{AlbumArtURL}{/block:AlbumArt}); background-position:center; background-size:100%; margin-bottom:0px;">
  959.  
  960.  
  961. <div class="players" style="margin-top: -189px; padding-top: 20px;">
  962. <div style="width:27px; overflow:hidden;" class="speler">{AudioPlayerWhite}</div></div>
  963.  
  964.  
  965. <div style="color:#000; opacity:0.8; width:200px; font-family:helvetica; font-size:10px; letter-spacing:0px; padding:5px 6px; left:50px; right:0px; font-style:italic; text-transform:lowercase; background-color:#fff; text-align:center; top:38px; position:relative; ">
  966. {block:Artist}
  967. {Artist}
  968. {/block:Artist} - {block:TrackName}
  969. {TrackName}
  970. {/block:TrackName}<br/>
  971. {PlayCountWithLabel}
  972. </div> </div>
  973. </center>
  974.  
  975.  
  976.  
  977. {block:IndexPage}
  978.  
  979. <div class="ehov">
  980.  
  981. <div style="position: absolute; bottom: 0; top:0; margin: auto; height: 60px; width: 380px; right: 0px; left: 15px;">
  982. <div style="font-style: normal; display: inline-block; padding: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); width: 120px; text-align: right; text-transform: lowercase; font-family: helvetica; font-size: {text:Body Font Size}; line-height: 21px; top: -4px;"> <a id="ehovl" href="{Permalink}">
  983. {block:Date}{DayOfWeek} {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}</a>
  984. </div>
  985.  
  986. <div style="display: inline-block; position: relative; line-height: 6px; width: 20px; margin: 0px 10px; top: 10px;">
  987. {LikeButton color="black" size="13"} <br> {ReblogButton color="black" size="13"}</div>
  988.  
  989.  
  990. <div style="display: inline-block; position: relative; padding: 20px; max-width: 120px; font-weight: lighter; font-family: helvetica; font-size: {text:Body Font Size}; margin-left: -7px; top: -1px;">
  991. {block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount}
  992. </div>
  993.  
  994.  
  995. {block:HasTags}
  996. <div class="detags" style="position: absolute; margin: auto; max-height: 60px; overflow: auto; right: 0px; padding: 5px; width: 390px; left: -19px;"><span style="font-family:helvetica; font-size:9px; font-style:italic; font-weight:bold; padding-right:0px;">tagged with </span>
  997. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  998. </div>
  999. {/block:HasTags}
  1000. </div>
  1001. {/block:IndexPage}
  1002.  
  1003.  
  1004.  
  1005.  
  1006. {/block:Audio}
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013. {block:Answer}
  1014. <div style="background-color:{color:Accent 2};">
  1015. <div style="text-align: justify; color: rgb(0, 0, 0); padding: 50px 20px 20px 20px; ">
  1016.  
  1017.  
  1018.  
  1019. <div style="color:#000;" class="quote"> {Question}</div>
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025. <div class="asker" style="color: #000; text-transform: lowercase; background-color: transparent; text-align: right; padding-right: 20px;height: 40px; line-height: 0px;">{Asker}</div>
  1026.  
  1027. <div style="text-align:justify; margin-bottom:50px;">
  1028.  
  1029.  
  1030.  
  1031. {Answer}
  1032.  
  1033.  
  1034.  
  1035. </div>
  1036. </div>
  1037. </div>
  1038.  
  1039.  
  1040.  
  1041. {block:IndexPage}
  1042.  
  1043. <div class="ehov">
  1044.  
  1045. <div style="position: absolute; bottom: 0; top:0; margin: auto; height: 60px; width: 380px; right: 0px; left: 15px;">
  1046. <div style="font-style: normal; display: inline-block; padding: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); width: 120px; text-align: right; text-transform: lowercase; font-family: helvetica; font-size: {text:Body Font Size}; line-height: 21px; top: -4px;"> <a id="ehovl" href="{Permalink}">
  1047. {block:Date}{DayOfWeek} {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}</a>
  1048. </div>
  1049.  
  1050. <div style="display: inline-block; position: relative; line-height: 6px; width: 20px; margin: 0px 10px; top: 10px;">
  1051. {LikeButton color="black" size="13"} <br> {ReblogButton color="black" size="13"}</div>
  1052.  
  1053.  
  1054. <div style="display: inline-block; position: relative; padding: 20px; max-width: 120px; font-weight: lighter; font-family: helvetica; font-size: {text:Body Font Size}; margin-left: -7px; top: -1px;">
  1055. {block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount}
  1056. </div>
  1057.  
  1058.  
  1059. {block:HasTags}
  1060. <div class="detags" style="position: absolute; margin: auto; max-height: 60px; overflow: auto; right: 0px; padding: 5px; width: 390px; left: -19px;"><span style="font-family:helvetica; font-size:9px; font-style:italic; font-weight:bold; padding-right:0px;">tagged with </span>
  1061. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  1062. </div>
  1063. {/block:HasTags}
  1064. </div>
  1065. {/block:IndexPage}
  1066.  
  1067.  
  1068.  
  1069. {/block:Answer}
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075. {block:IndexPage} </div> {/block:IndexPage}
  1076.  
  1077. {block:PermalinkPage}
  1078. </div>
  1079. {/block:PermalinkPage}
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088.  
  1089. {block:PermalinkPage}
  1090.  
  1091. <div style="background-color: rgb(255, 255, 255); text-align: justify; border-right: 300px solid rgb(225, 225, 225); margin: 0px auto auto -5px; padding: 10px 10px 10px 15px; width: 495px;">
  1092.  
  1093. <div class="
  1094.  
  1095. {block:IndexPage} </div> {/block:IndexPage}
  1096.  
  1097. {block:PermalinkPage}
  1098. </div>
  1099. {/block:PermalinkPage}
  1100.  
  1101.  
  1102.  
  1103. {block:PermalinkPage}
  1104.  
  1105. <div class="entrypage">
  1106.  
  1107. {Caption} </div><br>
  1108.  
  1109. <div style="margin: auto; height: 60px; width: 480px; right: 0px; left: 15px;">
  1110.  
  1111.  
  1112. <div style="font-style: normal; display: inline-block; padding: 20px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); width: 171px; text-align: right; text-transform: lowercase; font-family: helvetica; font-size: 11px; line-height: 21px; top: -4px;"> <a style="font-weight:normal;" href="{Permalink}">
  1113. {block:Date}{DayOfWeek} {DayOfMonthWithZero}/{MonthNumber}/{ShortYear} {/block:Date}</a>
  1114. </div>
  1115.  
  1116. <div style="display: inline-block; position: relative; line-height: 6px; width: 20px; margin: 0px 10px; top: 10px;">
  1117. {LikeButton color="black" size="13"} <br> {ReblogButton color="black" size="13"}</div>
  1118.  
  1119.  
  1120. <div style="display: inline-block; position: relative; padding: 20px; max-width: 171px; font-family: helvetica; font-size: 11px; margin-left: -7px; top: 4px;">{block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount} {block:RebloggedFrom} via <a href={ReblogParentURL}>{ReblogParentName}</a>, originally <a href={ReblogRootURL}>{ReblogRootName}</a>
  1121. {/block:RebloggedFrom}</div>
  1122.  
  1123.  
  1124. {block:HasTags}
  1125. <div class="detags" style="position: absolute; margin: auto; max-height: 60px; overflow: auto; right: 0px; padding: 5px; width: 490px; left: 0px;"><span style="font-family:helvetica; font-size:9px; font-style:italic; font-weight:bold; padding-right:0px;">tagged with </span> {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags} </div>
  1126. {/block:HasTags}
  1127. </div>
  1128.  
  1129.  
  1130.  
  1131. <div style="height:80px; "></div>
  1132. {block:PostNotes}
  1133. <div style="text-align: center; font-weight: 400; padding: 0px 0px;">
  1134. <a href="javascript:;" style="color: #000; font-family: helvetica; font-size: 14px; font-style:italic;" onmousedown="toggleDiv('toggle');">TOGGLE {block:NoteCount}{NoteCount}{/block:NoteCount} NOTES</a></div>
  1135. <div style="height:40px; "></div>
  1136.  
  1137. <div id="toggle" style="display: none; text-align: left; width: 500px; margin: auto; left: 0px; right: 0px;"> {PostNotes}{/block:PostNotes}</div>
  1138.  
  1139.  
  1140.  
  1141. </div>
  1142.  
  1143.  
  1144.  
  1145.  
  1146.  
  1147. {/block:PermalinkPage}
  1148.  
  1149.  
  1150. {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}--> {/block:ContentSource}
  1151.  
  1152.  
  1153.  
  1154. {/block:Posts}
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160. {block:IndexPage}</div>{/block:IndexPage}
  1161.  
  1162.  
  1163.  
  1164.  
  1165. </div>
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188. {block:Pagination}
  1189. {block:NextPage}
  1190. <div class="barlinks" style="bottom: 70px;"><a href="{NextPage}"> next</a></div>
  1191. {/block:NextPage}
  1192.  
  1193.  
  1194. {block:PreviousPage}
  1195. <div class="barlinks" style="bottom: 20px;"><a href="{PreviousPage}"> back </a> </div>
  1196. {/block:PreviousPage}
  1197. {/block:Pagination}
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206.  
  1207.  
  1208. </center>
  1209. </body>
  1210.  
  1211.  
  1212. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  1213. <script src="http://static.tumblr.com/glziqhp/DMKlqoahr/jquery.masonry.min.js"></script>
  1214. <script src="http://static.tumblr.com/df28qmy/Mpalh3i8p/jquery.scrollto-1.4.0-min.js" type="text/javascript"></script>
  1215.  
  1216. <script type="text/javascript">
  1217. $(function(){
  1218.  
  1219. var $container = $('#container');
  1220.  
  1221. $container.imagesLoaded(function(){
  1222. $container.masonry({
  1223. itemSelector: '.entry',
  1224. columnWidth: 410,
  1225. singleMode: true
  1226. });
  1227. });
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234. });
  1235.  
  1236.  
  1237. </script>
  1238. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement