Advertisement
royalperrie

theme #013: all of the stars

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