Advertisement
dawnsalvatore

Theme #086

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