Ikxa

5TR1K3 Dan Rambo

Oct 5th, 2012
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 21.78 KB | None | 0 0
  1. <!--
  2. © oxigenio-dapalavra I tumblr
  3. -->
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  9.  
  10. <head>
  11. <meta name="color:sidebar" content="#CCCCCC" />
  12. <meta name="color:post" content="#CCCCCC" />
  13. <meta name="color:text" content="#000" />
  14. <meta name="color:link" content="#000" />
  15. <meta name="color:link hover" content="#888" />
  16. <meta name="color:hover" content="#f0f0f0" />
  17. <meta name="color:scroll" content="#000" />
  18. <meta name="color:scrollbg" content="#fff" />
  19. <meta name="color:Background" content="#acacac"/>
  20. <meta name="color:Text" content="#130C11"/>
  21. <meta name="color:Title" content="#130C11"/>
  22. <meta name="color:Hover" content="#130C11"/>
  23. <meta name="color:border" content="#130C11"/>
  24. <meta name="color:Scrollbar" content="#130C11"/>
  25. <meta name="color:Link" content="#130C11"/>
  26. <meta name="color:textmenu" content="#ffffff"/>
  27. <meta name="color:bgmenu" content="#000000"/>
  28. <meta name="image:Background" content="1"/>
  29. <meta name="image:borderbarpicture" content="1"/>
  30. <meta name="image:sidebar" content="1"/>
  31. <meta name="if:show photo" content="0"/>
  32. <meta name="if:show title" content="1"/>
  33. <meta name="if:tiny cursor" content="1"/>
  34. <meta name="if:tiny scrollbar" content="1"/>
  35. <meta name="text:Link1" content="/" />
  36. <meta name="text:Link1 Title" content="one" />
  37. <meta name="text:Link2" content="/" />
  38. <meta name="text:Link2 Title" content="two" />
  39. <meta name="text:Link3" content="/" />
  40. <meta name="text:Link3 Title" content="three" />
  41. <meta name="text:Link4" content="/" />
  42. <meta name="text:Link4 Title" content="four" />
  43. <meta name="text:Link5" content="/" />
  44. <meta name="text:Link5 Title" content="five" />
  45. <meta name="image:parceiro1" content="" />
  46. <meta name="text:parceiro1" content="" />
  47. <meta name="text:urlparceiro1" content="" />
  48. <meta name="image:parceiro2" content="" />
  49. <meta name="text:parceiro2" content="" />
  50. <meta name="text:urlparceiro2" content="" />
  51. <meta name="image:parceiro3" content="" />
  52. <meta name="text:parceiro3" content="" />
  53. <meta name="text:urlparceiro3" content="" />
  54. <meta name="image:parceiro4" content="" />
  55. <meta name="text:parceiro4" content="" />
  56. <meta name="text:urlparceiro4" content="" />
  57.  
  58.  
  59. <script type="text/javascript"
  60. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  61.  
  62. <style type="text/css">
  63.  
  64. {block:iftinycursor}body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}{/block:iftinycursor}
  65.  
  66. {block:iftinyscrollbar}::-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background}; }
  67.  
  68. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}{/block:iftinyscrollbar}
  69.  
  70. .oxi{
  71. margin-top: 0px;
  72. margin-left: 87px;
  73. width: 665px;background: {color:post};
  74. }
  75.  
  76. #tumblr_controls{
  77. position:fixed !important;
  78. top: 3px;
  79. right: 3px;
  80. }
  81.  
  82. body {
  83. padding: 5px;
  84. margin: 0px;
  85. color:{color:text};
  86. background-color: transarent;
  87. background-image:url({image:Background});
  88. background-attachment: fixed;
  89. background-size: cover;
  90. font-family: georgia;
  91. font-size: 13px;
  92. line-height:15px;
  93. color:{color:text};
  94. }
  95.  
  96. p {
  97. margin:0px;
  98. margin-top:0px;
  99. }
  100.  
  101. a:link, a:active, a:visited{
  102. color: {color:Link};
  103. text-decoration: none;
  104. -webkit-transition: color 0.5s ease-out;
  105. -moz-transition: color 0.5s ease-out;
  106. }
  107.  
  108. a:hover{
  109. color:{color:Hover};
  110. text-decoration: underline;
  111. -webkit-transition: color 0.5s ease-out;
  112. -moz-transition: color 0.5s ease-out;
  113. }
  114.  
  115. .entry {
  116. overflow: hidden;
  117. padding-left: 1px;
  118. padding-right: 1px;
  119. padding-top: 1px;
  120. padding-bottom: 0px;
  121. background-color: {color:post};opacity:0.8;
  122. position:relative;
  123. {block:PermalinkPage}
  124. width: 500px;
  125. margin-left: -50px;
  126. float:left;
  127. padding: 10px;
  128. {/block:PermalinkPage}
  129. {block:IndexPage}
  130. margin: 3px;
  131. float: left;
  132. width: 320px;
  133. {/block:IndexPage}
  134. }
  135.  
  136.  
  137. #permalink {
  138. position: absolute;
  139. margin-top: 9px;
  140. margin-left: 6px;
  141. opacity: 0;
  142. -webkit-transition: all .3s ease;
  143. -moz-transition: all .3s ease;
  144. -o-transition: all .3s ease;
  145. transition: all .3s ease;
  146. }
  147.  
  148. .entry:hover #permalink {
  149. margin-top: 9px;
  150. margin-left: 0px;
  151. opacity: 1;
  152. }
  153.  
  154. .countreblog {
  155. color: #000000;
  156. letter-spacing:1px;
  157. font-family: cambria;
  158. font-size:10px;
  159. line-height:14px;
  160. margin: 2px;
  161. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  162. background-repeat:repeat;
  163. border:1px solid rgba(0,0,0,0.1);
  164. padding:3px 5px;
  165. -webkit-border-radius:2px;
  166. moz-border-radius:2px;
  167. -o-border-radius:2px;
  168. border-radius:2px;
  169. }
  170.  
  171. .countreblog a { color: #000000; }
  172.  
  173. div.navigate a{
  174. color: #000;
  175. display:block;
  176. width: 43px;
  177. height: 1px;
  178. line-height: 13px;
  179. text-align: center;
  180. padding-top:1px;
  181. margin-left:0px;
  182. margin-top:3px;
  183. position:relative;
  184. text-align: center;
  185. z-index:1;
  186. display: inline-block;
  187. -webkit-transition: all 0.4s linear;
  188. -webkit-transition: all 0.4s linear;
  189. -moz-transition: all 0.4s linear;
  190. transition: all 0.4s linear;
  191. background:#c5c5c5;
  192. }
  193.  
  194. div.navigate a:hover{
  195. background: #000;
  196. font-style: italic;
  197. -webkit-transition: all 0.4s linear;
  198. -webkit-transition: all 0.4s linear;
  199. -moz-transition: all 0.4s linear;
  200. transition: all 0.4s linear;
  201. color: #130C11;
  202. }
  203.  
  204. .notecount{
  205. color: #000;
  206. font-weight: normal;
  207. padding-bottom: 0px;
  208. }
  209.  
  210. #pagination{
  211. display:none;
  212. }
  213.  
  214. .clear {
  215. clear: both;
  216. }
  217.  
  218. #posts {opacity:9;
  219. position:relative;
  220. margin-top: -10px;
  221. {block:IndexPage}
  222. width: 700px;
  223. margin-left: 0px;
  224. margin-top: 0px;
  225. padding: 5px;
  226. {/block:IndexPage}
  227. {block:PermalinkPage}
  228. width: 500px;
  229. margin-left: 50px;
  230. margin-top: 0px;
  231. {/block:PermalinkPage}
  232. }
  233.  
  234. ol.notes img {
  235. width: 16px;
  236. display: inline;
  237. position: relative;
  238. top: 3px;
  239. }
  240.  
  241. #sidebar2{
  242. width:70px;
  243. margin-left: 5px;
  244. z-index:1;
  245. position:fixed !important;
  246. bottom:0px;
  247. height:100%;
  248. background-color: black;
  249. opacity:0.5;
  250. background-image:url({image:borderbarpicture});
  251. }
  252.  
  253. #postnotes{
  254. text-align: justify;}
  255.  
  256. #postnotes blockquote{
  257. border: 0px;}
  258.  
  259. #infscr-loading{
  260. bottom: -70px;
  261. position: absolute;
  262. left: 50%;
  263. margin-left:-8px;
  264. width:16px;
  265. height:11px;
  266. overflow:hidden;
  267. margin-bottom: 50px;
  268. }
  269.  
  270. .title{
  271. font-family: georgia;
  272. font-size: 14px;
  273. line-height:{text:title line height}px;
  274. color: {color:Title};
  275. font-weight: normal;
  276. padding:0px 0px 0px 0px;
  277. }
  278.  
  279. .blog{
  280. font-family:g'Georgia';
  281. font-size: 35px;
  282. line-height:20px;
  283. color: {color:Title};
  284. border-bottom: 0px solid white;
  285. -webkit-transition: all 0.3s linear;
  286. -webkit-transition: all 0.3s linear;
  287. -moz-transition: all 0.3s linear;
  288. transition: all 0.3s linear;
  289. }
  290.  
  291. .blog:hover{
  292. border-bottom: 0px solid {color:border};
  293. -webkit-transition: all 0.3s linear;
  294. -webkit-transition: all 0.3s linear;
  295. -moz-transition: all 0.3s linear;
  296. transition: all 0.3s linear;
  297. }
  298.  
  299. .quotesource {font-size: 9px;text-align: center; text-transform: none; margin-bottom: 5px; font-weight:bold;}
  300. .quotesource a, a:hover{font-size: 9px;text-transform: none;}
  301.  
  302. .links a{
  303. font-size: 12px;
  304. line-height:12px;
  305. letter-spacing: 1px;
  306. margin: 3px;
  307. font-family: {font:text font};
  308. color: {color:text};
  309. border-bottom: 1px solid white;
  310. -webkit-transition: all 0.3s linear;
  311. -webkit-transition: all 0.3s linear;
  312. -moz-transition: all 0.3s linear;
  313. transition: all 0.3s linear;
  314. }
  315.  
  316. .links:hover a{
  317. text-decoration: underline;
  318. -webkit-transition: all 0.3s linear;
  319. -webkit-transition: all 0.3s linear;
  320. -moz-transition: all 0.3s linear;
  321. transition: all 0.3s linear;
  322. }
  323.  
  324. a img{border: 0px;}
  325.  
  326. blockquote{
  327. padding:2px 2px 2px 5px;
  328. margin:4px 4px 4px 7px;
  329. border-left: 4px solid #ffffff;
  330. }
  331.  
  332. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  333.  
  334. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  335. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  336.  
  337. .notes img{width:10px; position:relative; top:3px;}
  338. <--ses-->
  339. small{font-size: 90%;}
  340.  
  341.  
  342. .caption img {
  343. max-width: 100%;
  344. }
  345.  
  346. {CustomCSS}
  347.  
  348. #tudo {background:{color:background}  url('{image:background}')  repeat;position: fixed; margin: -20px -20px -20px -20px; width:100%;height: 100%;z-index:-99999;}
  349.  
  350. #sidebar3 {position: fixed; margin: 160px -10px 0px 770px;}
  351.  
  352. #side3 {position: fixed; width:195px; }
  353.  
  354. .pagination {position:fixed; width:130px;font-size:12px; font-family:georgia; color:{color:text};font-style:italic; text-align:center; background-color:#trans;padding-bottom: 2px; padding-top: 1px; padding-left: 5px;padding-right: 5px; margin-top:113px; margin-left:40px; border-radius: 0px 0px 10px 10px;z-index:99999;}
  355.  
  356. .navigation {position:fixed; margin-top:460px; margin-left:773px; width:207px;z-index:99999;}
  357. .navigation a:hover {-webkit-transition:0.3s linear;}
  358. .nav a {display:block; background-color:{color:bgmenu}; margin:2px 0 2px 0; font-size:10px; font-family:tinytots; text-transform:uppercase; color:{color:textmenu}; text-decoration:none; text-align:center; padding:2px; letter-spacing:1px; border-right:#ffffff 0px solid; opacity:0.9;}
  359. .nav a:hover {opacity:0.7;}
  360.  
  361. #oxi2 {font-family:georgia;font-size: 13px; line-height: 15px; padding: 3px;color:{color:text}; text-align: left; padding: 10px; background-color:{color:sidebar}; margin-left: 0px; width:193px; height: 85px;margin-top: -105px;}
  362.  
  363. #deslizante {width: 420px; font-size: 460px; background-color: #000; font-family: georgia; line-height:320px;  color: #fff; position: fixed; -webkit-border-radius: 0px 0px 0px 0px; overflow: hidden; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index: 2; text-align: center; font-style: italic;}
  364.  
  365. .deslizante5 {margin-left:  790px; height: auto;margin-top:640px; width: 170px; font-size: 9px; background-color: transparent; font-family: verdana; line-height:14px;  color: #000; position: fixed; -webkit-border-radius: 0px 0px 0px 0px; overflow: hidden; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index: 1; text-align: center; font-style:  -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px;z-index:9999;}
  366.  
  367. #parceiro1{ float: left; margin-top: 155px; margin-left:25px; position: fixed; overflow: hidden; width: 35px; height: 35px; border: 0px solid {color:barrinhas}; background-color:transparent; z-index:9 }
  368. #parceiro1 img {margin-top: 0px; margin-left: 0px; width: 35px; height: 35px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; 0.9; border:{color:barrinhas};  }
  369. #parceiro1 img:hover {opacity: 1;-webkit-filter: blur(1px); -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.5s ease-out;-moz-transform: rotate(150deg);-webkit-transform: rotate(360deg);-o-transform: rotate(150deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}
  370.  
  371. #parceiro2{ float: left; margin-top: 200px; margin-left:25px; position: fixed; overflow: hidden; width: 35px; height: 35px; border: 0px solid {color:barrinhas}; background-color:transparent; z-index:9 }
  372. #parceiro2 img {margin-top: 0px; margin-left: 0px; width: 35px; height: 35px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; 0.9; border:{color:barrinhas};  }
  373. #parceiro2 img:hover {opacity: 1;-webkit-filter: blur(1px); -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.5s ease-out;-moz-transform: rotate(150deg);-webkit-transform: rotate(360deg);-o-transform: rotate(150deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}
  374.  
  375. #parceiro3{ float: left; margin-top: 244px; margin-left:25px; position: fixed; overflow: hidden; width: 35px; height: 35px; border: 0px solid {color:barrinhas}; background-color:transparent; z-index:9 }
  376. #parceiro3 img {margin-top: 0px; margin-left: 0px; width: 35px; height: 35px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; 0.9; border:{color:barrinhas};  }
  377. #parceiro3 img:hover {opacity: 1;-webkit-filter: blur(1px); -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.5s ease-out;-moz-transform: rotate(150deg);-webkit-transform: rotate(360deg);-o-transform: rotate(150deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}
  378.  
  379. #parceiro4{ float: left; margin-top: 288px; margin-left:25px; position: fixed; overflow: hidden; width: 35px; height: 35px; border: 0px solid {color:barrinhas}; background-color:transparent; z-index:9 }
  380. #parceiro4 img {margin-top: 0px; margin-left: 0px; width: 35px; height: 35px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; 0.9; border:{color:barrinhas};  }
  381. #parceiro4 img:hover {opacity: 1;-webkit-filter: blur(1px); -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.5s ease-out;-moz-transform: rotate(150deg);-webkit-transform: rotate(360deg);-o-transform: rotate(150deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}
  382.  
  383. #oxi4fim {background:transparent;position: fixed; margin-left: 800px;margin-top: 610px; width:312px;height: 57px;z-index:-999;}
  384.  
  385. #flinks {background:{color:sidebar};position: fixed; margin-left: 770px;margin-top: 459px; width:213px;height: 140px;z-index:-9999;}
  386.  
  387. #marque {background:transparent;position: fixed; margin-left: -20px;margin-top: 50px; width:100%;height: 30px;z-index:-9999;}    
  388.    
  389. </style>
  390.  
  391. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  392. <script type="text/javascript">
  393. $(function(){
  394. $("#pageLink").click(function(){
  395. $("#titlePages").fadeToggle(500);
  396. });
  397. });
  398. </script>
  399.  
  400. {block:IndexPage}
  401. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/4IKlvmzup/jquery.masonry.min.js"></script>
  402. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  403. <script type="text/javascript">
  404. $(window).load(function () {
  405. var $content = $('#posts');
  406. $content.masonry({
  407. itemSelector: '.entry',
  408. isAnimated: true
  409. }),
  410. $content.infinitescroll({
  411. navSelector : '#pagination',
  412. nextSelector : '#pagination a#nextPage',
  413. itemSelector : '.entry',
  414. loading: {
  415. finishedMsg: '',
  416. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  417. },
  418. bufferPx : 200,
  419. debug : false,
  420. },
  421. // call masonry as a callback.
  422. function( newElements ) {
  423. var $newElems = $( newElements );
  424. $newElems.hide();
  425. // ensure that images load before adding to masonry layout
  426. $newElems.imagesLoaded(function(){
  427. $content.masonry( 'appended',
  428. $newElems, true,
  429. function(){$newElems.fadeIn(300);}
  430. );
  431.  
  432.  
  433. });
  434. });
  435. });
  436. </script>
  437. {/block:IndexPage}
  438.  
  439. <title>{title}</title>
  440.  
  441. <link rel="shortcut icon" href="{Favicon}">
  442.  
  443.  
  444. </style>
  445. </head>
  446. <body>
  447. <div class="deslizante5"><a href="http://oxigenio-dapalavra.tumblr.com/" title="Créditos" target="_blank"><FONT COLOR="#ffffff">© oxigênio-dapalavra<br> exclusivo to Dan Rambo </FONT></a></div>   </div></div>
  448.    </div></div>
  449. <div id="flinks"></div>
  450.  
  451. <div id="oxi4fim"><img src="http://static.tumblr.com/eb7avl1/7Soma7wm3/termino.png"width="150"></div>
  452.  
  453. <div class="navigation"><div class="nav">
  454. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  455. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  456. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  457. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  458. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  459. </div></div>
  460.  
  461. <div id="sidebar3">
  462. <div id="side3">
  463.  
  464. <img src="{image:sidebar}" style=" border: 1px solid #000;padding:3px;height:290px; width: 205px; margin-left:0px; margin-top:1px; align="center"></a></br>
  465.  
  466. <div class="pagination">
  467. {block:PreviousPage} <a href="{PreviousPage}">« prev</a> or {/block:PreviousPage}
  468. {block:NextPage} <a href="{NextPage}">next »</a> {/block:NextPage}
  469. </div></div>
  470.  
  471. <div id="oxi2">{description}</div></div>
  472.  
  473.  
  474. </div></div>
  475.  
  476. <div id="parceiro1">
  477. <a href="{text:urlparceiro1}" title="{text:parceiro1}" target="_blank"><img src="{image:parceiro1}"/>
  478. </div></div>
  479.  
  480. <div id="parceiro2">
  481. <a href="{text:urlparceiro2}" title="{text:parceiro2}" target="_blank"><img src="{image:parceiro2}"/>
  482. </div></div>
  483.  
  484. <div id="parceiro3">
  485. <a href="{text:urlparceiro3}" title="{text:parceiro3}" target="_blank"><img src="{image:parceiro3}"/>
  486. </div></div>
  487.  
  488. <div id="parceiro4">
  489. <a href="{text:urlparceiro4}" title="{text:parceiro4}" target="_blank"><img src="{image:parceiro4}"/>
  490. </div></div>
  491.  
  492. <div id="sidebar2">
  493. <img src="{image:borderbar}" height=1000px;>
  494. </div>
  495.  
  496. <div class="oxi">
  497. <div style="position:fixed;right:0px;top:28px;">
  498. </div>
  499.  
  500. <div id="posts">
  501.  
  502. {block:Posts}
  503. <div class="entry">
  504.  
  505. {block:Text}
  506. {block:Title}<span class="title">{Title}</span>{/block:Title}
  507. <div class="caption"><span class="entrytext">{Body}</span></div>
  508. {block:IndexPage}<a href="{permalink}"><div align="center"><div style="font-size:9px;line-height:11px; border-top: 1px {color:Background} solid; padding-bottom: 4px;">{Notecount} notes</a> - <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  509. {/block:Text}
  510.  
  511. {block:Link}
  512. <a href="{URL}" class="title">{Name}</a>
  513. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  514. {block:IndexPage}<a href="{permalink}"><div align="center"><div style="font-size:9px;line-height:11px; border-top: 1px {color:Background} solid; padding-bottom: 4px;">{Notecount} notes</a> - <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  515. {block:Link}
  516.  
  517.  
  518. {block:Photo}
  519. {block:IndexPage}
  520. <div id="permalink">
  521. <span class="countreblog"><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  522. <span class="countreblog"><a href="{Permalink}">{NoteCount}</a></span></div>
  523. {/block:IndexPage}
  524. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="320"/></a></div>{LinkCloseTag}
  525. {/block:IndexPage}
  526. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  527. {/block:Photo}
  528.  
  529.  
  530. {block:Photoset}
  531. {block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  532. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  533. {block:IndexPage}<a href="{permalink}"><div align="center"><div style="font-size:9px;line-height:11px; border-top: 1px {color:Background} solid; padding-bottom: 4px;">{Notecount} notes</a> - <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  534. {/block:Photoset}
  535.  
  536. {block:Quote}
  537. {Quote}<br><div class="quotesource"></br>— {Source}</div>
  538. {block:IndexPage}<a href="{permalink}"><div align="center"><div style="font-size:9px;line-height:11px; border-top: 1px {color:Background} solid; padding-bottom: 4px;">{Notecount} notes</a> - <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  539. {/block:Quote}
  540.  
  541. {block:Chat}
  542. {block:Title}<span class="title">{Title}</span>{/block:Title}
  543. <ul class="chat">
  544. {block:Lines}
  545. <li class="user_{UserNumber}">
  546. {block:Label}
  547. <span class="label">{Label}</span>
  548. {/block:Label}
  549.  
  550. {Line}
  551. </li>
  552. {/block:Lines}
  553. </ul>
  554. {block:IndexPage}<a href="{permalink}"><div align="center"><div style="font-size:9px;line-height:11px; border-top: 1px {color:Background} solid; padding-bottom: 4px;">{Notecount} notes</a> - <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  555. {/block:Chat}
  556.  
  557. {block:Audio}
  558. <div style="width:250px; height:28px;">{AudioPlayerGrey}</div>
  559. {block:IndexPage}</br>
  560. <div class="caption">
  561. {caption}</div>{/block:IndexPage}
  562. {block:IndexPage}<a href="{permalink}"><div align="center"><div style="font-size:9px;line-height:11px; border-top: 1px {color:Background} solid; padding-bottom: 4px;">{Notecount} notes</a> - <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  563. {/block:Audio}
  564.  
  565. {block:Video}
  566. <center>
  567. {block:IndexPage}
  568. {Video-250}
  569. {/block:IndexPage}
  570. </center>
  571. {block:PermalinkPage}
  572. <center>{Video-500}</center>
  573. {/block:PermalinkPage}
  574. {block:IndexPage}<a href="{permalink}"><div align="center"><div style="font-size:9px;line-height:11px; border-top: 1px {color:Background} solid; padding-bottom: 4px;">{Notecount} notes</a> - <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  575. {block:Video}
  576.  
  577. {block:Answer}
  578. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  579. <strong>{Asker}: {Question}</strong>
  580. <div class="caption">
  581. {Answer}</div><br>
  582. {block:IndexPage}<a href="{permalink}"><div align="center"><div style="font-size:9px;line-height:11px; border-top: 1px {color:Background} solid; padding-bottom: 4px;">{Notecount} notes</a> - <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  583. {/block:Answer}
  584.  
  585. {block:IndexPage}<div style="display:none;">{block:ContentSource}<a href="{SourceURL}">{SourceTitle}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{/block:ContentSource}</div>{/block:IndexPage}
  586.  
  587. {block:PermalinkPage}
  588. {block:Date}
  589. {block:Caption}{Caption}{/block:Caption}<center>
  590. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}<br>
  591. {block:NoteCount}{NoteCount} notes{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  592. {/block:Date}
  593.  
  594. {/block:PermalinkPage}
  595.  
  596. {block:PostNotes}{PostNotes}
  597. {/block:PostNotes}
  598. </div>
  599.  
  600.  
  601. {/block:Posts}
  602. </div>
  603.  
  604. {block:IndexPage}<br>
  605. {block:Pagination}
  606. <div id="pagination">
  607. {block:NextPage}
  608. <a id="nextPage" href="{NextPage}">next</a>
  609. {/block:NextPage}
  610. {block:PreviousPage}
  611. <a href="{PreviousPage}">back</a>
  612. {/block:PreviousPage}
  613. </div>
  614. {/block:Pagination}
  615. {/block:IndexPage}
  616. </div>
  617. </body>
  618. </html>
Advertisement
Add Comment
Please, Sign In to add comment