Advertisement
zuvia

T26 - ESPOIR

Jan 27th, 2013
14,549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.27 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--
  5.  
  6. ___________________________________________
  7.  
  8. THEME #26 ESPOIR
  9. BY ZUVIA @ TUMBLR
  10.  
  11. PLEASE DO NOT REMOVE THIS PIECE. REMOVING CREDIT FROM THE SOURCE WILL LABEL YOU A THIEF.
  12. ___________________________________________
  13.  
  14. CREDITS:
  15. Default Sidebar: akiseru @ tumblr
  16. ___________________________________________
  17.  
  18. -->
  19.  
  20.  
  21. <html>
  22. <title>{title}</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. {block:Description}
  26. <meta name="description" content="{MetaDescription}" />
  27. {/block:Description}
  28. <meta name="color:Background" content="#ffffff" />
  29. <meta name="color:Entry" content="#ffffff" />
  30. <meta name="color:Sidebar" content="#ffffff" />
  31. <meta name="color:Border1" content="#cccccc" />
  32. <meta name="color:Border2" content="#32c6df" />
  33. <meta name="color:Blockquote Bg" content="#eeeeee" />
  34. <meta name="color:Entry Text" content="#616161" />
  35. <meta name="color:Entries Bold" content="#00ffed" />
  36. <meta name="color:Entries Italic" content="#313131" />
  37. <meta name="color:Ask Text" content="#292929" />
  38. <meta name="color:Sidebar Text" content="#999999" />
  39. <meta name="color:BlogTitle" content="#ffffff" />
  40. <meta name="color:BlogTitle Bg" content="#030303" />
  41. <meta name="color:Mainlink" content="#929292" />
  42. <meta name="color:Mainlink Hover" content="#32c6df" />
  43. <meta name="color:Mainlink Bg" content="#ffffff" />
  44. <meta name="color:Mainlink Flash" content="#32c6df" />
  45. <meta name="color:Link" content="#32c6df" />
  46. <meta name="color:Link Hover" content="#6b6a6b" />
  47. <meta name="color:Perma Bg" content="#32c6df" />
  48. <meta name="color:Perma Bg1" content="#32c6df" />
  49. <meta name="color:Perma Bg2" content="#e8ff00" />
  50. <meta name="color:Perma Link1" content="#ffffff" />
  51. <meta name="color:Perma Link2" content="#000000" />
  52. <meta name="color:Tagged links" content="#868685" />
  53. <meta name="color:Tagged links bg" content="#32c6df" />
  54. <meta name="color:NextPage" content="#32c6df" />
  55. <meta name="color:NextPage Hover" content="#000000" />
  56.  
  57. <meta name="image:Background" content="http://static.tumblr.com/e84b6e7c39e12a887eaf80a7f0406489/jtqlgf2/AxDmhbccz/tumblr_static_subtle_dots.png" />
  58. <meta name="image:Mainlink Bg" content="http://static.tumblr.com/e84b6e7c39e12a887eaf80a7f0406489/jtqlgf2/AxDmhbccz/tumblr_static_subtle_dots.png" />
  59. <meta name="image:Sidebar" content="http://static.tumblr.com/2ac32662f346f41bf41404cbf5c8165b/jtqlgf2/xgkmhb5ry/tumblr_static_tumblr_mgsldtigvo1qam1cxo5_250.gif" />
  60.  
  61. <meta name="font:body" content="arial" />
  62.  
  63. <meta name="text:Blogtitle" content="espoir" />
  64. <meta name="text:Title Size" content="18">
  65. <meta name="text:Title Background Width" content="7">
  66. <meta name="text:Title Position Top" content="40">
  67. <meta name="text:Title Position Left" content="232">
  68. <meta name="text:Link1" content="" />
  69. <meta name="text:Link1URL" content=""/>
  70. <meta name="text:Link2" content="" />
  71. <meta name="text:Link2URL" content=""/>
  72. <meta name="text:Link3" content="" />
  73. <meta name="text:Link3URL" content=""/>
  74. <meta name="text:Link4" content="" />
  75. <meta name="text:Link4URL" content=""/>
  76. <meta name="text:Music" content=""/>
  77.  
  78. <meta name="if:ShowCaptions" content="0" />
  79. <meta name="if:GrayScaleImage" content="0"/>
  80. <meta name="if:SidebarBorder" content="1">
  81. <meta name="if:FadingImages" content="0" />
  82. <meta name="if:InfiniteScroll" content="1" />
  83. <meta name="if:ShowTags" content="1" />
  84. <meta name="if:500Posts" content="0" />
  85. <meta name="if:400Posts" content="0" />
  86. <meta name="if:250Posts" content="1" />
  87. <head>
  88.  
  89.  
  90.  
  91. <style type="text/css">
  92.  
  93.  
  94. body {
  95. background-image: url('{image:background}'); background-attachment:fixed; background-color:{color:background};font-size:10px; line-height:14px; text-align:justify;}
  96.  
  97. iframe#tumblr_controls {position: fixed !important;right:2px !important;-moz-transition: all 0.8s ease-out;-webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.8s ease-out;transition: all 0.8s ease-out;opacity: 0.5;}
  98.  
  99. iframe#tumblr_controls:hover {-webkit-transition: opacity 0.7s linear;-moz-transition: all 0.4s ease-out;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;opacity: 1;}
  100.  
  101. #posts {
  102. margin-left:520px;margin-top:60px;text-align:justify;font-size:11px;z-index:9;font-family:{font:body};}
  103.  
  104. .post{margin-bottom:55px;
  105. {block:PermalinkPage}width:510px;{/block:Permalinkpage}
  106. {block:if250posts}width:260px;{/block:if250posts}
  107. {block:if500posts}width:510px;{/block:if500posts}
  108. {block:if400posts}width:410px;{/block:if400posts}}
  109.  
  110. .entries {
  111. {block:If250Posts}width:250px;{/block:If250Posts}
  112. {block:If400Posts}width:400px;{/block:If400Posts}
  113. {block:If500Posts}width:500px;{/block:If500Posts}
  114. {block:permalinkpage}width:500px;{/block:permalinkpage}overflow:hidden;margin:10px;margin-top:-20px;padding:8px;z-index:3;color:{color:entry text};background-color:{color:entry};position:relative;
  115. }
  116.  
  117. .entries img {
  118. {block:if500posts}max-width:500px;{/block:if500posts}
  119. {block:if400posts}{block:indexpage}max-width:400px;{/block:indexpage}{/block:if400posts}
  120. {block:if250posts}{block:indexpage}max-width:250px;{/block:indexpage}{/block:if250posts}
  121. {block:indexpage}{block:iffadingimages}opacity:.8;{/block:iffadingimages}
  122. {block:IfGrayScaleImage}
  123. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  124. filter: gray; /* IE6-9 */
  125. -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */{/block:ifGrayScaleImage}{/block:indexpage}-webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;-ms-transition: all 0.9s ease-in-out;transition: all 0.9s ease-in-out;}
  126.  
  127. .entries img:hover{{block:ifgrayscaleimage} filter: none;-webkit-filter: grayscale(0%); {/block:ifgrayscaleimage}opacity:1;}
  128.  
  129.  
  130. .photo{
  131. {block:indexpage}{block:iffadingimages}opacity:.8;{/block:iffadingimages}
  132. {block:IfGrayScaleImage}
  133. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  134. filter: gray; /* IE6-9 */
  135. -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */{/block:ifGrayScaleImage}{/block:indexpage}
  136. -webkit-transition: all 0.7s ease-in-out;
  137. -moz-transition: all 0.7s ease-in-out;
  138. -o-transition: all 0.7s ease-in-out;
  139. -ms-transition: all 0.7s ease-in-out;
  140. transition: all 0.7s ease-in-out;}
  141.  
  142. .photo:hover{{block:ifgrayscaleimage} filter: none;-webkit-filter: grayscale(0%);{/block:ifgrayscaleimage}opacity:1;}
  143.  
  144. .ok{
  145. padding-top:5px;margin-left:-5px;padding-left:6px;line-height:14px;}
  146.  
  147. .ok b{letter-spacing:0px;}
  148.  
  149. .ok .lines {margin-left:0px;}
  150.  
  151. .ok .lines .line{padding:4px;border-bottom:1px solid {color:perma bg1};}
  152.  
  153. .ok .lines .odd {border-bottom:1px solid {color:perma bg2};}
  154.  
  155. .snd{text-align:center;margin-left:80px;margin-top:-8px;position:absolute;overflow:hidden;width:131px;height:25px;opacity:.7;border:10px solid {color:entry}}
  156.  
  157. .clickie{padding:1px;margin-top:-4px;margin-left:-10px;background-color: {color:entry};}
  158.  
  159. .clickie:hover{opacity:1;}
  160.  
  161. .bo{margin-left:0px;}
  162.  
  163. .bo img{max-width:60px;border:8px solid {color:perma bg1};float:left;}
  164.  
  165.  
  166. .entries blockquote { background-color:{color:blockquote bg}; border-left: 3px solid {color:link};padding-left: 8px;margin-left: 10px;}
  167.  
  168. .entries b, strong{color: {color:entries bold};}
  169.  
  170. .entries i, em{color:{color:entries italic};}
  171.  
  172. .entries a{color:{color:link};text-decoration:none; font-style:italic;}
  173.  
  174. .entries a:hover{color:{color:link hover};}
  175.  
  176. .entries h1 {font-family: courier;font-weight:normal;font-size:16px;padding-left:10px;letter-spacing:1px;font-style:none;text-align:left;color:{color:link};text-transform:uppercase;padding-bottom:6px;padding-top:3px;}
  177.  
  178. .entries h2 {font-family: courier;font-size:16px;font-weight:normal;text-align:center;padding-bottom:8px;}
  179.  
  180. .entries h3 {font-family: consolas;font-weight:normal;font-size:16px;padding-left:10px;letter-spacing:1px;text-align:left;margin-bottom:2px;padding-bottom:6px;padding-top:3px;}
  181.  
  182. .what{position:relative;margin-top:25px;margin-left:80px;padding-left:5px;line-height:22px;}
  183.  
  184. table{margin-left:-3px;
  185. {block:Indexpage}
  186. {block:if250posts}width:255px;{/block:if250posts}
  187. {block:if400posts}width:405px;{/block:if400posts}
  188. {block:if500posts}width:505px;{/block:if500posts}
  189. {/block:Indexpage}
  190. {block:PermalinkPage}width:505px;{/block:PermalinkPage}}
  191.  
  192.  
  193. th{border:0px solid #999;border-collapse:collapse;padding:2px;width:50px;}
  194.  
  195. td{text-align:right;border:0px solid;}
  196.  
  197. {block:indexpage}
  198.  
  199. .hovinfo{position:absolute;margin-top:-5px;margin-left:10px;text-align:right;background-color:{color:perma bg};height:5px;
  200. {block:if250posts}width:266px;{/block:if250posts}
  201. {block:if400posts}width:416px;{/block:if400posts}
  202. {block:if500posts}width:516px;{/block:if500posts}
  203. font-family: calibri;z-index:99;}
  204.  
  205.  
  206. .hv{
  207. z-index:99;
  208. width:90px;
  209. margin-top:-15px;
  210. text-align:center;
  211. line-height:10px;
  212. padding:1px;
  213. background-color: {color:perma bg1}; }
  214.  
  215.  
  216. .hv2{
  217. z-index:99;
  218. text-align:center;
  219. margin-left:0px;
  220. float:left;
  221. height:13px;
  222. margin-top:-15px;
  223. margin-left:92px;
  224. line-height:10px;
  225. padding:1px;
  226. background-color: {color:perma bg2};}
  227.  
  228.  
  229. .hv a{
  230. color:{color:perma link1};
  231. text-decoration:none;
  232. font: 9px courier;
  233. letter-spacing:1px;
  234. text-transform:uppercase;}
  235.  
  236. .hv2 a{
  237. color:{color:perma link2};
  238. text-decoration:none;
  239. font: 9px courier;
  240. letter-spacing:1px;
  241. text-transform:uppercase;}
  242.  
  243.  
  244. .tagged{
  245. position:relative;
  246. margin-left:15px;
  247. margin-top:-6px;
  248. margin-bottom:5px;
  249. {block:if250posts}width:260px;{/block:if250posts}
  250. {block:if400posts}width:410px;{/block:if400posts}
  251. {block:if500posts}width:510px;{/block:if500posts}
  252. text-align:right;
  253. font: 8px consolas;
  254. text-transform:uppercase;
  255. line-height:10px;
  256. letter-spacing:1px;
  257. z-index:3;
  258. color:{color:tagged links};}
  259.  
  260. .tagged a{
  261. text-decoration:none;
  262. padding-left:2px;
  263. padding-right:2px;
  264. color:{color:tagged links};}
  265.  
  266. .tagged a:hover{
  267. color:{color:perma link1};
  268. background-color:{color:tagged links bg};}
  269.  
  270. {/block:indexpage}
  271.  
  272. #pages a:hover{
  273. color:{color:nextpage arrow hover};}
  274.  
  275. {block:PermalinkPage}
  276. .permalink {
  277. width:496px;
  278. position: relative;
  279. text-align: left;
  280. margin-left:10px;
  281. margin-top:-10px;
  282. padding-left:20px;
  283. padding-bottom:10px;
  284. padding-top:10px;
  285. font-size:10px;
  286. line-height:12px;
  287. font-family:georgia;
  288. color: {color:entry text};
  289. background-color:{color:entry};}
  290.  
  291. .permalink a {
  292. color: {color:link};
  293. text-decoration: none;
  294. text-transform:uppercase;
  295. font-family: courier;
  296. font-size:10px;}
  297.  
  298. .permalink a:hover {
  299. color: {color:link hover};
  300. text-decoration: none;}
  301.  
  302. .permalink h4 {
  303. font-family: courier;
  304. font-weight:normal;
  305. font-size:12px;
  306. margin-left:-35px;
  307. margin-top:-5px;
  308. text-transform:uppercase;
  309. margin-bottom:-19px;
  310. color:{color:entries bold};
  311. font-style:none;
  312. text-align:center;
  313. padding-bottom:2px;
  314. padding-top:3px;}
  315.  
  316. .permalink h5 {
  317. font-family: courier;
  318. text-transform:uppercase;
  319. font-weight:normal;
  320. font-size:10px;
  321. margin-left:-30px;
  322. padding-left:10px;
  323. color:{color:entries bold};
  324. letter-spacing:1px;
  325. font-style:none;
  326. text-align:center;
  327. padding-bottom:2px;
  328. padding-top:3px;}
  329.  
  330. ol.notes {
  331. background-color:{color:entry};font-family:tahoma;font-size:10px;padding-top:2px;border: 0px;padding-left:20px;margin-top:-10px;width:376px;list-style-type: decimal;}
  332.  
  333. ol.notes li.note {background-color:{color:entry};
  334. padding:2px;width:380px;letter-spacing: 0px;
  335. text-align: left;}
  336.  
  337. ol.notes li.note a{color:{color:link};background-color:{color:entry};font-family:tahoma;text-transform:none;letter-spacing:0px;font-size:10px;}
  338.  
  339. ol.notes li.note img.avatar { vertical-align: -4px;margin-right: 0px; display:none;}
  340.  
  341. {/block:PermalinkPage}
  342.  
  343.  
  344. #all{
  345. position:fixed;
  346. {Block:IfSidebarBorder}border-right:8px solid {color:border2};{/block:ifSidebarBorder}
  347. margin-left:180px;
  348. top:90px;}
  349.  
  350. #sidebar{
  351. width:204px;
  352. position:relative;
  353. margin-bottom:0px;
  354. margin-top:5px;
  355. padding:10px;
  356. padding-right:20px;
  357. -webkit-transition: all 0.9s ease-in-out;
  358. -moz-transition: all 0.9s ease-in-out;
  359. -o-transition: all 0.9s ease-in-out;
  360. -ms-transition: all 0.9s ease-in-out;
  361. transition: all 0.9s ease-in-out;}
  362.  
  363. #sidebar img{
  364. width:200px;
  365. margin-bottom:-6px;
  366. padding:4px;
  367. background-color:{color:sidebar};
  368. border:1px solid {color:border1};}
  369.  
  370.  
  371. #des{
  372. width:200px;
  373. margin-top:5px;
  374. margin-left:2px;
  375. text-align:right;
  376. color:{color:sidebar text};
  377. padding:6px;
  378. font:10px calibri;
  379. -webkit-transition: all 0.9s ease-in-out;
  380. -moz-transition: all 0.9s ease-in-out;
  381. -o-transition: all 0.9s ease-in-out;
  382. -ms-transition: all 0.9s ease-in-out;
  383. transition: all 0.9s ease-in-out;
  384. position:relative;}
  385.  
  386. #des a:hover{
  387. color: {color:Mainlink};
  388. background: {color:mainlink flash} url('http://25.media.tumblr.com/tumblr_m33qwzyv7F1r6uwfxo2_250.png');}
  389.  
  390. #des a{
  391. text-decoration:none;
  392. font-size:9px;
  393. text-transform:lowercase;
  394. color: {color:mainlink hover};
  395. background-image: none;
  396. -webkit-transition: all 0.3s ease-in-out;
  397. -moz-transition: all 0.4s ease-in-out;
  398. -o-transition: all 0.4s ease-in-out;
  399. -ms-transition: all 0.4s ease-in-out;
  400. transition: all 0.4s ease-in-out;}
  401.  
  402. #ti2{
  403. position:fixed;
  404. width:5px;
  405. padding-right:{text:Title Background Width}px;
  406. margin-left:{text:Title Position Left}px;
  407. letter-spacing:20px;
  408. text-align:center;
  409. margin-top:{text:Title Position Top}px;
  410. font:normal {text:Title Size}px courier;
  411. word-wrap: break-word;
  412. font-weight:normal;
  413. background-color: {color:blogtitle bg};
  414. text-transform:uppercase;
  415. color:{color:blogtitle};
  416. }
  417.  
  418.  
  419.  
  420. #ei{
  421. position:absolute;
  422. text-align:right;
  423. margin-top:8px;
  424. width:100px;
  425. margin-left:-110px;
  426. -webkit-transition: all 0.3s ease-in-out;
  427. -moz-transition: all 0.4s ease-in-out;
  428. -o-transition: all 0.4s ease-in-out;
  429. -ms-transition: all 0.4s ease-in-out;
  430. transition: all 0.4s ease-in-out;}
  431.  
  432.  
  433. #ei a{
  434. display:block;
  435. color: {color:Mainlink};
  436. background: {color:mainlink flash} url('{image:Mainlink Bg}');
  437. font-size:8px;
  438. max-width:100px;
  439. font-family:calibri;
  440. padding:2px;
  441. line-height:8px;
  442. margin-top:2px;
  443. margin-left:0px;
  444. text-align:right;
  445. text-transform: uppercase;
  446. text-decoration: none;
  447. -webkit-transition: all 0.3s ease-in-out;
  448. -moz-transition: all 0.4s ease-in-out;
  449. -o-transition: all 0.4s ease-in-out;
  450. -ms-transition: all 0.4s ease-in-out;
  451. transition: all 0.4s ease-in-out;}
  452.  
  453. #ei a:hover{
  454. color: {color:mainlink hover};
  455. background-color:{color:mainlink bg};
  456. background-image: none;}
  457.  
  458.  
  459. #fullmusic{
  460. position:fixed;
  461. margin-top:-10px;
  462. margin-left:25px;
  463. padding:6px;
  464. width:10px;
  465. overflow:hidden;
  466. z-index:99;
  467. opacity:.7;
  468. -webkit-transition: all 0.5s ease-in-out;
  469. -moz-transition: all 0.5s ease-in-out;
  470. -o-transition: all 0.5s ease-in-out;
  471. -ms-transition: all 0.5s ease-in-out;
  472. transition: all 0.5s ease-in-out;}
  473.  
  474. #fullmusic:hover{
  475. width:140px;}
  476.  
  477. #musicgif{
  478. opacity:1;
  479. z-index:4;}
  480.  
  481. #musicgif img{
  482. opacity:.8;}
  483.  
  484.  
  485. #musictext{
  486. margin-top:-30px;
  487. z-index:1;
  488. padding:10px;
  489. margin-left:10px;}
  490.  
  491. #cred{
  492. position:fixed;
  493. bottom:10px;
  494. right:35px;
  495. width:10px;
  496. height:10px;}
  497.  
  498. #cred a{
  499. color:{color:link};
  500. font: 9px calibri;
  501. text-align:center;
  502. padding:3px;
  503. display:block;
  504. text-transform:uppercase;
  505. text-decoration:none;}
  506.  
  507. #pagi{
  508. position:fixed;
  509. width:80px;
  510. text-align:right;
  511. margin-left:130px;
  512. margin-top:10px;}
  513.  
  514. #pagi a{
  515. color:{color:nextpage};
  516. text-decoration:none;
  517. font: 9px courier;
  518. text-transform:uppercase;}
  519.  
  520. #pagi a:hover{
  521. color:{color:nextpage hover};}
  522. {CustomCSS}
  523.  
  524.  
  525. </style>
  526.  
  527.  
  528. {block:IfInfiniteScroll}
  529. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  530. {/block:IfInfiniteScroll}
  531.  
  532.  
  533.  
  534. </head>
  535. <body>
  536.  
  537. <div id="cred"><a title="ZuviaThemes" href="http://zuvia.tumblr.com">ZThemes</a></div>
  538.  
  539.  
  540. <div id="all">
  541. {block:IfMusic}
  542. {Block:IndexPage}
  543. <div id="fullmusic">
  544. <div id="musicgif"><img src="http://media.tumblr.com/tumblr_m9c42oP5ds1rto88t.gif"></div>
  545. <div id="musictext">
  546. {text:Music}
  547. </div>
  548. </div>
  549. {/block:indexpage}
  550. {/block:IfMusic}
  551. <div id="sidebar">
  552.  
  553.  
  554. <div id="ti2">
  555. {block:ifblogtitle}{text:blogtitle}{/block:ifblogtitle}
  556. </div>
  557. <div id="ei">
  558. <a href="/">home</a>
  559.  
  560. <a href="/ask">message</a>
  561.  
  562. <a href="/archive">archive</a>
  563.  
  564. {block:IfLink1}<a href="{text:Link1URL}">{text:Link1}</a>{/block:ifLink1}
  565.  
  566. {block:IfLink2}<a href="{text:Link2URL}">{text:Link2}</a>{/block:ifLink2}
  567.  
  568. {block:IfLink3}<a href="{text:Link3URL}">{text:Link3}</a>{/block:ifLink3}
  569.  
  570. {block:IfLink4}<a href="{text:Link4URL}">{text:Link4}</a>{/block:ifLink4}
  571.  
  572. </div>
  573.  
  574. <img src="{image:sidebar}">
  575.  
  576.  
  577.  
  578.  
  579.  
  580. <div id="des">
  581. {Description}
  582. </div>
  583.  
  584. {block:IfNotInfiniteScroll}
  585. <div id="pagi">
  586. {block:Pagination}
  587. {block:PreviousPage}<a href="{PreviousPage}">back</a> / {/block:PreviousPage}
  588. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  589. {/block:Pagination}
  590. </div>
  591. {/block:IfNotInfiniteScroll}
  592.  
  593. </div>
  594. </div>
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601. <div id="posts">
  602.  
  603. {block:Posts}
  604.  
  605.  
  606. <div class="post">
  607.  
  608. {blocK:indexpage}
  609. <div class="hovinfo">
  610.  
  611. <div class="hv">
  612. <img src="http://i122.photobucket.com/albums/o260/mhilka/iconesagenda/Clip.gif">
  613. <a href="{Permalink}">posted {ShortMonth} {DayOfMonthWithZero}</a>
  614. </div>
  615.  
  616. <div class="hv2">
  617. <a href="{Permalink}">{NoteCount} notes</a>
  618. </div>
  619.  
  620. </div>
  621. {/block:indexpage}
  622.  
  623. <div class="entries">
  624.  
  625.  
  626. {block:Text}
  627. {block:Title}
  628. <h1>{Title} </h1>
  629. {/block:Title}
  630. {Body}
  631. {/block:Text}
  632.  
  633. {block:Photo}
  634. <center>
  635. {block:IndexPage}<div class="photo">{LinkOpenTag}
  636. {block:if500posts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:if500posts}
  637. {block:if400posts}{block:indexpage}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:indexpage}{block:permalinkpage}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:permalinkpage}{/block:if400posts}
  638. {block:if250posts}<img src="{PhotoURL-250}" alt="{PhotoAlt}">{/block:if250posts}{LinkCloseTag}</div>{/block:IndexPage}
  639. {block:permalinkpage}<div class="photo">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</div>{/block:permalinkpage}</center>
  640. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  641. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  642. {Caption}
  643. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  644. {/block:Photo}
  645.  
  646. {block:Photoset}
  647. {block:IndexPage}
  648. <div class="photo">
  649. {block:if500posts}{Photoset-500}{/block:if500posts}
  650. {block:if400posts}{Photoset-400}{/block:if400posts}
  651. {block:if250posts}{Photoset-250}{/block:if250posts}
  652. </div>
  653. {/block:IndexPage}
  654. {block:permalinkpage}<div class="photo">{Photoset-500}</div>{/block:permalinkpage}
  655. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  656. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  657. {Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  658. {/block:Photoset}
  659.  
  660. {block:Quote}
  661. <h2>{Quote}</h2>
  662. {block:Source}<i><p align="right" style="margin-top:-15px; font-family:arial; text-transform:lowercase;">— {Source}{/block:Source}</i>
  663. {/block:Quote}
  664.  
  665. {block:Link}
  666. <h3><a href="{URL}" class="link" {Target}>{Name} →</a> </h3>
  667. {block:Description}
  668. {Description}
  669. {/block:Description}
  670. {/block:Link}
  671.  
  672. {block:Chat}
  673. {block:Title}<h1>{Title}</h1>{/block:Title}
  674. <div class="ok">{block:Lines}
  675. <div class="lines"><div class="line {Alt}">
  676. {block:Label}<b>{Label}</b> {/block:Label}{Line}
  677. </div></div>{/block:Lines}</div>
  678. {/block:Chat}
  679.  
  680. {block:Video}
  681. {block:IndexPage}
  682. <div class="photo">
  683. {block:if500posts}{Video-500}{/block:if500posts}
  684. {block:if400posts}{Video-400}{/block:if400posts}
  685. {block:if250posts}{Video-250}{/block:if250posts}
  686. </div>
  687. {/block:IndexPage}
  688. {block:permalinkpage}<div class="photo">{Video-500}</div>{/block:permalinkpage}
  689. <center><i>{FormattedPlayCount}</i> plays</center><br />
  690. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  691. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  692. {Caption}
  693. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  694. {/block:Video}
  695.  
  696. {block:Audio}
  697. <div class="bo">{block:AlbumArt}
  698. <img src="{AlbumArtURL}">
  699. {/block:AlbumArt}</div><div class="snd"><div class="clickie">{AudioPlayer}</div></div><b><div style="margin-left:125px; margin-top:5px;font: 10px courier; text-transform:uppercase;">Click to play</div></b>
  700. <div class="what">
  701. {block:TrackName}
  702. <b>"{TrackName}"</b> by
  703. {/block:TrackName}
  704. {block:Artist}
  705. <b>{Artist}</b>
  706. {/block:Artist}
  707. {block:PlayCount} ( {PlayCount} plays ){/block:PlayCount} </div>
  708. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  709. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  710. {Caption}
  711. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  712. {/block:Audio}
  713.  
  714. {block:Answer}
  715. <table>
  716. <tr><td style="padding:1px; width:10px;"><img src="{AskerPortraitURL-24}" style="padding:4px; padding-top:8px; padding-bottom:8px; margin-left:-10px;margin-top:-5px;"></td>
  717. <td style="padding:4px; text-align:left; color:{color:ask text};font-size:11px; font-family:courier; letter-spacing:-1px; width:320px; border-left:6px solid {color:border2};"> <b>{Asker}:</b> {Question}</td></tr>
  718. <td colspan="3" style="text-align:left; padding-left:5px;">{Answer}</td>
  719. </table>
  720. {/block:Answer}
  721.  
  722.  
  723. </div>
  724.  
  725. {block:IndexPage}
  726.  
  727. {block:IfShowTags}{block:HasTags}
  728. <div class="tagged"> <img src="http://media.tumblr.com/tumblr_lst6z3vUTS1ql555e.gif" style="margin-bottom:-2px; margin-right:2px; opacity:.9; height:9px;">{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} </div>
  729. {/block:HasTags}{/block:IfShowTags}
  730.  
  731. {/block:IndexPage}
  732.  
  733.  
  734.  
  735. {block:PermalinkPage}
  736.  
  737. <div class="permalink">
  738. {block:Date}<h4><img src="http://i122.photobucket.com/albums/o260/mhilka/iconesagenda/Clip.gif"> Posted {TimeAgo} {block:NoteCount} with {NoteCount} note(s){/block:NoteCount}</h4>
  739. <h5>{block:RebloggedFrom}
  740. via: <a href="{ReblogParentURL}">{ReblogParentName}</a> / source: <a href="{ReblogRootURL}">{ReblogRootName}</a></br>
  741. {/block:RebloggedFrom}
  742. {block:HasTags}Tags: {block:Tags}
  743. <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</h5>
  744.  
  745. {block:PostNotes}
  746. {PostNotes}
  747. {/block:PostNotes}
  748. {/block:Date}
  749. </div>
  750.  
  751.  
  752. {/block:PermalinkPage}
  753.  
  754. </div>
  755.  
  756. {/block:Posts}
  757.  
  758. </div>
  759.  
  760. </body>
  761. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement