Ikxa

theme10-oxigenio

Jan 16th, 2013
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 21.75 KB | None | 0 0
  1. <!-- © oxigenio-dapalavra I tumblr -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5.  
  6. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  7.  
  8. <head>
  9. <meta name="color:sidebar" content="#CCCCCC" />
  10. <meta name="color:post" content="#CCCCCC" />
  11. <meta name="color:text" content="#000" />
  12. <meta name="color:link" content="#000" />
  13. <meta name="color:link hover" content="#888" />
  14. <meta name="color:hover" content="#f0f0f0" />
  15. <meta name="color:scroll" content="#000" />
  16. <meta name="color:scrollbg" content="#fff" />
  17. <meta name="color:Background" content="#acacac"/>
  18. <meta name="color:Text" content="#130C11"/>
  19. <meta name="color:Title" content="#130C11"/>
  20. <meta name="color:Hover" content="#130C11"/>
  21. <meta name="color:border" content="#130C11"/>
  22. <meta name="color:Scrollbar" content="#130C11"/>
  23. <meta name="color:Link" content="#130C11"/>
  24. <meta name="color:textmenu" content="#ffffff"/>
  25. <meta name="color:bgmenu" content="#000000"/>
  26. <meta name="image:Background" content="1"/>
  27. <meta name="image:borderbarpicture" content="1"/>
  28. <meta name="image:sidebar" content="1"/>
  29. <meta name="if:show photo" content="0"/>
  30. <meta name="if:show title" content="1"/>
  31. <meta name="if:tiny cursor" content="1"/>
  32. <meta name="if:tiny scrollbar" content="1"/>
  33. <meta name="text:Link1" content="/" />
  34. <meta name="text:Link1 Title" content="one" />
  35. <meta name="text:Link2" content="/" />
  36. <meta name="text:Link2 Title" content="two" />
  37. <meta name="text:Link3" content="/" />
  38. <meta name="text:Link3 Title" content="three" />
  39. <meta name="text:Link4" content="/" />
  40. <meta name="text:Link4 Title" content="four" />
  41. <meta name="text:Link5" content="/" />
  42. <meta name="text:Link5 Title" content="five" />
  43. <meta name="image:parceiro1" content="" />
  44. <meta name="text:parceiro1" content="" />
  45. <meta name="text:urlparceiro1" content="" />
  46. <meta name="image:parceiro2" content="" />
  47. <meta name="text:parceiro2" content="" />
  48. <meta name="text:urlparceiro2" content="" />
  49. <meta name="image:parceiro3" content="" />
  50. <meta name="text:parceiro3" content="" />
  51. <meta name="text:urlparceiro3" content="" />
  52. <meta name="image:parceiro4" content="" />
  53. <meta name="text:parceiro4" content="" />
  54. <meta name="text:urlparceiro4" content="" />
  55.  
  56.  
  57. <script type="text/javascript"
  58. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  59.  
  60. <style type="text/css">
  61.  
  62. {block:iftinycursor}body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}{/block:iftinycursor}
  63.  
  64. {block:iftinyscrollbar}::-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background}; }
  65.  
  66. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}{/block:iftinyscrollbar}
  67.  
  68. .oxi{
  69. margin-top: 0px;
  70. margin-left: 87px;
  71. width: 665px;background: {color:post};
  72. }
  73.  
  74. #tumblr_controls{
  75. position:fixed !important;
  76. top: 3px;
  77. right: 3px;
  78. }
  79.  
  80. body {
  81. padding: 5px;
  82. margin: 0px;
  83. color:{color:text};
  84. background-color: transarent;
  85. background-image:url({image:Background});
  86. background-attachment: fixed;
  87. background-size: cover;
  88. font-family: georgia;
  89. font-size: 13px;
  90. line-height:15px;
  91. color:{color:text};
  92. }
  93.  
  94. p {
  95. margin:0px;
  96. margin-top:0px;
  97. }
  98.  
  99. a:link, a:active, a:visited{
  100. color: {color:Link};
  101. text-decoration: none;
  102. -webkit-transition: color 0.5s ease-out;
  103. -moz-transition: color 0.5s ease-out;
  104. }
  105.  
  106. a:hover{
  107. color:{color:Hover};
  108. text-decoration: underline;
  109. -webkit-transition: color 0.5s ease-out;
  110. -moz-transition: color 0.5s ease-out;
  111. }
  112.  
  113. .entry {
  114. overflow: hidden;
  115. padding-left: 1px;
  116. padding-right: 1px;
  117. padding-top: 1px;
  118. padding-bottom: 0px;
  119. background-color: {color:post};opacity:0.8;
  120. position:relative;
  121. {block:PermalinkPage}
  122. width: 500px;
  123. margin-left: -50px;
  124. float:left;
  125. padding: 10px;
  126. {/block:PermalinkPage}
  127. {block:IndexPage}
  128. margin: 3px;
  129. float: left;
  130. width: 320px;
  131. {/block:IndexPage}
  132. }
  133.  
  134.  
  135. #permalink {
  136. position: absolute;
  137. margin-top: 9px;
  138. margin-left: 6px;
  139. opacity: 0;
  140. -webkit-transition: all .3s ease;
  141. -moz-transition: all .3s ease;
  142. -o-transition: all .3s ease;
  143. transition: all .3s ease;
  144. }
  145.  
  146. .entry:hover #permalink {
  147. margin-top: 9px;
  148. margin-left: 0px;
  149. opacity: 1;
  150. }
  151.  
  152. .countreblog {
  153. color: #000000;
  154. letter-spacing:1px;
  155. font-family: cambria;
  156. font-size:10px;
  157. line-height:14px;
  158. margin: 2px;
  159. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  160. background-repeat:repeat;
  161. border:1px solid rgba(0,0,0,0.1);
  162. padding:3px 5px;
  163. -webkit-border-radius:2px;
  164. moz-border-radius:2px;
  165. -o-border-radius:2px;
  166. border-radius:2px;
  167. }
  168.  
  169. .countreblog a { color: #000000; }
  170.  
  171. div.navigate a{
  172. color: #000;
  173. display:block;
  174. width: 43px;
  175. height: 1px;
  176. line-height: 13px;
  177. text-align: center;
  178. padding-top:1px;
  179. margin-left:0px;
  180. margin-top:3px;
  181. position:relative;
  182. text-align: center;
  183. z-index:1;
  184. display: inline-block;
  185. -webkit-transition: all 0.4s linear;
  186. -webkit-transition: all 0.4s linear;
  187. -moz-transition: all 0.4s linear;
  188. transition: all 0.4s linear;
  189. background:#c5c5c5;
  190. }
  191.  
  192. div.navigate a:hover{
  193. background: #000;
  194. font-style: italic;
  195. -webkit-transition: all 0.4s linear;
  196. -webkit-transition: all 0.4s linear;
  197. -moz-transition: all 0.4s linear;
  198. transition: all 0.4s linear;
  199. color: #130C11;
  200. }
  201.  
  202. .notecount{
  203. color: #000;
  204. font-weight: normal;
  205. padding-bottom: 0px;
  206. }
  207.  
  208. #pagination{
  209. display:none;
  210. }
  211.  
  212. .clear {
  213. clear: both;
  214. }
  215.  
  216. #posts {opacity:9;
  217. position:relative;
  218. margin-top: -10px;
  219. {block:IndexPage}
  220. width: 700px;
  221. margin-left: 0px;
  222. margin-top: 0px;
  223. padding: 5px;
  224. {/block:IndexPage}
  225. {block:PermalinkPage}
  226. width: 500px;
  227. margin-left: 50px;
  228. margin-top: 0px;
  229. {/block:PermalinkPage}
  230. }
  231.  
  232. ol.notes img {
  233. width: 16px;
  234. display: inline;
  235. position: relative;
  236. top: 3px;
  237. }
  238.  
  239. #sidebar2{
  240. width:70px;
  241. margin-left: 5px;
  242. z-index:1;
  243. position:fixed !important;
  244. bottom:0px;
  245. height:100%;
  246. background-color: black;
  247. opacity:0.5;
  248. background-image:url({image:borderbarpicture});
  249. }
  250.  
  251. #postnotes{
  252. text-align: justify;}
  253.  
  254. #postnotes blockquote{
  255. border: 0px;}
  256.  
  257. #infscr-loading{
  258. bottom: -70px;
  259. position: absolute;
  260. left: 50%;
  261. margin-left:-8px;
  262. width:16px;
  263. height:11px;
  264. overflow:hidden;
  265. margin-bottom: 50px;
  266. }
  267.  
  268. .title{
  269. font-family: georgia;
  270. font-size: 14px;
  271. line-height:{text:title line height}px;
  272. color: {color:Title};
  273. font-weight: normal;
  274. padding:0px 0px 0px 0px;
  275. }
  276.  
  277. .blog{
  278. font-family:g'Georgia';
  279. font-size: 35px;
  280. line-height:20px;
  281. color: {color:Title};
  282. border-bottom: 0px solid white;
  283. -webkit-transition: all 0.3s linear;
  284. -webkit-transition: all 0.3s linear;
  285. -moz-transition: all 0.3s linear;
  286. transition: all 0.3s linear;
  287. }
  288.  
  289. .blog:hover{
  290. border-bottom: 0px solid {color:border};
  291. -webkit-transition: all 0.3s linear;
  292. -webkit-transition: all 0.3s linear;
  293. -moz-transition: all 0.3s linear;
  294. transition: all 0.3s linear;
  295. }
  296.  
  297. .quotesource {font-size: 9px;text-align: center; text-transform: none; margin-bottom: 5px; font-weight:bold;}
  298. .quotesource a, a:hover{font-size: 9px;text-transform: none;}
  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.  
  441.  
  442. </style>
  443. </head>
  444. <body>
  445. <div class="deslizante5"><a href="http://oxigenio-dapalavra.tumblr.com/" title="Créditos" target="_blank"><FONT COLOR="#ffffff">© oxigênio-dapalavra</FONT></a></div>   </div></div>
  446.    </div></div>
  447. <div id="flinks"></div>
  448.  
  449. <div id="oxi4fim"><img src="http://static.tumblr.com/eb7avl1/7Soma7wm3/termino.png"width="150"></div>
  450.  
  451. <div class="navigation"><div class="nav">
  452. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  453. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  454. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  455. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  456. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  457. </div></div>
  458.  
  459. <div id="sidebar3">
  460. <div id="side3">
  461.  
  462. <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>
  463.  
  464. <div class="pagination">
  465. {block:PreviousPage} <a href="{PreviousPage}">« prev</a> or {/block:PreviousPage}
  466. {block:NextPage} <a href="{NextPage}">next »</a> {/block:NextPage}
  467. </div></div>
  468.  
  469. <div id="oxi2">{description}</div></div>
  470.  
  471.  
  472. </div></div>
  473.  
  474. <div id="parceiro1">
  475. <a href="{text:urlparceiro1}" title="{text:parceiro1}" target="_blank"><img src="{image:parceiro1}"/>
  476. </div></div>
  477.  
  478. <div id="parceiro2">
  479. <a href="{text:urlparceiro2}" title="{text:parceiro2}" target="_blank"><img src="{image:parceiro2}"/>
  480. </div></div>
  481.  
  482. <div id="parceiro3">
  483. <a href="{text:urlparceiro3}" title="{text:parceiro3}" target="_blank"><img src="{image:parceiro3}"/>
  484. </div></div>
  485.  
  486. <div id="parceiro4">
  487. <a href="{text:urlparceiro4}" title="{text:parceiro4}" target="_blank"><img src="{image:parceiro4}"/>
  488. </div></div>
  489.  
  490. <div id="sidebar2">
  491. <img src="{image:borderbar}" height=1000px;>
  492. </div>
  493.  
  494. <div class="oxi">
  495. <div style="position:fixed;right:0px;top:28px;">
  496. </div>
  497.  
  498. <div id="posts">
  499.  
  500. {block:Posts}
  501. <div class="entry">
  502.  
  503. {block:Text}
  504. {block:Title}<span class="title">{Title}</span>{/block:Title}
  505. <div class="caption"><span class="entrytext">{Body}</span></div>
  506. {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}
  507. {/block:Text}
  508.  
  509. {block:Link}
  510. <a href="{URL}" class="title">{Name}</a>
  511. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  512. {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}
  513. {block:Link}
  514.  
  515.  
  516. {block:Photo}
  517. {block:IndexPage}
  518. <div id="permalink">
  519. <span class="countreblog"><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  520. <span class="countreblog"><a href="{Permalink}">{NoteCount}</a></span></div>
  521. {/block:IndexPage}
  522. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="320"/></a></div>{LinkCloseTag}
  523. {/block:IndexPage}
  524. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  525. {/block:Photo}
  526.  
  527.  
  528. {block:Photoset}
  529. {block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  530. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  531. {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}
  532. {/block:Photoset}
  533.  
  534. {block:Quote}
  535. {Quote}<br><div class="quotesource"></br>— {Source}</div>
  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:Quote}
  538.  
  539. {block:Chat}
  540. {block:Title}<span class="title">{Title}</span>{/block:Title}
  541. <ul class="chat">
  542. {block:Lines}
  543. <li class="user_{UserNumber}">
  544. {block:Label}
  545. <span class="label">{Label}</span>
  546. {/block:Label}
  547.  
  548. {Line}
  549. </li>
  550. {/block:Lines}
  551. </ul>
  552. {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}
  553. {/block:Chat}
  554.  
  555. {block:Audio}
  556. <div style="width:250px; height:28px;">{AudioPlayerGrey}</div>
  557. {block:IndexPage}</br>
  558. <div class="caption">
  559. {caption}</div>{/block:IndexPage}
  560. {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}
  561. {/block:Audio}
  562.  
  563. {block:Video}
  564. <center>
  565. {block:IndexPage}
  566. {Video-250}
  567. {/block:IndexPage}
  568. </center>
  569. {block:PermalinkPage}
  570. <center>{Video-500}</center>
  571. {/block:PermalinkPage}
  572. {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}
  573. {block:Video}
  574.  
  575. {block:Answer}
  576. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  577. <strong>{Asker}: {Question}</strong>
  578. <div class="caption">
  579. {Answer}</div><br>
  580. {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}
  581. {/block:Answer}
  582.  
  583. {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}
  584.  
  585. {block:PermalinkPage}
  586. {block:Date}
  587. {block:Caption}{Caption}{/block:Caption}<center>
  588. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}<br>
  589. {block:NoteCount}{NoteCount} notes{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  590. {/block:Date}
  591.  
  592. {/block:PermalinkPage}
  593.  
  594. {block:PostNotes}{PostNotes}
  595. {/block:PostNotes}
  596. </div>
  597.  
  598.  
  599. {/block:Posts}
  600. </div>
  601.  
  602. {block:IndexPage}<br>
  603. {block:Pagination}
  604. <div id="pagination">
  605. {block:NextPage}
  606. <a id="nextPage" href="{NextPage}">next</a>
  607. {/block:NextPage}
  608. {block:PreviousPage}
  609. <a href="{PreviousPage}">back</a>
  610. {/block:PreviousPage}
  611. </div>
  612. {/block:Pagination}
  613. {/block:IndexPage}
  614. </div>
  615. </body>
  616. </html>
Advertisement
Add Comment
Please, Sign In to add comment