Advertisement
dawnsalvatore

Theme #085

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