Advertisement
dawnsalvatore

Theme #093

Jul 9th, 2013
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.23 KB | None | 0 0
  1. <!-- theme #093
  2. by dawnsalvatore -->
  3. <html><head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10. <style> .my-like { cursor:pointer; display:inline-block; vertical-align:top; } .my-liked, .my-like:hover { color: red; cursor:pointer; display:inline-block; vertical-align:top; } </style> <script> window.onload = function () { document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' ); document.addEventListener( 'click', function ( event ) { var myLike = event.target; if( myLike.className.indexOf( 'my-like' ) > -1 ) { var frame = document.getElementById( 'my-like-frame' ), liked = ( myLike.className == 'my-liked' ), command = liked ? 'unlike' : 'like', reblog = myLike.getAttribute( 'data-reblog' ), id = myLike.getAttribute( 'data-id' ), oauth = reblog.slice( -8 ); frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id; liked ? myLike.className = 'my-like' : myLike.className = 'my-liked'; }; }, false ); }; </script>
  11. </head>
  12. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  13. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  14. <script>
  15. (function($){
  16. $(document).ready(function(){
  17. $("a[title]").style_my_tooltips({
  18. tip_follows_cursor:true,
  19. tip_delay_time:80,
  20. tip_fade_speed:500,
  21. attribute:"title"});
  22. });
  23. })(jQuery);
  24. </script>
  25. <!-- DEFAULT VARIABLES -->
  26. <meta name="color:Background" content="#ffffff" />
  27. <meta name="color:Border" content="#f5f5f5" />
  28. <meta name="color:Link" content="#bdbbbb" />
  29. <meta name="color:Linkbox" content="#ffffff" />
  30. <meta name="color:Linkhover" content="#333232" />
  31. <meta name="color:Scrollbar" content="#eeecee" />
  32. <meta name="color:Sidebar" content="#f8f7f7" />
  33. <meta name="color:Text" content="#b1b0b0" />
  34. <meta name="color:Title" content="#4d4c4b" />
  35.  
  36. <meta name="image:sidebar" content=""/>
  37. <meta name="image:background" content="" />
  38.  
  39. <meta name="text:Link1" content="" />
  40. <meta name="text:Link1 Title" content="" />
  41. <meta name="text:Link2" content="" />
  42. <meta name="text:Link2 Title" content="" />
  43. <meta name="text:Link3" content="" />
  44. <meta name="text:Link3 Title" content="" />
  45. <meta name="text:Link4" content="" />
  46. <meta name="text:Link4 Title" content="" />
  47.  
  48. <meta name="if:Infinite Scroll" content="1"/>
  49.  
  50. <style type="text/css">
  51.  
  52.  
  53. /* --- SCROLLBAR ---*/
  54. ::-webkit-scrollbar {height: 8px;width: 10px;}
  55. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  56. ::-webkit-scrollbar-track{background-color:{color:background};}
  57.  
  58.  
  59.  
  60. /* --- TOP ---*/
  61. iframe#tumblr_controls { right:3px !important; position: fixed !important; -webkit-transition: opacity 0.8s linear; opacity: 0.9; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;}
  62.  
  63. iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.9s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  64.  
  65.  
  66. /* --- BODY ---*/
  67. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:calibri; font-size:9.5px; line-height:110%;}
  68.  
  69. a {color: {color:link}; text-decoration: none; font-weight: normal; -webkit-transition:all 0.7s ease; -moz-transition:all 0.7s ease; transition:all 0.7s ease;}
  70.  
  71. a:hover {color: {color:linkhover}; text-decoration:none; font-weight:normal; -webkit-animation:lightSpeedOut 2s; -moz-animation:lightSpeedOut 2s; -ms-animation:lightSpeedOut 2s;}
  72.  
  73. img {border:none;}
  74.  
  75. h1{color:{color:title}; font-size:11px; line-height:100%;text-transform:uppercase ;font-family:baskerville;}
  76.  
  77. h2 {color:{color:title}; font-size:12px; text-transform:uppercase; letter-spacing: 1px; padding:4px; line-height:100%; font-family:baskerville;}
  78.  
  79. blockquote {border-left:2px solid {color:border}; padding-left:5px; margin-left:8px}
  80.  
  81. blockquote img, blockquote a img {max-width: 390px}
  82.  
  83. b, strong{color:{color:text};}
  84. i, em {border: none; color:{color:text};}
  85. p{margin-top:3px; margin-bottom:3px}
  86.  
  87. .user_1 .label {color:{color:linkhover}; font-weight:bold}
  88. .user_2 .label {color:{color:text}; font-weight:bold}
  89. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  90.  
  91. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  92.  
  93.  
  94. /* --- POSTS ---*/
  95. #entries{ width:426px; margin-left:200px; margin-top:-18px; border-left:1px solid {color:border}; border-right:1px solid {color:border};}
  96.  
  97. #posts{width:400px; overflow:hidden; padding-bottom:5px;padding:13px}
  98.  
  99.  
  100. /* --- SIDEBAR ---*/
  101. #sbar {width:125px; margin-top:125px; margin-left:775px; position:fixed;}
  102.  
  103. #sidebarimg img {border:3px double {color:border}; width:100px; text-align:center; margin-top:5px ; padding:1px }
  104.  
  105. #title { font-size:11px; font-family:meem32; line-height:110%; margin-top:5px}
  106.  
  107. #description { width:150px; padding:7px; font-size:10px; font-family:georgia; line-height:110%; padding-bottom:5px; margin-top:-108px; margin-left:115px; }
  108.  
  109.  
  110. /* --- LINKS ---*/
  111. #tlinks {padding:5px; text-align: center; display:inline-block; font-size:9px; font-family:calibri; letter-spacing: 1px; position:fixed; overflow: visible; margin-left:-53px }
  112.  
  113. #tlinks a { display:inline-block; text-transform: lowercase; margin-bottom: 0px; text-align: center;padding:4px;}
  114.  
  115. #s-m-t-tooltip {max-width:250px;padding:1px 2px 3px 2px;margin:15px 0px 0px 15px; background-color:{color:background}; border:1px solid {color:border}; font-family:calibri; font-size:8px; letter-spacing:2px;
  116. text-transform:uppercase; color:{color:text}; z-index:999999999999999999999999999999999999;}
  117.  
  118.  
  119. /* --- PAGINATION ---*/
  120. #pagination {margin-top:50px; font-size:9}
  121.  
  122.  
  123. /* --- CREDITS ---*/
  124. #credit {position: fixed; opacity:0.9; font-family:sans-serif; font-size:9px; letter-spacing:0px; text-align:left; bottom:12px; right:15px;}
  125.  
  126.  
  127. /* --- INFO ---*/
  128. #info{font-size:8px; text-transform:none; padding:1px; margin-top:2px ; border-top:2px solid {color:border};}
  129.  
  130. #tags { font-family: cambria; font-size:8px; text-transform:lowercase;opacity:0.9 ; -webkit-transition: all 0.6s linear;-moz-transition: all 0.6s linear;transition: all 0.6s linear; letter-spacing:1px }
  131.  
  132. .notes img{width:15px; position:relative; top:1px; border-radius:60px;}
  133.  
  134. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  135.  
  136. /* --- FONTS ---*/
  137. @font-face { font-family: "meem32"; src: url('http://static.tumblr.com/gyoju49/lqImo9gm1/meem32.ttf'); }
  138.  
  139.  
  140. </style>
  141. <style type="text/css">{CustomCSS}</style>
  142. {block:IfInfiniteScroll} <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  143. {/block:IfInfiniteScroll}
  144. </head>
  145. <body>
  146. <BR>
  147.  
  148.  
  149.  
  150. <div id="sbar">
  151.  
  152. <center><div id="title"><a href="/">{Title}</a></div></center>
  153. <center>
  154. <div id="sidebarimg"><img src="{image:sidebar}"> </div> </center>
  155.  
  156. <div id="description">
  157. {Description} </div>
  158.  
  159. <center> <div id="tlinks">
  160. <a href="/">home</a>
  161. <a href="/ask" >mail</a>
  162. {block:ifLink1}<a href="{text:Link1}"> {text:Link1 Title}</a>{/block:ifLink1} <br>
  163. {block:ifLink2}<a href="{text:Link2}"> {text:Link2 Title}</a>{/block:ifLink2}
  164. {block:ifLink3}<a href="{text:Link3}"> {text:Link3 Title}</a>{/block:ifLink3}
  165. {block:ifLink4}<a href="{text:Link4}"> {text:Link4 Title}</a>{/block:ifLink4}
  166. </div></center>
  167.  
  168.  
  169. <center><div id="pagination">
  170. {block:Pagination}
  171. {block:PreviousPage}
  172. <a href="{PreviousPage}">new</a>
  173. {/block:PreviousPage} -
  174. {block:NextPage}
  175. <a href="{NextPage}">old</a>
  176. {/block:NextPage}
  177. {/block:Pagination}</div></center>
  178.  
  179. </div>
  180. <div id="credit"><a href="http://salvatoreh.tumblr.com/themes">© SALVATOREH</a></div>
  181.  
  182. <div id="entries">
  183. <div class = "autopagerize_page_element" >
  184. {block:Posts}
  185. <div id="posts">
  186.  
  187.  
  188. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  189. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  190. {block:Text}{Body}{/block:Text}
  191.  
  192. {block:Link}<a href="{URL}" class="link" {Target}>{Name}&nbsp</a></h1>
  193. {block:Description}{Description}{/block:Description}{/block:Link}
  194.  
  195. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  196. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  197.  
  198. {block:Chat}<ul class="chat">{block:Title}{Title}{/block:Title} {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  199.  
  200.  
  201. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  202.  
  203.  
  204. <center> {block:Answer}<b>{Asker}</b>: {Question}<br>
  205. {Answer}{/block:answer} </center>
  206.  
  207.  
  208. {block:Audio}
  209. {block:AlbumArt}<img src="{AlbumArtURL}" width="70" height="70">{/block:AlbumArt} <b>Song: </b>{block:TrackName}{TrackName}{/block:TrackName}<br>
  210. <b>Artist: </b>{block:Artist}{Artist}{/block:Artist}<br>
  211. <b>Album: </b>{block:Album}{Album}{/block:Album}<br>
  212. <b>Played: </b>{FormattedPlayCount} times
  213. <br> {AudioPlayerblack}
  214. {block:Caption}
  215. {Caption}
  216. {/block:Caption}
  217. {/block:Audio}
  218.  
  219. <div id="info">
  220. <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo} </a>{/block:Date} · <a href="{Permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblog </a> <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"> ♥ </div>
  221. {block:ContentSource}<a href="{SourceURL}" target="_blank"></a>{/block:ContentSource}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  222. <div id="tags"> {block:HasTags}{block:Tags} <a href="{TagURL}"> #{Tag} </a> {/block:Tags}{/block:HasTags}</div>
  223.  
  224. </div> </div>
  225. </br> </br> {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}</div>
  226.  
  227. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement