Ikxa

duascolunas-oxigenio

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