Advertisement
altairis

THEME 11 - Counterattack

Jun 22nd, 2013
10,127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.13 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <!--
  5. theme by altairis @ tumblr
  6.  
  7. rules:
  8. 1. you will not remove the credits. credits in a secondary page is okay.
  9. 2. you will not use this theme as a base code.
  10. 3. you may edit all you want. however, that does not make this theme yours. i will not be helping with any further customizations.
  11. 4. you may take a part of the code, but you must credit me.
  12.  
  13. most importantly, do not steal or redistribute this theme!
  14.  
  15. any questions will be answered in my support blog: http://altairisthemes.tumblr.com/
  16. -->
  17.  
  18. <head>
  19. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  24.  
  25. <!--meta tags-->
  26. <meta name="color:background" content="">
  27. <meta name="color:scroll" content="">
  28. <meta name="color:scroll bg" content="">
  29. <meta name="color:entry" content="">
  30. <meta name="color:text" content="">
  31. <meta name="color:bold" content="">
  32. <meta name="color:italic" content="">
  33. <meta name="color:underline" content="">
  34. <meta name="color:links" content="">
  35. <meta name="color:info" content="">
  36. <meta name="color:info bg" content="">
  37. <meta name="color:blockquote" content="">
  38. <meta name="color:blockquotebg" content="">
  39. <meta name="color:strikethrough" content="">
  40. <meta name="color:entry titles" content="">
  41. <meta name="color:entry titles bg" content="">
  42. <meta name="color:selection" content="">
  43. <meta name="color:sidebar" content="">
  44. <meta name="color:sidebar border" content="">
  45. <meta name="color:icon bg" content="">
  46. <meta name="color:post border" content="">
  47. <meta name="color:title" content="">
  48. <meta name="color:subtitle" content="">
  49. <meta name="color:description" content="">
  50. <meta name="color:pagination" content="">
  51. <meta name="color:pagination bg" content="">
  52. <meta name="color:navigation" content="">
  53. <meta name="color:navigation bg" content="">
  54. <meta name="color:question" content="">
  55. <meta name="color:question bg" content="">
  56. <meta name="color:question border" content="">
  57.  
  58. <meta name="image:background" content="">
  59. <meta name="image:sidebar" content="">
  60.  
  61. <meta name="if:ImageFade" content="">
  62. <meta name="if:Captions" content="">
  63. <meta name="if:Monochrome" content="">
  64. <meta name="if:Infinite Scrolling" content="">
  65.  
  66. <meta name="text:Link 1" content="">
  67. <meta name="text:Link URL 1" content="">
  68. <meta name="text:Link 2" content="">
  69. <meta name="text:Link URL 2" content="">
  70. <meta name="text:Link 3" content="">
  71. <meta name="text:Link URL 3" content="">
  72. <meta name="text:Link 4" content="">
  73. <meta name="text:Link URL 4" content="">
  74. <meta name="text:Link 5" content="">
  75. <meta name="text:Link URL 5" content="">
  76. <meta name="text:Link 6" content="">
  77. <meta name="text:Link URL 6" content="">
  78. <meta name="text:subtitle" content="">
  79.  
  80.  
  81.  
  82. <link href='http://fonts.googleapis.com/css?family=Lovers+Quarrel' rel='stylesheet' type='text/css'>
  83.  
  84.  
  85. <style type="text/css">
  86.  
  87. /*body*/
  88. body{
  89. background-color:{color:background};
  90. background-image: url('{image:background}');
  91. background-attachment:fixed;
  92. background-repeat:repeat;
  93. margin:0px;
  94. padding:0px;
  95. }
  96.  
  97. /*scroll bars*/
  98. ::-webkit-scrollbar {
  99. height: 0px;
  100. width: 5px;
  101. }
  102.  
  103. ::-webkit-scrollbar-thumb {
  104. background-color:{color:scroll};
  105. }
  106.  
  107. ::-webkit-scrollbar-track{
  108. background-color:{color:scroll bg};
  109. }
  110. ::-webkit-scrollbar-buttom{
  111. background-color:{color:scroll bg};
  112. }
  113.  
  114. #saido{
  115. width:280px;
  116. height:100%;
  117. margin-left:0px;
  118. bottom:0px;
  119. position:fixed;
  120. background-color:{color:sidebar}
  121. }
  122.  
  123. #saido img{
  124. width:280px;
  125. bottom:0px!important;
  126. position:fixed
  127. }
  128.  
  129. #title{
  130. width:260px;
  131. padding:10px 10px 0px 10px;
  132. margin-bottom:0px;
  133. margin-top:15px;
  134. font-family:Lovers Quarrel;
  135. text-align:center;
  136. font-size:50px;
  137. color:{color:title};
  138. z-index:99;
  139. position:fixed;
  140. line-height:30%;
  141. }
  142.  
  143. #title a{
  144. color:{color:title};
  145. text-decoration:none
  146. }
  147.  
  148. #subtitle{
  149. width:260px;
  150. color:{color:subtitle};
  151. font-family:times new roman;
  152. font-size:8px;
  153. text-align:center;
  154. margin-top:0px!important;
  155. position:fixed;
  156. text-transform:uppercase;
  157. letter-spacing:1px;
  158. }
  159.  
  160. #icon{
  161. width:48px;
  162. height:48px;
  163. padding:15px;
  164. background-color:{color:icon bg};
  165. position:fixed;
  166. margin-top:10px;
  167. left:100px
  168. }
  169.  
  170. #icon img{
  171. width:48px;
  172. height:48px;
  173. }
  174.  
  175. #border{
  176. width:20px;
  177. background-color:{color:sidebar border};
  178. position:fixed;
  179. margin-left:290px;
  180. bottom:0px;
  181. height:100%
  182. }
  183.  
  184. #navi{
  185. left:29px;
  186. position:fixed;
  187. top:78px
  188. }
  189.  
  190. #navi a{
  191. width:50px;
  192. color:{color:navigation};
  193. font-family:cambria;
  194. font-size:7px;
  195. text-align:center;
  196. text-transform:uppercase;
  197. letter-spacing:2px;
  198. background-color:{color:navigation bg};
  199. margin:2px;
  200. padding:5px 5px 4px 5px;
  201. display:block;
  202. text-decoration:none;
  203. }
  204.  
  205. #navi a:hover{
  206. color:{color:navigation};
  207. text-decoration:none;
  208. }
  209.  
  210. #navi2{
  211. left:185px;
  212. position:fixed;
  213. top:78px
  214. }
  215.  
  216. #navi2 a{
  217. width:50px;
  218. color:{color:navigation};
  219. font-family:times new roman;
  220. font-size:7px;
  221. text-align:center;
  222. text-transform:uppercase;
  223. letter-spacing:2px;
  224. background-color:{color:navigation bg};
  225. margin:2px;
  226. padding:5px;
  227. display:block;
  228. text-decoration:none;
  229. }
  230.  
  231. #navi2 a:hover{
  232. color:{color:navigation};
  233. text-decoration:none;
  234. }
  235.  
  236. #desc{
  237. font-family:times new roman;
  238. font-size:9px;
  239. text-align:justify;
  240. width:132px;
  241. border-top: 1px solid #ffffff;
  242. padding:5px;
  243. position:fixed;
  244. top:165px;
  245. left:100px;
  246. color:{color:description};
  247. line-height:130%;
  248. letter-spacing:1px
  249. }
  250.  
  251. #quot{
  252. font-size:70px;
  253. color:#ffffff;
  254. top:155px;
  255. left:50px;
  256. position:fixed
  257. }
  258.  
  259.  
  260. /*entries*/
  261.  
  262. .entry {
  263. background-color:{color:entry};
  264. width:500px;
  265. padding:15px 15px 11px 15px;
  266. top:5px;
  267. margin:15px;
  268. margin-left:325px;
  269. font-family:cambria;
  270. font-size:11px;
  271. color:{color:text};
  272. text-align:justify;
  273. display:block;
  274. z-index:99999999!important;
  275. border:10px solid {color:post border};
  276. overflow:hidden;
  277. }
  278.  
  279. b,strong {
  280. color:{color:bold};
  281. }
  282.  
  283. i,em {
  284. color:{color:italic};
  285. }
  286.  
  287. u {
  288. color:{color:underline};
  289. }
  290.  
  291. strike {
  292. color:{color:strikethrough};
  293. }
  294.  
  295. a {
  296. color:{color:links};
  297. text-decoration:none;
  298. transition:0.6s; -o-transition-transition:0.6s; -webkit-transition-duration:0.6s; -moz-transition-duration:0.6s
  299. }
  300.  
  301. a:hover {
  302. color:{color:link hover};
  303. text-decoration:none;
  304. }
  305.  
  306. pre {
  307. white-space: pre-wrap; /* css-3 */
  308. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  309. white-space: -pre-wrap; /* Opera 4-6 */
  310. white-space: -o-pre-wrap; /* Opera 7 */
  311. word-wrap: break-word; /* Internet Explorer 5.5+ */
  312. }
  313.  
  314. pre img{
  315. width:60%;
  316. }
  317.  
  318. blockquote {
  319. border-left:1px dashed {color:blockquote};
  320. background-color:{color:blockquotebg};
  321. padding-left:20px;
  322. padding-right:20px;
  323. margin-left:20px;
  324. margin-right:20px;
  325. }
  326.  
  327. blockquote img{
  328. max-width:60%}
  329.  
  330. .entry h1 {
  331. font-family:cambria;
  332. text-transform:uppercase;
  333. font-size:18px;
  334. letter-spacing:1px;
  335. text-align:left;
  336. font-weight:normal;
  337. color:{color:entry titles};
  338. padding:10px;
  339. margin:0px;
  340. background-color:{color:entry titles bg};
  341. }
  342.  
  343. .entry img{
  344. max-width:500px;
  345. -webkit-transition: all 0.7s ease-in-out;
  346. -moz-transition: all 0.7s ease-in-out;
  347. -o-transition: all 0.7s ease-in-out;
  348. -ms-transition: all 0.7s ease-in-out;
  349. transition: all 0.7s ease-in-out;
  350. {block:IfImageFade}
  351. opacity:.7;{/block:IfImageFade}
  352. {block:IfMonochrome}
  353. 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+ */
  354. filter: gray; /* IE6-9 */
  355. -webkit-filter: grayscale(1);opacity:1;
  356. {/block:IfMonochrome}
  357. }
  358.  
  359. .entry img:hover{
  360. -webkit-transition: all 0.7s ease-in-out;
  361. -moz-transition: all 0.7s ease-in-out;
  362. -o-transition: all 0.7s ease-in-out;
  363. -ms-transition: all 0.7s ease-in-out;
  364. transition: all 0.7s ease-in-out;
  365. {block:IfImageFade}opacity:1{/block:IfImageFade}
  366. {block:IfMonochrome}filter: none;
  367. -webkit-filter: grayscale(0);
  368. -webkit-transition: all 0.7s ease-in-out;
  369. -moz-transition: all 0.7s ease-in-out;
  370. -o-transition: all 0.7s ease-in-out;opacity:1;{/block:IfMonochrome}
  371. }
  372.  
  373. /*photo & photosets*/
  374. .photo{
  375. max-width:500px;
  376. padding:0px 0px 5px 0px;
  377. {block:IfNotImageFade}
  378. opacity:1;{/block:IfNotImageFade}
  379. {block:IfImageFade}
  380. opacity:.7;{/block:IfImageFade}
  381. {block:IfMonochrome}
  382. 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+ */
  383. filter: gray; /* IE6-9 */
  384. -webkit-filter: grayscale(1);opacity:1;
  385. {/block:IfMonochrome}
  386. -webkit-transition: all 0.7s ease-in-out;
  387. -moz-transition: all 0.7s ease-in-out;
  388. -o-transition: all 0.7s ease-in-out;}
  389.  
  390. .photo:hover{
  391. -webkit-transition: all 0.7s ease-in-out;
  392. -moz-transition: all 0.7s ease-in-out;
  393. -o-transition: all 0.7s ease-in-out;
  394. -ms-transition: all 0.7s ease-in-out;
  395. transition: all 0.7s ease-in-out;
  396. {block:IfImageFade}
  397. opacity:1;{/block:IfImageFade}
  398. {block:IfMonochrome}filter: none;
  399. -webkit-filter: grayscale(0);
  400. -webkit-transition: all 0.7s ease-in-out;
  401. -moz-transition: all 0.7s ease-in-out;
  402. -o-transition: all 0.7s ease-in-out;opacity:1;{/block:IfMonochrome}}
  403.  
  404. /*quote posts*/
  405. .entry h2{
  406. font-family:cambria;
  407. font-size:18px;
  408. text-align:center;
  409. font-weight:normal;
  410. color:{color:text};
  411. line-height:50%;
  412. padding:10px;
  413. margin:0px;
  414. font-style:italic;
  415. }
  416.  
  417. #source {
  418. font-family:cambria;
  419. font-size:10px;
  420. text-align:right;
  421. }
  422.  
  423. /*link posts*/
  424.  
  425. .entry h3{
  426. font-family:cambria;
  427. text-transform:lowercase;
  428. font-size:18px;
  429. letter-spacing:1px;
  430. margin:0px;
  431. margin-bottom:2px;
  432. text-align:left;
  433. font-weight:normal;
  434. color:{color:entry titles};
  435. font-style:italic;
  436. text-decoration:none;
  437. padding:10px;
  438. background-color:{color:entry titles bg}
  439. }
  440.  
  441. .entry h3 a{
  442. color:{color:entry titles};
  443. }
  444.  
  445. /*ask posts*/
  446. #quest{
  447. height:120%;
  448. width:480px;
  449. font-family:cambria;
  450. font-size:11px;
  451. color:{color:question};
  452. padding:10px;
  453. background-color:{color:question bg};
  454. }
  455.  
  456. /*selection*/
  457. ::selection {
  458. background: {color:selection};
  459. color: #ffffff;
  460. }
  461.  
  462. ::-moz-selection {
  463. background: {color:selection};
  464. color: #ffffff;
  465. }
  466.  
  467. ::-webkit-selection {
  468. background: {color:selection};
  469. color: #ffffff;
  470. }
  471.  
  472.  
  473. #permanote {
  474. width:500px;
  475. margin-top:10px;
  476. margin-bottom:15px;
  477. margin-left:325px;
  478. position:relative;
  479. color:{color:text};
  480. font-size:10px;
  481. padding:15px;
  482. background-color:{color:entry};
  483. z-index:99
  484. }
  485.  
  486. #permanote a{
  487. color:{color:links};
  488. padding:2px;
  489. text-decoration:none;
  490. transition:0.6s; -o-transition-transition:0.6s; -webkit-transition-duration:0.6s; -moz-transition-duration:0.6s
  491. }
  492.  
  493. #permanote a:hover{
  494. color:#ffffff;
  495. padding:2px;
  496. text-decoration:none;
  497. transition:0.6s; -o-transition-transition:0.6s; -webkit-transition-duration:0.6s; -moz-transition-duration:0.6s
  498. }
  499.  
  500.  
  501. ol.notes li {
  502. list-style:none;
  503. margin-left:-26px;
  504. padding:4px;
  505. }
  506.  
  507. ol.notes li img {
  508. list-style:none;
  509. margin-bottom:-5px;
  510. padding-right:8px;
  511. }
  512.  
  513. #date{
  514. width:490px;
  515. text-align:left;
  516. color:{color:info};
  517. text-transform:uppercase;
  518. font-family:cambria;
  519. font-size:8px!important;
  520. letter-spacing:1px;
  521. margin-top:10px;
  522. z-index:99999;
  523. background-color:{color:info bg};
  524. padding:5px
  525. }
  526.  
  527. .date a{
  528. text-decoration:none;opacity:1;
  529. transition:0.6s; -o-transition-transition:0.6s; -webkit-transition-duration:0.6s; -moz-transition-duration:0.6s
  530. }
  531.  
  532. .date a:hover{
  533. color:{color:info};
  534. text-decoration:none;
  535. opacity:1
  536. transition:0.6s; -o-transition-transition:0.6s; -webkit-transition-duration:0.6s; -moz-transition-duration:0.6s
  537. }
  538.  
  539.  
  540. #pagination {
  541. font-family: cambria;
  542. font-size: 10px;
  543. text-align: center;
  544. letter-spacing:1px;
  545. bottom: 50px;
  546. left:880px;
  547. position:fixed;
  548. color:{color:pagination};
  549. background-color:{color:pagination bg};
  550. padding:4px
  551. }
  552.  
  553. #pagination a{
  554. color:{color:pagination};
  555. text-decoration:none;
  556. }
  557.  
  558. #pagination a:hover{
  559. color:{color:pagination};
  560. text-decoration:none;
  561. }
  562.  
  563. #kudos {
  564. font-family:calibri;
  565. text-align:left;
  566. font-size:10px;
  567. color:{color:text};
  568. position:fixed!important;
  569. padding:3px;
  570. text-decoration:none;
  571. bottom:-5px;
  572. right:0px;}
  573.  
  574. #kudos a {
  575. color:{color:links}!important;
  576. text-decoration:none
  577. }
  578.  
  579. #kudos a:hover{
  580. color:{color:links}!important;
  581. text-decoration:none
  582. }
  583.  
  584. iframe#tumblr_controls {
  585. z-index:99;
  586. right:3px;
  587. background-color:transparent;
  588. position: fixed;
  589. opacity: 1;
  590. border: 0px solid;
  591. box-shadow: 0px 0px 0px;
  592. }
  593.  
  594. {CustomCSS}
  595.  
  596. </style>
  597.  
  598. {block:IfInfiniteScrolling}
  599. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  600. {/block:IfInfiniteScrolling}
  601.  
  602. </head>
  603.  
  604. <body>
  605.  
  606. <div id="saido"><img src="{image:sidebar}"></div>
  607. <div id="title"><a href="/">{Title}</a><div id="subtitle">{text:subtitle}<div id="icon"><img src="{PortraitURL-48}"></div></div></div>
  608.  
  609. <div id="border"></div>
  610.  
  611. <div id="desc">{Description}</div>
  612. <div id="quot">❝</div>
  613.  
  614. <div id="navi">
  615. <a href="/ask">message</a>
  616. <a href="/archive">archives</a>
  617. {block:IfLink1}<a href="{text:Link URL 1}">{text:Link 1}</a>{/block:IfLink1}
  618. {block:IfLink2}<a href="{text:Link URL 2}">{text:Link 2}</a>{/block:IfLink2}
  619. </div>
  620.  
  621. <div id="navi2">
  622. {block:IfLink3}<a href="{text:Link URL 3}">{text:Link 3}</a>{/block:IfLink3}
  623. {block:IfLink4}<a href="{text:Link URL 4}">{text:Link 4}</a>{/block:IfLink4}
  624. {block:IfLink5}<a href="{text:Link URL 5}">{text:Link 5}</a>{/block:IfLink5}
  625. {block:IfLink6}<a href="{text:Link URL 6}">{text:Link 6}</a>{/block:IfLink6}
  626. </div>
  627.  
  628. {block:IfNotInfiniteScrolling}
  629. {block:Pagination}<div id="pagination">
  630. {block:PreviousPage}<a href="{PreviousPage}">←</a>&nbsp;&nbsp;{/block:PreviousPage}
  631. {block:JumpPagination length="4"}
  632. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  633. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  634. {/block:JumpPagination}
  635. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  636. </div>{/block:Pagination}{/block:IfNotInfiniteScrolling}
  637.  
  638. <div class = "autopagerize_page_element" >
  639.  
  640. {block:Posts}
  641. <div class="entry">
  642.  
  643.  
  644. {block:Text}
  645. {block:Title}<h1>{Title}</h1>{/block:Title}
  646. {Body}
  647. {/block:Text}
  648.  
  649. {block:Photo}
  650. <center><div class="photo">
  651. <img src="{PhotoURL-500}" alt=""></div></center>
  652. {block:IfCaptions}{block:Caption}
  653. {Caption}
  654. {/block:Caption}{/block:IfCaptions}
  655. {block:IfNotCaptions}{block:PermalinkPage}{block:Caption}
  656. {Caption}
  657. {/block:Caption}{/block:PermalinkPage}{block:IfNotCaptions}
  658. {/block:Photo}
  659.  
  660. {block:Photoset}
  661. <div class="photo">
  662. {Photoset-500}
  663. </div>
  664. {block:IfCaptions}{block:Caption}
  665. {Caption}
  666. {/block:Caption}{/block:IfCaptions}
  667. {block:IfNotCaptions}{block:PermalinkPage}{block:Caption}
  668. {Caption}
  669. {/block:Caption}{/block:PermalinkPage}{block:IfNotCaptions}
  670. {/block:Photoset}
  671.  
  672. {block:Quote}
  673. <h2>{Quote}</h2>
  674. {block:Source}<div id="source">—{Source}</div>{/block:Source}
  675. {/block:Quote}
  676.  
  677. {block:Link}
  678. <h3><a href="{URL}" target="{Target}">{Name} →</a></h3>
  679. {block:Description}{Description}{/block:Description}
  680. {/block:Link}
  681.  
  682. {block:Chat}
  683. {block:Title}<h1>{Title}</h1>{/block:Title}
  684. {block:Lines}
  685. {block:Label}
  686. <b>{Label}</b>
  687. {/block:Label}
  688. {Line}<br />
  689. {/block:Lines}
  690. {/block:Chat}
  691.  
  692. {block:Audio}
  693. <div style="height:40px;padding:20px 20px 10px 20px;background-color:#000000;margin:auto">{AudioPlayerBlack}</div>
  694.  
  695. {block:TrackName}<b>Song:</b> {TrackName}{/block:TrackName}<br />{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br /><b>Plays:</b> {FormattedPlayCount}<br/>{block:Caption}{Caption}{/block:Caption}
  696. {/block:Audio}
  697.  
  698. {block:Video}
  699. {Video-500}
  700. {block:IfCaptions}{block:Caption}
  701. {Caption}
  702. {/block:Caption}{/block:IfCaptions}
  703. {block:IfNotCaptions}{block:PermalinkPage}{block:Caption}
  704. {Caption}
  705. {/block:Caption}{/block:PermalinkPage}{block:IfNotCaptions}
  706. {/block:Video}
  707.  
  708. {block:Answer}
  709. <div id="quest">{Asker}: {Question}</div>
  710. {Answer}
  711. {/block:Answer}
  712.  
  713.  
  714. <div id="date">
  715. Posted: <a href="{Permalink}">{block:Date} {TimeAgo} {/block:Date}</a> {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel} {/block:NoteCount}</a>-
  716.  
  717. {block:RebloggedFrom} VIA: <a href="{ReblogParentURL}">{ReblogParentName}</a> - {/block:RebloggedFrom}
  718.  
  719. {block:ContentSource} SOURCE: <a href="{SourceURL}">{SourceTitle}</a> -{/block:ContentSource} <a href="{ReblogURL}" target="_blank">Reblog?</a>
  720.  
  721. {block:NotReblog}
  722. {/block:NotReblog}
  723. <br/>
  724.  
  725. {block:Tags}{block:HasTags} <a href="{TagURL}">#{Tag}</a>{/block:HasTags}{/block:Tags}
  726. </div></div>
  727.  
  728. {block:PermalinkPage}
  729. {block:PostNotes}<div id="permanote">{PostNotes}</div>{/block:PostNotes}
  730. {/block:PermalinkPage}
  731.  
  732. </div>
  733. {/block:Posts}
  734.  
  735. </div>
  736.  
  737.  
  738. <div style="text-transform:uppercase;text-align:right; position:fixed; bottom:0px; right:0px;z-index:9999"><div id="kudos"><a href="http://altairis.tumblr.com/">theme</a></div></div>
  739.  
  740. </body>
  741.  
  742. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement