Advertisement
altairis

THEME 10 - SPRING (Thunder)

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