Advertisement
royalperrie

theme #023: kids in the dark

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