Advertisement
dawnsalvatore

Theme #095

Jul 12th, 2013
834
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.69 KB | None | 0 0
  1. <!-- theme #095
  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:Linkbox" content="#ffffff" />
  30. <meta name="color:Linkhover" content="#333232" />
  31. <meta name="color:Scrollbar" content="#eeecee" />
  32. <meta name="color:Sidebar" content="#f8f7f7" />
  33. <meta name="color:Text" content="#b1b0b0" />
  34. <meta name="color:Title" content="#4d4c4b" />
  35.  
  36. <meta name="image:sidebar" content=""/>
  37. <meta name="image:background" content="" />
  38.  
  39. <meta name="text:Link1" content="" />
  40. <meta name="text:Link1 Title" content="" />
  41. <meta name="text:Link2" content="" />
  42. <meta name="text:Link2 Title" content="" />
  43. <meta name="text:Link3" content="" />
  44. <meta name="text:Link3 Title" content="" />
  45. <meta name="text:Link4" content="" />
  46. <meta name="text:Link4 Title" content="" />
  47.  
  48. <meta name="if:Infinite Scroll" content="1"/>
  49.  
  50. <link href='http://fonts.googleapis.com/css?family=Lekton' rel='stylesheet' type='text/css'>
  51.  
  52. <style type="text/css">
  53.  
  54.  
  55. /* --- SCROLLBAR ---*/
  56. ::-webkit-scrollbar {height: 8px;width: 10px;}
  57. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  58. ::-webkit-scrollbar-track{background-color:{color:background};}
  59.  
  60.  
  61.  
  62. /* --- TOP ---*/
  63. 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;}
  64.  
  65. 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;}
  66.  
  67.  
  68. /* --- FONTS ---*/
  69. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
  70. @font-face { font-family: "handy00"; src: url('http://static.tumblr.com/va8axoh/0n6lwmnpk/handy00.ttf'); }
  71. @font-face {font-family:"basket" ;src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');}
  72.  
  73.  
  74. /* --- BODY ---*/
  75. 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}');}
  76.  
  77. 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};}
  78.  
  79. 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};}
  80.  
  81. img {border:none;}
  82.  
  83. h1{font-size:11px; line-height:100%;text-transform:uppercase ;font-family:baskerville; color:{color:title}; }
  84.  
  85. h2 { font-size:12px; text-transform:uppercase; letter-spacing: 1px; padding:4px; line-height:100%; font-family:baskerville; color:{color:title};}
  86.  
  87. blockquote { padding-left:5px; margin-left:8px; border-left:2px solid {color:border};}
  88.  
  89. blockquote img, blockquote a img {max-width: 490px}
  90.  
  91. b, strong{color:{color:text};}
  92. i, em {border: none; color:{color:text};}
  93. p{margin-top:3px; margin-bottom:3px}
  94.  
  95. .user_1 .label {font-weight:bold; color:{color:linkhover}; }
  96. .user_2 .label { font-weight:bold; color:{color:text};}
  97. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  98.  
  99. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  100.  
  101.  
  102. /* --- POSTS ---*/
  103. #entries{ width:525px; margin-left:500px; margin-top:3px;}
  104.  
  105. #posts{width:500px; overflow:hidden; padding-bottom:5px;padding:13px}
  106.  
  107.  
  108. /* --- SIDEBAR ---*/
  109. #sbar {width:165px; margin-top:100px; margin-left:200px; position:fixed;}
  110.  
  111. #sbar:hover #tlinks {margin-top:-235px; opacity:1;-webkit-transition: all 0.6s linear;-moz-transition: all 0.6s linear;transition: all 0.6s linear;}
  112.  
  113. #sidebarimg img { width:150px; text-align:center; margin-top:5px ; padding:3px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; -webkit-transition: all 1s linear;-moz-transition: all 1s linear;transition: all 1s linear; border:3px double {color:border};}
  114.  
  115. #sbar:hover #sidebarimg img { border-bottom-right-radius:0px; border-top-left-radius:0px; -webkit-transition: all 1s linear;-moz-transition: all 1s linear;transition: all 1s linear;}
  116.  
  117. #title { font-family: basket; font-size: 16px; line-height: 2px; width:200px; letter-spacing:1px; z-index:99999999999999; margin-left:-25px ; color:{color:title};}
  118.  
  119. #description { width:150px; padding:7px; font-size:10px; font-family:georgia; line-height:110%; padding-bottom:5px; margin-top:0px; margin-left:0px; }
  120.  
  121.  
  122. /* --- LINKS ---*/
  123. #tlinks { width:150px; margin-top:-265px; 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;}
  124.  
  125. #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%; }
  126.  
  127. #tlinks a:hover {opacity:0.9 ; -webkit-transition: all 0.6s linear;-moz-transition: all 0.6s linear;transition: all 0.6s linear; }
  128.  
  129. #s-m-t-tooltip {max-width:250px;padding:1px 2px 3px 2px;margin:15px 0px 0px 15px; 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};}
  130.  
  131.  
  132. /* --- PAGINATION ---*/
  133. #pagination {margin-top:1px; font-size:8; font-family:consolas;}
  134.  
  135.  
  136. /* --- CREDITS ---*/
  137. #credit {position: fixed; opacity:0.9; font-family:sans-serif; font-size:9px; letter-spacing:0px; text-align:left; bottom:12px; right:15px;}
  138.  
  139.  
  140. /* --- INFO ---*/
  141. #info{font-size:8px; text-transform:none; padding:1px; margin-top:2px; margin-left:350px ; border-top:2px solid {color:border}}
  142.  
  143. #tags { font-family: cambria; font-size:8px; text-transform:lowercase;opacity:0.9 ; -webkit-transition: all 0.6s linear;-moz-transition: all 0.6s linear;transition: all 0.6s linear; letter-spacing:1px }
  144.  
  145. .notes img{width:15px; position:relative; top:3px; border-radius:8px;}
  146.  
  147. ol.notes, .notes li{list-style:decimal inside; margin:0px; padding:1px;}
  148.  
  149.  
  150. </style>
  151. <style type="text/css">{CustomCSS}</style>
  152. {block:IfInfiniteScroll} <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  153. {/block:IfInfiniteScroll}
  154. </head>
  155. <body>
  156. <BR>
  157.  
  158.  
  159.  
  160. <div id="sbar">
  161. <center>
  162. <center><div id="title"><a href="/">{Title}</a></div></center>
  163.  
  164. <div id="sidebarimg"><img src="{image:sidebar}"> </div> </center>
  165. <div id="description">
  166. {Description} </div>
  167.  
  168. <center> <div id="tlinks">
  169. <a title="Home" href="/">1.</a>
  170. <a title="Mail" href="/ask" >2.</a>
  171. {block:ifLink1}<a title="{text:Link1 Title}" href="{text:Link1}">3.</a>{/block:ifLink1}
  172. {block:ifLink2}<a title="{text:Link2 Title}" href="{text:Link2}">4.</a>{/block:ifLink2}
  173. {block:ifLink3}<a title="{text:Link3 Title}" href="{text:Link3}">5.</a>{/block:ifLink3}
  174. {block:ifLink4}<a title="{text:Link4 Title}" href="{text:Link4}">6.</a>{/block:ifLink4}
  175. </div></center>
  176.  
  177.  
  178. <center><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">←</a> &nbsp;{/block:PreviousPage}{block:NextPage}&nbsp;<a href="{NextPage}">→</a>{/block:NextPage}</div></center></div>
  179.  
  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. <center> <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> </center></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