Advertisement
dawnsalvatore

Theme #098

Jul 12th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.13 KB | None | 0 0
  1. <!-- theme #098
  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:Linkhover" content="#333232" />
  30. <meta name="color:Scrollbar" content="#eeecee" />
  31. <meta name="color:Sidebar" content="#f8f7f7" />
  32. <meta name="color:Text" content="#b1b0b0" />
  33. <meta name="color:Title" content="#4d4c4b" />
  34.  
  35. <meta name="image:sidebar" content=""/>
  36. <meta name="image:background" content="" />
  37.  
  38. <meta name="text:Link1" content="" />
  39. <meta name="text:Link1 Title" content="" />
  40. <meta name="text:Link2" content="" />
  41. <meta name="text:Link2 Title" content="" />
  42. <meta name="text:Link3" content="" />
  43. <meta name="text:Link3 Title" content="" />
  44.  
  45. <meta name="if:Infinite Scroll" content="1"/>
  46.  
  47.  
  48. <link href='http://fonts.googleapis.com/css?family=Text+Me+One' rel='stylesheet' type='text/css'>
  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. @font-face{font-family:'jennasue';src:url('http://static.tumblr.com/7qdgtio/7qBm5wm8g/jennasue.ttf');}
  66.  
  67.  
  68. /* --- BODY ---*/
  69. body { background-attachment:fixed; font-family:calibri; font-size:9.5px; line-height:110%;color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}');}
  70.  
  71. a { text-decoration: none; font-weight: normal; -webkit-transition:all 0.7s linear; -moz-transition:all 0.7s linear; transition:all 0.7s linear; color: {color:link};}
  72.  
  73. a:hover { text-decoration:none; font-weight:normal; -webkit-animation:all 2s linear; -moz-animation:all 2s linear; -ms-animation:all 2s linear; color: {color:linkhover};}
  74.  
  75. img {border:none;}
  76.  
  77. h1{font-size:11px; line-height:100%;text-transform:uppercase ;font-family:baskerville; color:{color:title}; }
  78.  
  79. h2 { font-size:12px; text-transform:uppercase; letter-spacing: 1px; padding:4px; line-height:100%; font-family:baskerville; color:{color:title};}
  80.  
  81. blockquote { padding-left:5px; margin-left:8px; border-left:2px solid {color:border};}
  82.  
  83. blockquote img, blockquote a img {max-width: 490px}
  84.  
  85. b, strong{color:{color:text};}
  86. i, em {border: none; color:{color:text};}
  87. p{margin-top:3px; margin-bottom:3px}
  88.  
  89. .user_1 .label {font-weight:bold; color:{color:linkhover}; }
  90. .user_2 .label { font-weight:bold; color:{color:text};}
  91. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  92.  
  93. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  94.  
  95.  
  96. /* --- POSTS ---*/
  97. #entries{ width:525px; margin-left:475px; margin-top:7.5px;}
  98.  
  99. #posts{width:500px; overflow:hidden; padding-bottom:2px;padding:13px ; }
  100.  
  101. #posts:hover #tags{ opacity:1; -webkit-transition:all 0.7s linear; -moz-transition:all 0.7s linear; transition:all 0.7s linear;}
  102.  
  103.  
  104. /* --- SIDEBAR ---*/
  105. #sbar {width:200px; margin-top:125px; margin-left:150px; position:fixed;}
  106.  
  107. #sbar:hover #description{opacity:1; -webkit-transition:all 0.7s linear; -moz-transition:all 0.7s linear; transition:all 0.7s linear;}
  108. #sbar:hover #title{opacity:0; -webkit-transition:all 0.7s linear; -moz-transition:all 0.7s linear; transition:all 0.7s linear;}
  109.  
  110. #sbar:hover #tlinks{opacity:1; -webkit-transition:all 0.7s linear; -moz-transition:all 0.7s linear; transition:all 0.7s linear;}
  111.  
  112. #sidebarimg img { width:200px; text-align:center; margin-top:2px ; padding:3px; border:1px solid {color:border} }
  113.  
  114. #title { font-family: jennasue; font-size: 29px;margin:1px; padding:1px; max-width:210px; letter-spacing:1px; z-index:99999999999999; -webkit-transition:all 0.7s linear; -moz-transition:all 0.7s linear; transition:all 0.7s linear; }
  115.  
  116. #description { width:200px; padding:2px; padding-left:5px; font-size:10px; font-family:georgia; line-height:110%; margin-bottom:6px; margin-top:8px; margin-left:0px;opacity:0.4 ; -webkit-transition:all 0.7s linear; -moz-transition:all 0.7s linear; transition:all 0.7s linear; }
  117.  
  118.  
  119. /* --- LINKS ---*/
  120. #tlinks { width:210px; margin-top:-20px; padding:5px; text-align: center; margin-left:-105px; display:inline-block; font-size:11px; font-family:cambria; line-spacing:1px; letter-spacing: 1px; position:fixed; overflow: visible; opacity:0 ; -webkit-transition:all 0.7s linear; -moz-transition:all 0.7s linear; transition:all 0.7s linear; text-transform:uppercase}
  121.  
  122. #tlinks a { display:inline-block; text-align: center;padding:1px; line-height:125%; color:{color:links}; }
  123.  
  124. #s-m-t-tooltip {max-width:250px;padding:1px 2px 3px 2px;margin:0px 0px 0px -40px; font-family:calibri; font-size:8px; letter-spacing:2px; text-transform:uppercase; z-index:999999999999999999999999999999999999; background-color:{color:background}; border:1px solid {color:border}; color:{color:text};}
  125.  
  126.  
  127. /* --- PAGINATION ---*/
  128. #pagination a {font-size:8px;font-family:cambria}
  129.  
  130.  
  131. /* --- CREDITS ---*/
  132. #credit {position: fixed; opacity:1; font-family:sans-serif; font-size:9px; letter-spacing:0px; text-align:left; bottom:12px; right:15px;}
  133.  
  134.  
  135. /* --- INFO ---*/
  136. #info{font-size:8px; text-transform:none; padding:1px; margin-top:0px; border-top:1px solid {color:border}}
  137.  
  138. #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;}
  139.  
  140. #tags a{padding-right:3px}
  141.  
  142. .notes img{width:15px; position:relative; top:3px; border-radius:8px;}
  143.  
  144. ol.notes, .notes li{list-style:decimal inside; margin:0px; padding:1px;}
  145.  
  146.  
  147. </style>
  148. <style type="text/css">{CustomCSS}</style>
  149. {block:IfInfiniteScroll} <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  150. {/block:IfInfiniteScroll}
  151. </head>
  152. <body>
  153. <BR>
  154.  
  155.  
  156.  
  157. <div id="sbar">
  158. <center><b><div id="title"><a href="/">{Title}</a></div></b></center>
  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}
  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. </div></center>
  166. <center>
  167. <div id="sidebarimg"><img src="{image:sidebar}"> </div> </center>
  168.  
  169.  
  170. <center><div id="description">
  171. {Description} </div> </center>
  172. <center><div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage} -
  173. {block:NextPage}<a href="{NextPage}">old</a>{/block:NextPage}{/block:Pagination}
  174. </div></center></div>
  175.  
  176. <div id="credit"><a href="http://salvatoreh.tumblr.com/themes">© SALVATOREH</a></div>
  177.  
  178. <div id="entries">
  179. <div class = "autopagerize_page_element" >
  180. {block:Posts}
  181. <div id="posts">
  182.  
  183.  
  184. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  185. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  186. {block:Text}{Body}{/block:Text}
  187.  
  188. {block:Link}<a href="{URL}" class="link" {Target}>{Name}&nbsp</a></h1>
  189. {block:Description}{Description}{/block:Description}{/block:Link}
  190.  
  191. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  192. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  193.  
  194. {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}
  195.  
  196.  
  197. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  198.  
  199.  
  200. {block:Answer}<img src="{AskerPortraitURL-24}" align="left" style="border-radius:360px; margin:1px; margin-right:8px" /> <big><b> {Asker}</b></big>: {Question}<br>
  201. {Answer}{/block:answer}
  202.  
  203. {block:Audio}
  204. {block:AlbumArt}<img src="{AlbumArtURL}" width="70" height="70">{/block:AlbumArt} <b>Song: </b>{block:TrackName}{TrackName}{/block:TrackName}<br>
  205. <b>Artist: </b>{block:Artist}{Artist}{/block:Artist}<br>
  206. <b>Album: </b>{block:Album}{Album}{/block:Album}<br>
  207. <b>Played: </b>{FormattedPlayCount} times
  208. <br> {AudioPlayerblack}
  209. {block:Caption}
  210. {Caption}
  211. {/block:Caption}
  212. {/block:Audio}
  213.  
  214. <center> <div id="info">
  215. <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>
  216. {block:ContentSource}<a href="{SourceURL}" target="_blank"></a>{/block:ContentSource}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  217. <div id="tags"> {block:HasTags}{block:Tags} <a href="{TagURL}"> #{Tag} </a> {/block:Tags}{/block:HasTags}</div>
  218.  
  219. </div> </center></div>
  220. </br> </br> {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}</div>
  221.  
  222. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement