Advertisement
dawnsalvatore

Theme #100

Nov 5th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.97 KB | None | 0 0
  1.  
  2.  
  3. <!-- theme #100
  4. by dawnsalvatore -->
  5. <html><head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}
  10. <meta name="description" content="{MetaDescription}" />
  11. {/block:Description}
  12. <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>
  13. </head>
  14. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  15. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  16. <script>
  17. (function($){
  18. $(document).ready(function(){
  19. $("a[title]").style_my_tooltips({
  20. tip_follows_cursor:true,
  21. tip_delay_time:80,
  22. tip_fade_speed:500,
  23. attribute:"title"});
  24. });
  25. })(jQuery);
  26. </script>
  27. <!-- DEFAULT VARIABLES -->
  28. <meta name="color:Background" content="#ffffff" />
  29. <meta name="color:Border" content="#f7f7f7" />
  30. <meta name="color:Link" content="#5d5d5d" />
  31. <meta name="color:Linkhover" content="#333232" />
  32. <meta name="color:Scrollbar" content="#eeecee" />
  33. <meta name="color:Sidebar" content="#f8f7f7" />
  34. <meta name="color:Text" content="#5d5d5d" />
  35. <meta name="color:Title" content="#4d4c4b" />
  36.  
  37. <meta name="image:sidebar" content=""/>
  38. <meta name="image:background" content="" />
  39.  
  40. <meta name="text:Link1" content="" />
  41. <meta name="text:Link1 Title" content="" />
  42. <meta name="text:Link2" content="" />
  43. <meta name="text:Link2 Title" content="" />
  44. <meta name="text:Link3" content="" />
  45. <meta name="text:Link3 Title" content="" />
  46. <meta name="text:Link4" content="" />
  47. <meta name="text:Link4 Title" content="" />
  48.  
  49. <meta name="if:Infinite Scroll" content="1"/>
  50.  
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=Text+Me+One' rel='stylesheet' type='text/css'>
  53.  
  54. <style type="text/css">
  55.  
  56.  
  57. /* --- SCROLLBAR ---*/
  58. ::-webkit-scrollbar {height: 8px;width: 10px;}
  59. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  60. ::-webkit-scrollbar-track{background-color:{color:background};}
  61.  
  62.  
  63.  
  64. /* --- TOP ---*/
  65. 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;}
  66.  
  67. 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;}
  68.  
  69. @font-face{font-family:'jennasue';src:url('http://static.tumblr.com/7qdgtio/7qBm5wm8g/jennasue.ttf');}
  70.  
  71.  
  72. /* --- BODY ---*/
  73. 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}');}
  74.  
  75. 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};}
  76.  
  77. 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};}
  78.  
  79. img {border:none;}
  80.  
  81. h1{font-size:11px; line-height:100%;text-transform:none ;font-family:baskerville; color:{color:title}; }
  82.  
  83. h2 { font-size:12px; text-transform:none; letter-spacing: 1px; padding:4px; line-height:100%; font-family:baskerville; color:{color:title};}
  84.  
  85. blockquote { padding-left:5px; margin-left:8px; border-left:2px solid {color:border};}
  86.  
  87. blockquote img, blockquote a img {max-width: 490px}
  88.  
  89. b, strong{color:{color:text};}
  90. i, em {border: none; color:{color:text};}
  91. p{margin-top:3px; margin-bottom:3px}
  92.  
  93. .user_1 .label {font-weight:bold; color:{color:linkhover}; }
  94. .user_2 .label { font-weight:bold; color:{color:text};}
  95. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  96.  
  97. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  98.  
  99.  
  100. /* --- POSTS ---*/
  101. #entries{ width:425px; margin-left:500px; margin-top:5px ; margin-bottom:5px ; margin-top:140px; }
  102.  
  103. #posts{width:500px; overflow:hidden; padding-bottom:2px;padding:13px }
  104.  
  105. #posts:hover #tags{ opacity:1; -webkit-transition:all 0.7s linear; -moz-transition:all 0.7s linear; transition:all 0.7s linear;}
  106.  
  107.  
  108. /* --- SIDEBAR ---*/
  109. #sbar {width:200px; margin-top:150px; margin-left:225px; position:fixed;}
  110.  
  111. #sbar:hover #title{opacity:1; -webkit-transition:all 0.7s linear; -moz-transition:all 0.7s linear; transition:all 0.7s linear; margin-top:15px;}
  112.  
  113. #sidebarimg img { width:200px; text-align:center; margin-top:2px ; padding:3px }
  114.  
  115. #title { text-align: right; font-family: jennasue; font-size: 18px; margin-top:-15px; 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; opacity:0 }
  116.  
  117. #description { width:185px; padding:2px; font-size:11px; font-family:georgia; line-height:110%; margin-bottom:6px; margin-top:10px; margin-left:15px; text-align: right;}
  118.  
  119. #tbar {width:100%; height:150px; margin-top:-20px; margin-left:-5px; position:fixed; background-color:{color:background};}
  120.  
  121. /* --- LINKS ---*/
  122. #tlinks { width:300px; margin-top:120px; padding:5px; text-align: center; margin-left:610px; display:inline-block; font-size:11px; font-family:cambria; line-spacing:1px; letter-spacing: 1px; position:fixed; overflow: visible; opacity:1 ; -webkit-transition:all 0.7s linear; -moz-transition:all 0.7s linear; transition:all 0.7s linear; text-transform:uppercase}
  123.  
  124. #tlinks a { display:inline-block; text-align: center;padding:4px; line-height:125%; color:{color:links}; }
  125.  
  126. #tlinks a:hover { height:17px; background-color:{color:border}; }
  127.  
  128. #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};}
  129.  
  130.  
  131. /* --- PAGINATION ---*/
  132. #pagination a {font-size:8px;font-family:cambria}
  133.  
  134.  
  135. /* --- CREDITS ---*/
  136. #credit {position: fixed; opacity:1; 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:none; padding:0px; margin-top:0px; text-align: right;}
  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; text-align: right;}
  143.  
  144. #tags a{padding-right:3px}
  145.  
  146. .notes img{width:15px; position:relative; top:3px; border-radius:8px;}
  147.  
  148. ol.notes, .notes li{list-style:decimal inside; margin:0px; padding:1px;}
  149.  
  150.  
  151. </style>
  152. <style type="text/css">{CustomCSS}</style>
  153. {block:IfInfiniteScroll} <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  154. {/block:IfInfiniteScroll}
  155. </head>
  156. <body>
  157. <BR>
  158.  
  159. <div id="tbar"> <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>
  166. </div>
  167.  
  168. <div id="sbar">
  169.  
  170.  
  171. <center>
  172. <div id="sidebarimg"><img src="{image:sidebar}"> </div> </center>
  173. <center><b><div id="title"><a href="/">{Title}</a></div></b></center>
  174.  
  175. <center><div id="description">
  176. {Description} </div> </center>
  177. <center><div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage} -
  178. {block:NextPage}<a href="{NextPage}">old</a>{/block:NextPage}{/block:Pagination}
  179. </div></center></div>
  180.  
  181. <div id="credit"><a href="http://salvatoreh.tumblr.com/themes">© SALVATOREH</a></div>
  182.  
  183. <div id="entries">
  184. <div class = "autopagerize_page_element" >
  185. {block:Posts}
  186. <div id="posts">
  187.  
  188.  
  189. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  190. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  191. {block:Text}{Body}{/block:Text}
  192.  
  193. {block:Link}<a href="{URL}" class="link" {Target}>{Name}&nbsp</a></h1>
  194. {block:Description}{Description}{/block:Description}{/block:Link}
  195.  
  196. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  197. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  198.  
  199. {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}
  200.  
  201.  
  202. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  203.  
  204.  
  205. {block:Answer}<img src="{AskerPortraitURL-24}" align="left" style="border-radius:360px; margin:1px; margin-right:8px" /> <big><b> {Asker}</b></big>: {Question}<br>
  206. {Answer}{/block:answer}
  207.  
  208. {block:Audio}
  209. {block:AlbumArt}<img src="{AlbumArtURL}" width="70" height="70">{/block:AlbumArt} <b>Song: </b>{block:TrackName}{TrackName}{/block:TrackName}<br>
  210. <b>Artist: </b>{block:Artist}{Artist}{/block:Artist}<br>
  211. <b>Album: </b>{block:Album}{Album}{/block:Album}<br>
  212. <b>Played: </b>{FormattedPlayCount} times
  213. <br> {AudioPlayerblack}
  214. {block:Caption}
  215. {Caption}
  216. {/block:Caption}
  217. {/block:Audio}
  218.  
  219. <div id="info">
  220. <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>
  221. {block:ContentSource}<a href="{SourceURL}" target="_blank"></a>{/block:ContentSource}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  222. <div id="tags"> {block:HasTags}{block:Tags} <a href="{TagURL}"> #{Tag} </a> {/block:Tags}{/block:HasTags}</div>
  223.  
  224. </div> </div>
  225. </br> </br> {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}</div>
  226.  
  227. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement