Advertisement
altairis

THEME 10 - SPRING (Morning Dew)

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