Advertisement
royalperrie

theme #016: innocent

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