Advertisement
royalperrie

theme #012: magic

Apr 25th, 2014
541
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.97 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. <meta name="color:pagination" content="#000000"/>
  36.  
  37.  
  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:3px 4px 5px 4px;
  66.  
  67. margin:20px 0px 0px 20px;
  68.  
  69. background-color:#fff; /* change the background color */
  70.  
  71. border:1px solid #ddd; /* change the border color */
  72.  
  73. font-family:calibri; /* change the font */
  74.  
  75. font-size:9px; /* 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:#999; /* 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:510px;
  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. #title{
  199. font-size:0px;
  200. font-style:italic;
  201. text-align:center;
  202. padding-left:0px;
  203. height:40px;
  204. width:150px;
  205. line-height:40px;
  206.  
  207. }
  208. #sidebar {
  209. width:245px;
  210. position:fixed;
  211. margin-left:220px;
  212. margin-top:130px;
  213. }
  214.  
  215.  
  216. #sidebarimage {
  217. width 170px;
  218. }
  219.  
  220. #sidebarimage img {
  221. width:245px;
  222. }
  223.  
  224. #description {
  225. width:245px;
  226. margin-top:4px;
  227. margin-left:0px;
  228. line-height:13px;
  229. text-align:justify;
  230. font-family:lao ui;
  231. font-size:11px;
  232. }
  233.  
  234.  
  235.  
  236.  
  237. #links {
  238. margin-top:4px;
  239. margin-left:0px;
  240. font-size:22px;
  241. text-transform:normal;
  242. text-align:right;
  243. letter-spacing:2px;
  244. line-height:100%;
  245. width:245px;
  246. font-family:lao ui;
  247.  
  248. }
  249.  
  250.  
  251. #links a{
  252. padding:3px;
  253. color:{color:link};
  254. letter-spacing:0px;
  255. text-decoration:none;
  256. -moz-transition-duration:1s;
  257. -webkit-transition-duration:1s;
  258. -o-transition-duration:1s;
  259. }
  260.  
  261. #links a:hover{
  262. font-style:normal;
  263. -moz-transition-duration:1s;
  264. -webkit-transition-duration:1s;
  265. -o-transition-duration:1s;
  266. }
  267.  
  268. #pagination {
  269. font-size:11px;
  270. margin-top:8px;
  271. text-align:right;
  272. margin-left:0px;
  273. font-style:normal;
  274. font-family:lao ui;
  275. line-height:130%;
  276. width:245px;
  277. letter-spacing:0px;
  278. }
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287. .caption {
  288.  
  289. width:500px;
  290.  
  291. text-align:justify;
  292.  
  293. line-height:120%;
  294.  
  295. }
  296.  
  297.  
  298.  
  299. .ask {
  300.  
  301. padding:10px;
  302.  
  303. text-align:left;
  304.  
  305. color:{color:text};
  306.  
  307. background-color:#eee;
  308.  
  309. border-bottom:1px solid #eee;
  310.  
  311. }
  312.  
  313.  
  314.  
  315. .ans {
  316.  
  317. text-align:left;
  318.  
  319. padding:10px;
  320.  
  321. color:{color:text};
  322.  
  323. }
  324.  
  325.  
  326.  
  327. .audio {
  328.  
  329. width:500px;
  330.  
  331. padding-bottom:10px;
  332.  
  333. background-color:{color:infobg};
  334.  
  335. }
  336.  
  337.  
  338.  
  339. .albumart {
  340.  
  341. float:left;
  342.  
  343. padding:0px 10px 10px 0px;
  344.  
  345. }
  346.  
  347.  
  348.  
  349. .albumart img {
  350.  
  351. width:45px;
  352.  
  353. height:45px;
  354.  
  355. }
  356.  
  357.  
  358.  
  359. .playercontainer {
  360.  
  361. text-align:left;
  362.  
  363. padding:10px;
  364.  
  365. background-color:#ffffff;
  366.  
  367. width:480px;
  368.  
  369. }
  370.  
  371.  
  372.  
  373. .audioinfo {
  374.  
  375. padding:10px;
  376.  
  377. color:{color:text};
  378.  
  379. }
  380.  
  381.  
  382.  
  383. #postinfo {
  384.  
  385. text-align:left;
  386.  
  387. padding-top:3px;
  388.  
  389. margin-top:5px;
  390.  
  391. margin-bottom:10px;
  392.  
  393. text-transform: lowercase;
  394.  
  395. letter-spacing:0px;
  396. text-align:left;
  397.  
  398. font-size:10px;
  399.  
  400. line-height: 10px;
  401.  
  402. color:{color:link};
  403.  
  404. width:500px;
  405.  
  406. font-family:calibri;
  407.  
  408.  
  409. }
  410.  
  411.  
  412.  
  413. #postinfo a {
  414.  
  415. color:{color:links};
  416.  
  417. text-align:center;
  418.  
  419. font-style:normal;
  420.  
  421.  
  422. }
  423.  
  424.  
  425.  
  426. #postinfo a:hover {
  427.  
  428. color:{color:hover};
  429.  
  430. }
  431.  
  432. #postline {
  433. color:{color:postline};
  434. margin-top:-15px;
  435. }
  436.  
  437.  
  438.  
  439. #sourceinfo {
  440.  
  441. text-align:right;
  442.  
  443. padding-top:3px;
  444.  
  445. margin-top:-8px;
  446.  
  447. margin-bottom:10px;
  448.  
  449. text-transform: lowercase;
  450.  
  451. letter-spacing:0px;
  452. text-align:right;
  453.  
  454. font-size:9px;
  455.  
  456. line-height: 0px;
  457.  
  458. color:{color:link};
  459.  
  460. font-family:calibri;
  461.  
  462.  
  463. }
  464.  
  465.  
  466.  
  467. #sourceinfo a {
  468.  
  469. color:{color:link};
  470.  
  471. text-align:center;
  472.  
  473. font-style:normal;
  474.  
  475.  
  476. }
  477.  
  478.  
  479.  
  480. #sourceinfo a:hover {
  481.  
  482. color:{color:hover};
  483.  
  484. }
  485.  
  486.  
  487.  
  488.  
  489.  
  490. .note {
  491.  
  492. text-transform:lowercase;
  493.  
  494. font-style:normal;
  495.  
  496. letter-spacing:0px;
  497.  
  498. font-size: 9px;
  499.  
  500. text-align:left;
  501.  
  502. line-height:90%;
  503.  
  504. margin-left:-40px;
  505.  
  506. }
  507.  
  508.  
  509.  
  510. .note li {
  511.  
  512. list-style-type:none;
  513.  
  514. border-bottom:1px solid {color:border};
  515.  
  516. padding:10px 25px 10px 25px;
  517.  
  518. text-align:left;
  519.  
  520. margin:0px;
  521.  
  522. -moz-transition-duration:0.5s;
  523.  
  524. -webkit-transition-duration:0.5s;
  525.  
  526. -o-transition-duration:0.5s;
  527.  
  528. }
  529.  
  530.  
  531.  
  532. .tags {
  533.  
  534. font-style:normal;
  535.  
  536. width:500px;
  537.  
  538. text-transform:uppercase;
  539.  
  540. font-style:normal;
  541.  
  542. color:{color:tags};
  543.  
  544. letter-spacing:2px;
  545.  
  546. line-height:30%;
  547.  
  548. font-size:8px;
  549.  
  550. text-align:left;
  551.  
  552. padding:2px;
  553.  
  554. -moz-transition-duration:0.5s;
  555.  
  556. -webkit-transition-duration:0.5s;
  557.  
  558. -o-transition-duration:0.5s;
  559.  
  560. }
  561.  
  562.  
  563.  
  564. .tags a {
  565.  
  566. color:{color:tags};
  567.  
  568. letter-spacing:1px;
  569.  
  570. padding:1px;
  571.  
  572. }
  573.  
  574.  
  575.  
  576. .tags a:hover {
  577.  
  578. color:{color:link};
  579.  
  580. }
  581.  
  582.  
  583. ul.chat, .chat ol, .chat li {
  584.  
  585. list-style:none;
  586.  
  587. margin:0px;
  588.  
  589. padding:2px;
  590.  
  591. }
  592.  
  593.  
  594.  
  595. .label {
  596.  
  597. text-decoration:underline;
  598.  
  599. font-weight:300;
  600.  
  601. background-color:{color:infobg};
  602.  
  603. margin-right:5px;
  604.  
  605. }
  606.  
  607.  
  608.  
  609.  
  610. .user_1 .label {color:{color:text}; font-weight:bold}
  611.  
  612. .user_2 .label {color:{color:link}; font-weight:bold}
  613.  
  614. .user_3 .label {color:{color:text}; font-weight:bold}
  615.  
  616. .user_4 .label {color:{color:link}; font-weight:bold}
  617.  
  618. .user_5 .label {color:{color:text}; font-weight:bold}
  619.  
  620. .user_6 .label {color:{color:link}; font-weight:bold}
  621.  
  622. ul.chat, .chat ol, .chat li {list-style:none; padding:2px}
  623.  
  624.  
  625.  
  626. {CustomCSS}</style>
  627. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  628.  
  629. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  630. <!--tutorial by meem.co.vu-->
  631. <script>
  632.  
  633. (function($){
  634.  
  635. $(document).ready(function(){
  636.  
  637. $("a[title]").style_my_tooltips({
  638.  
  639. tip_follows_cursor:true,
  640.  
  641. tip_delay_time:90,
  642.  
  643. tip_fade_speed:600,
  644.  
  645. attribute:"title"
  646.  
  647. });
  648.  
  649. });
  650.  
  651. })(jQuery);
  652.  
  653. </script>
  654. </head><body>
  655.  
  656.  
  657. <div id="sidebar">
  658.  
  659. <div id="title">{title}</div>
  660.  
  661.  
  662. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  663.  
  664. <div id="links">
  665. <a title="{text:linkA}"href="{text:linkA url}">I</a>
  666. <a title="{text:linkB}"href="{text:linkB url}">II</a>
  667. <a title="{text:linkC}"href="{text:linkC url}">III</a>
  668. <a title="{text:linkD}"href="{text:linkD url}">IV</a>
  669. <a title="{text:linkE}"href="{text:linkE url}">V</a>
  670.  
  671. </div>
  672.  
  673.  
  674. <div id="description">{Description}</div>
  675.  
  676.  
  677. <div id="pagination">
  678. {block:Pagination}
  679. <a href="{PreviousPage}">newer</a>
  680. {/block:PreviousPage}
  681. -
  682. {block:NextPage}
  683. <a href="{NextPage}">older</a>
  684. {/block:NextPage}
  685. {/block:Pagination}
  686. </div>
  687.  
  688.  
  689. </div>
  690.  
  691.  
  692.  
  693. <div id="entries">
  694.  
  695.  
  696. {block:Posts}<div id="post"><br><br><br><br><br><br>
  697.  
  698.  
  699.  
  700. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  701.  
  702.  
  703.  
  704. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  705.  
  706.  
  707.  
  708. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  709.  
  710. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  711.  
  712.  
  713.  
  714. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  715.  
  716.  
  717.  
  718. {block:Photoset}<center>{Photoset-500}</center>
  719.  
  720. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  721.  
  722.  
  723.  
  724. {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}
  725.  
  726.  
  727.  
  728. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  729.  
  730.  
  731.  
  732. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  733.  
  734.  
  735. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  736.  
  737. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  738.  
  739. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  740.  
  741. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  742.  
  743. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750. <div id="postinfo">
  751.  
  752. <div id="postline">
  753. ____________________________________________________________________________________________________
  754. </div>
  755. <a href="{Perimalink}"> <a href="{Permalink}">{NoteCount} ♡</a>
  756.  
  757. <div id="sourceinfo">
  758. {block:RebloggedFrom} <a align=right><a href="{ReblogParentURL}">via</a> & {/block:RebloggedFrom}
  759.  
  760. {block:ContentSource}<a href="{SourceURL}"> source <a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}</a>
  761. </div>
  762.  
  763. <div id="tags" st>
  764.  
  765. {block:HasTags}<div id="tags">{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  766.  
  767.  
  768. </div>
  769.  
  770. {/block:Posts}
  771.  
  772. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  773.  
  774.  
  775. {/block:Posts}</div></div></div>
  776.  
  777.  
  778.  
  779.  
  780.  
  781. </div>
  782.  
  783.  
  784.  
  785.  
  786.  
  787. </div>
  788.  
  789. </div>
  790.  
  791. </div>
  792.  
  793.  
  794.  
  795. </body>
  796.  
  797.  
  798.  
  799. <div style="position:fixed; bottom:10px; right:10px; font-size:13px; font-family:Bell MT; font-style:italic;">
  800.  
  801. <a href="http://punkirwins.tumblr.com">pi.</a>
  802.  
  803. </div>
  804.  
  805. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement