begayisnotaproblem

reatei-theme01

Jun 11th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.95 KB | None | 0 0
  1. <!--
  2.  
  3. feito por mim (reatei.tumblr.com)
  4.  
  5. ------------------------------>
  6.  
  7. <html lang="en">
  8. <head>
  9. <title>{title}</title>
  10. <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Post Box" content="#ffffff"/>
  14.  
  15. <meta name="color:Blog Description" content="#666666"/>
  16. <meta name="color:Title" content="#666666"/>
  17. <meta name="color:Text" content="#666666"/>
  18. <meta name="color:Link" content="#666666"/>
  19. <meta name="color:Hover" content="#FFF"/>
  20. <meta name="font:Title" content="Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif"/>
  21. <meta name="font:Blog Title" content="Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif"/>
  22. <meta name="font:Body" content="Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif"/>
  23. <meta name="image:bg" content=""/>
  24. <meta name="image:Sidebar" content=""/>
  25.  
  26. <meta name="if:Less Space Between Posts" content="1"/>
  27. <meta name="if:Two Columns" content="0"/>
  28. <meta name="if:Three Columns" content="1"/>
  29.  
  30. <meta name="if:Show Reblog On Hover" content="1"/>
  31. <meta name="if:Show Notes On Photo" content="1"/>
  32.  
  33. <meta name="if:Show Photo" content="1"/>
  34.  
  35. <meta name="text:Ask Link Text" content="" />
  36. <meta name="text:Link1" content="" />
  37. <meta name="text:Link2" content="" />
  38. <meta name="text:Link3" content="" />
  39. <meta name="text:Link1 Title" content="" />
  40. <meta name="text:Link2 Title" content="" />
  41. <meta name="text:Link3 Title" content="" />
  42. </script>
  43. <style type="text/css">
  44. {block:ifinvertedfade}img{-webkit-transition: opacity 0.7s linear;opacity: 0.8;}img:hover{-webkit-transition: opacity 0.5s linear;opacity: 1;}{/block:ifinvertedfade}
  45. body{
  46. margin:0px;
  47. background-color: {color:Background};
  48. background-image:url({image:Background});
  49. background-attachment: fixed;
  50. background-repeat: repeat;
  51. font-size: 9px;
  52. font-family:{font:Body};
  53. line-height:10px;
  54. color:{color:Text};
  55. }
  56. #bite .death {
  57. margin-top:440px;filter: alpha(opacity = 0);
  58. opacity:0;-webkit-transition: all 0.5s ease-out;
  59. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  60. }
  61. #bite:hover .death {
  62. margin-top:2px;
  63. -webkit-transition: all 0.8s ease-out;
  64. -moz-transition: all 0.8s ease-out;
  65. transition: all 0.8s ease-out;
  66. filter: alpha(opacity = 100);
  67. filter: alpha(opacity = 100);
  68. opacity:100;
  69. }
  70. a:link, a:active, a:visited{
  71. color: {color:Link};
  72. text-decoration: none;
  73. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  74. }
  75.  
  76. a:hover{
  77. color:{color:Hover};
  78. text-decoration: none;
  79. -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  80. }
  81.  
  82. .sidelink{;
  83. font-family: {font:Body};
  84. font-color: {color:Text}; margin-top:211px;
  85. .sidelink:hover{background-color:rgba(0,0,0,0);
  86.  
  87. color:{color:Hover};
  88. padding-left:0px;
  89. margin:0px;width:auto;
  90. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  91. .sidelink a:hover{color: {color:Link};
  92. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;margin-top:211px;}
  93.  
  94. }
  95.  
  96. #postys{width:260px; height:auto;}
  97. {block:PermalinkPage}
  98. width:370px;
  99. {/block:PermalinkPage}
  100. {block:ifRoundedEdges}
  101. -moz-border-radius: 3px;
  102. border-radius: 3px;
  103. {/block:ifRoundedEdges}
  104. }
  105.  
  106.  
  107. #jango{
  108. padding-top:3px;
  109. padding-bottom:3px;
  110. position:fixed !important;
  111. width:260px;
  112. height:207px;
  113. background-color:{color:Post Box};
  114. {block:PermalinkPage}
  115. width:370px;
  116. height:207px;
  117. {/block:PermalinkPage}
  118. {block:ifRoundedEdges}
  119. -moz-border-radius: 3px;
  120. border-radius: 3px;
  121. {/block:ifRoundedEdges}
  122. }
  123.  
  124.  
  125. #barside{
  126. z-index:999999999999999;
  127. position:absolute !important;
  128. position:fixed !important;
  129. {block:ifSidebarInBottomLeft}
  130. bottom:180px;
  131. left: 80px;
  132. width:200px;
  133. {/block:ifSidebarInBottomLeft}
  134. {block:ifSidebarInTopLeft}
  135. top:160px;
  136. left: 80px;
  137. width:200px;
  138. {/block:ifSidebarInTopLeft}
  139. background-color: transparent;
  140. }
  141.  
  142.  
  143. #rake{
  144. margin:auto;
  145. left:0px;
  146. top:10px;
  147. padding-top:5px;
  148. padding-left:0px;
  149. position:absolute;
  150. {block:indexpage}
  151. {block:ifthreecolumns}
  152. width:1300px;
  153. {/block:ifthreecolumns}
  154. {block:iftwocolumns}
  155. width:1000px;
  156. {/block:iftwocolumns}
  157. {/block:indexpage}
  158. {block:permalinkpage}
  159. width:900px;
  160. left:50px;
  161. {/block:permalinkpage}
  162. overflow:hidden;
  163. }
  164.  
  165. #posts{
  166. float:left;margin-left:210px;margin-top:20px;
  167. {block:indexpage}
  168. {block:ifthreecolumns}
  169. width:1000px;
  170. {/block:ifthreecolumns}
  171. {block:iftwocolumns}
  172. width:700px;
  173. {/block:iftwocolumns}
  174. {/block:indexpage}
  175. {block:permalinkpage}
  176. width:570px;
  177. {/block:permalinkpage}
  178. margin-left:68px;
  179. }
  180.  
  181. .credit{
  182. position:fixed;
  183. right:6px;
  184. top:25px;
  185. z-index:9999;
  186. opacity:0.4;
  187. -webkit-transition: all 1s linear;
  188. -webkit-transition: all 1s linear;
  189. -moz-transition: all 1s linear;
  190. transition: all 1s linear;
  191. }
  192. .credit:hover{
  193. opacity:1;
  194. -webkit-transition: all 1s linear;
  195. -webkit-transition: all 1s linear;
  196. -moz-transition: all 1s linear;
  197. transition: all 1s linear;
  198. }
  199.  
  200.  
  201. #entry{
  202. z-index:9999;
  203. {block:IfPostShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
  204. -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
  205. box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);{/block:IfPostShadows}
  206. border:0px solid;
  207. border-color: #f1f1f1;
  208. float: right;
  209. width: 260px;
  210. height: auto;
  211. {block:PermalinkPage}
  212. width: 370px;
  213. height: auto;
  214. {/block:PermalinkPage}
  215. line-height:8px;
  216. background-color:{color:Post Box};
  217. padding:0px;
  218.  
  219. {block:iflessspacebetweenposts}
  220. margin-right:25px;
  221. {/block:iflessspacebetweenposts}
  222. overflow:hidden;
  223. margin-bottom:40px;
  224. {block:iflessspacebetweenposts}
  225. margin-bottom:25px;
  226. {/block:iflessspacebetweenposts}
  227. {block:ifRoundedEdges}
  228. -moz-border-radius: 3px;
  229. border-radius: 3px;
  230. {/block:ifRoundedEdges}
  231. }
  232.  
  233.  
  234. #entry img{
  235. {block:IndexPage}
  236. max-width: 260px;
  237. height: auto;
  238. {/block:IndexPage}
  239. {block:PermalinkPage}
  240. max-width: 370px;
  241. height: auto;
  242. {/block:PermalinkPage}
  243. }
  244.  
  245. {block:ifShownotesonphoto}
  246. #permalink {
  247. position: absolute;
  248. margin-top: 11px;
  249. margin-left: 55px;
  250. opacity: 0;
  251. -webkit-transition: all .3s ease;
  252. -moz-transition: all .3s ease;
  253. -o-transition: all .3s ease;
  254. transition: all .3s ease;
  255. }
  256.  
  257. #entry:hover #permalink {
  258. width:11px;
  259. margin-top: 11px;
  260. margin-left: 55px;
  261. opacity: 1;
  262. }
  263.  
  264. .countreblog {
  265. color: #FFFFFF;
  266. letter-spacing:1px;
  267. font-family:10px arial;
  268. font-size:;
  269. line-height:14px;
  270. margin: 2px;
  271. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  272. background-repeat:repeat;
  273. border:1px solid rgba(0,0,0,0.1);
  274. padding:3px 5px;
  275. -webkit-border-radius:2px;
  276. moz-border-radius:2px;
  277. -o-border-radius:2px;
  278. border-radius:2px;
  279. }
  280. .countreblog a { color: #fff; }
  281. {/block:ifShownotesonphoto}
  282. {block:ifShowReblogOnHover}
  283. #entry:hover #reblog{
  284. {block:IndexPage}
  285. opacity:1;-webkit-transition: all 0.3s ease-out;
  286. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  287. {/block:IndexPage}
  288. }
  289. #reblog{
  290. width:24px;
  291. float:right;
  292. opacity:.8;
  293. margin-left:5px;
  294. margin-top:11px;
  295. position:absolute;opacity:0;-webkit-transition: all 0.3s ease-out;
  296. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  297. {/block:ifShowReblogOnHover}
  298. #entry:hover #reblog{
  299. {block:IndexPage}
  300. opacity:1;-webkit-transition: all 0.3s ease-out;
  301. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  302. {/block:IndexPage}
  303. }
  304. #reblog{
  305. width:24px;
  306. float:right;
  307. opacity:.8;
  308. margin-left:5px;
  309. margin-top:11px;
  310. position:absolute;opacity:0;-webkit-transition: all 0.3s ease-out;
  311. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  312. {/block:ifShowReblogOnHover}
  313. #permapage{
  314. font-family: {Font:Body};
  315. font-size: 9px;
  316. text-align: center;
  317. padding-bottom:10px;
  318. z-index:9999;}
  319.  
  320. #notes{
  321. {block:permalinkpage}
  322. background-color:{color:Post Box};
  323. display:block;
  324. width:800px;
  325. float: left;
  326. padding:10px;
  327. overflow:visible;
  328. z-index:9999999;
  329. margin-top: 10px;
  330. {block:IfPostShadows}-webkit-box-shadow:0px 0px 12px rgba(0,0,0,0.3);
  331. -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
  332. box-shadow: 0px 0px 12px rgba(0,0,0,0.3);{/block:IfPostShadows}
  333. {block:IfNotPostShadows}-webkit-box-shadow:0px 0px 0px rgba(0,0,0,0.4);
  334. -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  335. box-shadow: 0px 0px 0px rgba(0,0,0,0.4);{/block:IfNotPostShadows}
  336. outline:1px solid rgba(0, 0, 0, .1);
  337. border:2px solid rgba(0, 0, 0, .05);
  338. text-align: left;{/block:permalinkpage}
  339. }
  340.  
  341. iframe#tumblr_controls{position:fixed !important;
  342. }
  343.  
  344. {block:iffadedimagesonhover}
  345. img{ -webkit-transition: opacity 0.4s linear; opacity: 1; }
  346. img:hover{ -webkit-transition: opacity 0.4s linear; opacity: 0.75; }
  347. {/block:iffadedimagesonhover}
  348.  
  349. .title{
  350. font-family: {font:Title};
  351. font-size: 12px;
  352. line-height: 12px;
  353. color: {color:Title};
  354. font-weight: normal;
  355. letter-spacing: 0px;
  356. }
  357.  
  358. .leblogtitle{
  359. font-family: helvetica;
  360. font-size: 25px;
  361. line-height: 24px;
  362. color: {color:Blog Title};
  363. font-weight: normal;
  364. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  365. }
  366.  
  367. .credy{
  368. font-family: Arial;
  369. font-size: 9px;
  370. opacity: .6;
  371. color: {color:Body};
  372. letter-spacing: 0px;
  373. border-style: outset;
  374. border-width: 2px;
  375. }
  376.  
  377. .leblogtitle:hover{
  378. color:{color:Hover};
  379. -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  380. }
  381.  
  382. .credy:hover{
  383. font-family: Arial;
  384. font-size: 9px;
  385. opacity: .6;
  386. color: {color:Body};
  387. letter-spacing: 0px;
  388. border-style: inset;
  389. border-width: 2px;
  390. }
  391.  
  392.  
  393. .permalinktext{
  394. font-family: {Font:Body};
  395. padding: 5px;
  396. position: absolute;
  397. text-align: center;
  398. width: 200px;
  399. -moz-transition: 0.3s ease-out;
  400. -webkit-transition: 0.3s ease-out;
  401. transition: 0.3s ease-out;
  402. opacity:0;
  403. }
  404.  
  405. .permalinktext a{color:{color:links};
  406. }
  407.  
  408. .entry:hover .permalinktext {
  409. -moz-transition: 0.3s ease-out;
  410. -webkit-transition: 0.3s ease-out;
  411. transition: 0.3s ease-out;
  412. width:200px;
  413. text-decoration:line-through;
  414. height:auto;
  415. display: block;
  416. opacity: 1;
  417. }
  418.  
  419.  
  420. blockquote{
  421. padding:0px 0px 2px 3px;
  422. margin:0px 0px 2px 1px;
  423. }
  424. ul, ol, li{
  425. list-style:none;
  426. margin:0px;
  427. padding:0px;
  428. }
  429.  
  430. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  431. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  432. }
  433.  
  434. a.links {
  435. font-family: Arial;
  436. font-size: 12px;
  437. line-height: 7px;
  438. text-transform: normal;
  439. letter-spacing:0px;
  440. display:block;
  441. padding: 0px;
  442. margin-bottom: 0px;
  443. {block:ifRoundedEdges}
  444. -moz-border-radius: 3px;
  445. border-radius: 3px;
  446. {/block:ifRoundedEdges}
  447. }
  448.  
  449. a.links:hover {
  450. text-decoration: underline;
  451. letter-spacing:10px;
  452. }
  453.  
  454. #spencer {display: block; margin-left:1095px; margin-top:365px; float: right; width: auto; height: auto; background-color: transparent; position: fixed; border-left:1px solid #666666; border-right:1px solid #666666; border-top:1px solid #666666}
  455. .spencer2 img {width: 180px; margin-bottom: 0px; border: 2px solid #121212; -webkit-transition:opacity 0.3s linear; -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; transition: all 0.3s ease-out; border:8px solid transparent; opacity:0.9}
  456. .spencer2 img:hover {opacity:1; -webkit-transition:opacity 1s linear; -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; transition: all 0.3s ease-out;}
  457.  
  458. #bg {display: block; margin-left:1009px; margin-top:-88px; float: right; width: auto; height: auto; background-color: transparent; position: fixed; }
  459. .bgs img {width: 300px; margin-bottom: 0px; -webkit-transition:opacity 0.3s linear; -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; transition: all 0.3s ease-out; border:8px solid transparent; opacity:0.9}
  460. .bgs img:hover {opacity:1; -webkit-transition:opacity 1s linear; -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; transition: all 0.3s ease-out;}
  461.  
  462. .sdescri {color: {color:Blog Description}; text-transform: normal; font-size:10px; font-family: calibri; text-align: center; margin-left: -1px; position: fixed; width: 186px; padding: 5px; line-height: 12px; height: 80px; margin-top:-6px; border-left:1px solid #666666; border-right:1px solid #666666; border-bottom:1px solid #666666; position:absolute}
  463.  
  464. .opahs {width:159px; height:auto; line-height:12px; font:10px; margin-top:570px; margin-left:1185px; background-color:transparent; text-align:left; font-style:none; letter-spacing:1px;color: {color:Link};}
  465.  
  466. .credit {width:159px; height:auto; line-height:12px; font:10px; margin-top:575px; margin-left:1185px; text-align:left; font-style:none; letter-spacing:1px;color: {color:Link};opacity:1;}
  467.  
  468. .credit a {
  469. color: {color:Link};
  470. -moz-transition-duration:0.7s;
  471. -webkit-transition-duration:0.7s;
  472. -o-transition-duration:0.7s;opacity:1;}
  473.  
  474. .credit a:hover {
  475. color: {color:Hover};
  476. -moz-transition-duration:0.7s;
  477. -webkit-transition-duration:0.7s;
  478. -o-transition-duration:0.7s;opacity:1;}
  479.  
  480.  
  481. .opah {font-family:calibri; font-size:10px; margin-left:5px;color: {color:Link}}
  482.  
  483. .opah a {
  484. color: {color:Link};
  485. -moz-transition-duration:0.7s;
  486. -webkit-transition-duration:0.7s;
  487. -o-transition-duration:0.7s;}
  488.  
  489. .opah a:hover {
  490. color: {color:Hover};
  491. -moz-transition-duration:0.7s;
  492. -webkit-transition-duration:0.7s;
  493. -o-transition-duration:0.7s;}
  494.  
  495. </style>
  496. <link rel="shortcut icon" href="{Favicon}">
  497. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  498. <meta name="viewport" content="width=720" />
  499. </head>
  500. <body>
  501.  
  502.  
  503.  
  504. <div id="jango">
  505. <div id="rake">
  506. <div id="barside">
  507.  
  508.  
  509.  
  510. <div class="opahs"><div class="opah"></div>
  511. <a href="{text:Link1}">{text:Link1 Title}</a>
  512. <a href="{text:Link2}">{text:Link2 Title}</a>
  513. <a href="{text:Link3}">{text:Link3 Title}</a>
  514.  
  515.  
  516. </div>
  517.  
  518. </div>
  519.  
  520.  
  521.  
  522. <div id="spencer"><div class="spencer2">
  523.  
  524. <img src="{image:sidebar}"></div>
  525.  
  526.  
  527.  
  528.  
  529.  
  530. <div class="sdescri">{description}</div>
  531. </div>
  532.  
  533. <div id="bg"><div class="bgs">
  534.  
  535. <img src="{image:bg}"></div>
  536. <div class="credit">
  537. <a href="http://reatei.tumblr.com" title="Theme by reatei.">cred ©</a></div>
  538.  
  539. {/block:ifSidebarInTopLeft}
  540. {/block:ifShowPhoto}
  541. {block:ifShowTitle}
  542.  
  543. {block:ifSidebarInTopLeft}
  544.  
  545. {/block:ifSidebarInTopLeft}
  546.  
  547. {block:ifSidebarInBottomLeft}
  548.  
  549. {/block:ifSidebarInBottomLeft}
  550. {/block:ifshowtitle}
  551. {block:ifSidebarInTopLeft}
  552.  
  553. {/block:ifSidebarInTopLeft}
  554.  
  555. {block:ifSidebarInBottomLeft}
  556.  
  557. {/block:ifSidebarInBottomLeft}
  558.  
  559. <br>
  560.  
  561.  
  562.  
  563. </div>
  564.  
  565. </div>
  566. </div>
  567. </center>
  568.  
  569. <div align="center">
  570.  
  571. <div id="posts">
  572.  
  573. {block:Posts}
  574. <div id="entry">
  575. {block:Photo}
  576. {block:IndexPage}
  577. {block:ifShowReblogOnHover}
  578. <div id="reblog"><span class="countreblog"><a href="{reblogurl}">Reblog</a></span></div>
  579. {/block:ifShowReblogOnHover}
  580. {block:ifShownotesonphoto}<div id="permalink">
  581. <span class="countreblog"><a href="{Permalink}">{NoteCount}</a></span></div>{/block:ifShownotesonphoto}
  582. <div id="postys">
  583. <a href="{permalink}">
  584. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=260; style=" {block:IfPostShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);{/block:IfPostShadows} {block:ifRoundedEdges}-moz-border-radius: 3px; border-radius: 3px; {/block:ifRoundedEdges}"></a></div>
  585.  
  586. {/block:IndexPage}
  587. {block:PermalinkPage}
  588. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=370px; style=" {block:IfPostShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);{/block:IfPostShadows} border="0"></center>
  589. {/block:PermalinkPage}
  590. {/block:Photo}
  591.  
  592. {block:Photoset}
  593. <div style="padding-top:30px; padding-bottom:30px;"><a href="{permalink}">
  594. {Photoset-250}</a></div>
  595. {/block:Photoset}
  596.  
  597. {block:Text}<div style="padding-top:10px; padding-bottom:0px; padding-left:10px; padding-right:10px;">
  598. {block:Title}
  599. <a href="{permalink}"><span class="title">{Title}</span></a>
  600. {/block:Title}
  601. <span class="entrytext" style="line-height:12px;">{Body}</span>
  602. <a href="{Permalink}"></a></div>
  603. {block:indexpage}<hr size=".8" width="230">
  604. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  605. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  606. </a></div>{/block:indexpage}
  607. {/block:Text}
  608.  
  609. {block:Link}<div style="padding-top:15px; padding-bottom:0px;>
  610. <a href="{URL}"><span class="title">{Name}</span></a></div>
  611. {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
  612. {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>
  613. {block:indexpage}<hr size=".8" width="230">
  614. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  615. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  616. </a></div>{/block:indexpage}
  617. {/block:Link}
  618.  
  619. {block:Quote}
  620. <div style="padding-top:10px; padding-bottom:10px;">
  621. <span class="title" style="line-height:16px;">"{Quote}"</span><br><br>
  622. <div style="text-align: right; padding-right:10px;"><a href="{Permalink}">{block:Source}
  623. -{Source}
  624. {/block:Source}</a></div><br>{block:indexpage}<hr size=".8" width="230">
  625. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  626. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  627. </a></div>{/block:indexpage}
  628. </div>
  629. {/block:Quote}
  630.  
  631. {block:Chat}
  632. <div style="padding-top:15px; padding-bottom:10px;">
  633. <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
  634. <ul class="chat">
  635. {block:Lines}
  636. <li class="user_{UserNumber}">
  637. {block:Label}
  638. <span class="label" style="line-height:12px;">{Label}</span>
  639. {/block:Label}
  640. {Line}
  641. </li>
  642. {/block:Lines}
  643. </ul>
  644. {block:Caption}{Caption}{/block:Caption}
  645. <br>{block:indexpage}<hr size=".8" width="230">
  646. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  647. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  648. </a></div>{/block:indexpage}
  649. </div>
  650. {/block:Chat}
  651.  
  652. {block:Audio}
  653. <div style="padding-top:30px; padding-bottom:0px;">
  654. <div style="float:center">
  655. {AudioPlayerGrey}
  656. </div>
  657. </div>
  658.  
  659. <div style="padding-bottom:0px;">{block:Caption}{Caption}{/block:Caption}</div>{block:indexpage}
  660. <hr size="1" width="260">
  661. <div style=" float:left; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{permalink}">{FormattedPlayCount}&nbsp;Plays</a></div>
  662. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  663. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  664. </a></div>{/block:indexpage}
  665. {/block:Audio}
  666.  
  667. {block:Video}
  668. <div style="padding-top:28px; padding-bottom:8px;">
  669. {Video-250}</div>
  670. <div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
  671. {block:indexpage}<hr size=".8" width="230">
  672. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  673. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  674. </a></div>{/block:indexpage}
  675. {/block:Video}
  676.  
  677. {block:PermalinkPage}</a>
  678. <div id="permapage"><br>
  679. {block:notecount}
  680. {notecountwithlabel}
  681. {/block:notecount}&nbsp;&nbsp;{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix}{/block:Date}&nbsp;&nbsp;{block:RebloggedFrom} Reblogged from
  682. <a href="{ReblogParentURL}">{ReblogParentName}</a></a><br><br>Posted by
  683. <a href="{ReblogRootURL}">{ReblogRootName}</a>
  684. {/block:RebloggedFrom}
  685. <br><br>
  686. <div align="left">
  687. {block:PostNotes}
  688. {PostNotes}
  689. {/block:PostNotes}
  690. </div>
  691. </div>
  692. {/block:PermalinkPage}
  693. </div>
  694. {/block:Posts}
  695. </div>
  696. </div>
  697. </div>
  698. </center>
  699. </div>
  700. </div>
  701. {block:indexpage}
  702. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  703. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  704. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  705. <script type="text/javascript">
  706. $(window).load(function(){
  707. var $wall = $('#posts');
  708. $wall.imagesLoaded(function(){
  709. $wall.masonry({
  710. itemSelector: '#entry, #entry_photo',
  711. isAnimated : false
  712. });
  713. });
  714.  
  715. $wall.infinitescroll({
  716. navSelector : '#page-nav',
  717. nextSelector : '#page-nav a',
  718. itemSelector : '#entry, #entry_photo',
  719. bufferPx : 2000,
  720. debug : false,
  721. errorCallback: function() {
  722. $('#infscr-loading').fadeOut('normal');
  723. }},
  724. function( newElements ) {
  725. var $newElems = $( newElements );
  726. $newElems.hide();
  727. $newElems.imagesLoaded(function(){
  728. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  729. });
  730. }); $('#content').show(500);
  731. });
  732. </script>
  733. {/block:indexpage}
  734.  
  735. </a>
  736. </div>
  737. </body>
  738. </html>
Advertisement
Add Comment
Please, Sign In to add comment