Advertisement
Guest User

el theme

a guest
Jun 25th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.15 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"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>{Title}</title> <link rel="shortcut icon" href="{Favicon}"> <link rel="alternate" type="application/rss+xml" href="{RSS}"> {block:Description} <meta name="description" content="{MetaDescription}" /> {/block:Description}
  2.  
  3. <!-- peony theme #2 by thistlethemes.tumblr.com / raccoonmario.tumblr.com ( do not delete this credit section. if you do i will stop making themes. ) -->
  4.  
  5. <meta name="color:background" content="" /> <meta name="color:border" content="" /> <meta name="color:hover" content="" /> <meta name="color:link" content="" /> <meta name="color:tooltipbg" content="" /> <meta name="color:tooltip" content="" /> <meta name="color:scrollbar" content="" /> <meta name="color:scrollbar2" content="" />
  6.  
  7. <meta name="if:show avatar" content="1" /> <meta name="if:500px" content="" />
  8. <meta name="if:400px" content="" /> <meta name="if:title" content="" /> <meta name="if:description" content="" />
  9.  
  10. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  11.  
  12. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  13.  
  14. <script> (function($){ $(document).ready(function(){ $("a[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:90, tip_fade_speed:600, attribute:"title" }); }); })(jQuery); </script>
  15. <!--basic tooltip from tutorial-baby! Enjoy-->
  16. <style> .tooltip{ display: inline; position: relative; }
  17. #s-m-t-tooltip { max-width:300px; /*how big the tooltip can be at most*/ border-radius: 0px; /*change your border radius*/ padding:3px 4px 5px 4px; /*padding inside tooltip*/ margin:20px 7px -2px 20px; /*distance from word*/
  18. background-color:{color:tooltipbg}; /*background color*/ border:1px solid {color:tooltip}; /*border info*/ font-family:helvetica; /*tooltip font*/
  19. font-size:10px; /*tooltip font size*/ letter-spacing:1px; /*tooltip letter spacing*/ /*makes the tooltip title uppercase*/
  20. color:#000; /*tooltip font color*/ z-index:999999999999999999999999999999999999; } </style>
  21.  
  22. <style type="text/css">
  23.  
  24. ::-webkit-scrollbar{ width: 13px; height: 2px; background:inherit; } ::-webkit-scrollbar-thumb { background-color:{color:scrollbar}; border:6px solid {color:scrollbar2}; } ::-webkit-scrollbar-track {baround:transparent;}
  25.  
  26.  
  27. body { background:{color:background}; margin:0px; padding:0px; }
  28. {
  29. background-image: url(banner.png);
  30. background-repeat: no-repeat;}
  31.  
  32. a { color:{color:link}; text-decoration:none; }
  33.  
  34. a:hover { color:{color:hover}; padding-bottom:2px; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }
  35.  
  36. #container { width:945px; margin:0 auto; }
  37.  
  38. #sidebar { background:{color:side}; float:left; margin-left:115px; margin-top:200px; position:fixed; width:200px; } img { height:auto;padding:10px; width: auto; }
  39.  
  40. #sidebar h1 { margin:0px 0px; }
  41.  
  42. #sidebar #avatar { height:auto; margin-left:-10px; padding:10px; position:relative; width:64px; }
  43.  
  44. #sidebar #avatar img { height:auto; padding:10px; width:80px; }
  45.  
  46. #title { font-family:helvetica; font-size:6px; font-style:none; font-weight:none; margin-top:10px; padding:10px; text-align:left; text-decoration:none; text-transform:lowercase; }
  47.  
  48. .description { font-family:helvetica; font-size:10px; font-style:none; font-weight:normal; letter-spacing:1px; line-height:15px; margin-top:10px; padding:10px; padding-top:5px; text-align:justify; text-decoration:none; text-transform:none; }
  49.  
  50. .links { border-top:1px solid {color:border}; font-family:helvetica; font-size:10px; font-style:none; font-weight:bold; letter-spacing:1px; line-height:17px; margin-top:10px; padding:10px; padding-top:5px; text-align:left; text-decoration:none; text-transform:none; }
  51.  
  52. #content { float:right; margin-bottom:auto; margin-right:75px; margin-top:45px; width:520px; }
  53.  
  54. .post {border-top:0.5px dotted {color:Gray}; background:{color:post}; font-family:helvetica; font-size:10px; font-style:none; font-weight:none; letter-spacing:1px; line-height:15px; margin:0px 0px 45px 0px; padding:10px; text-align:left; text-decoration:none; text-transform:none; {block:if500px}width:500px;{/block:if500px} {block:if400px}width:400px;{/block:if400px} }
  55.  
  56. #albumart
  57. {
  58.  
  59. height: auto;
  60.  
  61. overflow: hidden;
  62. }
  63.  
  64.  
  65. .post img { {block:if500px}width:500px;{/block:if500px} {block:if400px}width:400px;{/block:if400px} }
  66.  
  67. .post .meta { font-family:helvetica; font-size:9px; font-style:normal; font-weight:none; letter-spacing:1px; line-height:17px; padding-bottom:7px; padding-top:7px; position:relative; text-align:left; text-decoration:none; text-transform:none; }
  68.  
  69. #postnotes {}
  70.  
  71. blockquote{ margin:0 0 0px 2px; padding:0 0 0 10px; border-left:solid 0px #cccccc; }
  72.  
  73. blockquote img {}
  74.  
  75. {CustomCSS}
  76.  
  77. </style> </head>
  78.  
  79. <body>
  80.  
  81.  
  82. <div id="container"> <div id="sidebar">
  83.  
  84. {block:ifshowavatar} <div id="avatar"title="{title}"><img src="{PortraitURL-128}" /></a></div> {/block:ifshowavatar}
  85.  
  86.  
  87.  
  88. {block:iftitle} <div id="title"> <h1>{Title}</h1> </div> {/block:iftitle}
  89.  
  90. {block:ifdescription}
  91. {block:Description} <div class="description"> {Description} </div> {/block:Description}
  92. {block:ifdescription}
  93.  
  94. <div class="links"> <a href="/"title="index">refresh</a> <br> <a href="/ask"title="inbox">message</a> <br> <a href="http://fracturedhues.tumblr.com/rules"title="rules">rules</a> <br> <a href="http://fracturedhues.tumblr.com/information"title="Bio">general information</a><br> <a href="http://fracturedhues.tumblr.com/Secret"title="confidential info">rocket verse info</a> <br> <a href="http://fracturedhues.tumblr.com/tags"title="tags">tags</a> <br> <a href="http://www.thistlethemes.tumblr.com"title="theme blog">code</a> <br> {block:PreviousPage}<a href="{PreviousPage}">&#171;</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">&#187;</a>{/block:NextPage} </div>
  95.  
  96. </div>
  97.  
  98. <div id="content"> {block:Posts} <div class="post"> {block:Text} {block:Title}
  99. <h3><a href="{Permalink}">{Title}</a></h3> {/block:Title} {Body} {/block:Text}
  100.  
  101. {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width="100%"/> {block:Caption}
  102. <div class="caption">{Caption}</div>
  103. {/block:Caption} {/block:Photo}
  104.  
  105.  
  106. {block:Photoset} {Photoset-500} {block:Caption} <div class="caption">{Caption}</div> {/block:Caption} {/block:Photoset}
  107.  
  108. {block:Quote} "{Quote}" {block:Source} <div class="source">{Source}</div>
  109. {/block:Source} {/block:Quote}
  110.  
  111. {block:Link} <a href="{URL}" class="link" {Target}>{Name}</a> {block:Description} <div class="description">{Description}</div> {/block:Description} {/block:Link}
  112.  
  113. {block:Chat} {block:Title} <h3><a href="{Permalink}">{Title}</a></h3>
  114. {/block:Title} <ul class="chat"> {block:Lines} <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label} {Line}
  115. </li> {/block:Lines} </ul> {/block:Chat}
  116. <div id="post">
  117. {block:Audio}
  118. {block:Artist}
  119. {Artist}
  120. {/block:Artist} – {block:TrackName}{TrackName}{/block:TrackName}
  121. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  122. {block:AlbumArt}
  123. <img src="" class="cover" width="50%">
  124. {/block:AlbumArt}
  125. <div id="albumart">
  126. {block:AlbumArt}
  127. <img src="{AlbumArtURL}">
  128. {/block:AlbumArt}
  129. </div>
  130.  
  131. </div>
  132. {/block:Audio}
  133.  
  134. {block:Video} {Video-500} {block:Caption} <div class="caption">{Caption}</div>
  135. {/block:Caption} {/block:Video}
  136.  
  137. <div class="meta"> {block:Date}<a href="{Permalink}"title="{Month}"><meta name="if:400px" content="" />{DayOfMonth}</a>{/block:Date} &nbsp;{block:NoteCount}<a href="{Permalink}#postnotes"title="{NoteCount}">{NoteCount}</a>{/block:NoteCount}
  138. <div>{block:Tags}<a href="{TagURL}"> - {Tag}</a>{/block:Tags}
  139. {block:PermalinkPage} {block:PostNotes} <div id="postnotes"> {PostNotes}
  140. {/block:PostNotes} {/block:PermalinkPage} </div>
  141. {/block:Posts}
  142. </div> </body> </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement