feiinho

rickerlr.tumblr.com Light Glass 5 colum

Aug 5th, 2014
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.42 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2.  
  3. <!--
  4. ********************************
  5. Theme by: rickerlr.tumblr.com
  6. Name: Light Glass 5 columns
  7. Year: 2011
  8. ********************************
  9. -->
  10.  
  11. <html>
  12. <head>
  13.  
  14. <script type="text/javascript">
  15. function tb8_makeArray(n){
  16. this.length = n;
  17. return this.length;
  18. }
  19. tb8_messages = new tb8_makeArray(3);
  20. tb8_messages[0] = "It's Finally Summer";
  21. tb8_messages[1] = "A Summer Dream";
  22. tb8_messages[2] = "A Infinite Summer";
  23. tb8_rptType = 'infinite';
  24. tb8_rptNbr = 5;
  25. tb8_speed = 100;
  26. tb8_delay = 2000;
  27. var tb8_counter=1;
  28. var tb8_currMsg=0;
  29. var tb8_tekst ="";
  30. var tb8_i=0;
  31. var tb8_TID = null;
  32. function tb8_pisi(){
  33. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  34. document.title = tb8_tekst;
  35. tb8_sp=tb8_speed;
  36. tb8_i++;
  37. if (tb8_i==tb8_messages[tb8_currMsg].length){
  38. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  39. }
  40. if (tb8_currMsg == tb8_messages.length){
  41. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  42. clearTimeout(tb8_TID);
  43. return;
  44. }
  45. tb8_counter++;
  46. tb8_currMsg = 0;
  47. }
  48. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  49. }
  50. tb8_pisi()
  51. </script>
  52.  
  53. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  54.  
  55. <meta name="color:Text" content="#777777"/>
  56. <meta name="color:Title" content="#444444"/>
  57. <meta name="color:Link" content="#000000"/>
  58. <meta name="color:Link hover" content="#444444"/>
  59. <meta name="color:Link active" content="#222222"/>
  60. <meta name="color:Link menu" content="#888888"/>
  61. <meta name="color:Background" content="#eeeeee"/>
  62. <meta name="color:Opacity Color Photo Effect" content="#000000"/>
  63. <meta name="color:Notes" content="#999999"/>
  64. <meta name="color:Post Background" content="#fdfdfd"/>
  65. <meta name="color:Box Shadow Color" content="#dddddd"/>
  66. <meta name="color:Border Note Permalinks" content="#f5f5f5"/>
  67.  
  68. <meta name="image:Background image" content="" />
  69. <meta name="image:header image" content="" />
  70.  
  71. <meta name="if:Container FadeIn" content="0"/>
  72. <meta name="if:Infinite Scroll" content="1"/>
  73. <meta name="if:Show Captions" content="0"/>
  74. <meta name="if:Border Rounded" content="0"/>
  75. <meta name="if:Post Padding" content="0"/>
  76. <meta name="if:Box Shadow" content="1"/>
  77. <meta name="if:Show Social" content="1"/>
  78. <meta name="if:Hide Description" content="0"/>
  79. <meta name="if:Tumblr Buttons Opacity" content="0"/>
  80. <meta name="if:Tumblr Buttons Fixed" content="0"/>
  81.  
  82.  
  83. <meta name="text:Footer Text" content="" />
  84. <meta name="text:Link 1 title" content="" />
  85. <meta name="text:Link 1 url" content="" />
  86. <meta name="text:Link 2 title" content="" />
  87. <meta name="text:Link 2 url" content="" />
  88. <meta name="text:Link 3 title" content="" />
  89. <meta name="text:Link 3 url" content="" />
  90. <meta name="text:Link 4 title" content="" />
  91. <meta name="text:Link 4 url" content="" />
  92. <meta name="text:Link 5 title" content="" />
  93. <meta name="text:Link 5 url" content="" />
  94. <meta name="text:Link 6 title" content="" />
  95. <meta name="text:Link 6 url" content="" />
  96.  
  97. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  98. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  99. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  100. <link rel="shortcut icon" href="{Favicon}" />
  101. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  102. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  103.  
  104. <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  105. <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  106.  
  107. <style type="text/css" media="screen">
  108. /* CSS RESET */
  109. html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;list-style-type: none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}
  110.  
  111. *{
  112. outline: none;
  113. -moz-outline: none;
  114. }
  115. blockquote{
  116. padding-left:10px;
  117. border-left:3px solid {color:Border Note Permalinks};
  118. margin:5px 0px 5px 0px;
  119. }
  120. li{list-style-type: circle;margin-left: 15px;}
  121. ul#titleLinks li, ul.chat li, .note, .like{list-style-type: none;margin:0px;}
  122.  
  123. .more_notes_link_container{padding:0px !important;}
  124.  
  125. .note, .like{float:left;margin:5px 5px -5px 0px;line-height: 16px;}
  126. .action, .note blockquote, .like blockquote{display:none;}
  127. .more_notes_link_container{padding:0px !important;}
  128. .action a{color: #fff !important;}
  129. .note, .like{z-index:10;}
  130. .note:hover, .like:hover{position:relative;z-index:100;}
  131. .note:hover .action, .like:hover .action{
  132. display: block;
  133. position:absolute;
  134. float:left;
  135. white-space:nowrap;
  136. top:-2.2em;
  137. left:.5em;
  138. background:#000;
  139. color:#fff;
  140. padding: 1px 5px;
  141. z-index:10;
  142. }
  143.  
  144. h1,h2,h3,h4,h5,h6{font-weight: bold;}
  145. .right{float: right;} .left{float: left;} .clear {clear: both;}
  146.  
  147. a:link, a:visited{color:{color:Link};}
  148. a{
  149. text-decoration:none;
  150. opacity: 1;
  151. filter:alpha(opacity=100);
  152. -webkit-transition: opacity 0.5s ease, color 0.5s ease;
  153. -moz-transition: opacity 0.5s ease, color 0.5s ease;
  154. transition: opacity 0.5s ease, color 0.5s ease;
  155. -o-transition: opacity 0.5s ease, color 0.5s ease;
  156. }
  157. a:hover {
  158. color:{color:Link hover};
  159. opacity: 0.75;
  160. filter:alpha(opacity=75);
  161. }
  162. a:active {color:{color:Link active};}
  163.  
  164. #tumblr_controls{
  165. {block:IfTumblrButtonsFixed}
  166. position:fixed !important;
  167. {/block:IfTumblrButtonsFixed}
  168.  
  169. {block:IfTumblrButtonsOpacity}
  170. opacity: 0.3;
  171. filter:alpha(opacity=30);
  172. {/block:IfTumblrButtonsOpacity}
  173.  
  174. -webkit-transition: all 0.5s ease-out;
  175. -moz-transition: all 0.5s ease-out;
  176. transition: all 0.5s ease-out;
  177. -o-transition: all 0.5s ease-out;
  178. }
  179.  
  180. {block:IfTumblrButtonsOpacity}
  181. #tumblr_controls:hover{
  182. opacity: 1;
  183. filter:alpha(opacity=100);
  184. }
  185. {/block:IfTumblrButtonsOpacity}
  186.  
  187. body{
  188. font-size:100%;
  189. color: {color:Text};
  190. font-family: 'Open Sans', sans-serif;
  191. text-align: center;
  192. word-wrap: break-word;
  193. background-color: {color:Background};
  194. background-image: url({image:Background image});
  195. background-repeat: repeat;
  196. background-attachment: fixed;
  197. background-position: top left;
  198. }
  199. #container{
  200. position: relative;
  201. text-align: left;
  202. width: 1250px;
  203. height: 100%;
  204. margin: 0px auto;
  205. z-index:0;
  206. {block:IfContainerFadeIn}
  207. display:none;
  208. {/block:IfContainerFadeIn}
  209. {block:IfInfiniteScroll}
  210. {block:IndexPage}
  211. min-height: 1000px;
  212. height: auto !important;
  213. height: 1000px;
  214. {/block:IndexPage}
  215. {/block:IfInfiniteScroll}
  216. }
  217.  
  218. #header{
  219. text-align:center;
  220. width: 940px;
  221. margin: 0px auto;
  222. }
  223.  
  224. #header h1{
  225. margin-top:20px;
  226. font-size: 2em;
  227. text-align:center;
  228. font-family: 'Oswald', sans-serif;
  229. font-weight: normal !important;
  230. {block:IfHideDescription}
  231. cursor:pointer;
  232. {/block:IfHideDescription}
  233. }
  234. #header h1 a{text-decoration: none;}
  235.  
  236. #head_description{
  237. font-size:0.7em;
  238. margin: 5px 0 10px;
  239. {block:IfHideDescription}
  240. display:none;
  241. {/block:IfHideDescription}
  242. }
  243.  
  244. #imagetitle{
  245. margin-top:10px;
  246. max-width:800px;
  247. width:auto !important;
  248. width:800px;
  249. }
  250.  
  251. #content{
  252. max-width:1250px;
  253. width:expression(document.body.clientWidth > 1250? "1250px": "auto" );
  254. {block:PermalinkPage}
  255. max-width: 860px;
  256. width:expression(document.body.clientWidth > 860? "860px": "auto" );
  257. {/block:PermalinkPage}
  258. margin:0px auto;
  259. position:relative;
  260. padding-bottom:20px;
  261. }
  262.  
  263. ul#titleLinks{
  264. margin:10px 0px;
  265. font-size: 0.7em;
  266. text-transform: uppercase;
  267. }
  268. ul#titleLinks li{display: inline;margin-left: 25px;}
  269. ul#titleLinks li:first-child{margin-left: 0px;}
  270. ul#titleLinks a{
  271. color:{color:Link menu};
  272. text-decoration:none;
  273. }
  274.  
  275. .posts{
  276. overflow: hidden;
  277. position:relative;
  278. margin: 10px 5px 0px;
  279. background-color: {color:Post Background};
  280. z-index:9000;
  281.  
  282. {block:PermalinkPage}
  283. width: 520px;
  284. float:left;
  285. {/block:PermalinkPage}
  286. {block:IndexPage}
  287. width: 240px;
  288. float: left;
  289. {/block:IndexPage}
  290. {block:IfBoxShadow}
  291. box-shadow: 0px 0px 2px {color:Box Shadow Color};
  292. {/block:IfBoxShadow}
  293. }
  294.  
  295. {block:IfBorderRounded}
  296. .posts, img.photo, .opacityColorPhotoEffect, .albumArt_img_index, .odd{
  297. -webkit-border-radius: 3px;
  298. -moz-border-radius: 3px;
  299. border-radius: 3px;
  300. }
  301. {/block:IfBorderRounded}
  302.  
  303. {block:IndexPage}
  304. img.photo{
  305. {block:IfPostPadding}
  306. width:220px;
  307. margin-bottom: -5px !important;
  308. {block:IfPostPadding}
  309. {block:IfNotPostPadding}
  310. margin-top: -10px;
  311. margin-left: -10px;
  312. {/block:IfNotPostPadding}
  313. {block:IfShowCaptions}
  314. margin-bottom: -5px;
  315. {/block:IfShowCaptions}
  316. {block:IfNotShowCaptions}
  317. margin-bottom: -15px;
  318. {/block:IfNotShowCaptions}
  319. }
  320. {/block:IndexPage}
  321.  
  322. .videoPost, .photosetPost{
  323. margin-top: -10px;
  324. text-align:center;
  325. margin-left:-15px;
  326. }
  327.  
  328. #footer{
  329. font-size: 0.6em;
  330. margin: 10px auto 50px;
  331. padding-top: 5px;
  332. width: 500px;
  333. border-top: 1px solid {color:Border Note Permalinks};
  334. }
  335. #footer a{text-decoration: none;}
  336.  
  337. .chat li.odd, .chat li.even{padding:5px;line-height:1em;}
  338. .chat li.odd{color:{color:Title};background-color:{color:Border Note Permalinks};}
  339. .chat li.even{color:{color:Link};margin:5px 0px}
  340. .title{font-size:0.9em;color:{color:Title};}
  341. .title a{color:{color:Title};text-decoration:none;}
  342. .caption{font-size:0.7em;margin-left:3px;line-height:1.3em;margin-top:5px;}
  343. .caption ul{margin-top: 5px;}
  344. .label{font-weight:bold;font-size:1em}
  345. .asker{color:{color:Link};font-weight:bold;text-decoration:none;}
  346. .quest{
  347. font-size:0.7em;
  348. {block:PermalinkPage}
  349. width:360px;
  350. {/block:PermalinkPage}
  351. {block:IndexPage}
  352. width:180px;
  353. {block:IndexPage}
  354. }
  355. .askAnswer , .answer_form_container{margin-top:10px;}
  356. .album_art{height:283px;width: 283px;background: #000;margin-right: 10px;position: relative;}
  357. .audiotrack li{margin: 5px 0px 0px;font-size: 0.7em;list-style-type: none;}
  358. .audiotrack li:first-child{margin-top: 0px;}
  359. .audioplayercontainer, .albumArt_img_index{
  360. {block:IfNotPostPadding}
  361. margin:-10px 0px 0px -10px;
  362. width:240px;
  363. {/block:IfNotPostPadding}
  364. {block:IfPostPadding}
  365. width:220px;
  366. {/block:IfPostPadding}
  367. }
  368. .audioplayercontainer{
  369. position:relative;
  370. z-index:1;
  371. background:#000;
  372. }
  373.  
  374. .link{text-decoration:underline !important;}
  375.  
  376. #postnotesdiv{
  377. font-size:0.7em;
  378. text-align:center;
  379. padding: 10px;
  380. }
  381.  
  382. .countNote_pagePosts{
  383. margin: 5px 0px;
  384. border-bottom: 1px solid {color:Border Note Permalinks};
  385. padding: 5px 0px;
  386. }
  387.  
  388. {block:IfInfiniteScroll}
  389. #pagination{display:none;margin-top: 30px;}
  390. {/block:IfInfiniteScroll}
  391.  
  392. #pagination li{
  393. display: inline-block;
  394. font-size: 0.7em;
  395. line-height: 35px;
  396. background-color: {color:Post Background};
  397. margin-left:10px;
  398. {block:IfBoxShadow}
  399. box-shadow: 0px 0px 2px {color:Box Shadow Color};
  400. {/block:IfBoxShadow}
  401. }
  402. #pagination li:first-child{margin-left: 0px;}
  403.  
  404. #pagination a{text-decoration:none;color: {color:Link};padding: 1px 15px;}
  405. .current_page{color: {color:Text}}
  406. .current_page{padding: 1px 15px;}
  407.  
  408. .sociallike{
  409. margin-top:10px;
  410. padding-top: 10px;
  411. border-top:1px solid {color:Border Note Permalinks};
  412. }
  413.  
  414. .install:hover , .preview:hover{
  415. opacity:0.7;
  416. filter:alpha(opacity=70);
  417. }
  418.  
  419. .opacityColorPhotoEffect{
  420. position:absolute;
  421. height:100%;
  422. width: 240px;
  423. background: {color:Opacity Color Photo Effect};
  424. top:0px;
  425. left:0px;
  426. z-index: 9998;
  427. opacity:0;
  428. filter:alpha(opacity=0);
  429.  
  430. -webkit-transition: opacity 0.3s ease;
  431. -moz-transition: opacity 0.3s ease;
  432. transition: opacity 0.3s ease;
  433. -o-transition: opacity 0.3s ease;
  434. }
  435.  
  436. .descriprion_icons{
  437. position: absolute;
  438. display: block;
  439. width: 25px;
  440. height: 25px;
  441. left: 50%;
  442. top: 70%;
  443. margin-top: -12px;
  444. background: url(http://static.tumblr.com/dbek3sy/ZQDlsyx5t/icons.png) no-repeat;
  445. opacity:0;
  446. filter:alpha(opacity=0);
  447. z-index: 9999;
  448. }
  449. .reblog_icon{
  450. background-position: 0px 0px;margin-left: -30px;
  451. -webkit-transition: all 0.25s ease;
  452. -moz-transition: all 0.25s ease;
  453. transition: all 0.25s ease;
  454. -o-transition: all 0.25s ease;
  455. }
  456. .permalink_icon{
  457. background-position: -25px 0px;margin-left: 5px;
  458. -webkit-transition: all 0.45s ease;
  459. -moz-transition: all 0.45s ease;
  460. transition: all 0.45s ease;
  461. -o-transition: all 0.45s ease;
  462. }
  463. .posts:hover .opacityColorPhotoEffect{opacity:0.4;filter:alpha(opacity=40);}
  464. .posts:hover .descriprion_icons{top: 50%;opacity:1;filter:alpha(opacity=100);}
  465.  
  466. .description_posts{
  467. margin-top: 10px;
  468. font-size:0.6em;
  469. border-top: 1px solid {color:Border Note Permalinks};
  470. padding-top: 5px;text-align:center;
  471. }
  472.  
  473. .description_posts a{text-decoration: none;color: {color:Notes};margin-left:10px;}
  474. .description_posts a:hover{color: {color:Link};}
  475. .description_posts a:first-child{margin-left: 0px;}
  476.  
  477. #postPageUl{
  478. text-align:left;
  479. }
  480. #postPageUl li{
  481. margin-left: 0px;
  482. list-style-type: none;
  483. margin-bottom: 5px;
  484. }
  485.  
  486. #infscr-loading{
  487. bottom: -55px;
  488. position: absolute;
  489. left: 50%;
  490. margin-left:-8px;
  491. width:16px;
  492. height:20px;
  493. overflow:hidden;
  494. margin-bottom: 50px;
  495. }
  496.  
  497. {CustomCSS}
  498. </style>
  499.  
  500.  
  501. <meta http-equiv="x-dns-prefetch-control" content="off"/><meta http-equiv="x-dns-prefetch-control" content="off"/><meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  502. <body>
  503.  
  504.  
  505. <div style="position:fixed;right:2px;top:25px;z-index:9999;">
  506.  
  507. </a>
  508. </div>
  509.  
  510.  
  511. <div id="container">
  512. <div id="header">
  513.  
  514. <div id="nameBlog">
  515. {block:IfHeaderImageImage}
  516. <img id="imagetitle" src="{image:header image}">
  517. {/block:IfHeaderImageImage}
  518.  
  519. {block:IfNotHeaderImageImage}
  520. <h1 class="title">{Title}</h1>
  521. {/block:IfNotHeaderImageImage}
  522. </div>
  523.  
  524. <div id="head_description">{Description}</div>
  525.  
  526.  
  527. <ul id="titleLinks">
  528. <li><a href="/">Home</a></li>
  529. {block:AskEnabled}
  530. <li><a href="/ask" >{AskLabel}</a></li>
  531. {/block:AskEnabled}
  532. {block:IfLink1title}
  533. <li><a href="{text:Link 1 url}" >{text:Link 1 title} </a></li>
  534. {/block:IfLink1title}
  535. {block:IfLink2title}
  536. <li><a href="{text:Link 2 url}" >{text:Link 2 title} </a></li>
  537. {/block:IfLink2title}
  538. {block:IfLink3title}
  539. <li><a href="{text:Link 3 url}" >{text:Link 3 title} </a></li>
  540. {/block:IfLink3title}
  541. {block:IfLink4title}
  542. <li><a href="{text:Link 4 url}" >{text:Link 4 title} </a></li>
  543. {/block:IfLink4title}
  544. {block:IfLink5title}
  545. <li><a href="{text:Link 5 url}" >{text:Link 5 title} </a></li>
  546. {/block:IfLink5title}
  547. {block:IfLink6title}
  548. <li><a href="{text:Link 6 url}" >{text:Link 6 title} </a></li>
  549. {/block:IfLink6title}
  550. {block:HasPages}
  551. {block:Pages}
  552. <li><a href="{URL}" >{Label} </a></li>
  553. {/block:Pages}
  554. {/block:HasPages}
  555. </ul>
  556.  
  557. </div>
  558.  
  559.  
  560.  
  561. <div id="content">
  562. {block:Posts}
  563. <div class="posts">
  564. <div style="padding:10px;">
  565.  
  566.  
  567. {block:Text}
  568. {block:Title}
  569. <h3 class="title">{Title}</h3>
  570. {/block:Title}
  571. <div class="caption">{Body}</div>
  572. {block:IndexPage}
  573. {block:Date}
  574. <div class="description_posts">
  575. <a href="{Permalink}">{TimeAgo}</a>
  576. <a href="{Permalink}">{NoteCountWithLabel}</a>
  577. <a href="{ReblogURL}" target="_blank">Reblog</a>
  578. </div>
  579. {/block:Date}
  580. {/block:IndexPage}
  581. {/block:Text}
  582.  
  583.  
  584. {block:Link}
  585. <h3 class="title"><a href="{URL}" class="link title" {Target}>{Name}</a></h3>
  586. {block:Description}
  587. <div class="caption">{Description}</div>
  588. {/block:Description}
  589. {block:IndexPage}
  590. {block:Date}
  591. <div class="description_posts">
  592. <a href="{Permalink}">{TimeAgo}</a>
  593. <a href="{Permalink}">{NoteCountWithLabel}</a>
  594. <a href="{ReblogURL}" target="_blank">Reblog</a>
  595. </div>
  596. {/block:Date}
  597. {/block:IndexPage}
  598. {block:Link}
  599.  
  600.  
  601. {block:Photo}
  602. {block:IndexPage}
  603. <img class="photo" src="{PhotoURL-250}" alt="{PhotoAlt}" width="240"/>
  604. {block:IfShowCaptions}
  605. {block:Caption}
  606. <div class="caption">{Caption}</div>
  607. {/block:Caption}
  608. {block:Date}
  609. <div class="description_posts">
  610. <a href="{Permalink}">{TimeAgo}</a>
  611. <a href="{Permalink}">{NoteCountWithLabel}</a>
  612. <a href="{ReblogURL}" target="_blank">Reblog</a>
  613. </div>
  614. {/block:Date}
  615. {/block:IfShowCaptions}
  616. {block:IfNotShowCaptions}
  617. <a href="{Permalink}" class="descriprion_icons permalink_icon"></a>
  618. <a href="{ReblogURL}" target="_blank" class="descriprion_icons reblog_icon"></a>
  619. <div class="opacityColorPhotoEffect"></div>
  620. {/block:IfNotShowCaptions}
  621. {/block:IndexPage}
  622. {block:PermalinkPage}
  623. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500" style="margin-bottom:-5px;"/>
  624. {block:Caption}
  625. <div class="caption">{Caption}</div>
  626. {/block:Caption}
  627. {/block:PermalinkPage}
  628. {/block:Photo}
  629.  
  630.  
  631. {block:Photoset}
  632. {block:PermalinkPage}
  633. <div style="text-align:center;">{Photoset-500}</div>
  634. {/block:PermalinkPage}
  635. {block:IndexPage}
  636. <div class="photosetPost">{Photoset-250}</div>
  637. {/block:IndexPage}
  638. {block:Caption}
  639. <div class="caption">{Caption}</div>
  640. {/block:Caption}
  641. {block:IndexPage}
  642. {block:Date}
  643. <div class="description_posts">
  644. <a href="{Permalink}">{TimeAgo}</a>
  645. <a href="{Permalink}">{NoteCountWithLabel}</a>
  646. <a href="{ReblogURL}" target="_blank">Reblog</a>
  647. </div>
  648. {/block:Date}
  649. {/block:IndexPage}
  650. {/block:Photoset}
  651.  
  652.  
  653. {block:Answer}
  654. <img class="left" style="margin-right:10px;" width="30px" src="{AskerPortraitURL-30}"/>
  655. <div class="left quest">
  656. <b>{Asker}</b>:<br>
  657. {Question}
  658. </div>
  659. <div class="clear"></div>
  660. <div class="askAnswer">
  661. <img class="left" style="margin-right:10px;" width="30px" src="{PortraitURL-30}"/>
  662. <div class="left quest">
  663. <b>Me</b>:<br>
  664. <i>{Answer}</i>
  665. </div>
  666. <div class="clear"></div>
  667. </div>
  668. {block:IndexPage}
  669. {block:Date}
  670. <div class="description_posts">
  671. <a href="{Permalink}">{TimeAgo}</a>
  672. <a href="{Permalink}">{NoteCountWithLabel}</a>
  673. <a href="{ReblogURL}" target="_blank">Reblog</a>
  674. </div>
  675. {/block:Date}
  676. {/block:IndexPage}
  677. {/block:Answer}
  678.  
  679.  
  680. {block:Quote}
  681. <h3 class="title">"{Quote}"</h3>
  682. {block:Source}
  683. <div class="caption" style="text-align:right;">- {Source}</div>
  684. {/block:Source}
  685. {block:IndexPage}
  686. {block:Date}
  687. <div class="description_posts">
  688. <a href="{Permalink}">{TimeAgo}</a>
  689. <a href="{Permalink}">{NoteCountWithLabel}</a>
  690. <a href="{ReblogURL}" target="_blank">Reblog</a>
  691. </div>
  692. {/block:Date}
  693. {/block:IndexPage}
  694. {/block:Quote}
  695.  
  696.  
  697. {block:Chat}
  698. {block:Title}
  699. <h3 class="title">{Title}</h3>
  700. {/block:Title}
  701. <ul class="chat">
  702. {block:Lines}
  703. <li class="{Alt} user_{UserNumber}">
  704. {block:Label}
  705. <span class="label">{Label}</span>
  706. {/block:Label}
  707. <span class="caption">{Line}</span>
  708. </li>
  709. {/block:Lines}
  710. </ul>
  711. {block:IndexPage}
  712. {block:Date}
  713. <div class="description_posts">
  714. <a href="{Permalink}">{TimeAgo}</a>
  715. <a href="{Permalink}">{NoteCountWithLabel}</a>
  716. <a href="{ReblogURL}" target="_blank">Reblog</a>
  717. </div>
  718. {/block:Date}
  719. {/block:IndexPage}
  720. {/block:Chat}
  721.  
  722. {block:Audio}
  723. {block:PermalinkPage}
  724. {block:AlbumArt}
  725. <img class="album_art left" width="283" src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  726. {/block:AlbumArt}
  727. <ul class="audiotrack left">
  728. {block:Artist}<li><b>{Artist}</b></li>{/block:Artist}
  729. {block:TrackName}<li>{TrackName}</li>{/block:TrackName}
  730. {block:Album}<li>{Album}</li>{/block:Album}
  731. <li>{FormattedPlayCount} plays {block:ExternalAudio}// <a href="{ExternalAudioURL}">Download</a>{/block:ExternalAudio}</li>
  732. <li>{AudioPlayerBlack}</li>
  733. </ul>
  734. <div class="clear"></div>
  735. {/block:PermalinkPage}
  736. {block:IndexPage}
  737. {block:AlbumArt}
  738. <img class="albumArt_img_index" src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}"/>
  739. {/block:AlbumArt}
  740. <div class="audioplayercontainer">{AudioPlayerBlack}</div>
  741. {/block:IndexPage}
  742. {block:Caption}
  743. <div class="caption">{Caption}</div>
  744. {/block:Caption}
  745. {block:IndexPage}
  746. {block:Date}
  747. <div class="description_posts">
  748. <a href="{Permalink}">{TimeAgo}</a>
  749. <a href="{Permalink}">{NoteCountWithLabel}</a>
  750. <a href="{ReblogURL}" target="_blank">Reblog</a>
  751. </div>
  752. {/block:Date}
  753. {/block:IndexPage}
  754. {/block:Audio}
  755.  
  756. {block:Video}
  757. {block:PermalinkPage}
  758. <div style="text-align:center">{Video-500}</div>
  759. {/block:PermalinkPage}
  760. {block:IndexPage}
  761. <div class="videoPost">{Video-250}</div>
  762. {/block:IndexPage}
  763. {block:Caption}
  764. <div class="caption">{Caption}</div>
  765. {/block:Caption}
  766. {block:IndexPage}
  767. {block:Date}
  768. <div class="description_posts">
  769. <a href="{Permalink}">{TimeAgo}</a>
  770. <a href="{Permalink}">{NoteCountWithLabel}</a>
  771. <a href="{ReblogURL}" target="_blank">Reblog</a>
  772. </div>
  773. {/block:Date}
  774. {/block:IndexPage}
  775. {/block:Video}
  776.  
  777. {block:PermalinkPage}
  778. {block:IfShowSocial}
  779. {block:Date}
  780. <div class="sociallike" >
  781. <div style="display:inline-block;"><g:plusone annotation="none" size="medium" href="{Permalink}"></g:plusone></div>
  782. <span style="margin-left:5px;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a>
  783. <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></span>
  784. <span style="margin-left:4px;"><iframe id="facebookiframe" src="http://www.facebook.com/plugins/like.php?locale=en_US&href={Permalink}&width=45&colorscheme=light&layout=button_count" scrolling="no" frameborder='0' style="border:none; overflow:hidden; width:50px; height:20px;"></iframe></span>
  785. </div>
  786. {/block:Date}
  787. {/block:IfShowSocial}
  788. {/block:PermalinkPage}
  789. </div>
  790. </div><!-- .posts -->
  791.  
  792. {block:PermalinkPage}
  793. {block:Date}
  794. <div class="posts" style="width:320px;overflow: visible;">
  795. <div id="postnotesdiv">
  796. <ul id="postPageUl">
  797. <li>
  798. On <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}">{DayOfMonthWithZero} {ShortMonth} {Year}</a><br>
  799. </li>
  800. <li>
  801. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  802. </li>
  803. {block:RebloggedFrom}
  804. <li>
  805. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
  806. </li>
  807. <li>
  808. Posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  809. </li>
  810. {/block:RebloggedFrom}
  811. {block:HasTags}
  812. <li style="margin:10px 0px 15px;">
  813. {block:Tags}<a class="atag" href="{TagURL}">#{Tag} </a>{/block:Tags}
  814. </li>
  815. {/block:HasTags}
  816. </ul>
  817.  
  818. <div class="countNote_pagePosts">
  819. <div class="left">
  820. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  821. </div>
  822. {block:PermalinkPagination}
  823. <div id="paginationPost" class="right">
  824. {block:NextPost}<a id="paginationPost_prev" href="{NextPost}">« Prev </a>{/block:NextPost}
  825. {block:PreviousPost}<a id="paginationPost_next" href="{PreviousPost}"> Next »</a>{/block:PreviousPost}
  826. </div>
  827. {/block:PermalinkPagination}
  828. <div class="clear"></div>
  829. </div>
  830.  
  831. {block:PostNotes}
  832. {PostNotes}
  833. {/block:PostNotes}
  834. <div class="clear"></div>
  835. </div>
  836. </div><!-- .posts -->
  837. {/block:Date}
  838. {/block:PermalinkPage}
  839.  
  840. {/block:Posts}
  841. <div class="clear"></div>
  842. </div><!-- content -->
  843.  
  844. <div class="clear"></div>
  845. </div><!-- container -->
  846.  
  847. {block:IndexPage}
  848. {block:Pagination}
  849. <ul id="pagination">
  850. {block:PreviousPage}
  851. <li><a href="{PreviousPage}">«</a></li>
  852. {/block:PreviousPage}
  853. {block:JumpPagination length="5"}
  854. {block:CurrentPage}
  855. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  856. {/block:CurrentPage}
  857. {block:JumpPage}
  858. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  859. {/block:JumpPage}
  860. {/block:JumpPagination}
  861. {block:NextPage}
  862. <li><a id="nextPage" href="{NextPage}">»</a></li>
  863. {/block:NextPage}
  864. </ul>
  865. {/block:Pagination}
  866. {/block:IndexPage}
  867.  
  868. <div id="footer">
  869. {block:IffooterText}
  870. {text:footerText}
  871. <br>
  872. {/block:IffooterText}
  873.  
  874. <br>
  875.  
  876. </div>
  877.  
  878.  
  879. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  880. {block:IfHideDescription}
  881. <script type="text/javascript">
  882. $(function(){
  883. $("#nameBlog").click(function(){
  884. $("#head_description").fadeToggle(500);
  885. });
  886. });
  887. </script>
  888. {/block:IfHideDescription}
  889. {block:IndexPage}
  890. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/4IKlvmzup/jquery.masonry.min.js"></script>
  891. {block:IfInfiniteScroll}
  892. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  893. {/block:IfInfiniteScroll}
  894. <script type="text/javascript">
  895. $(window).load(function () {
  896. var $content = $('#content');
  897. $content.masonry({
  898. itemSelector: '.posts',
  899. isAnimated: true
  900. }),
  901. $content.infinitescroll({
  902. navSelector : '#pagination',
  903. nextSelector : '#pagination a#nextPage',
  904. itemSelector : '.posts',
  905. loading: {
  906. finishedMsg: '',
  907. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  908. },
  909. bufferPx : 200,
  910. debug : false,
  911. },
  912. // call masonry as a callback.
  913. function( newElements ) {
  914. var $newElems = $( newElements );
  915. $newElems.hide();
  916. // ensure that images load before adding to masonry layout
  917. $newElems.imagesLoaded(function(){
  918. $content.masonry( 'appended',
  919. $newElems, true,
  920. function(){$newElems.fadeIn(300);}
  921. );
  922.  
  923.  
  924. });
  925. });
  926. });
  927. </script>
  928. {/block:IndexPage}
  929. {block:IfContainerFadeIn}
  930. <script type="text/javascript">
  931. $(function(){
  932. $("#container").fadeIn(500);
  933. });
  934. </script>
  935. {/block:IfContainerFadeIn}
  936.  
  937. <script type="text/javascript">
  938. (function() {
  939. var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
  940. po.src = 'https://apis.google.com/js/plusone.js';
  941. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  942. })();
  943. </script>
  944. </body>
  945. </html>
Add Comment
Please, Sign In to add comment