Advertisement
dawnsalvatore

Theme #089

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