Advertisement
dawnsalvatore

Theme #090

Jul 7th, 2013
1,750
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.88 KB | None | 0 0
  1. <!-- theme #090
  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: 490px}
  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:500px; margin-left:475px; margin-top:10px; }
  96.  
  97. #posts{ border:1px solid {color:border}; width:500px; overflow:hidden; padding-bottom:5px; padding:10px }
  98.  
  99.  
  100. /* --- SIDEBAR ---*/
  101. #sbar {width:225px; height: 700px ;margin-top:-20px; margin-left:125px; position:fixed; background-color:{color:sidebar};}
  102.  
  103. #sidebarimg img {width:150px; text-align:center; margin-top:5px }
  104.  
  105. #title { font-size:13px; font-family:meem32; line-height:110%; margin-top:100px}
  106.  
  107. #description { width:150px; padding:3px; font-size:10px; font-family:georgia; line-height:110%; padding-bottom:0px; margin-top:5px}
  108.  
  109.  
  110. /* --- LINKS ---*/
  111. #tlinks {margin-top:0px; padding:5px; text-align: center; margin-left:19px; display:block; font-size:9.5px; font-family:calibri; letter-spacing: 1px; position:fixed; overflow: visible; opacity: 1; -webkit-transition: all 0.6s linear;-moz-transition: all 0.6s linear;transition: all 0.6s linear;}
  112.  
  113. #tlinks a { width:170px; height:8px ; display:block; text-transform: lowercase; margin-bottom: 4px; text-align: center;padding:5px; background-color:{color:background}; line-height:75%; }
  114.  
  115. #tlinks a:hover {opacity:0.3}
  116.  
  117. #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;
  118. text-transform:uppercase; color:{color:text}; z-index:999999999999999999999999999999999999;}
  119.  
  120.  
  121. /* --- PAGINATION ---*/
  122. #pagination {margin-top:145px}
  123. #pagination a {
  124. margin: 0 1px 0 0;
  125. padding: 1px 5px;
  126. color: {color:link};
  127. background: {color:background};
  128. text-decoration: none;
  129. font-size:8px}
  130. #pagination a:hover {
  131. background: {color:background};
  132. border: none; font-size:8px;}
  133. #pagination span.pagination_a {
  134. background: {color:background};
  135. margin: 0 1px 0 0;
  136. padding: 1px 5px;
  137. color: {color:link};
  138. text-decoration: none; font-size:8px}
  139. #pagination span.info {
  140. background: {color:background};
  141. margin: 0 1px 0 0;
  142. padding: 1px 5px;
  143. color: {color:font};
  144. text-decoration: none; font-size:8px}
  145.  
  146.  
  147. /* --- CREDITS ---*/
  148. #credit {position: fixed; opacity:0.7; font-family:sans-serif; font-size:9px; letter-spacing:0px; text-align:left; bottom:12px; right:15px;}
  149.  
  150.  
  151. /* --- INFO ---*/
  152. #info{font-size:8px; text-transform:none; padding:1px; margin-top:2px ; }
  153.  
  154. #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 }
  155.  
  156. .notes img{width:15px; position:relative; top:1px; border-radius:60px;}
  157.  
  158. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  159.  
  160.  
  161.  
  162. @font-face { font-family: "meem32"; src: url('http://static.tumblr.com/gyoju49/lqImo9gm1/meem32.ttf'); }
  163.  
  164. </style>
  165. <style type="text/css">{CustomCSS}</style>
  166. {block:IfInfiniteScroll} <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  167. {/block:IfInfiniteScroll}
  168. </head>
  169. <body>
  170. <BR>
  171.  
  172.  
  173.  
  174. <div id="sbar">
  175.  
  176. <center><div id="title"><a href="/">{Title}</a></div></center>
  177. <center>
  178. <div id="sidebarimg"><img src="{image:sidebar}"> </div> </center>
  179.  
  180. <center> <div id="description">
  181. {Description} </div></center>
  182. <br>
  183. <center> <div id="tlinks">
  184. <a href="/">home</a>
  185. <a href="/ask" >mail</a>
  186. {block:ifLink1}<a href="{text:Link1}"> {text:Link1 Title}</a>{/block:ifLink1}
  187. {block:ifLink2}<a href="{text:Link2}"> {text:Link2 Title}</a>{/block:ifLink2}
  188. {block:ifLink3}<a href="{text:Link3}"> {text:Link3 Title}</a>{/block:ifLink3}
  189. {block:ifLink4}<a href="{text:Link4}"> {text:Link4 Title}</a>{/block:ifLink4}
  190. </div></center>
  191.  
  192.  
  193. <center><div id="pagination">
  194. {block:JumpPagination length="3"}
  195. {block:CurrentPage}<span class="pagination_a">{PageNumber}</span>{/block:CurrentPage}
  196. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  197. {/block:JumpPagination}
  198.  
  199. </div> </center>
  200.  
  201. </div>
  202. <div id="credit"><a href="http://salvatoreh.tumblr.com/themes">© SALVATOREH</a></div>
  203.  
  204. <div id="entries">
  205. <div class = "autopagerize_page_element" >
  206. {block:Posts}
  207. <div id="posts">
  208.  
  209.  
  210. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  211. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  212. {block:Text}{Body}{/block:Text}
  213.  
  214. {block:Link}<a href="{URL}" class="link" {Target}>{Name}&nbsp</a></h1>
  215. {block:Description}{Description}{/block:Description}{/block:Link}
  216.  
  217. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  218. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  219.  
  220. {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}
  221.  
  222.  
  223. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  224.  
  225.  
  226. <center> {block:Answer}<b>{Asker}</b>: {Question}<br>
  227. {Answer}{/block:answer} </center>
  228.  
  229.  
  230. {block:Audio}
  231. {block:AlbumArt}<img src="{AlbumArtURL}" width="70" height="70">{/block:AlbumArt} <b>Song: </b>{block:TrackName}{TrackName}{/block:TrackName}<br>
  232. <b>Artist: </b>{block:Artist}{Artist}{/block:Artist}<br>
  233. <b>Album: </b>{block:Album}{Album}{/block:Album}<br>
  234. <b>Played: </b>{FormattedPlayCount} times
  235. <br> {AudioPlayerblack}
  236. {block:Caption}
  237. {Caption}
  238. {/block:Caption}
  239. {/block:Audio}
  240.  
  241. <div id="info">
  242. <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>
  243. {block:ContentSource}<a href="{SourceURL}" target="_blank"></a>{/block:ContentSource}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  244. <div id="tags"> {block:HasTags}{block:Tags} <a href="{TagURL}"> #{Tag} </a> {/block:Tags}{/block:HasTags}</div>
  245.  
  246. </div> </div>
  247. </br> </br> {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}</div>
  248.  
  249. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement