Advertisement
elsewheretales

Theme 1 - Belladonna

Apr 13th, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <title>{Title}</title>
  5.  
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9. <link href='http://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  10.  
  11. <!---theme by elsewheretales.tumblr.com
  12.  
  13. enjoy!
  14.  
  15. -->
  16.  
  17. <!----DO NOT TOUCH THIS STUFF------------>
  18.  
  19. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  20.  
  21. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  22.  
  23. <!-----END OF DO NOT TOUCH THIS STUFF------------->
  24.  
  25. <!--Default Variables-->
  26.  
  27. <meta name="if:Faded Posts" content="0" />
  28. <meta name="if:Show Captions" content="0" />
  29. <meta name="if:Show Tags" content="0" />
  30.  
  31. <meta name="color:Background" content="#fff" />
  32. <meta name="color:Container" content="#fff" />
  33. <meta name="color:Right Sidebar" content="#fff" />
  34. <meta name="color:Left Sidebar" content="#fff" />
  35. <meta name="color:Text" content="#111" />
  36. <meta name="color:Link" content="#555" />
  37. <meta name="color:Link Hover" content="#b2b2b2" />
  38. <meta name="color:Borders" content="#e2e2e2" />
  39.  
  40. <meta name="image:Sidebar Image" content="" />
  41.  
  42. <meta name="text:Left Title" content="" />
  43. <meta name="text:Right Title" content="" />
  44. <meta name="text:Updates Title1" content="" />
  45. <meta name="text:Updates Title2" content="" />
  46. <meta name="text:Link1" content="" />
  47. <meta name="text:Link1 URL" content="" />
  48. <meta name="text:Link2" content="" />
  49. <meta name="text:Link2 URL" content="" />
  50. <meta name="text:Link3" content="" />
  51. <meta name="text:Link3 URL" content="" />
  52. <meta name="text:Link4" content="" />
  53. <meta name="text:Link4 URL" content="" />
  54. <meta name="text:Link5" content="" />
  55. <meta name="text:Link5 URL" content="" />
  56. <meta name="text:Link6" content="" />
  57. <meta name="text:Link6 URL" content="" />
  58. <meta name="text:Link7" content="" />
  59. <meta name="text:Link7 URL" content="" />
  60. <meta name="text:Link8" content="" />
  61. <meta name="text:Link8 URL" content="" />
  62.  
  63.  
  64. <!-- jquery script for tooltip -->
  65.  
  66. <script>
  67. $().ready(function() {
  68. $("[title]").style_my_tooltips({
  69. tip_follows_cursor: "on",
  70. tip_delay_time: 200
  71. });
  72. });
  73. </script>
  74.  
  75. <!---------------------------CSS------------------------------>
  76.  
  77. <style type="text/css">
  78.  
  79. #s-m-t-tooltip{
  80. max-width:300px;
  81. margin-left:14px;
  82. font-size:11px;
  83. line-height:18px;
  84. position:absolute;
  85. letter-spacing:1px;
  86. z-index:9999;
  87. background:{color:Background};
  88. color:{color:Text};
  89. border:1px solid {color:Borders};
  90. padding:3px;
  91. -webkit-transition:all 0.3s;
  92. -moz-transition:all 0.3s;
  93. -ms-transition:all 0.3s;
  94. -o-transition:all 0.3s;
  95. transition:all 0.3s;
  96. }
  97.  
  98.  
  99. /* scrollbar */
  100. ::-webkit-scrollbar{
  101. width: 5px;
  102. height: 5px;
  103. -webkit-border-radius: 0px;
  104. background-color: #e2e2e2;
  105. }
  106.  
  107. ::-webkit-scrollbar-thumb{
  108. background-color:{color:Background};
  109. border:1px solid {color:Borders};
  110. }
  111.  
  112. ::-webkit-scrollbar-track{
  113. background-color:#fff;}
  114.  
  115.  
  116. /* cursor and reset */
  117.  
  118. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto!important;}
  119.  
  120. /* other stuff */
  121.  
  122.  
  123. body {
  124. background: url('{image:Background}') {color:Background};
  125. color:{color:Text};
  126. font-family:'Playfair Display',cambria, serif;
  127. font-size:11px;
  128. letter-spacing:1px;
  129. line-height:18px;
  130. text-align:justify;
  131. margin:0;
  132. padding:0;
  133. }
  134.  
  135. a {
  136. color:{color:Link};
  137. text-decoration:none;
  138. }
  139.  
  140. a:hover {
  141. font-style:italic;
  142. text-decoration:none;
  143. color: {color:Link Hover};
  144. }
  145.  
  146. img{
  147. opacity:1;
  148. border:none;
  149. text-decoration:none;
  150. }
  151.  
  152. h1 {
  153. font-family:'Playfair Display', cambria, serif;
  154. font-size:13px;
  155. letter-spacing:1px;
  156. text-align:center;
  157. font-style:normal;
  158. text-transform:uppercase;
  159. font-weight:normal;
  160. line-height:100%;
  161. color:{color:Text};
  162. }
  163.  
  164. h2 {
  165. font-family:'Playfair Display', cambria, serif;
  166. font-size:12px;
  167. letter-spacing:1px;
  168. line-height:120%;
  169. text-align:center;
  170. letter-spacing:1px;
  171. color:{color:Text};
  172. padding:1px;
  173. font-weight:normal;
  174. }
  175.  
  176.  
  177. blockquote {padding:0px; padding-left:10px; margin:5px; border-left: 1px solid {color:Borders}; overflow:hidden;}
  178. blockquote img {max-width:90%;}
  179.  
  180.  
  181. small, big {font-size:12px;letter-spacing:1px; line-height:18px;}
  182. b, strong {color: {color:Text}; }
  183. i, em {color: {color:Text};}
  184. p {margin-top:10px; margin-bottom:10px;}
  185. ol {list-style:normal;}
  186. ul {list-style:square;}
  187. s, strike, del {color: {color:Text}; font-size:100%;}
  188.  
  189.  
  190. background { {color:Background}; border:1px solid {color:Borders}; margin:0; padding: 5px;}
  191.  
  192. #title {
  193. font-size:12px;
  194. letter-spacing:1px;
  195. line-height:18px;
  196. margin-bottom:0px;
  197. text-align:center;
  198. font-weight:none;
  199. }
  200.  
  201. /* left sidebar */
  202.  
  203. #sidebar {
  204. height:100%;
  205. border-right:1px solid {color:Borders};
  206. border-left:1px solid {color:Borders};
  207. margin:0;
  208. width:200px;
  209. margin-left:-250px;
  210. position:fixed;
  211. padding-right:10px;
  212. background: {color:Left Sidebar};
  213. }
  214.  
  215. /* sidebar image */
  216.  
  217. .sidebaricon {
  218. margin:150px 0px 0px 75px;
  219. padding: 10px 10px 10px 0px;
  220. width:100px;
  221. height:auto;
  222. display:block;
  223. position:relative;
  224. }
  225.  
  226.  
  227. .sidebaricon img {
  228. display:block;
  229. max-width:100px;
  230. padding:4px;
  231. }
  232.  
  233.  
  234. .sidebaricon img:hover {
  235. filter:gray;
  236. -webkit-filter: grayscale(100%);
  237. }
  238.  
  239. /* blog title */
  240.  
  241. {block:ifLeftTitle}
  242. .blogtitle {
  243. width:150px;
  244. margin:10px 0px 0px 56px;
  245. padding:2px;
  246. font-family:baskerville;
  247. font-size:12px;
  248. letter-spacing:2px;
  249. line-height: 150%;
  250. text-transform:uppercase;
  251. text-align:center;
  252. border-top:1px solid {color:Borders};
  253. border-bottom:1px solid {color:Borders};
  254.  
  255. }
  256. {/block:ifLeftTitle}
  257.  
  258. .blogtitle a {color:{color:Text};}
  259. .blogtitle a:hover { color: {color:Link Hover};}
  260.  
  261. /* sidebar links */
  262.  
  263. .links{
  264. margin:0px 50px 0px 70px;
  265. padding-top:5px;
  266. letter-spacing:1px;
  267. line-height:18px;
  268. text-align:left;
  269. font-size:11px;
  270. text-transform:lowercase;
  271. color:{color:Link};
  272. }
  273.  
  274.  
  275. .links a {
  276. width:100px;
  277. display:block;
  278. padding:3px 4px;
  279. text-align:left;
  280. text-decoration:none;
  281. border-bottom:1px solid {color:Borders};
  282. }
  283.  
  284. .links a:hover {
  285. padding-left:31px;
  286. font-style:italic;
  287. color:{color:Borders};
  288. -webkit-transition:0.6s;
  289. -moz-transition:0.6s;
  290. -o-transition:0.6s;
  291. }
  292.  
  293. /* description */
  294.  
  295. #desc {
  296. margin:20px 40px -10px 60px;
  297. width:130px;
  298. text-align:justify;
  299. line-height:140%;
  300. }
  301.  
  302. #desc:first-letter {
  303. font-size:18px;
  304. font-weight:bold;
  305. display:block;
  306. text-transform:uppercase;
  307. float:left;
  308. padding:3px;
  309. margin: 2px 6px -4px 0px;
  310. border:1px solid {color:Borders};
  311. background-color:{color:Background};
  312. }
  313.  
  314. /* pagination */
  315. .page {
  316. margin:30px 10px 0px 50px;
  317. text-align:center;
  318. font-size:14px;
  319. text-transform:lowercase;
  320. letter-spacing:1px;
  321. line-height:18px;
  322. }
  323. .page a {
  324. color:{color:Text};
  325. }
  326.  
  327. .page a:hover{
  328. font-style:italic;
  329. color: {color:Link Hover};
  330. }
  331.  
  332.  
  333.  
  334. /* content area */
  335.  
  336. #content {
  337. left:47%;
  338. margin-left:-240px;
  339. position:absolute;
  340. overflow:visible;
  341. height:100%;
  342. }
  343.  
  344. /* post space */
  345.  
  346. #entry {
  347. width:600px;
  348. margin:0px 0px 0px -40px;
  349. padding:60px 0px 100px 30px;
  350. background:{color:Container};
  351. }
  352.  
  353. /* actual posts */
  354.  
  355. #post {
  356. width:500px;
  357. margin:20px 0px 80px 0px;
  358. {block:ifFadedPosts}
  359. opacity:0.7;
  360. {/block:ifFadedPosts}
  361. }
  362.  
  363. #post:hover {
  364. {block:ifFadedPosts}
  365. opacity:1;
  366. -webkit-transition:0.3s;
  367. -moz-transition:0.3s;
  368. -o-transition:0.3s;
  369. {/block:ifFadedPosts}
  370. }
  371.  
  372. /* image posts */
  373.  
  374. #post img {
  375. max-width:500px;
  376. display:block;
  377. padding-bottom:0px;
  378. }
  379.  
  380.  
  381. .photoset {
  382. display:block;
  383. padding-bottom:0px;
  384. }
  385.  
  386. #post li {max-width:100%;}
  387.  
  388. {block:ifShowCaptions}
  389. #post .blockquote {
  390. margin: 10px 0px 10px 10px;
  391. padding-left: 15px;
  392. border-left: 1px solid {color:Borders};
  393. }
  394. {/block:ifShowCaptions}
  395.  
  396. {block:ifShowCaptions}
  397. #post .blockquote img { max-width:90%;}
  398. {/block:ifShowCaptions}
  399.  
  400. /* quotes */
  401.  
  402. .quote{
  403. font-size:13px;
  404. line-height:140%;
  405. margin:0 20px;
  406. font-style:italic;
  407. text-align:center;
  408. letter-spacing:1px;
  409. color:{color:Text};
  410. padding-bottom:10px;
  411. }
  412.  
  413. .quotecomma1{
  414. margin:0px 0px 5px 40px;
  415. float:left;
  416. position:relative;
  417. font-size:60px;
  418. font-family:'Playfair Display';
  419. letter-spacing:1px;
  420. }
  421.  
  422. .quotecomma2{
  423. margin:5px 40px 0px 0px;
  424. float:right;
  425. position:relative;
  426. font-size:60px;
  427. font-family:'Playfair Display';
  428. letter-spacing:1px;
  429. }
  430.  
  431.  
  432. .quotesource {
  433. text-align:right;
  434. padding-top:10px;
  435. font-size:12px;
  436. text-transform:none;
  437. letter-spacing:2px;
  438. line-height: 140%;
  439. }
  440.  
  441. /* audio */
  442.  
  443. .tumblr_audio_player {
  444. border:none;
  445. padding:0px;
  446. margin:0px;
  447. height:30px;
  448. width:215px;
  449. border:1px solid {color:Borders};
  450. }
  451.  
  452. .player {
  453. overflow:hidden;
  454. text-align:center;
  455. height:50px;
  456. }
  457.  
  458.  
  459. .audioinfo {
  460. font-size:12px;
  461. letter-spacing:2px;
  462. font-style:italic;
  463. padding-bottom:10px;
  464. text-align:center;
  465. }
  466.  
  467.  
  468. /* question and answer */
  469.  
  470. .question {
  471. text-align:left;
  472. margin-bottom:20px;
  473. font-size:12px;
  474. padding:10px;
  475. border:1px solid {color:Borders};
  476. }
  477.  
  478. .asker {
  479. font-size:11px;
  480. letter-spacing:2px;
  481. line-height:18px;
  482. text-align:right;
  483. font-weight:bold;
  484. }
  485.  
  486. .asker a {
  487. font-style:normal;
  488. }
  489.  
  490. .answer {
  491. text-align:left;
  492. margin: 0px 10px;
  493. }
  494.  
  495. /* chat */
  496.  
  497. .chat {margin:0px;}
  498.  
  499. .chat ol {
  500. padding:0;
  501. line-height:160%;
  502. list-style:none;
  503. }
  504.  
  505. .line.odd {
  506. background: {color:Borders};
  507. padding:5px;
  508. }
  509. .line.even {
  510. padding:5px;
  511. }
  512.  
  513. .label {
  514. color:{color:Text};
  515. font-weight:bold;
  516. padding-right:1px;
  517. letter-spacing:1px;
  518. text-transform:none;
  519. }
  520.  
  521. /* post footer */
  522.  
  523.  
  524. #permalink {
  525. margin-top:10px;
  526. font-size:10px;
  527. letter-spacing:1px;
  528. text-align:left;
  529. text-transform:none;
  530. border-top:1px solid {color:Borders};
  531. }
  532.  
  533. #permalink a {margin:0px 5px;
  534. }
  535.  
  536. #permalink a:hover{
  537. font-style:italic;
  538. color: {color:Link Hover};
  539. }
  540.  
  541. /* tags */
  542.  
  543. .tags {
  544. width:495px;
  545. font-size:10px;
  546. font-family:'Playfair Display', cambria, serif;
  547. text-align:left;
  548. line-height:130%;
  549. opacity:0;
  550. padding-top:5px;
  551. -moz-transition-duration:0.8s;
  552. -webkit-transition-duration:0.8s;
  553. -o-transition-duration:0.8s;
  554. }
  555.  
  556. .tags a{
  557. color:{color:Link};
  558. -moz-transition-duration:0.4s;
  559. -webkit-transition-duration:0.4s;
  560. -o-transition-duration:0.4s;
  561. }
  562.  
  563. .tags a:hover{
  564. color:{color:Link Hover};
  565. -moz-transition-duration:0.8s;
  566. -webkit-transition-duration:0.8s;
  567. -o-transition-duration:0.8s;
  568. }
  569.  
  570. /* hover tags */
  571.  
  572. #post:hover .tags{
  573. opacity:1;
  574. -moz-transition-duration:1s;
  575. -webkit-transition-duration:1s;
  576. -o-transition-duration:1s;
  577. }
  578.  
  579. /* notes */
  580. .notes {
  581. {block:IndexPage}
  582. display: none;
  583. {/block:IndexPage}
  584. {block:PermalinkPage}
  585. width:500px;
  586. padding-left:20px;
  587. margin-left:20px;
  588. {/block:PermalinkPage}
  589. text-align:left;
  590.  
  591. }
  592. .notes img {
  593. display:none;
  594. }
  595.  
  596. .notes li {
  597. list-style-type:none;
  598. padding:5px 0px;
  599. text-align:left;
  600. margin:0 0 0 -40px;
  601. font-size:10px;
  602. }
  603.  
  604.  
  605.  
  606. .notess {
  607. font-size:11px;
  608. font-weight:bold;
  609. letter-spacing:1px;
  610. color:{color:Text};
  611. text-transform:lowercase;
  612. }
  613.  
  614. /* right sidebar */
  615.  
  616. #sidebar2 {
  617. height:100%;
  618. margin:0px 0px 0px 520px;
  619. border-left:1px solid {color:Borders};
  620. border-right:1px solid {color:Borders};
  621. background: {color:Right Sidebar};
  622. width:180px;
  623. float:right;
  624. position:fixed;
  625. padding-left:20px;
  626. }
  627.  
  628. {block:ifRightTitle}
  629. .blogtitle2 {
  630. width:150px;
  631. margin:40px -10px 0px -20px;
  632. padding:2px;
  633. font-family:baskerville;
  634. font-size:12px;
  635. letter-spacing:2px;
  636. line-height: 150%;
  637. text-align:center;
  638. text-transform:uppercase;
  639. border-top:1px solid {color:Borders};
  640. border-bottom:1px solid {color:Borders};
  641. position:relative;
  642. }
  643. {/block:ifRightTitle}
  644.  
  645. .links2{
  646. margin-top:10px;
  647. letter-spacing:1px;
  648. line-height:140%;
  649. text-align:left;
  650. font-size:11px;
  651. text-transform:lowercase;
  652. position:relative;
  653. }
  654.  
  655.  
  656. .links2 a {
  657. width:125px;
  658. display:block;
  659. padding:3px 4px;
  660. text-align:left;
  661. text-decoration:none;
  662. border-bottom:1px solid {color:Borders};
  663. }
  664.  
  665. .links2 a:hover {
  666. padding-left:31px;
  667. font-style:italic;
  668. color:{color:Link Hover};
  669. -webkit-transition:0.6s;
  670. -moz-transition:0.6s;
  671. -o-transition:0.6s;
  672. }
  673.  
  674. .updates{
  675. width:130px;
  676. margin-top:0px;
  677. text-transform:lowercase;
  678. text-align:left;
  679. font-family:'Playfair Display', cambria, serif;
  680. font-size:11px;
  681. letter-spacing:1px;
  682. line-height:140%;
  683. opacity: 1;
  684. position:relative;
  685. background-color:{color:Right Sidebar};
  686. z-index:9999;
  687. }
  688.  
  689. .updates1 {
  690. overflow:hidden;
  691. font-family:'Playfair Display', cambria, serif;
  692. font-size:11px;
  693. letter-spacing:1px;
  694. padding:4px 0px 2px 5px;
  695. height:15px;
  696. border-bottom:1px solid {color:Borders};
  697. z-index:999999999999999999999;
  698. -webkit-transition: all 0.6s ease-in-out;
  699. -moz-transition: all 0.6s ease-in-out;
  700. -o-transition: all 0.6s ease-in-out;
  701. }
  702.  
  703. .updates1:hover {
  704. height:150px; /* you can change this to anything you like, based on how long
  705. your updates tab is going to be */
  706. -webkit-transition: all 0.6s ease-in-out;
  707. -moz-transition: all 0.6s ease-in-out;
  708. -o-transition: all 0.6s ease-in-out;
  709. }
  710.  
  711. .updates2 {
  712. overflow:hidden;
  713. font-family:'Playfair Display', cambria, serif;
  714. padding:2px 0px 5px 5px;
  715. font-size:11px;
  716. letter-spacing:1px;
  717. line-height:140%;
  718. height:15px;
  719. word-wrap: break-all;
  720. border-bottom:1px solid {color:Borders};
  721. z-index:999999999999999999999;
  722. -webkit-transition: all 0.6s ease-in-out;
  723. -moz-transition: all 0.6s ease-in-out;
  724. -o-transition: all 0.6s ease-in-out;
  725. }
  726.  
  727. .updates2:hover {
  728. height:250px; /* you can change this to anything you like, based on how long
  729. your update is going to be */
  730. -webkit-transition: all 0.6s ease-in-out;
  731. -moz-transition: all 0.6s ease-in-out;
  732. -o-transition: all 0.6s ease-in-out;
  733. }
  734.  
  735. /* theme credit */
  736.  
  737.  
  738. #box {
  739. font-size:10px;
  740. font-family: cambria;
  741. letter-spacing:1px;
  742. -moz-transition-duration:0.5s;
  743. -webkit-transition-duration:0.5s;
  744. -o-transition-duration:0.5s;
  745. }
  746.  
  747. #box a {
  748. position:fixed;
  749. padding:5px;
  750. background-color:{color:Background};
  751. color:{color:Text};
  752. border:1px solid {color:Borders};
  753. right:10px;
  754. bottom:10px
  755. }
  756.  
  757. #box a:hover {
  758. color:{color:Link Hover};
  759. background-color:{color:Link};
  760. -moz-transition-duration:0.5s;
  761. -webkit-transition-duration:0.5s;
  762. -o-transition-duration:0.5s;
  763. }
  764.  
  765. /* umm finished */
  766.  
  767. {CustomCSS}
  768.  
  769.  
  770. </style>
  771.  
  772. </head>
  773.  
  774. <body>
  775.  
  776. <div id="content">
  777.  
  778. <!--right sidebar-->
  779.  
  780. <div id="sidebar2">
  781. <div class="blogtitle2"><a href="/">{text:Right Title}</a></div>
  782. <div class="links2">
  783. {block:ifLink6}<a href="{text:Link6 URL}">{text:Link6}</a>{/block:ifLink6}
  784. {block:ifLink7}<a href="{text:Link7 URL}">{text:Link7}</a>{/block:ifLink7}
  785. {block:ifLink8}<a href="{text:Link8 URL}">{text:Link8}</a>{/block:ifLink8}
  786.  
  787. </div>
  788.  
  789. <div class="updates">
  790. <div class="updates1">{text:Updates Title1}<div style="padding-top:20px; text-transform:none; opacity:1; text-align:left; color:{color:Text}; font-family:Cambria; font-size:12px;">
  791.  
  792. - CONTENT HERE -
  793. This is like a short intro so keep it short :) And don't forget to delete these comments!
  794.  
  795.  
  796. </div>
  797. <br><br>
  798. </div>
  799.  
  800. <div class="updates">
  801. <div class="updates2">{text:Updates Title2}<div style="padding-top:20px; text-transform:none; opacity:1; color:{color:Text};font-family:cambria; font-size:12px;">
  802.  
  803. - PUT YOUR CONTENT HERE -
  804. Make it as long as you want, or as long as you can go, or if you know a bit of html code you can go into it and adjust the length of these tabs, go to #updates:hover in my code and look for my comments!
  805.  
  806. </div></div>
  807. <br><br>
  808. </div>
  809.  
  810.  
  811. </div>
  812.  
  813. </div>
  814.  
  815. <!--left sidebar-->
  816.  
  817. <div id="sidebar">
  818. <div class="sidebaricon">
  819. <a href="/"><img src="{image:Sidebar image}"></a>
  820. </div>
  821. <div class="blogtitle"><a href="/">{text:Left Title}</a></div>
  822. <div class="links">
  823. {block:ifLink1}<a href="{text:Link1 URL}">{text:Link1}</a>{/block:ifLink1}
  824. {block:ifLink2}<a href="{text:Link2 URL}">{text:Link2}</a>{/block:ifLink2}
  825. {block:ifLink3}<a href="{text:Link3 URL}">{text:Link3}</a>{/block:ifLink3}
  826. {block:ifLink4}<a href="{text:Link4 URL}">{text:Link4}</a>{/block:ifLink4}
  827. {block:ifLink5}<a href="{text:Link5 URL}">{text:Link5}</a>{/block:ifLink5}
  828. </div>
  829. {block:Description}<div id="desc">{Description}</div>{/block:Description}
  830.  
  831.  
  832. {block:Pagination}
  833. <div class="page">
  834. {block:PreviousPage}
  835. <a href="{PreviousPage}">←</a>
  836. {/block:PreviousPage}
  837. {block:NextPage}
  838. <a href="{NextPage}">→</a>
  839. {/block:NextPage}
  840. </div>
  841. {/block:Pagination}
  842. </div>
  843.  
  844. <div id="entry">
  845. {block:Posts}
  846. <div id="post">
  847.  
  848. <!--text-->
  849.  
  850. {block:Text}
  851. {block:Title}
  852. <div id="title">{Title}</div>
  853. {/block:Title}
  854. {Body}
  855. {/block:Text}
  856.  
  857. <!--link-->
  858.  
  859. {block:Link}
  860. <div id="title"><a href="{URL}">{Name}</a></div>
  861. {block:Description}{Description}{/block:Description}
  862. {/block:Link}
  863.  
  864. <!--quote-->
  865.  
  866. {block:Quote}
  867. <div class="quotecomma1">“</div>
  868. <center><big><div class="quote">{Quote}</div></big></center>
  869. <div class="quotecomma2">”</div><br>
  870. {block:Source}<div class="quotesource"> - {Source}</div>{/block:Source}
  871. {/block:Quote}
  872.  
  873. <!--chat-->
  874.  
  875. {block:Chat}
  876. {block:Title}
  877. <h1>{Title}</h1>
  878. {/block:Title}
  879. <div class="chat">
  880. <ol>{block:Lines}
  881. <li class="line {Alt}">
  882. {block:Label}
  883. <span class="label">
  884. {Label}</span>
  885. {/block:Label}{Line}</li>
  886. {/block:Lines}
  887. </ol></div>
  888. {/block:Chat}
  889.  
  890. <!--pictures-->
  891.  
  892. {block:Photo}
  893. <center>{LinkOpenTag}
  894. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  895. {LinkCloseTag}</center>
  896. {block:ifShowCaptions}
  897. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}
  898. {/block:Photo}
  899.  
  900. {block:Photoset}
  901. <div class="photoset">
  902. {Photoset-500}
  903. </div>
  904. {block:ifShowCaptions}
  905. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  906. {/block:ifShowCaptions}
  907. {/block:Photoset}
  908.  
  909. <!--video-->
  910.  
  911. {block:Video}
  912. {Video-500}
  913. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  914. {/block:Video}
  915.  
  916. <!--music-->
  917.  
  918. {block:Audio}
  919. <div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}<br>{block:Artist}<div style="font-size:11px;text-transform:none;padding-top:5px;letter-spacing:1px;line-height:150%;font-style:normal;">{Artist}</div>{/block:Artist}</div>
  920. {block:AudioPlayer}
  921. <div class="player">{AudioPlayerwhite}</div>
  922. {/block:AudioPlayer}
  923. {/block:Audio}
  924.  
  925. <!--question answer-->
  926.  
  927. {block:Answer}
  928. <div class="question">
  929. {Question}
  930. <div class="asker"> - {Asker}</div>
  931. </div>
  932. <div class="answer">{Answer}</div>
  933. {/block:Answer}
  934.  
  935. <!--footer-->
  936.  
  937. <div id="permalink">
  938.  
  939. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount}| {NoteCount}+</a>{/block:NoteCount}
  940. |<span style="float:center; text-transform:lowercase;"><a title="Reblog Post" href="{ReblogURL}" style="color:{color:title};"> reblog</a></span>
  941. {block:ContentSource}
  942. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  943. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  944. {/block:SourceLogo}
  945. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  946. {/block:ContentSource}
  947. <span style="float:right;">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{block:ContentSource} | <a href="{ReblogRootURL}"> © </a>{/block:ContentSource}{/block:RebloggedFrom}</span>
  948. </div>
  949. {block:ifShowTags}
  950. {block:HasTags}
  951. <div class="tags"> tagged as:
  952. {block:Tags}<a href="{TagURL}">#{Tag}&nbsp;</a>{/block:Tags}</div>
  953. {/block:HasTags}{/block:ifShowTags}
  954. </div>
  955.  
  956. {block:PostNotes}
  957. <div class="notes">
  958. {block:NoteCount}<div class="notess">notes</div>{/block:NoteCount}
  959. {PostNotes}
  960. </div>
  961. {/block:PostNotes}
  962.  
  963.  
  964. {/block:Posts}
  965.  
  966. <!--credit-->
  967.  
  968. <div id="box"><a href="http://elsewheretales.tumblr.com">ET</div>
  969.  
  970. </div>
  971.  
  972. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement