Advertisement
royalperrie

theme #019: wonderland

Nov 3rd, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.35 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.  
  15. <!---- theme by punkirwins. feel free to edit as much as you want, but dont remove the credit. love ya x--->
  16.  
  17.  
  18.  
  19. <meta name="image:sidebar" content=""/>
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22.  
  23. <meta name="color:Text" content="#6a6a6a"/>
  24.  
  25. <meta name="color:Link" content="#6a6a6a"/>
  26.  
  27. <meta name="color:border" content="#eeeeee"/>
  28.  
  29. <meta name="color:Link hover" content="#b8b8b8"/>
  30.  
  31. <meta name="color:links" content="#666666"/>
  32.  
  33. <meta name="color:postline" content="#ebebeb"/>
  34.  
  35.  
  36.  
  37. <meta name="text:2nd title" content="">
  38.  
  39. <meta name="text:linkA" content="">
  40.  
  41. <meta name="text:linkA url" content="/">
  42.  
  43. <meta name="text:linkB" content="">
  44.  
  45. <meta name="text:linkB url" content="/">
  46.  
  47. <meta name="text:linkC" content="">
  48.  
  49. <meta name="text:linkC url" content="/">
  50.  
  51. <meta name="text:linkD" content="">
  52.  
  53. <meta name="text:linkD url" content="/">
  54.  
  55. <meta name="text:linkE" content="">
  56.  
  57. <meta name="text:linkE url" content="/">
  58.  
  59. <style type="text/css">
  60.  
  61. #s-m-t-tooltip {/* tutorial by meem.co.vu */
  62.  
  63. max-width:300px;
  64.  
  65. padding:4px 4px 4px 4px;
  66.  
  67. margin:20px 0px 0px 20px;
  68.  
  69. background-color:#fff; /* change the background color */
  70.  
  71. border:0px solid #ddd; /* change the border color */
  72.  
  73. font-family:lao ui; /* change the font */
  74.  
  75. font-size:10px; /* change the font size */
  76.  
  77. letter-spacing:2px; /* change the letter spacing */
  78.  
  79. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  80.  
  81. color:black; /* change the text color */
  82.  
  83. z-index:999999999999999999999999999999999999;
  84.  
  85. }
  86.  
  87. body {
  88.  
  89. background:{color:background};
  90.  
  91. margin:0px;
  92.  
  93. color:{color:text};
  94.  
  95. font-size:9px;
  96.  
  97. line-height:100%;
  98.  
  99. }
  100.  
  101.  
  102.  
  103. a {
  104.  
  105. text-decoration:none;
  106.  
  107. outline:none;
  108.  
  109. -moz-outline-style:none;
  110.  
  111. color:{color:links};
  112.  
  113. -moz-transition-duration:0.5s;
  114.  
  115. -webkit-transition-duration:0.5s;
  116.  
  117. -o-transition-duration:0.5s;
  118.  
  119. }
  120.  
  121.  
  122.  
  123. a:hover{
  124.  
  125. color:{color:link hover};
  126.  
  127. font-style:italic;
  128.  
  129. -moz-transition-duration:0.5s;
  130.  
  131. -webkit-transition-duration:0.5s;
  132.  
  133. -o-transition-duration:0.5s;}
  134.  
  135.  
  136.  
  137. img {
  138.  
  139. border:none;
  140.  
  141. }
  142.  
  143.  
  144.  
  145. blockquote {
  146.  
  147. padding-left:5px;
  148.  
  149. border-left:2px solid;
  150.  
  151. }
  152.  
  153.  
  154.  
  155. blockquote blockquote {
  156.  
  157. padding-left:5px;
  158.  
  159. border-left:2px solid;
  160.  
  161. }
  162.  
  163.  
  164.  
  165. h1 {
  166.  
  167. font-size:10px;
  168.  
  169. }
  170.  
  171.  
  172.  
  173.  
  174.  
  175. #entries {
  176.  
  177. padding:10px;
  178.  
  179. width:500px;
  180.  
  181. margin-left:240px;
  182.  
  183. margin-top:0px;
  184.  
  185. padding:0px;
  186.  
  187. }
  188.  
  189.  
  190.  
  191. #post {
  192.  
  193. width:500px;
  194. font-family:lao ui;
  195.  
  196. }
  197.  
  198.  
  199. #sidebar {
  200. width:245px;
  201. position:fixed;
  202. margin-left:820px;
  203. margin-top:190px;
  204. }
  205.  
  206.  
  207. #sidebarimage {
  208. width 170px;
  209. margin-top:-15px;
  210. }
  211.  
  212. #sidebarimage img {
  213. width:245px;
  214. }
  215.  
  216. #description {
  217. width:245px;
  218. margin-top:8px;
  219. margin-left:0px;
  220. line-height:13px;
  221. text-align:center;
  222. font-family:lao ui;
  223. font-size:11px;
  224. }
  225.  
  226.  
  227.  
  228.  
  229. #links {
  230. margin-top:5px;
  231. margin-left:0px;
  232. font-size:11px;
  233. text-transform:normal;
  234. text-align:center;
  235. letter-spacing:0px;
  236. line-height:100%;
  237. width:245px;
  238. font-family:lao ui;
  239.  
  240. }
  241.  
  242.  
  243. #links a{
  244. padding:3px;
  245. color:{color:link};
  246. letter-spacing:0px;
  247. text-decoration:none;
  248. -moz-transition-duration:1s;
  249. -webkit-transition-duration:1s;
  250. -o-transition-duration:1s;
  251. }
  252.  
  253. #links a:hover{
  254. font-style:normal;
  255. color:{color:link hover};
  256. -moz-transition-duration:1s;
  257. -webkit-transition-duration:1s;
  258. -o-transition-duration:1s;
  259. }
  260.  
  261.  
  262.  
  263. #titleline {
  264. color:black;
  265. font-weight:2000;
  266. margin-top:-15px;
  267. letter-spacing:-1px;
  268. }
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275. .caption {
  276.  
  277. width:500px;
  278.  
  279. text-align:justify;
  280.  
  281. line-height:120%;
  282.  
  283. }
  284.  
  285.  
  286.  
  287. .ask {
  288.  
  289. padding:10px;
  290.  
  291. text-align:left;
  292.  
  293. color:{color:text};
  294.  
  295. background-color:#eee;
  296.  
  297. border-bottom:1px solid #eee;
  298.  
  299. }
  300.  
  301.  
  302.  
  303. .ans {
  304.  
  305. text-align:left;
  306.  
  307. padding:10px;
  308.  
  309. color:{color:text};
  310.  
  311. }
  312.  
  313.  
  314.  
  315. .audio {
  316.  
  317. width:500px;
  318.  
  319. padding-bottom:10px;
  320.  
  321. background-color:{color:infobg};
  322.  
  323. }
  324.  
  325.  
  326.  
  327. .albumart {
  328.  
  329. float:left;
  330.  
  331. padding:0px 10px 10px 0px;
  332.  
  333. }
  334.  
  335.  
  336.  
  337. .albumart img {
  338.  
  339. width:45px;
  340.  
  341. height:45px;
  342.  
  343. }
  344.  
  345.  
  346.  
  347. .playercontainer {
  348.  
  349. text-align:left;
  350.  
  351. padding:10px;
  352.  
  353. background-color:#ffffff;
  354.  
  355. width:480px;
  356.  
  357. }
  358.  
  359.  
  360.  
  361. .audioinfo {
  362.  
  363. padding:10px;
  364.  
  365.  
  366. color:{color:text};
  367.  
  368. }
  369.  
  370.  
  371.  
  372. #postinfo {
  373.  
  374. text-align:left;
  375.  
  376. padding-top:3px;
  377.  
  378. margin-top:2px;
  379.  
  380. margin-bottom:10px;
  381.  
  382. margin-left:0px;
  383.  
  384. text-transform: lowercase;
  385.  
  386. letter-spacing:0px;
  387. text-align:left;
  388.  
  389. font-size:10px;
  390.  
  391. line-height: 10px;
  392.  
  393. color:{color:link};
  394.  
  395. width:500px;
  396.  
  397. font-family:calibri;
  398.  
  399.  
  400. }
  401.  
  402.  
  403.  
  404. #postinfo a {
  405.  
  406. color:{color:links};
  407.  
  408. text-align:center;
  409.  
  410. font-style:normal;
  411.  
  412.  
  413. }
  414.  
  415.  
  416.  
  417. #postinfo a:hover {
  418.  
  419. color:{color:hover};
  420.  
  421. }
  422.  
  423. #postline {
  424. content:'';
  425. position:relative;
  426. width:500px;
  427. height:1px;
  428. margin-top:-5px;
  429. left:0px;
  430. background:{color:postline};
  431. }
  432.  
  433.  
  434.  
  435. #sourceinfo {
  436.  
  437. text-align:right;
  438.  
  439. padding-top:3px;
  440.  
  441. margin-top:-8px;
  442.  
  443. margin-left:5px;
  444.  
  445. margin-bottom:10px;
  446.  
  447. text-transform: lowercase;
  448.  
  449. letter-spacing:0px;
  450. text-align:right;
  451.  
  452. font-size:9px;
  453.  
  454. line-height: 0px;
  455.  
  456. color:{color:link};
  457.  
  458. font-family:calibri;
  459.  
  460.  
  461. }
  462.  
  463.  
  464.  
  465. #sourceinfo a {
  466.  
  467. color:{color:link};
  468.  
  469. text-align:center;
  470.  
  471. font-style:normal;
  472.  
  473.  
  474. }
  475.  
  476.  
  477.  
  478. #sourceinfo a:hover {
  479.  
  480. color:{color:hover};
  481.  
  482. }
  483.  
  484.  
  485.  
  486.  
  487.  
  488. .note {
  489.  
  490. text-transform:lowercase;
  491.  
  492. font-style:normal;
  493.  
  494. letter-spacing:0px;
  495.  
  496. font-size: 9px;
  497.  
  498. text-align:left;
  499.  
  500. line-height:90%;
  501.  
  502. margin-left:-40px;
  503.  
  504. }
  505.  
  506.  
  507.  
  508. .note li {
  509.  
  510. list-style-type:none;
  511.  
  512. border-bottom:1px solid {color:border};
  513.  
  514. padding:10px 25px 10px 25px;
  515.  
  516. text-align:left;
  517.  
  518. margin:0px;
  519.  
  520. -moz-transition-duration:0.5s;
  521.  
  522. -webkit-transition-duration:0.5s;
  523.  
  524. -o-transition-duration:0.5s;
  525.  
  526. }
  527.  
  528.  
  529.  
  530. .tags {
  531.  
  532. font-style:normal;
  533.  
  534. width:500px;
  535.  
  536. text-transform:uppercase;
  537.  
  538. font-style:normal;
  539.  
  540. color:{color:tags};
  541.  
  542. letter-spacing:2px;
  543.  
  544. line-height:30%;
  545.  
  546. font-size:8px;
  547.  
  548. text-align:left;
  549.  
  550. padding:2px;
  551.  
  552. -moz-transition-duration:0.5s;
  553.  
  554. -webkit-transition-duration:0.5s;
  555.  
  556. -o-transition-duration:0.5s;
  557.  
  558. }
  559.  
  560.  
  561.  
  562. .tags a {
  563.  
  564. color:{color:tags};
  565.  
  566. letter-spacing:1px;
  567.  
  568. padding:1px;
  569.  
  570. }
  571.  
  572.  
  573.  
  574. .tags a:hover {
  575.  
  576. color:{color:link};
  577.  
  578. }
  579.  
  580.  
  581. ul.chat, .chat ol, .chat li {
  582.  
  583. list-style:none;
  584.  
  585. margin:0px;
  586.  
  587. padding:2px;
  588.  
  589. }
  590.  
  591.  
  592.  
  593. .label {
  594.  
  595. text-decoration:underline;
  596.  
  597. font-weight:300;
  598.  
  599. background-color:{color:infobg};
  600.  
  601. margin-right:5px;
  602.  
  603. }
  604.  
  605.  
  606.  
  607.  
  608. .user_1 .label {color:{color:text}; font-weight:bold}
  609.  
  610. .user_2 .label {color:{color:link}; font-weight:bold}
  611.  
  612. .user_3 .label {color:{color:text}; font-weight:bold}
  613.  
  614. .user_4 .label {color:{color:link}; font-weight:bold}
  615.  
  616. .user_5 .label {color:{color:text}; font-weight:bold}
  617.  
  618. .user_6 .label {color:{color:link}; font-weight:bold}
  619.  
  620. ul.chat, .chat ol, .chat li {list-style:none; padding:2px}
  621.  
  622.  
  623.  
  624. {CustomCSS}</style>
  625. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  626.  
  627. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  628. <!--tutorial by meem.co.vu-->
  629. <script>
  630.  
  631. (function($){
  632.  
  633. $(document).ready(function(){
  634.  
  635. $("a[title]").style_my_tooltips({
  636.  
  637. tip_follows_cursor:true,
  638.  
  639. tip_delay_time:90,
  640.  
  641. tip_fade_speed:600,
  642.  
  643. attribute:"title"
  644.  
  645. });
  646.  
  647. });
  648.  
  649. })(jQuery);
  650.  
  651. </script>
  652. </head><body>
  653.  
  654.  
  655. <div id="sidebar">
  656.  
  657.  
  658. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  659.  
  660. <div id="links">
  661. {block:PreviousPage}<a href="{PreviousPage}">-</a> {/block:PreviousPage}
  662. <a title="{text:linkA}"href="{text:linkA url}">01</a>
  663. <a title="{text:linkB}"href="{text:linkB url}">02</a>
  664. <a title="{text:linkC}"href="{text:linkC url}">03</a>
  665. <a title="{text:linkD}"href="{text:linkD url}">04</a>
  666. <a title="{text:linkE}"href="{text:linkE url}">05</a>
  667. {block:NextPage}
  668. <a href="{NextPage}">+</a>
  669. {/block:NextPage}
  670.  
  671. </div>
  672.  
  673.  
  674.  
  675.  
  676.  
  677. <div id="description">{Description}</div>
  678.  
  679.  
  680.  
  681.  
  682.  
  683. </div>
  684.  
  685.  
  686.  
  687. <div id="entries">
  688.  
  689.  
  690. {block:Posts}
  691. <div id="post"><br><br><br><br><br><br>
  692.  
  693.  
  694.  
  695. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  696.  
  697.  
  698.  
  699. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  700.  
  701.  
  702.  
  703. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  704.  
  705. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  706.  
  707.  
  708.  
  709. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}
  710.  
  711. {Caption}{/block:Caption}{/block:Photo}
  712.  
  713.  
  714.  
  715. {block:Photoset}<center>{Photoset-500}</center>
  716.  
  717. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  718.  
  719.  
  720. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  721.  
  722.  
  723.  
  724. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  725.  
  726.  
  727.  
  728. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  729.  
  730.  
  731. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  732.  
  733. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  734.  
  735. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  736.  
  737. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  738.  
  739. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746. <div id="postinfo">
  747.  
  748.  
  749. <div id="postline"></div>
  750. <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonth}</a> {/block:Date}
  751.  
  752. <a href="{Perimalink}">- <a href="{Permalink}">{NoteCount} notes</a>
  753.  
  754. {block:RebloggedFrom}- <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  755.  
  756. {block:ContentSource}- <a href="{SourceURL}"> source <a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}</a>
  757.  
  758.  
  759. <div id="tags" st>
  760.  
  761. {block:HasTags}<div id="tags">{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  762.  
  763.  
  764. </div>
  765.  
  766. {/block:Posts}
  767.  
  768. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  769.  
  770.  
  771. {/block:Posts}</div></div></div>
  772.  
  773.  
  774.  
  775.  
  776.  
  777. </div>
  778.  
  779.  
  780.  
  781.  
  782.  
  783. </div>
  784.  
  785. </div>
  786.  
  787. </div>
  788.  
  789. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  790. <script type="text/javascript">
  791. window.onload = function() {
  792. $('iframe.photoset').contents().find('.photoset_row').attr("style", "width:500px; margin-bottom: -4px;");
  793. $('iframe.photoset').contents().find('.photoset_row').find('img').attr("style", "width:500px;");
  794. $('iframe.photoset').contents().find('.photoset_row_2').find('img').attr("style", "width:245px; margin-right: 0px;");
  795. $('iframe.photoset').contents().find('.photoset_row_3').find('img').attr("style", "width:160px; margin-right: 0px;");
  796. }
  797. </script>
  798.  
  799. </body>
  800.  
  801.  
  802.  
  803. <div style="position:fixed; bottom:10px; right:10px; font-size:13px; font-family:Bell MT; font-style:italic;">
  804.  
  805. <a href="http://punkirwins.tumblr.com">pi.</a>
  806.  
  807. </div>
  808.  
  809. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement