Advertisement
stormbornthemes

Theme 03- Heda

Mar 9th, 2016
675
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.88 KB | None | 0 0
  1. <!-- Theme 03: Heda
  2.  
  3. Features:
  4. - 400px or 500px Post Width
  5. - Infinite Scrolling or Pagination
  6. - Hover Tags
  7. - Hide Tags or Selective Tag Hide
  8. - Image Fade
  9. - Optional “Accent Color”
  10. - Customized Audio Player
  11.  
  12. Terms of Use:
  13. - Please do not remove or alter the credit.
  14. - Please do not redistribute, or claim as your own.
  15. - Enjoy!
  16.  
  17. ∠( ᐛ 」∠)_
  18. stormborn-themes.tumblr.com
  19. -->
  20.  
  21. <!DOCTYPE html>
  22. <head><title>{Title}</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  26. <link href='https://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'>
  27. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  28.  
  29. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  30.  
  31.  
  32. <!-- default variables-------->
  33. <meta name="color:Background" content="#f8f8f8"/>
  34. <meta name="color:Accent Color" content=""/>
  35. <meta name="color:Text" content="#333333"/>
  36. <meta name="color:Links" content="#5b5b5b"/>
  37. <meta name="color:Links Hover" content="#c9c9c9"/>
  38. <meta name="color:Scrollbar BG" content="#ffffff"/>
  39. <meta name="color:Scrollbar" content="#eeeeee">
  40.  
  41. <!-- Custom Images-->
  42. <meta name="image:Sidebar Image" content=""/>
  43.  
  44. <!-- Boolean Toggles -->
  45. <meta name="if:Infinite Scroll" content="0">
  46. <meta name="if:Image Fade" content="1"/>
  47. <meta name="if:Show Tags Only On Permalink" content="1"/>
  48. <meta name="if:Hover Tags" content="1"/>
  49. <meta name="if:Hide Tags Always" content="0"/>
  50. <meta name="if:400px" content="1" />
  51. <meta name="if:Show Description" content="1"/>
  52. <meta name="if:Show Sidebar Image" content="1"/>
  53.  
  54. <!-- Custom Links -->
  55. <meta name="text:Next" content="">
  56. <meta name="text:Prev" content="">
  57. <meta name="text:Link 1" content="">
  58. <meta name="text:Link 1 URL" content="/">
  59. <meta name="text:Link 2" content="">
  60. <meta name="text:Link 2 URL" content="/">
  61. <meta name="text:Link 3" content="">
  62. <meta name="text:Link 3 URL" content="/">
  63. <meta name="text:Link 4" content="">
  64. <meta name="text:Link 4 URL" content="">
  65. <meta name="text:Link 5" content="">
  66. <meta name="text:Link 5 URL" content="/">
  67. <meta name="text:Link 6" content="">
  68. <meta name="text:Link 6 URL" content="/">
  69.  
  70. <!--SCRIPTS--------------------->
  71. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  72. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  73. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  74. {block:IfInfiniteScroll}
  75. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  76. {/block:IfInfiniteScroll}
  77. <!-------------------------------------------------------------------->
  78.  
  79. <style type="text/css">
  80.  
  81.  
  82. /*----------scrollbar---------*/
  83.  
  84. ::-webkit-scrollbar {
  85. background-color: {color:scrollbar bg};
  86. height: 8px;
  87. width: 8px
  88. }
  89.  
  90. ::-webkit-scrollbar-thumb:vertical {
  91. background-color:{color:scrollbar};
  92. height: 40px
  93. }
  94.  
  95. ::-webkit-scrollbar-thumb:horizontal {
  96. background-color:{color:scrollbar bg};
  97. height:8px!important
  98. }
  99.  
  100.  
  101.  
  102. /*----------basics---------*/
  103.  
  104. body {
  105. background: {color:background} url({image:background image}) repeat right top fixed;
  106. color: {color:text};
  107. font-family: 'Karla', 'Open Sans', Helvetica, sans-serif;
  108. line-height: 11px;
  109. font-size: 9px;
  110. margin: 0;
  111. text-align: left;
  112. letter-spacing: 0.5px;
  113. background-color: #ffffff;
  114. }
  115.  
  116. a {
  117. color: {color:links};
  118. text-decoration: none;
  119. padding: 1px;
  120. }
  121.  
  122. a:hover {
  123. text-decoration: none;
  124. color: {color:links hover};
  125. -webkit-transition: all 0.5s;
  126. -moz-transition: all 0.5s;
  127. -ms-transition: all 0.5s;
  128. -o-transition: all 0.5s;
  129. transition: all 0.5s;
  130. }
  131.  
  132. img {
  133. opacity: 1;
  134. text-decoration: none;
  135. }
  136.  
  137. h1 {
  138. font-size: 10px;
  139. letter-spacing: 1px;
  140. text-transform: uppercase;
  141. margin-left: 5px;
  142. }
  143.  
  144.  
  145.  
  146. /*----------sidebar/description---------*/
  147. {block:IfShowDescription}
  148. .description {
  149. opacity: 0;
  150. z-index: -1;
  151. text-align: none;
  152. max-width: 160px;
  153. max-height: 200px;
  154. margin-left: 1px;
  155. color: #8e8e8e;
  156. overflow: hidden;
  157. letter-spacing: 0.7px;
  158. text-transform: uppercase;
  159. -webkit-transition: 0.6s ease;
  160. -ms-transition: 0.6s ease;
  161. -moz-transition: 0.6s ease;
  162. -o-transition: 0.6s ease;
  163. transition: 0.6s ease;
  164. }
  165.  
  166. {block:IfShowSidebarImage}
  167. .hover-zone:hover .description {
  168. opacity: 1;
  169. margin-bottom: 15px;
  170. -webkit-transition: 0.6s ease;
  171. -ms-transition: 0.6s ease;
  172. -moz-transition: 0.6s ease;
  173. -o-transition: 0.6s ease;
  174. transition: 0.6s ease;
  175. }
  176. {/block:IfShowSidebarImage}
  177.  
  178. {block:IfnotShowSidebarImage}
  179. .sidebar-wrapper:hover .description {
  180. opacity: 1;
  181. margin-bottom: 15px;
  182. -webkit-transition: 0.6s ease;
  183. -ms-transition: 0.6s ease;
  184. -moz-transition: 0.6s ease;
  185. -o-transition: 0.6s ease;
  186. transition: 0.6s ease;
  187. }
  188. {block:IfnotShowSidebarImage}
  189.  
  190. {/block:IfShowDescription}
  191.  
  192.  
  193. /*---------- main sidebar---------*/
  194. .sidebar-wrapper {
  195. position: fixed;
  196. width: 200px;
  197. left: 11%;
  198. bottom: 275px;
  199. }
  200.  
  201. .sidebar {
  202. width: 200px;
  203. height: auto;
  204. margin-top: 10px;
  205. position: fixed;
  206. }
  207.  
  208. {block:IfShowSidebarImage}
  209. .sidebar-img {
  210. margin-bottom: 10px;
  211. max-height: 200px;
  212. max-width: 200px;
  213. min-width: 160px;
  214. }
  215. {/block:IfShowSidebarImage}
  216.  
  217. .sidetitle {
  218. font-size: 14px;
  219. width: 200px;
  220. text-transform: uppercase;
  221. text-align: left;
  222. line-height: 12px;
  223. font-weight: bold;
  224. letter-spacing: 1.5px;
  225. color: {color:text};
  226. }
  227.  
  228. .sidetitle a:hover {
  229. color: {color:links};
  230. margin-left: 1px;
  231. }
  232.  
  233. .links {
  234. margin-top: 15px;
  235. max-width: 175px;
  236. display: inline-block;
  237. -webkit-transition: 0.2s ease;
  238. -ms-transition: 0.2s ease;
  239. -moz-transition: 0.2s ease;
  240. -o-transition: 0.2s ease;
  241. transition: 0.2s ease;
  242. }
  243.  
  244. .links:hover,
  245. .links:focus,
  246. .links:active {
  247. -webkit-transition: 0.2s ease;
  248. -ms-transition: 0.2s ease;
  249. -moz-transition: 0.2s ease;
  250. -o-transition: 0.2s ease;
  251. transition: 0.2s ease;
  252. }
  253.  
  254. .links a {
  255. display: block;
  256. word-spacing: 1px;
  257. letter-spacing: 1.5px;
  258. color: {color:links};
  259. font-style: italic;
  260. text-transform: uppercase;
  261. -webkit-transition: 0.2s ease;
  262. -ms-transition: 0.2s ease;
  263. -moz-transition: 0.2s ease;
  264. -o-transition: 0.2s ease;
  265. transition: 0.2s ease;
  266. }
  267.  
  268. .links a:hover,
  269. .links a:focus,
  270. .links a:active {
  271. color: {color:accent color};
  272. -webkit-transition: 0.2s ease;
  273. -ms-transition: 0.2s ease;
  274. -moz-transition: 0.2s ease;
  275. -o-transition: 0.2s ease;
  276. transition: 0.2s ease;
  277. }
  278.  
  279. .pagination {
  280. letter-spacing: 0.7px;
  281. color: #111;
  282. display: block;
  283. width: auto;
  284. word-spacing: 1px;
  285. font-style: italic;
  286. text-transform: uppercase;
  287. -webkit-transition: 0.2s ease;
  288. -ms-transition: 0.2s ease;
  289. -moz-transition: 0.2s ease;
  290. -o-transition: 0.2s ease;
  291. transition: 0.2s ease;
  292. {block:IfInfiniteScroll}
  293. display: none;
  294. opacity: 0;
  295. {/block:IfInfiniteScroll}
  296. }
  297.  
  298. .pagination:hover,
  299. .pagination:focus,
  300. .pagination:active {
  301. margin-left: 1px;
  302. color: {color:accent color};
  303. -webkit-transition: 0.2s ease;
  304. -ms-transition: 0.2s ease;
  305. -moz-transition: 0.2s ease;
  306. -o-transition: 0.2s ease;
  307. transition: 0.2s ease;
  308. }
  309.  
  310.  
  311. /*----------posts---------*/
  312.  
  313. .container {
  314. left: 40%;
  315. max-width:500px;
  316. {block:If400px}
  317. max-width: 400px;
  318. {/block:If400px}
  319. position: absolute;
  320. }
  321.  
  322. .posts {
  323. width: 500px;
  324. padding: 15px 0;
  325. {block:IndexPage}
  326. margin-bottom: 100px;
  327. {/block:IndexPage}
  328. {block:PermalinkPage}
  329. margin-bottom: 40px;
  330. {/block:PermalinkPage}
  331. }
  332.  
  333. .posts,
  334. .entries {
  335. max-width: 500px;
  336. {block:If400px}
  337. max-width: 400px;
  338. {/block:If400px}
  339. }
  340.  
  341. .entries {
  342. max-width: 500px;
  343. margin: 70px 0 5px 0;
  344. {block:If400px}
  345. max-width: 400px;
  346. {/block:If400px}
  347. }
  348.  
  349. .posts:hover {
  350. padding: 15px 0px;
  351. }
  352.  
  353. .posts img,
  354. .posts li,
  355. .posts blockquote,
  356. .entry p img,
  357. .entry blockquote img {
  358. max-width: 100%;
  359. }
  360.  
  361. .posts li {
  362. list-style: square;
  363. }
  364.  
  365. blockquote img {
  366. max-width: 320px!important;
  367. }
  368.  
  369. blockquote {
  370. border-left: 1px #eeeeee solid;
  371. padding-left: 5px;
  372. margin-left: 12px;
  373. }
  374.  
  375. blockquote p {
  376. font-size: 10px;
  377. max-width: 465px;
  378. {block:if400px}
  379. max-width: 365px;
  380. {/block:if400px}
  381. }
  382.  
  383. blockquote blockquote {
  384. padding: 0 0 0 5px;
  385. margin: 0 0 0 12px;
  386. }
  387.  
  388. pre {
  389. white-space: -pre-wrap;
  390. white-space: -o-pre-wrap;
  391. word-wrap: break-word;
  392. white-space: pre-wrap;
  393. white-space: -moz-pre-wrap;
  394. }
  395.  
  396. .entry p img, .entry blockquote img {
  397. max-width: 100%;
  398. }
  399.  
  400. blockquote p small {
  401. font-size: 10px;
  402. }
  403.  
  404. blockquote small sup {
  405. font-size: 10px;
  406. }
  407.  
  408. blockquote small {
  409. font-size: 9px;
  410. }
  411.  
  412. .tmblr-full {
  413. max-width: 100%;
  414. }
  415.  
  416. /*----------quotes---------*/
  417.  
  418. .quote {
  419. text-transform: uppercase;
  420. font-size: 12px;
  421. font-weight: bold;
  422. margin: 0 0 15px 5px;
  423. max-width: 490px;
  424. {block:if400px}
  425. width: 390px;
  426. {/block:if400px}
  427. }
  428.  
  429. .quotesource {
  430. margin: 15px 0 15px 15px;
  431. font-size: 10px;
  432. }
  433.  
  434.  
  435. /*----------chat---------*/
  436.  
  437. .chat {
  438. line-height: 20px;
  439. list-style: none;
  440. }
  441.  
  442. .chat ol {
  443. {block:if400px}
  444. width: 400px;
  445. {/block:if400px}
  446. }
  447.  
  448. .line.odd {
  449. background: #fafafa;
  450. margin-bottom: 2px;
  451. padding: 5px;
  452. list-style: none;
  453. font-size: 10px;
  454. }
  455.  
  456. .line.even {
  457. background: #ffffff;
  458. margin-bottom: 2px;
  459. padding: 5px;
  460. list-style: none;
  461. font-size: 10px;
  462. }
  463.  
  464. .label {
  465. padding-right: 1px;
  466. text-transform: uppercase;
  467. font-weight: bold;
  468. color: {color:links};
  469. }
  470.  
  471.  
  472. /*----------questions---------*/
  473.  
  474. .question {
  475. background: #fafafa;
  476. padding: 10px;
  477. max-width: 490px;
  478. {block:if400px}
  479. width: 390px;
  480. {/block:if400px}
  481. }
  482.  
  483. .asker {
  484. text-transform: uppercase;
  485. }
  486.  
  487. .answer {
  488. padding: 10px;
  489. margin-top: -15px;
  490. max-width: 490px;
  491. {block:if400px}
  492. width: 390px;
  493. {/block:if400px}
  494. }
  495.  
  496.  
  497. /*----------audio---------*/
  498.  
  499. .playerbutton {
  500. position: relative;
  501. width: 30px;
  502. height: 35px;
  503. overflow: hidden;
  504. }
  505.  
  506. .playerbuttonhug {
  507. position: absolute;
  508. top: -7px;
  509. left: 2px;
  510. }
  511.  
  512. .tumblr_audio_player {
  513. height: 50px;
  514. width: 500px;
  515. {block:if400px}
  516. width: 400px;
  517. {/block:if400px}
  518. }
  519.  
  520. .playerbuttonbg {
  521. position: absolute;
  522. width: 35px;
  523. height: 35px;
  524. border: 1px solid #ededed;
  525. padding: 10px;
  526. }
  527.  
  528. .trackdetails {
  529. width: auto;
  530. display: inline-block;
  531. padding: 5px;
  532. line-height: 15px;
  533. margin: 5px 0 20px 75px;
  534. color: #8e8e8e;
  535. font-style: italic;
  536. cursor: default;
  537. letter-spacing: 1px;
  538. }
  539.  
  540. .audiowrapper {
  541. position: relative;
  542. display: inline-block;
  543. margin-bottom: 10px;
  544. }
  545.  
  546.  
  547. /*----------post info---------*/
  548.  
  549. .info {
  550. border-top: 1px solid #eeeeee;
  551. padding-top: 15px;
  552. text-transform: uppercase;
  553. font-size: 8px;
  554. letter-spacing: 1px;
  555. margin-top: 15px;
  556. width: 500px;
  557. {block:if400px}
  558. width: 400px;
  559. margin: 0px 5px;
  560. {/block:if400px}
  561. }
  562.  
  563. .note-count,
  564. .time {
  565. font-size: 10px;
  566. }
  567.  
  568. .details:hover {
  569. color: {color:accent color};
  570. margin-left: 2px;
  571. -webkit-transition: 0.4s ease;
  572. -ms-transition: 0.4s ease;
  573. -moz-transition: 0.4s ease;
  574. -o-transition: 0.4s ease;
  575. transition: 0.4s ease;
  576. }
  577.  
  578. .via {
  579. text-transform: uppercase;
  580. font-size: 8px;
  581. float: right;
  582. padding-right: 10px;
  583. letter-spacing: 1px;
  584. }
  585.  
  586. .tags,
  587. .perma-tags {
  588. {block:if400px}
  589. width: 390px;
  590. {/block:if400px}
  591.  
  592. margin: 5px 0 0 5px;
  593. max-width: 490px;
  594. font-size: 8px;
  595. letter-spacing: 1px;
  596. font-style: italic;
  597.  
  598. {block:IfHoverTags}
  599. padding-top: 5px;
  600. padding-left: 5px;
  601. opacity: 0;
  602. margin: 0;
  603. height: 0;
  604. overflow: hidden;
  605. -webkit-transition: 0.6s ease;
  606. -ms-transition: 0.6s ease;
  607. -moz-transition: 0.6s ease;
  608. -o-transition: 0.6s ease;
  609. transition: 0.6s ease;
  610. {/block:IfHoverTags}
  611.  
  612. {block:IfHideTagsAlways}
  613. display: none;
  614. opacity: 0;
  615. z-index: -1;
  616. overflow: hidden;
  617. {/block:IfHideTagsAlways}
  618. }
  619.  
  620.  
  621. {block:IfShowTagsOnlyOnPermalink}
  622. .tags {
  623. display: none;
  624. opacity: 0;
  625. z-index: -1;
  626. overflow: hidden;
  627. }
  628.  
  629. {block:IfHoverTags}
  630. .posts:hover .perma-tags {
  631. opacity: 1;
  632. overflow: visible;
  633. -webkit-transition: 0.6s ease;
  634. -ms-transition: 0.6s ease;
  635. -moz-transition: 0.6s ease;
  636. -o-transition: 0.6s ease;
  637. transition: 0.6s ease;
  638. }
  639. {/block:IfHoverTags}
  640.  
  641. {/block:IfShowTagsOnlyOnPermalink}
  642.  
  643. {block:IfHoverTags}
  644. .posts:hover .tags {
  645. opacity: 1;
  646. overflow: visible;
  647. -webkit-transition: 0.6s ease;
  648. -ms-transition: 0.6s ease;
  649. -moz-transition: 0.6s ease;
  650. -o-transition: 0.6s ease;
  651. transition: 0.6s ease;
  652. }
  653. {/block:IfHoverTags}
  654.  
  655. {block:IfHoverTags}
  656. .posts:hover .perma-tags {
  657. opacity: 1;
  658. overflow: visible;
  659. -webkit-transition: 0.6s ease;
  660. -ms-transition: 0.6s ease;
  661. -moz-transition: 0.6s ease;
  662. -o-transition: 0.6s ease;
  663. transition: 0.6s ease;
  664. }
  665. {/block:IfHoverTags}
  666.  
  667. .tags .comma:last-child,
  668. .perma-tags .comma:last-child {
  669. display: none;
  670. }
  671.  
  672.  
  673. /*----------post notes---------*/
  674.  
  675. .perma-notes {
  676. margin-top: 20px;
  677. display: block;
  678. }
  679.  
  680. ol.notes {
  681. padding: 0;
  682. margin: 25px 0 0 10px;
  683. list-style-type: none;
  684. border-bottom: solid 1px #eeeeee;
  685. }
  686.  
  687. ol.notes li.note {
  688. border-bottom: solid 1px #eeeeee;
  689. padding: 10px;
  690. }
  691.  
  692. ol.notes li.note img.avatar {
  693. vertical-align: top;
  694. margin-right: 10px;
  695. width: 16px;
  696. height: 16px;
  697. }
  698.  
  699. ol.notes li.note span.action {
  700. vertical-align: text-top;
  701. line-height: 16px;
  702. }
  703.  
  704. ol.notes li.note span.action a {
  705. font-style: italic;
  706. }
  707.  
  708. ol.notes li.note .answer_content {
  709. font-weight: normal;
  710. }
  711.  
  712. ol.notes li.note blockquote {
  713. border-color: #f2f2f2;
  714. padding: 4px 0 4px 40px;
  715. margin: 10px 0 0 0;
  716. text-align: center;
  717. }
  718.  
  719. ol.notes li.note blockquote a {
  720. text-decoration: none;
  721. }
  722.  
  723.  
  724.  
  725. /*-------- C -------------*/
  726.  
  727. .c {
  728. display: inline-block;
  729. position: fixed;
  730. right: 10px;
  731. bottom: 10px;
  732. cursor: default;
  733. z-index: 10;
  734. }
  735.  
  736. .c a {
  737. border: 1px solid #bbbbbb;
  738. font: 8px 'Brutal Type', 'Helvetica Neue', sans-serif;
  739. color: #bbbbbb;
  740. font-style: italic;
  741. padding: 4px;
  742. text-align: center;
  743. }
  744.  
  745. .c a:hover {
  746. cursor: pointer;
  747. color: #bbbbbb;
  748. -webkit-transition: 0.6s ease;
  749. -ms-transition: 0.6s ease;
  750. -moz-transition: 0.6s ease;
  751. -o-transition: 0.6s ease;
  752. transition: 0.6s ease;
  753. }
  754.  
  755. /*----------image fade---------*/
  756.  
  757. {block:ifImageFade}
  758. .photo,
  759. .photoset,
  760. .panorama,
  761. .post div,
  762. .posts img,
  763. blockquote img {
  764. opacity: 0.8;
  765. -webkit-transition: 0.6s ease;
  766. -ms-transition: 0.6s ease;
  767. -moz-transition: 0.6s ease;
  768. -o-transition: 0.6s ease;
  769. transition: 0.6s ease;
  770. }
  771. {/block:ifImageFade}
  772.  
  773. {block: IfImageFade}
  774. .photo:hover,
  775. .photoset:hover,
  776. .panorama:hover,
  777. .post div:hover,
  778. .posts:hover img,
  779. .caption:hover img {
  780. opacity: 1;
  781. }
  782. {/block: IfImageFade}
  783.  
  784. </style>
  785. </head>
  786.  
  787. <body>
  788. <div class="container">
  789.  
  790. <div class="c">
  791. <a title="theme" href="http://stormborn-themes.tumblr.com/" target="_blank">T-S</a></div>
  792.  
  793.  
  794. <div class="sidebar-wrapper">
  795. {block:IfnotShowSidebarImage}
  796. <div class="description">{Description}</div>
  797. {/block:IfnotShowSidebarImage}
  798.  
  799. {block:IfShowSidebarImage}
  800. <div class="sidebar-image">
  801.  
  802. <div class="hover-zone">
  803. <div class="description">{Description}</div>
  804. <a href="/"><img src="{image:Sidebar Image}" class="sidebar-img"></a>
  805. </div>
  806.  
  807. </div>
  808. {/block:IfShowSidebarImage}
  809.  
  810. <div class="sidebar">
  811.  
  812. <div class="sidetitle"><a href="/">{Title}</a></div>
  813.  
  814. <div class="links">
  815.  
  816. <a href="{text:Link 1 URL}" title="{text:Link1}">{text:Link 1}</a>
  817.  
  818. <a href="{text:Link 2 URL}" title="{text:Link2}">{text:Link 2}</a>
  819.  
  820. <a href="{text:Link 3 URL}" title="{text:Link3}">{text:Link 3}</a>
  821.  
  822. <a href="{text:Link 4 URL}" title="{text:Link4}">{text:Link 4}</a>
  823.  
  824. <a href="{text:Link 5 URL}" title="{text:Link5}">{text:Link 5}</a>
  825.  
  826. <a href="{text:Link 6 URL}" title="{text:Link6}">{text:Link 6}</a>
  827. <p>
  828. </div>
  829.  
  830. {block:NextPage}
  831. <a href="{NextPage}" title="{text:Next}" class="pagination">{text:Next}</a>
  832. {/block:NextPage}
  833.  
  834. {block:PreviousPage}
  835. <a href="{PreviousPage}" title="{text:Prev}" class="pagination">{text:Prev}</a>
  836. {/block:PreviousPage}
  837.  
  838.  
  839. </div>
  840. </div>
  841.  
  842. {block:IfInfiniteScroll}
  843. <div class="autopagerize_page_element">
  844. {/block:IfInfiniteScroll}
  845.  
  846. <div class="entries">
  847. {block:Posts}
  848. <div class="posts">
  849.  
  850. {block:Text}
  851. <h1>{block:Title}{Title}{/block:Title}</h1>
  852. {Body}{/block:Text}
  853.  
  854.  
  855. {block:Photo}
  856. {block:ifnot400px}<img src="{PhotoURL-500}"/>{/block:ifnot400px}
  857. {block:if400px}<img src="{PhotoURL-400}"/>{/block:if400px}
  858. {block:Caption}{Caption}{/block:Caption}
  859. {/block:Photo}
  860.  
  861.  
  862. {block:Photoset}
  863. {block:ifnot400px}{Photoset-500}{/block:ifnot400px}
  864. {block:if400px}{Photoset-400}{/block:if400px}
  865. {block:Caption}{Caption}{/block:Caption}
  866. {/block:Photoset}
  867.  
  868.  
  869. {block:Quote}
  870. <div class="quote">"{Quote}"</div>
  871. {block:Source}<div class="quotesource"> — {Source}</div>
  872. {/block:Source}{/block:Quote}
  873.  
  874.  
  875. {block:Link}
  876. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  877. {block:Description}{Description}{/block:Description}
  878. {/block:Link}
  879.  
  880.  
  881. {block:Chat}
  882. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  883. {/block:Chat}
  884.  
  885.  
  886. {block:Audio}
  887. {block:AudioPlayer}
  888. <div class="audiowrapper">
  889. <div class="playerbuttonbg">
  890. <div class="playerbutton">
  891. <div class="playerbuttonhug">
  892. {AudioPlayerWhite}
  893. </div></div></div>
  894.  
  895. <div class="trackdetails">
  896. {block:TrackName}{TrackName}{/block:TrackName}<br>
  897.  
  898. {block:Artist}{Artist}{/block:Artist}<br>
  899.  
  900. </div>
  901.  
  902. </div>
  903. {/block:AudioPlayer}
  904.  
  905. {block:Caption}
  906. <div class="caption">{Caption}</div>
  907. {/block:Caption}
  908. {/block:Audio}
  909.  
  910.  
  911. {block:Video}
  912. {block:ifnot400px}{Video-500}{/block:ifnot400px}
  913. {block:if400px}{Video-400}{/block:if400px}
  914. {block:Caption}{Caption}{/block:Caption}
  915. {/block:Video}
  916.  
  917.  
  918. {block:Answer}
  919. <div class="question">
  920. <div class="asker"><b>{Asker} said:</b></div>
  921. {Question}</div><br>
  922. <div class="answer">
  923. {Answer}</div>
  924. {/block:Answer}
  925.  
  926. {block:IndexPage}
  927. <div class="info">
  928. {block:Date}
  929. <a href="{Permalink}" class="note-count">{NoteCountWithLabel}</a>
  930.  
  931. -
  932.  
  933. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  934. </div>
  935.  
  936. {block:HasTags}
  937. <div class="tags">
  938. {block:Tags}
  939. <a href="{TagURL}">{Tag}</a><span class="comma">,&nbsp;</span>
  940. {/block:Tags}
  941. </div>
  942. {/block:HasTags}
  943. {/block:Date}
  944. {/block:IndexPage}
  945.  
  946.  
  947. {block:PermalinkPage}
  948. <div class="info">
  949. {block:Date}
  950.  
  951. <a href="{Permalink}" class="time" >{TimeAgo}</a>
  952.  
  953. -
  954.  
  955. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  956.  
  957. {block:RebloggedFrom}
  958. <a href="{ReblogParentURL}" title="{lang:Reblogged from ReblogParentName}" title="{ReblogParentName}" target="_blank" class="via">via</a>
  959. {/block:RebloggedFrom}
  960.  
  961. {/block:Date}
  962. </div>
  963.  
  964. {block:HasTags}
  965. <div class="perma-tags">
  966. {block:Tags}
  967. <a href="{TagURL}">{Tag}</a><span class="comma">,&nbsp;</span>
  968. {/block:Tags}
  969. </div>
  970. {/block:HasTags}
  971.  
  972. {/block:PermalinkPage}
  973. </div>
  974.  
  975. {block:PostNotes}
  976. {PostNotes}
  977. {/block:PostNotes}
  978.  
  979.  
  980. {/block:Posts}
  981.  
  982. {block:IfInfiniteScroll}
  983. </div>
  984. {/block:IfInfiniteScroll}
  985.  
  986. {block:ContentSource}
  987. {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  988. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  989. {/block:SourceLogo}
  990. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
  991. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  992.  
  993. </body>
  994.  
  995. </div></div></div></div></div></div></div></div></div></div></div>
  996. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement