Advertisement
AMARGEDOM

Theme 10 - AMARGEDOM

Aug 23rd, 2012
622
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.69 KB | None | 0 0
  1. <!-- THEME 10 POR AMARGEDOM.TUMBLR.COM NÃO RETIRE OS CRÉDITOS -->
  2.  
  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. <head>
  8.  
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Advent+Pro:300,400' rel='stylesheet' type='text/css'>
  11. <script type="text/javascript"
  12. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  13. <script type="text/javascript" src="http://static.tumblr.com/0bh6uxs/2tym9fkj7/amargedomcred.txt"></script>
  14. <meta name="color:Background" content="#FFFFFF"/>
  15. <meta name="color:Blogtitle" content="#ffffff"/>
  16. <meta name="color:Border" content="#cccccc"/>
  17. <meta name="color:Hover" content="#000000"/>
  18. <meta name="color:Link" content="#222222"/>
  19. <meta name="color:Linkbar BG" content="#999999"/>
  20. <meta name="color:Posts" content="#ffffff"/>
  21. <meta name="color:Permalink" content="#ffffff"/>
  22. <meta name="color:Permalink BG" content="#000000"/>
  23. <meta name="color:Scrollbar" content="#000000"/>
  24. <meta name="color:Sidebar" content="#000000"/>
  25. <meta name="color:SideLinks BG" content="#ffffff"/>
  26. <meta name="color:SidebarLinks" content="#ffffff"/>
  27. <meta name="color:SidebarText" content="#ffffff"/>
  28. <meta name="color:Text" content="#000000"/>
  29. <meta name="color:Title" content="#000000"/>
  30. <meta name="image:Background" content="1"/>
  31. <meta name="image:Linkbar BG" content="1"/>
  32. <meta name="image:Sidebar BG" content="1"/>
  33. <meta name="image:SidebarPhoto" content="1"/>
  34. <meta name="if:Show Sidebar Photo" content="1">
  35. <meta name="if:ShowLink1" content="1">
  36. <meta name="if:ShowLink2" content="1">
  37. <meta name="if:ShowLink3" content="1">
  38. <meta name="if:ShowLink4" content="1">
  39. <meta name="if:ShowLink5" content="1">
  40. <meta name="if:ShowLink6" content="1">
  41. <meta name="text:Link 1 Title" content="link 1">
  42. <meta name="text:Link 1 URL" content="http://">
  43. <meta name="text:Link 2 Title" content="link 2">
  44. <meta name="text:Link 2 URL" content="http://">
  45. <meta name="text:Link 3 Title" content="link 3">
  46. <meta name="text:Link 3 URL" content="http://">
  47. <meta name="text:Link 4 Title" content="link 4">
  48. <meta name="text:Link 4 URL" content="http://">
  49. <meta name="text:Link 5 Title" content="link 5">
  50. <meta name="text:Link 5 URL" content="http://">
  51. <meta name="text:Link 6 Title" content="link 6">
  52. <meta name="text:Link 6 URL" content="http://">
  53.  
  54.  
  55.  
  56.  
  57. <style type="text/css">
  58.  
  59.  
  60. ::-webkit-scrollbar {width: 6px; height: 4px; background-color:{color:background}; }
  61.  
  62. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}
  63.  
  64.  
  65. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  66.  
  67. #tumblr_controls{
  68. position:fixed !important;
  69. }
  70.  
  71. .wrapper{
  72. margin: 0px auto;
  73. width: auto;
  74. }
  75.  
  76. .header{
  77. float: left;
  78. width: auto;
  79. }
  80.  
  81. .left{
  82. float: left;
  83. margin-left: 405px;
  84. width: 802px;
  85. }
  86.  
  87. .right{
  88. float: right;
  89. width: 200px;
  90. background-color: {color:Background};
  91. }
  92.  
  93. body {
  94. padding: 0px;
  95. margin: 0px;
  96. color:{color:text};
  97. font-family:tahoma;
  98. font-size: 10px;
  99. background-color: {color:Background};
  100. background-image:url('{image:background}');
  101. background-attachment: fixed;
  102. background-position: top left;
  103. background-repeat: repeat;
  104. }
  105.  
  106. a:link, a:active, a:visited{
  107. color: {color:Link};
  108. text-decoration: none;}
  109.  
  110. a:hover {
  111. color:{color:Hover};
  112. -webkit-transition: 0.4s ease-in;
  113. -o-transition: 0.4s ease-in;
  114. -moz-transition: 0.4s ease-in;
  115. transition: 0.4s ease-in;
  116. }
  117.  
  118.  
  119.  
  120. .entry {
  121. padding:3px;
  122. padding-bottom:2px;
  123. float:left;
  124. background-color:{color:posts};
  125. font-family: tahoma;
  126. font-size: 10px;
  127. line-height:10px;
  128. border:1px solid {color:Border};
  129. {block:IndexPage}
  130. opacity:1;
  131. width:250px;
  132. margin:3px;
  133. {/block:IndexPage}
  134. {block:PermalinkPage}
  135. opacity:1;
  136. width:500px;
  137. padding-top:2px;
  138. margin-top:10px;
  139. margin-right:0px;
  140. margin-bottom:10px;
  141. margin-left:0px;
  142. {/block:PermalinkPage}
  143. -webkit-transition: 0.4s ease-in;
  144. -o-transition: 0.4s ease-in;
  145. -moz-transition: 0.4s ease-in;
  146. transition: 0.4s ease-in;
  147. }
  148.  
  149. .entry:hover {opacity:1;}
  150.  
  151. .entry .perma{
  152. position:absolute;
  153. top:0px;
  154. left:0px;
  155. width:auto;
  156. color:{color:permalink};
  157. height:auto;
  158. padding:7px;
  159. overflow:hidden;
  160. font-family: tahoma;
  161. font-size:11px;
  162. text-transform:uppercase;
  163. letter-spacing:0px;
  164. text-align:center;
  165. opacity:0.0;
  166. border-radius:5px;
  167. background-color:{color:permalink bg};
  168. -webkit-transition: all .1s linear;
  169. -moz-transition: all .1s linear;
  170. transition: all .1s linear;
  171. }
  172.  
  173.  
  174.  
  175. .entry:hover .perma{
  176. opacity: 0.6;
  177. top:5px;
  178. left:5px;
  179. -webkit-transition: all .1s linear;
  180. -moz-transition: all .1s linear;
  181. transition: all .1s linear;
  182. }
  183.  
  184. .entry:hover .perma:hover{
  185. opacity:1;
  186. -webkit-transition: all .1s linear;
  187. -moz-transition: all .1s linear;
  188. transition: all .1s linear;
  189. }
  190.  
  191. .entry .perma2{
  192. position:absolute;
  193. top:0px;
  194. right:0px;
  195. width:auto;
  196. color:{color:permalink};
  197. height:auto;
  198. padding:7px;
  199. overflow:hidden;
  200. font-family: tahoma;
  201. font-size:11px;
  202. text-transform:uppercase;
  203. letter-spacing:0px;
  204. text-align:center;
  205. opacity:0.0;
  206. border-radius:5px;
  207. background-color:{color:permalink bg};
  208. -webkit-transition: all .1s linear;
  209. -moz-transition: all .1s linear;
  210. transition: all .1s linear;
  211. }
  212.  
  213.  
  214.  
  215. .entry:hover .perma2{
  216. opacity: 0.6;
  217. top:5px;
  218. right:5px;
  219. -webkit-transition: all .1s linear;
  220. -moz-transition: all .1s linear;
  221. transition: all .1s linear;
  222. }
  223.  
  224. .entry:hover .perma2:hover{
  225. opacity:1;
  226. -webkit-transition: all .1s linear;
  227. -moz-transition: all .1s linear;
  228. transition: all .1s linear;
  229. }
  230.  
  231. .entry .permalink{
  232. {block:IndexPage}
  233. position:absolute;
  234. opacity:0;
  235. display: block;
  236. border-radius:2px;
  237. padding-top:1px;
  238. padding-right:5px;
  239. padding-left:5px;
  240. background-color:{color:permalink bg};
  241. margin-top:-7px;
  242. right:3px;
  243. text-transform: uppercase;
  244. font-family:tahoma;
  245. font-size: 11px;
  246. overflow-y:block;
  247. letter-spacing:0px;
  248. color: {color:permalink};
  249. line-height: 14px;
  250. text-align: center;
  251. text-decoration: none;
  252. -webkit-transition: color 0.3s ease-out;
  253. -moz-transition: color 0.3s ease-out;
  254. -webkit-transition: all .1s linear;
  255. -moz-transition: all .1s linear;
  256. transition: all .1s linear;
  257. border: 0px solid #ccc;
  258. width:auto;
  259. {/block:IndexPage}
  260. }
  261.  
  262. .entry:hover .permalink{opacity:.6;
  263. color: {color:permalink};
  264. margin-top:-17px;
  265. -webkit-transition: all .3s linear;
  266. -moz-transition: all .3s linear;
  267. transition: all .3s linear;
  268. box-shadow:;
  269. }
  270.  
  271. .entry:hover .permalink:hover{opacity:1;
  272. -webkit-transition: all .3s linear;
  273. -moz-transition: all .3s linear;
  274. transition: all .3s linear;
  275. box-shadow:;
  276. }
  277.  
  278. blockquote{
  279. padding:0px 0px 2px 5px;
  280. margin:0px 0px 2px 1px;
  281. border-left: 1px solid {color:Text};}
  282.  
  283. blockquote p, ul{margin:0px; padding:0px;}
  284.  
  285.  
  286. blockquote{
  287. padding:0px 0px 2px 5px;
  288. margin:0px 0px 2px 1px;
  289. border-left: 1px solid #f0f0f0;}
  290.  
  291. blockquote p, ul{margin:0px; padding:0px;}
  292.  
  293.  
  294. .sidebarpic {
  295. border-radius:0px;
  296. opacity:1;
  297. margin-bottom:5px;
  298. -webkit-transition: all .2s linear;
  299. -moz-transition: all .2s linear;
  300. transition: all .2s linear;
  301. box-shadow:;}
  302.  
  303. .sidebarpic:hover
  304. {opacity:.8;}
  305.  
  306.  
  307.  
  308.  
  309. .linkss {
  310. border-radius:15px;
  311. display:block;
  312. font-size: 8px;
  313. text-align: center;
  314. color: #fff;
  315. width: auto;
  316. height: auto;
  317. padding: 5px;
  318. font-family: littlefont;
  319. text-transform: uppercase;
  320. letter-spacing:1px;
  321. line-height: 10px;
  322. margin:2px;
  323. display: inline-block;
  324. text-align:center;
  325. background-image:URL('');
  326. -webkit-transition-duration: .2s;
  327. background-color:transparent;
  328. }
  329.  
  330. .linkss:hover {
  331. letter-spacing:1px;
  332. text-decoration:underline;
  333. background-color:transparent;
  334. }
  335.  
  336. .linkss .words
  337. {opacity:1;
  338. padding:3px;
  339. background-color:{color:sidelinks bg};
  340. margin-top:0px;
  341. margin-left:0px;
  342. text-align:center;
  343. position:relative;}
  344.  
  345. .linkss:hover .words
  346. {opacity:1;}
  347.  
  348. #posts {
  349. width: 825px;
  350. margin-left:0px;
  351. {block:PermalinkPage}
  352. margin-left:5px;
  353. margin-top:10px;
  354. {/block:PermalinkPage}
  355. top: 25px;
  356. float:left;
  357. font-family: tahoma;
  358. -moz-box-shadow: 0px 0px 5px #000;
  359. -webkit-box-shadow: 0px 0px 5px #000;
  360. box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.35);
  361. }
  362.  
  363. #posts img {
  364. {block:IndexPage}
  365. max-width: 250px;
  366. height:auto;
  367. overflow-y:auto;
  368. {/block:IndexPage}
  369. {block:PermalinkPage}
  370. max-width: 500px; overflow-y:auto;
  371. {/block:PermalinkPage}
  372. }
  373.  
  374. #infscr-loading{
  375. bottom: -70px;
  376. position: absolute;
  377. left: 50%;
  378. margin-left:-8px;
  379. width:16px;
  380. height:11px;
  381. overflow:hidden;
  382. margin-bottom: 50px;
  383. }
  384.  
  385. .title{
  386. font-family: consolas;
  387. font-size: 16px;
  388. line-height:14px;
  389. color: {color:Title};
  390. letter-spacing:-1px;
  391. text-align:center;
  392. font-weight: normal;
  393. text-transform:uppercase;
  394. }
  395.  
  396. .blogtitle{
  397. font-size:20px;
  398. text-shadow: 0px 0px 0px #000;
  399. color: {color:Title};
  400. -webkit-transition-duration:1.5s;
  401. font-family: consolas;
  402. text-transform:uppercase;
  403. letter-spacing:-1px;
  404. line-height:20px;
  405. padding-left:10px;
  406. font-style:normal;
  407. padding-top:4px;
  408. padding-bottom:0px;
  409. text-align:center;
  410. opacity:1;
  411. -webkit-transition-duration: .2s;
  412. }
  413.  
  414. .blogtitle:hover {-webkit-transition-duration: .2s;}
  415.  
  416. .sidebarya {
  417. width:250px;
  418. color:{color:sidebartext};
  419. background-color:{color:sidebar};
  420. height:auto;
  421. position: fixed;
  422. display:block;
  423. text-align: center;
  424. height: auto;
  425. z-index:999;
  426. padding:1px;
  427. padding-bottom:3px;
  428. padding-top:3px;
  429. margin-top:100px;
  430. opacity:1;
  431. margin-left:65px;
  432. text-align:center;
  433. border-top-left-radius:10px;
  434. border-bottom-left-radius:10px;
  435. -webkit-transition-duration: .4s;
  436. border-right:10px solid {color:border};
  437. background-image:url('{image:sidebar bg}');
  438. background-attachment: fixed;
  439. background-position: top left;
  440. background-repeat: repeat;
  441. }
  442.  
  443. .sidebarya:hover {
  444. margin-left:65px;}
  445.  
  446. .linkbar {
  447. height:100%;
  448. position:fixed;
  449. width:75px;
  450. padding-top:100px;
  451. margin-left:330px;
  452. margin-top:0px;
  453. z-index:9999;
  454. background-color:{color:linkbar bg};
  455. background-image:url('{image:linkbar bg}');
  456. background-attachment: fixed;
  457. background-position: top left;
  458. background-repeat: repeat;
  459. }
  460.  
  461.  
  462.  
  463. .heading {
  464. font-size:20px;
  465. font-family:;
  466. letter-spacing:-1px;
  467. line-height:20px;
  468. padding-top:0px;
  469. color:{color:text};
  470. font-style:normal;
  471. text-align:center;
  472. }
  473.  
  474. .chat ul {
  475. padding:0px 0px 0px 0px;
  476. margin:0px 0px 0px 0px;
  477. }
  478.  
  479. .chat li {
  480. line-height:12px;
  481. list-style-type: none;
  482. padding-left:0px;
  483. margin-right:0px;
  484. }
  485.  
  486. .chat li.odd {
  487. color:{color:Text};
  488. }
  489.  
  490. .chat li.even {
  491. color: {color:Text};
  492. background-color: {color:permalink};
  493. }
  494.  
  495. .label {
  496. font-size: 10px;
  497. line-height:10px;
  498. letter-spacing: 0px;
  499. font-family: tahoma;
  500. text-transform: none;
  501. color:{color:text};
  502. text-decoration: bold;
  503. text-align:left;
  504. }
  505.  
  506. .nom {
  507. position:fixed;
  508. text-align:center;
  509. bottom:0px;
  510. font-family:tahoma;
  511. font-size:20px;
  512. left:0px;
  513. padding-top:0px;
  514. padding-right:5px;
  515. padding-left:2px;
  516. width:auto;
  517. height:auto;
  518. border-top-right-radius:5px;
  519. background-color:#000;
  520. z-index:99999;
  521. color:#fff;}
  522.  
  523. blockquote{
  524. padding:0px 0px 2px 5px;
  525. margin:0px 0px 2px 2px;
  526. border-left: 1px dotted {color:text};
  527. }
  528.  
  529.  
  530. ul#drawers {text-align:right;width: 200px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px;}
  531.  
  532. ul#drawers a {text-align: right;text-decoration: none;}
  533.  
  534. ul#drawers li h4 {margin: 0; padding: 0px; text-align: right; -webkit-transition: background-color 0.5s ease-out; -moz-transition: background-color 0.5s ease-out; font-weight:normal;
  535.  
  536. li.drawer h4.open {text-align: right; border-top: 0px;}
  537.  
  538. li.drawer div {text-align: right;padding: 0px; margin: 0px; line-height: 12px; }
  539.  
  540. li.drawer div li {text-align: right;list-style-type: disc;}
  541.  
  542. li.drawer div ul {text-align: right;-webkit-padding-start: 12px;}
  543.  
  544. {CustomCSS}
  545.  
  546. </style>
  547.  
  548.  
  549. {block:IndexPage}
  550. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  551. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  552. <a href="http://amargedom.tumblr.com/Th" style="width:96px;height:20px;background:url(http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png);display:block;position:absolute;top:26px;right:3px;z-index:99999" target="_blank"></a>
  553. <script type="text/javascript">
  554. $(window).load(function () {
  555. var $content = $('#posts');
  556. $content.masonry({itemSelector: '.entry'}),
  557. $content.infinitescroll({
  558. navSelector : 'div#pagination',
  559. nextSelector : 'div#pagination a#nextPage',
  560. itemSelector : '.entry',
  561. loading: {
  562. finishedMsg: '',
  563. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  564. },
  565. bufferPx : 800,
  566. debug : false,
  567. },
  568. // call masonry as a callback.
  569. function( newElements ) {
  570. var $newElems = $( newElements );
  571. $newElems.hide();
  572. // ensure that images load before adding to masonry layout
  573. $newElems.imagesLoaded(function(){
  574. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  575.  
  576.  
  577. });
  578. });
  579. });
  580. </script>
  581.  
  582. {/block:IndexPage}
  583.  
  584. <title>{title}</title>
  585.  
  586. <link rel="shortcut icon" href="{Favicon}">
  587. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  588. <meta name="viewport" content="width=820" />
  589.  
  590.  
  591. </head>
  592. <body>
  593.  
  594. <div class="wrapper">
  595. <div class="header">
  596.  
  597. <div class="linkbar">
  598.  
  599. <Center>
  600. <div class="linkss"><a href="/"><img src="http://static.tumblr.com/aqoekwn/A4Bm702ws/home.png"> <font color="{color:sidebarlinks}"><div class="words">home</div></font></a></div>
  601. <br>
  602. <div class="linkss"><a href="/ask"><font color="{color:sidebarlinks}"><img src="http://static.tumblr.com/aqoekwn/tdam71kji/mail.png"><div class="words">msg</div></font></a></div>
  603. <br>
  604. {block:IfShowLink1}<div class="linkss"><a href="{text:link 1 url}"><font color="{color:sidebarlinks}"><img src="http://static.tumblr.com/aqoekwn/azjm7030e/camera.png"><div class="words">{text:link 1 title}</div></font></a></div><br>{/block:IfShowLink1}
  605.  
  606. {block:IfShowLink2}<div class="linkss"><a href="{text:link 2 url}"><font color="{color:sidebarlinks}"><img src="http://static.tumblr.com/aqoekwn/8xcm7033h/document.png"><div class="words">{text:link 2 title}</div></font></a></div><br>{/block:IfShowLink2}
  607.  
  608. {block:IfShowLink3}<div class="linkss"><a href="{text:link 3 url}"><font color="{color:sidebarlinks}"><img src="http://static.tumblr.com/aqoekwn/Hjvm71jqd/add.png"><div class="words">{text:link 3 title}</div></font></a></div><br>{/block:IfShowLink3}
  609.  
  610. {block:IfShowLink4}<div class="linkss"><a href="{text:link 4 url}"><font color="{color:sidebarlinks}"><img src="http://static.tumblr.com/aqoekwn/iWkm71klt/heart.png"><div class="words">{text:link 4 title}</div></font></a></div><br>{/block:IfShowLink4}
  611.  
  612. {block:IfShowLink5}<div class="linkss"><a href="{text:link 5 url}"><font color="{color:sidebarlinks}"><img src="http://static.tumblr.com/aqoekwn/iWkm71klt/heart.png"><div class="words">{text:link 5 title}</div></font></a></div><br>{/block:IfShowLink5}
  613.  
  614. {block:IfShowLink6}<div class="linkss"><a href="{text:link 6 url}"><font color="{color:sidebarlinks}"><img src="http://static.tumblr.com/aqoekwn/iWkm71klt/heart.png"><div class="words">{text:link 6 title}</div></font></a></div><br>{/block:IfShowLink6}
  615.  
  616. </center>
  617.  
  618. </div>
  619.  
  620.  
  621. <div class="sidebarya">
  622. <div class="blogtitle"><a href="/"><text align="center"><font color="{color:Blogtitle}">{title}</font></text></a></div>
  623.  
  624. {block:ifShowSidebarPhoto}
  625. <center><a href="/"><img src="{image:sidebarphoto}" width="200px" height="auto" class="sidebarpic"></a></center>{/block:ifShowSidebarPhoto}
  626.  
  627. {description}
  628.  
  629.  
  630. </center>
  631.  
  632. </div>
  633.  
  634. <div class="nom"><a href="http://amargedom.tumblr.com/"><font color="white">A</font></a></div>
  635. <a href="http://amargedom.tumblr.com/Th" style="width:96px;height:20px;background:url(http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png);display:block;position:absolute;top:26px;right:3px;z-index:99999" target="_blank"></a>
  636. <div class="left">
  637.  
  638. <div id="posts">
  639.  
  640. {block:Posts}
  641. <div class="entry">
  642.  
  643.  
  644. {block:Answer}
  645. <div class="ask">{Asker}: <b>{Question}</b></div>
  646. {Answer}
  647. {block:IndexPage}<div class="permalink"><a href="{Permalink}"><font color="{color:permalink}">{notecountwithlabel}</font></a> &middot; <a href="{permalink}"><a href="{ReblogURL}" target="_blank"><font color="{color:permalink}">reblog</font></a></div>{/block:IndexPage}
  648. {/block:Answer}
  649.  
  650.  
  651.  
  652. {block:Text}{block:Title}<div class="title">{Title}</div>{/block:Title}<span class="entrytext">{Body}</span>
  653.  
  654. {block:IndexPage}<div class="permalink"><a href="{Permalink}"><font color="{color:permalink}">{notecountwithlabel}</font></a> &middot; <a href="{permalink}"><a href="{ReblogURL}" target="_blank"><font color="{color:permalink}">reblog</font></a></div>{/block:IndexPage}{/block:text}
  655.  
  656.  
  657.  
  658. {block:Link}<a href="{URL}" class="title"><center>{Name}</center></a>{block:Description}{Description}{/block:Description}
  659.  
  660. {block:IndexPage}<div class="permalink"><a href="{Permalink}"><font color="{color:permalink}">{notecountwithlabel}</font></a> &middot; <a href="{permalink}"><a href="{ReblogURL}" target="_blank"><font color="{color:permalink}">reblog</font></a></div>{/block:IndexPage}{/block:link}
  661.  
  662.  
  663. {block:Photo}
  664. {block:IndexPage}
  665. <div class="perma">
  666. <a href="{Permalink}" target="_blank"><font color="{color:permalink}">{notecountwithlabel}</font></a></div>
  667. <div class="perma2">
  668. <a href="{ReblogURL}" target="_blank"><font color="{color:permalink}">reblog</font></a></div>
  669. {/block:IndexPage}
  670. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}
  671. {/block:IndexPage}
  672. {block:PermalinkPage}<center>{LinkOpenTag}<img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/>{LinkCloseTag}{/block:PermalinkPage}</center>
  673. {/block:Photo}
  674.  
  675. {block:Photoset}
  676. {block:IndexPage}
  677. <center>
  678. {Photoset-250}</center>
  679. <div class="permalink"><a href="{Permalink}"><font color="{color:permalink}">{notecountwithlabel}</font></a> &middot; <a href="{permalink}"><a href="{ReblogURL}" target="_blank"><font color="{color:permalink}">reblog</font></a></div>
  680. {/block:IndexPage}
  681. {block:PermalinkPage}
  682. <center>
  683. {Photoset-500}</center>
  684. {/block:PermalinkPage}
  685. {/block:Photoset}
  686.  
  687. {block:Quote}<span class="title">"{Quote}"</span>{block:Source}<Br><i> <center>{Source}</center></i>{/block:Source}<Br>{block:IndexPage}
  688. <div class="permalink"><a href="{Permalink}"><font color="{color:permalink}">{notecountwithlabel}</font></a> &middot; <a href="{permalink}"><a href="{ReblogURL}" target="_blank"><font color="{color:permalink}">reblog</font></a></div>{/block:IndexPage}{/block:Quote}
  689.  
  690. {block:Chat}
  691. <div class="textpost">
  692. {block:Title}<span class="title">{Title}</span>{/block:Title}
  693. <ul class="chat">
  694. {block:Lines}
  695. <li class="user_{UserNumber}">
  696. {block:Label}
  697. <span class="label">{Label}</span>
  698. {/block:Label}
  699. {Line}
  700. </li>
  701. {/block:Lines}
  702. </ul>
  703. {block:IndexPage}
  704. <div class="permalink"><a href="{Permalink}"><font color="{color:permalink}">{notecountwithlabel}</font></a> &middot; <a href="{permalink}"><a href="{ReblogURL}" target="_blank"><font color="{color:permalink}">reblog</font></a></div>
  705. {/block:IndexPage}
  706. </div>
  707. {/block:Chat}
  708.  
  709.  
  710.  
  711.  
  712. {block:Audio}
  713. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;">
  714. {block:ExternalAudio}{/block:ExternalAudio}</div></div>{block:IndexPage}{caption}{/block:IndexPage}</center>
  715.  
  716. {block:IndexPage}<div class="permalink"><a href="{Permalink}"><font color="{color:permalink}">{notecountwithlabel}</font></a> &middot; <a href="{permalink}"><a href="{ReblogURL}" target="_blank"><font color="{color:permalink}">reblog</font></a></div>{/block:IndexPage}
  717. {/block:Audio}
  718.  
  719.  
  720. {block:Video}
  721. {block:IndexPage}
  722. <center>
  723. {Video-250}</center>
  724. <div class="permalink"><a href="{Permalink}"><font color="{color:permalink}">{notecountwithlabel}</font></a> &middot; <a href="{permalink}"><a href="{ReblogURL}" target="_blank"><font color="{color:permalink}">reblog</font></a></div>
  725. {/block:IndexPage}
  726. {block:PermalinkPage}
  727. <center>
  728. {Video-500}</center>
  729. {/block:PermalinkPage}
  730. {block:Video}
  731.  
  732. {block:PermalinkPage}
  733. <center>
  734. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  735.  
  736.  
  737. {/block:PermalinkPage}
  738.  
  739.  
  740. {block:PostNotes}{PostNotes}
  741. {/block:PostNotes}
  742. </div>
  743.  
  744.  
  745. {/block:Posts}
  746. </div>
  747. </div>
  748. {block:IndexPage}
  749. {block:Pagination}
  750. <div id="pagination">
  751. {block:NextPage}
  752. <a id="nextPage" href="{NextPage}"></a>
  753. {/block:NextPage}
  754. {block:PreviousPage}
  755. <a href="{PreviousPage}"></a>
  756. {/block:PreviousPage}
  757. </div>
  758. {/block:Pagination}
  759. {/block:IndexPage}
  760. </div>
  761. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement