Advertisement
kalder

Theme #16 - Whatever People Say I Am, That's What I'm Not

Mar 27th, 2015
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.04 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head><title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{Favicon}">
  8.  
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13.  
  14. <!---- Theme #16 - Whatever People Say I Am, That's What I'm Not by stlles, don't copy/repost. protected over creative commons license. --->
  15.  
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Mrs+Saint+Delafield' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21.  
  22. <meta name="color:Text" content="#838282"/>
  23.  
  24. <meta name="color:Link" content="#b8b8b8"/>
  25.  
  26. <meta name="color:Link hover" content="#b8b8b8"/>
  27.  
  28. <meta name="image:sidebar" content=""/>
  29.  
  30. <meta name="color:Accent" content=""/>
  31.  
  32. <meta name="text:Sidebar Title" content=""/>
  33.  
  34.  
  35. <meta name="text:linkA" content="">
  36.  
  37. <meta name="text:linkA url" content="/">
  38.  
  39. <meta name="text:linkB" content="">
  40.  
  41. <meta name="text:linkB url" content="/">
  42.  
  43. <meta name="text:linkC" content="">
  44.  
  45. <meta name="text:linkC url" content="/">
  46.  
  47. <meta name="text:linkD" content="">
  48.  
  49. <meta name="text:linkD url" content="/">
  50.  
  51.  
  52. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  53.  
  54.  
  55.  
  56.  
  57. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  58. <script>
  59. (function($){
  60. $(document).ready(function(){
  61. $("[title],a[title],img[title]").style_my_tooltips({
  62. tip_follows_cursor:true,
  63. tip_delay_time:100,
  64. tip_fade_speed:300,
  65. attribute:"title"
  66. });
  67. });
  68. })(jQuery);
  69. </script>
  70.  
  71.  
  72.  
  73. <style type="text/css">
  74.  
  75.  
  76.  
  77.  
  78.  
  79. body {
  80. font-family: 'Arial';
  81.  
  82. background:{color:background};
  83.  
  84. margin:0px;
  85.  
  86. color:{color:text};
  87.  
  88. font-size:9px;
  89.  
  90. line-height:100%;
  91.  
  92. }
  93.  
  94.  
  95.  
  96. a {
  97.  
  98. text-decoration:none;
  99.  
  100. outline:none;
  101.  
  102. -moz-outline-style:none;
  103.  
  104. color:{color:link};
  105. -moz-transition-duration:0.3s;
  106. -webkit-transition-duration:0.3s;
  107. -o-transition-duration:0.3s;
  108.  
  109. }
  110.  
  111.  
  112.  
  113. a:hover{
  114.  
  115. color:{color:link hover};
  116. -moz-transition-duration:0.3s;
  117. -webkit-transition-duration:0.3s;
  118. -o-transition-duration:0.3s;
  119.  
  120. }
  121.  
  122.  
  123.  
  124. img {
  125.  
  126.  
  127. border:none;
  128.  
  129. }
  130.  
  131.  
  132. #s-m-t-tooltip {
  133. z-index:999999999999999999999999;
  134. padding:3px 4px 4px 5px;
  135. line-heigt:80%;
  136. margin: 1px 0px 0px 20px;
  137. bo-shadow:1px 1px 3px rgba(0,0,0, .1);
  138. border-radius:2px;
  139.  
  140. display: none;
  141. font: 8px calibri;
  142. text-align: center;
  143. position: absolute;
  144. letter-spacing: 1px;
  145. background: rgba(0,0,0,.4);
  146. color: white;
  147. text-transform: uppercase;
  148. font-styl:italic;
  149. }
  150. #s-m-t-tooltip:after {
  151. content: "";
  152. position: absolute;
  153. width: 0;
  154. height: 0;
  155. border-width: 5px;
  156. border-style: solid;
  157. border-color:transparent rgba(0,0,0,.4) transparent transparent;
  158. top: 3px;
  159. left: -10px;
  160. }
  161.  
  162.  
  163.  
  164. blockquote {
  165. font-size: 9px;
  166.  
  167. padding-left:10px;
  168. margin-left:10px;
  169.  
  170. border-left:2px solid;
  171.  
  172. }
  173.  
  174.  
  175.  
  176. h3{
  177. font-family:arial;
  178. font-size:20px;
  179. font-weight:bold;
  180. line-height:20px;
  181. color:#000;
  182. }
  183.  
  184.  
  185.  
  186. h1 {
  187.  
  188. font-size:10px;
  189.  
  190. }
  191.  
  192.  
  193.  
  194.  
  195.  
  196. #entries {
  197.  
  198. padding:10px;
  199.  
  200. width:500px;
  201.  
  202. margin-left:580px;
  203.  
  204. margin-top:0px;
  205.  
  206. padding:0px;
  207.  
  208. }
  209.  
  210.  
  211.  
  212.  
  213. .post {
  214.  
  215. width:250px;
  216. margin-top: 73px ;
  217. background: #fff;
  218. padding: 10px;
  219.  
  220.  
  221. }
  222.  
  223.  
  224.  
  225. #sidebar {
  226. width:245px;
  227. position:fixed;
  228. margin-left:260px;
  229. margin-top:105px;
  230. background: #ffffff;
  231. padding: 10px;
  232.  
  233.  
  234. }
  235.  
  236.  
  237.  
  238. #sidebarimage {
  239. width:30px;
  240. margin-top:-23px;
  241. position:fixed;
  242. margin-left:13px;
  243. z-index:99999999;
  244.  
  245. }
  246.  
  247. #sidebarimage img {
  248. border-radius:100%;
  249. border:2px solid #fff;
  250. width:30px;
  251.  
  252. }
  253.  
  254.  
  255. #pagbox{
  256.  
  257. width: 148px;
  258. font-family:consolas;
  259. font-size:12px;
  260. top: 20px;
  261. font-weight:bold;
  262. margin-left: 65px;
  263. position: static;
  264. padding: 5px;
  265. z-index: 999999999999999999999999999999999999;
  266. }
  267.  
  268. #pagbox a{
  269. color: #000;
  270.  
  271. font-size: 8px;
  272.  
  273. }
  274.  
  275. #description {
  276.  
  277.  
  278. width:185px;
  279. font-family:helvetica;
  280. text-align:center;
  281. font-size:9px;
  282. margin-top:-9px;
  283. margin-left:-13px;
  284. position:relative;
  285. line-height: 140%;
  286. padding:5px;
  287.  
  288. color:#000;
  289.  
  290.  
  291.  
  292.  
  293. letter-spacing:0px;
  294.  
  295.  
  296.  
  297. }
  298.  
  299. #border1{
  300. border-top:1px solid #ddd;
  301. margin-top:4px;
  302. width:100px;
  303. }
  304.  
  305.  
  306.  
  307.  
  308. #links {
  309.  
  310. color: #000;
  311. text-transform: lowercase;
  312. font-family: arial; letter-spacing: 0px; font-weight:normal; font-style:normal; font-size:9px;
  313.  
  314. margin-top:0px;
  315. width:125px;
  316. text-align:right;
  317. margin-left:44px;
  318.  
  319. padding-bottom: 5px;
  320. padding-top:8px;
  321.  
  322.  
  323. }
  324.  
  325.  
  326.  
  327. #links a {
  328. color: #000;
  329.  
  330. font-family: arial; letter-spacing: 0px; font-weight:normal; font-size:9px;
  331.  
  332.  
  333.  
  334. padding: 2px;
  335. -webkit-transition:all 0.2s ease-in-out;
  336. -moz-transition:all 0.2s ease-in-out;
  337. -o-transition:all 0.2s ease-in-out;
  338. transition:all 0.2s ease-in-out;
  339.  
  340.  
  341.  
  342. }
  343.  
  344.  
  345. #links a:hover {
  346.  
  347. color: {color:Accent};
  348.  
  349. padding: 2px;
  350. -webkit-transition:all 0.2s ease-in-out;
  351. -moz-transition:all 0.2s ease-in-out;
  352. -o-transition:all 0.2s ease-in-out;
  353. transition:all 0.2s ease-in-out;
  354.  
  355.  
  356.  
  357. }
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366. .caption {
  367.  
  368. width:500px;
  369.  
  370. text-align:justify;
  371.  
  372. line-height:120%;
  373.  
  374. }
  375.  
  376.  
  377.  
  378. .ask {
  379.  
  380. padding:10px;
  381.  
  382. text-align:left;
  383.  
  384. color:{color:text};
  385.  
  386. background-color:#eee;
  387.  
  388. border-bottom:1px solid #eee;
  389.  
  390. }
  391.  
  392.  
  393.  
  394. .ans {
  395.  
  396. text-align:left;
  397.  
  398. padding:10px;
  399.  
  400. color:{color:text};
  401.  
  402. }
  403.  
  404.  
  405.  
  406.  
  407. .newplayerbutton {
  408. position: relative;
  409. width: 14px;
  410. height: 15px;
  411. overflow: hidden;
  412. }
  413.  
  414. .playerbuttonhug {
  415. position: absolute;
  416. top: -6px;
  417. left: -6px;
  418. }
  419.  
  420.  
  421. .tumblr_audio_player {
  422. border: none;
  423. padding: 0px;
  424. margin: 0px;
  425. height: 30px;
  426. width: 500px;
  427. }
  428.  
  429. .playerbuttonbg {
  430. position: absolute;
  431. left: 27px;
  432. top: 19px;
  433. width: 15px;
  434. height: 15px;
  435. background-color: #ffffff;
  436. padding: 5px;
  437.  
  438.  
  439. }
  440.  
  441. .playerbuttonbg:hover {
  442. opacity: 1;
  443.  
  444. }
  445.  
  446. .audioimgwrapper {
  447. position: absolute;
  448. left: 15px;
  449. top: 5px;
  450. opacity:0.8;
  451. overflow: hidden;
  452. width: 50px;
  453. height: 50px;
  454. }
  455.  
  456. .audioimgwrapper img {
  457. width: 50px;
  458. height:50px;
  459.  
  460. }
  461.  
  462. .trackdetails {
  463. width: 370px;
  464. display:inline-block;
  465. margin-left: 70px;
  466. min-height: 45px;
  467. margin-top: 10px;
  468. line-height: 10px;
  469. color:#414141;
  470. font-size:8px;
  471. margin-bottom:-20px;
  472. text-transform: uppercase;
  473. font-family: calibri;
  474.  
  475. padding: 5px;
  476. }
  477.  
  478. .audiowrapper {
  479. position: relative;
  480. display:inline-block;
  481.  
  482. width: 480px;
  483. padding: 5px;
  484.  
  485. }
  486.  
  487.  
  488.  
  489. #info {
  490. width:248px;
  491.  
  492. border:{color:accent} solid 2px;
  493.  
  494. margin-top:5px;
  495. margin-left:-11px;
  496. background:{color:accent};
  497. color:#fff;
  498.  
  499. padding-top:10px;
  500. padding-left:10px;
  501. margin-bottom:-10px;
  502. padding-right:10px;
  503. letter-spacing:1px;
  504. padding-bottom:10px;
  505. font-family:'Arial'; text-transform:lowercase;
  506. font-size:9px;
  507.  
  508.  
  509. }
  510.  
  511. #info a {
  512. text-align:center;
  513. color:#fff;
  514. }
  515.  
  516. #info a:hover {
  517. -moz-transition-duration:0.3s;
  518. -webkit-transition-duration:0.3s;
  519. -o-transition-duration:0.3s;
  520. color: {color:link hover};
  521. }
  522.  
  523. #date{
  524. font-family:helvetica';
  525. text-transform:lowercase;
  526. font-size:9px; letter-spacing:0px;
  527. background:{color:accent};
  528. color: #fff;
  529. display: inline;
  530. }
  531. #date a {
  532. color:#fff;
  533.  
  534.  
  535. -moz-transition-duration:0.3s;
  536. -webkit-transition-duration:0.3s;
  537. -o-transition-duration:0.3s;
  538. }
  539.  
  540. #date a:hover {
  541. color: #000;
  542. text-decoration:underline;
  543. -moz-transition-duration:0.3s;
  544. -webkit-transition-duration:0.3s;
  545. -o-transition-duration:0.3s;
  546. }
  547.  
  548.  
  549. #tags{
  550. margin-top:4px;
  551. height:auto;
  552. width:250px;
  553. padding-top:5px;
  554. border-top:#fff solid 1px;
  555. font-family:helvetica;
  556. font-size:9px; letter-spacing:0px;
  557.  
  558. }
  559.  
  560. #tags a:hover{
  561.  
  562. color:#000;
  563. text-decoration:underline;
  564. }
  565.  
  566.  
  567.  
  568. ol.notes {list-style-type:none;}
  569.  
  570. ol.notes li.note {padding-bottom:2px; margin-bottom:2px;}
  571.  
  572. ol.notes li.note img.avatar {border-radius:100%; vertical-align:-5px;}
  573.  
  574. ol.notes li.note img {padding:2px;}
  575.  
  576. ol.notes li.note blockquote {padding-left:5px; margin-left:20px;}
  577.  
  578.  
  579.  
  580.  
  581. .tags {
  582.  
  583. font-style:normal;
  584.  
  585. width:500px;
  586.  
  587. text-transform:uppercase;
  588.  
  589. font-style:normal;
  590.  
  591. color:{color:tags};
  592.  
  593. letter-spacing:2px;
  594.  
  595. line-height:120%;
  596.  
  597. font-size:8px;
  598.  
  599. text-align:left;
  600.  
  601. padding:2px;
  602.  
  603. -moz-transition-duration:0.5s;
  604.  
  605. -webkit-transition-duration:0.5s;
  606.  
  607. -o-transition-duration:0.5s;
  608.  
  609. }
  610.  
  611.  
  612.  
  613. .tags a {
  614.  
  615. color:{color:tags};
  616.  
  617. letter-spacing:1px;
  618.  
  619. padding:1px;
  620.  
  621. }
  622.  
  623.  
  624.  
  625. .tags a:hover {
  626.  
  627. color:{color:link};
  628.  
  629. }
  630.  
  631.  
  632. ul.chat, .chat ol, .chat li {
  633.  
  634. list-style:none;
  635.  
  636. margin:0px;
  637.  
  638. padding:2px;
  639.  
  640. }
  641.  
  642.  
  643.  
  644. .label {
  645.  
  646. text-decoration:underline;
  647.  
  648. font-weight:300;
  649.  
  650. background-color:{color:infobg};
  651.  
  652. margin-right:5px;
  653.  
  654. }
  655.  
  656.  
  657.  
  658.  
  659. .user_1 .label {color:{color:text}; font-weight:bold}
  660.  
  661. .user_2 .label {color:{color:link}; font-weight:bold}
  662.  
  663. .user_3 .label {color:{color:text}; font-weight:bold}
  664.  
  665. .user_4 .label {color:{color:link}; font-weight:bold}
  666.  
  667. .user_5 .label {color:{color:text}; font-weight:bold}
  668.  
  669. .user_6 .label {color:{color:link}; font-weight:bold}
  670.  
  671. ul.chat, .chat ol, .chat li {list-style:none; padding:2px}
  672.  
  673. @font-face { font-family: "basket";src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,}
  674.  
  675.  
  676.  
  677. #s-m-t-tooltip {
  678. z-index:999999999999999999999999;
  679. padding:3px 4px 4px 5px;
  680. line-heigt:80%;
  681. margin: 1px 0px 0px 20px;
  682. bo-shadow:1px 1px 3px rgba(0,0,0, .1);
  683. border-radius:2px;
  684.  
  685. display: none;
  686. font: 8px calibri;
  687. text-align: center;
  688. position: absolute;
  689. letter-spacing: 1px;
  690. background: rgba(0,0,0,.4);
  691. color: white;
  692. text-transform: uppercase;
  693. font-styl:italic;
  694. }
  695. #s-m-t-tooltip:after {
  696. content: "";
  697. position: absolute;
  698. width: 0;
  699. height: 0;
  700. border-width: 5px;
  701. border-style: solid;
  702. border-color:transparent rgba(0,0,0,.4) transparent transparent;
  703. top: 3px;
  704. left: -10px;
  705. }
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712. .one {
  713. background-color:#000000;
  714. width:1px;
  715. height:20px;
  716. border-radius:0px;
  717. margin-top:-15px;
  718. margin-left:53px;
  719. position:absolute;
  720. -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
  721. -moz-transition-duration:0.4s;
  722. -webkit-transition-duration:0.4s;
  723. -o-transition-duration:0.4s;
  724. }
  725.  
  726. #credits:hover .one {
  727. transform:rotate(0deg);
  728. margin-left:62px;
  729. -ms-transform:rotate(0deg);
  730. -webkit-transform:rotate(0deg);
  731. -moz-transition-duration:0.4s;
  732. -webkit-transition-duration:0.4s;
  733. -o-transition-duration:0.4s;
  734. }
  735.  
  736. .two {
  737. background-color:#000000;
  738. width:1px;
  739. height:20px;
  740. border-radius:3px;
  741. margin-top:-15px;
  742. margin-left:53px;
  743. position:absolute;
  744. -webkit-transform:rotate(-45deg);
  745. -moz-transition-duration:0.4s;
  746. -webkit-transition-duration:0.4s;
  747. -o-transition-duration:0.4s;
  748. }
  749.  
  750. #credits:hover .two {
  751. transform:rotate(0deg);
  752. margin-left:-6px;
  753. -ms-transform:rotate(0deg);
  754. -webkit-transform:rotate(0deg);
  755. -moz-transition-duration:0.4s;
  756. -webkit-transition-duration:0.4s;
  757. -o-transition-duration:0.4s;
  758. }
  759.  
  760.  
  761. .text{
  762. opacity:0;
  763. -moz-transition-duration:0.4s;
  764. -webkit-transition-duration:0.4s;
  765. -o-transition-duration:0.4s;
  766. }
  767.  
  768. #credits:hover .text{
  769. opacity:1;
  770. -moz-transition-duration:0.4s;
  771. -webkit-transition-duration:0.4s;
  772. -o-transition-duration:0.4s;
  773.  
  774. }
  775.  
  776.  
  777. #credits{ position:fixed; bottom:10px; right:10px; padding:5px;
  778. font-size:8px;
  779. text-transform: uppercase;
  780. font-family: calibri;
  781.  
  782. color: #000000;
  783.  
  784.  
  785. text-align:center;}
  786.  
  787. #credits a{ color: #000000;}
  788. #credits a:hover{ color: #000000; text-transform: uppercase;}
  789.  
  790.  
  791.  
  792. iframe#tumblr_controls {
  793. margin-top:4px;
  794. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;
  795. }
  796. #tumblr_controls{
  797. position:fixed !important;
  798. -webkit-filter: invert(100%)
  799. }
  800.  
  801.  
  802.  
  803.  
  804. #quest{
  805.  
  806.  
  807. padding: 10px;
  808. width:230px;
  809. color:#000;
  810. font-family:'Arial';
  811. font-size:11px;
  812. text-align: center;
  813.  
  814. line-height: 10px;
  815.  
  816. letter-spacing:2px;
  817. background-color:#F4F4F4;
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824. }
  825.  
  826. #pic{
  827. width:20px;
  828. position:absolute;
  829. margin-top: -10px;
  830. margin-left:-10px;
  831.  
  832. }
  833.  
  834. #name{
  835. display:inline;
  836. line-height:10px;
  837. border-bottom: 2px solid ;
  838. border-color:#ddd;
  839.  
  840. }
  841. #name a{
  842. color:#000;
  843. }
  844.  
  845.  
  846. #title{
  847. text-align:left;
  848. font-family: helvetica;
  849. text-transform:uppercase;
  850. letter-spacing:1px;
  851. width:180px;
  852. font-size:8px;
  853. margin-top:-14px;
  854. background:{color:Accent};
  855. margin-left:-10px;
  856. color:#fff;
  857. position:fixed;
  858. padding:3px;
  859. padding-top:4px;
  860. padding-right:10px;
  861. padding-bottom:3px;
  862.  
  863.  
  864.  
  865. }
  866.  
  867.  
  868. #texttitle{
  869. text-align:left;
  870. font-family: helvetica;
  871. text-transform:uppercase;
  872. letter-spacing:1px;
  873. position:relative;
  874. margin-left:61px;
  875. color:#fff;
  876. font-size:8px;
  877. }
  878.  
  879.  
  880.  
  881.  
  882. pre {
  883. border-left:2px #ae0b02;
  884. white-space: pre-wrap;
  885. white-space: -moz-pre-wrap;
  886. white-space: -pre-wrap;
  887. white-space: -o-pre-wrap;
  888. word-wrap: break-word;
  889. }
  890.  
  891. #borderzita{
  892. border-bottom: 1px solid #eee;
  893. width:116px;
  894. margin-left:52px;
  895. z-index:9;
  896. margin-top:21px;
  897. position:fixed;
  898. }
  899.  
  900.  
  901. .triangle{
  902. width: 0;
  903. height: 0;
  904. border-top: 8px solid transparent;
  905. border-bottom: 8px solid transparent;
  906. position:fixed;
  907. border-left: 8px solid white;
  908. margin-top:-14px;
  909. margin-left:-10px;
  910. z-index:99999999999999999999;
  911. }
  912.  
  913.  
  914. .triangle2{
  915. width: 0;
  916. height: 0;
  917. border-top: 8px solid transparent;
  918. border-bottom: 8px solid transparent;
  919. position:fixed;
  920. border-right: 8px solid white;
  921. margin-top:-14px;
  922. margin-left:175px;
  923. z-index:99999999999999999999;
  924. }
  925.  
  926.  
  927. #topborder{
  928. position:fixed;
  929. width:100%;
  930. height:5px;
  931. background:{color:accent};
  932. top:0;
  933. }
  934.  
  935. ::-webkit-scrollbar {width: 3px; height: 3px; background:transparent;}
  936. ::-webkit-scrollbar-thumb {background-color:{color:accent} ; border: 0px solid black;}
  937.  
  938.  
  939.  
  940.  
  941. {CustomCSS}</style></head><body>
  942.  
  943. <div id="topborder"></div>
  944.  
  945.  
  946.  
  947.  
  948. <div id="sidebar">
  949.  
  950.  
  951. <div id="sidebarimage">
  952.  
  953. <img src="{image:sidebar}">
  954. </div>
  955. <div id="borderzita"></div>
  956. <div class="triangle"></div>
  957. <div class="triangle2"></div>
  958. <div id="title"><div id="texttitle">{text:Sidebar Title}</div></div></a>
  959.  
  960.  
  961. <div id="links">
  962.  
  963.  
  964. <a href="{text:LinkA url}">{text:LinkA}</a>
  965. <a href="{text:LinkB url}">{text:LinkB}</a>
  966. <a href="{text:LinkC url}">{text:LinkC}</a>
  967. <a href="{text:LinkD url}">{text:LinkD}</a>
  968.  
  969. </div>
  970.  
  971.  
  972. <br>
  973.  
  974.  
  975.  
  976.  
  977. <div id="description">{Description}
  978. <br>
  979.  
  980.  
  981.  
  982. </div>
  983.  
  984.  
  985.  
  986.  
  987. <div id="pagbox">
  988.  
  989.  
  990. {block:Pagination}
  991. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  992. {block:JumpPagination length="4"}
  993. {block:CurrentPage}<font style="font-size:8px; color:{color:accent};">{PageNumber}</font>{/block:CurrentPage}
  994. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  995. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  996. {/block:Pagination}
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002. </div>
  1003.  
  1004.  
  1005. </div>
  1006.  
  1007.  
  1008.  
  1009.  
  1010. <div id="entries">
  1011. {block:Posts}
  1012. <div class="post">
  1013.  
  1014. {block:Text}
  1015. <h3>{block:Title}{Title}{/block:Title}</h3>
  1016. {Body}{/block:Text}
  1017.  
  1018. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}
  1019. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1020.  
  1021. {block:Photoset}{Photoset-250}{block:Caption}{Caption}
  1022. {/block:Caption}{/block:Photoset}
  1023.  
  1024. {block:Quote}<h2>"{Quote}"</h2>
  1025. {block:Source}<div class="qsource"> —{Source}</div>
  1026. {/block:Source}{/block:Quote}
  1027.  
  1028. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  1029.  
  1030. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  1031.  
  1032. {block:Audio}{block:AudioPlayer}
  1033. <div class="audiowrapper">
  1034. {block:AlbumArt}
  1035. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1036. {/block:AlbumArt}
  1037.  
  1038. <div class="playerbuttonbg">
  1039. <div class="newplayerbutton">
  1040. <div class="playerbuttonhug">
  1041.  
  1042. {AudioPlayerWhite}
  1043.  
  1044. </div>
  1045. </div>
  1046. </div>
  1047.  
  1048. <div class="trackdetails">
  1049.  
  1050. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  1051. {PlayCountWithLabel}
  1052.  
  1053. </div>
  1054. </div>
  1055. {/block:AudioPlayer}
  1056.  
  1057. {block:Caption}{Caption}{/block:Caption}
  1058. {/block:Audio}<br>
  1059.  
  1060. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1061.  
  1062. {block:Answer}
  1063.  
  1064. <div id="quest"><div id="name">{Asker}</div>: {Question}</div>
  1065. <br>
  1066. {Answer}
  1067. {/block:Answer}
  1068.  
  1069. <div id="info">
  1070. <div id="date"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  1071. <div style="display:inline;
  1072. position:relative;
  1073. text-align:right; width:100px; float:right; color:#000; font-family:'arial'; text-transform:lowercase; background:{color:accent};
  1074. font-size:9px; letter-spacing:1px;"><a href="{Permalink}" title="{Month} {DayOfMonth}{DayOfMonthSuffix}"><img src="http://static.tumblr.com/myyo4hi/6QOnc6dus/clock.png"></a>{block:RebloggedFrom} <a href="{ReblogParentURL}" title="via"><img src="http://static.tumblr.com/myyo4hi/w1knc6dv9/plus.png"></a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}" title="origin"><img src="http://static.tumblr.com/myyo4hi/ylWnc6dvp/user.png"></a>{/block:ContentSource}</div>
  1075.  
  1076. {block:HasTags}
  1077. <br>
  1078. <div id="tags">tagged as:
  1079.  
  1080. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}</div>{block:HasTags}
  1081. </div>
  1082. </div>
  1083. {/block:Posts}
  1084. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  1085.  
  1086.  
  1087.  
  1088. {/block:Posts}</div></div></div>
  1089. <br><br><br><br>
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097. </div>
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103. </div>
  1104.  
  1105. </div>
  1106.  
  1107. </div>
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113. </body>
  1114.  
  1115.  
  1116. <div id="credits">
  1117.  
  1118. <div class="text"><a href="http://stlles.tumblr.com">theme by stlles</a></div>
  1119.  
  1120. <div class="one"></div>
  1121. <div class="two"></div>
  1122.  
  1123. </div>
  1124.  
  1125.  
  1126.  
  1127. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement