Advertisement
dawnsalvatore

Theme #104

Nov 15th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.26 KB | None | 0 0
  1. <!-- theme #104
  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" /> <meta name="color:Link" content="#bdbbbb" />
  28. <meta name="color:Linkhover" content="#333232" /> <meta name="color:Scrollbar" content="#eeecee" />
  29. <meta name="color:Text" content="#b1b0b0" />
  30. <meta name="color:Title" content="#4d4c4b" />
  31. <meta name="color:Bold" content="#4d4c4b" />
  32. <meta name="color:Italic" content="#4d4c4b" />
  33.  
  34. <meta name="image:sidebar" content=""/>
  35. <meta name="image:background" content="" />
  36.  
  37. <meta name="text:Link1" content="" />
  38. <meta name="text:Link1 Title" content="" />
  39. <meta name="text:Link2" content="" />
  40. <meta name="text:Link2 Title" content="" />
  41. <meta name="text:Link3" content="" />
  42. <meta name="text:Link3 Title" content="" /> <meta name="text:Link4" content="" />
  43. <meta name="text:Link4 Title" content="" />
  44.  
  45. <meta name="if:Infinite Scroll" content="1"/>
  46. <meta name="if:500pxPosts" content="1">
  47. <meta name="if:400pxPosts" content="">
  48.  
  49.  
  50.  
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  53.  
  54. <link href='http://fonts.googleapis.com/css?family=Volkhov:400,400italic' rel='stylesheet' type='text/css'>
  55.  
  56. <style type="text/css">
  57.  
  58.  
  59. /* --- SCROLLBAR ---*/
  60. ::-webkit-scrollbar {height: 8px;width: 10px;}
  61. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  62. ::-webkit-scrollbar-track{background-color:{color:background};}
  63.  
  64.  
  65.  
  66. /* --- TOP ---*/
  67. 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;}
  68.  
  69. 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;}
  70.  
  71.  
  72.  
  73. /* --- BODY ---*/
  74. body { background-attachment:fixed; font-family:cambria; font-size:10px; line-height:100%;color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}');}
  75.  
  76. 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};}
  77.  
  78. 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};}
  79.  
  80. img {border:none;}
  81.  
  82. h1{font-size:12px; line-height:100%;text-transform:uppercase ;font-family:calibri; color:{color:title}; }
  83.  
  84. h2 { font-size:13px; padding:3px; line-height:100%; font-family:calibri; color:{color:title};}
  85.  
  86. blockquote { padding-left:5px; margin-left:8px; border-left:2px solid {color:border};}
  87.  
  88. blockquote img, blockquote a img {{block:If500pxPosts}
  89. {block:IfNot400pxPosts}
  90. max-width:490px;
  91. {/block:IfNot400pxPosts}
  92. {/block:If500pxPosts}
  93. {block:IfNot500pxPosts}
  94. {block:If400pxPosts}
  95. max-width:390px;
  96. {/block:If400pxPosts}
  97. {/block:IfNot500pxPosts}
  98. {block:IfNot500pxPosts}
  99. {block:IfNot400pxPosts}
  100. max-width:240px;
  101. {/block:IfNot400pxPosts}
  102. {/block:IfNot500pxPosts} }
  103.  
  104. b, strong{color:{color:bold};}
  105. i, em {border: none; color:{color:italic};}
  106. p{margin-top:2px; margin-bottom:2px}
  107.  
  108. .user_1 .label {font-weight:bold; color:{color:linkhover}; }
  109. .user_2 .label { font-weight:bold; color:{color:text};}
  110. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  111.  
  112. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  113.  
  114.  
  115. /* --- POSTS ---*/
  116. #entries{ margin-top:15px; margin-left:500px;
  117. {block:If500pxPosts}
  118. {block:IfNot400pxPosts}
  119. width:500px;
  120. {/block:IfNot400pxPosts}
  121. {/block:If500pxPosts}
  122. {block:IfNot500pxPosts}
  123. {block:If400pxPosts}
  124. width:400px;
  125. {/block:If400pxPosts}
  126. {/block:IfNot500pxPosts}
  127. {block:IfNot500pxPosts}
  128. {block:IfNot400pxPosts}
  129. width:250px;
  130. {/block:IfNot400pxPosts}
  131. {/block:IfNot500pxPosts}}
  132.  
  133. #posts{ padding-bottom:4px;padding:13px ; {block:If500pxPosts}
  134. {block:IfNot400pxPosts}
  135. width:500px;
  136. {/block:IfNot400pxPosts}
  137. {/block:If500pxPosts}
  138. {block:IfNot500pxPosts}
  139. {block:If400pxPosts}
  140. width:400px;
  141. {/block:If400pxPosts}
  142. {/block:IfNot500pxPosts}
  143. {block:IfNot500pxPosts}
  144. {block:IfNot400pxPosts}
  145. width:250px;
  146. {/block:IfNot400pxPosts}
  147. {/block:IfNot500pxPosts}}}
  148.  
  149. #posts:hover #tags{ opacity:1; -webkit-transition:all 0.7s linear; -moz-transition:all 0.7s linear; transition:all 0.7s linear;}
  150.  
  151.  
  152. /* --- SIDEBAR ---*/
  153. #sbar {width:200px; margin-top:125px; margin-left:125px; position:fixed; }
  154.  
  155. #description {z-index:99999; background-color:white; line-height:125%; margin-left:13px; width:170px; padding-top:5px; padding-bottom:5px; padding-left:3px; padding-right:2px; font-size:12px; font-family:calibri; text-align: center; opacity:0 ; -webkit-transition:all 0.8s linear; -moz-transition:all 0.8s linear; transition:all 0.8s linear; position:fixed; }
  156.  
  157. #description:first-letter { z-index:99999;float:left; padding:6px; font-style:italic; font-size:16px; border:1px solid {color:border}; font-family: 'Volkhov', serif; margin-right:5px; margin-top:4px; z-index:9999; -webkit-transition:all 0.8s linear; -moz-transition:all 0.8s linear; transition:all 0.8s linear;}
  158.  
  159. #sbar:hover #description {z-index:99999; opacity:1 ; -webkit-transition:all 0.8s linear; -moz-transition:all 0.8s linear; transition:all 0.8s linear; background-color:white}
  160.  
  161. #sidebarimg img {z-index:1; width:175px; padding:5px; -webkit-transition:all 0.8s linear; -moz-transition:all 0.8s linear; transition:all 0.8s linear; border:3px double {color:border};margin-top:-4%; }
  162.  
  163. #title {margin-left:20px; margin-top:0px; font-family: Allura; font-size: 28px; padding:2px; max-width:150px; letter-spacing:1px; color:{color:title}; text-align: right; opacity:1 ; -webkit-transition:all 0.8s linear; -moz-transition:all 0.8s linear; transition:all 0.8s linear;}
  164.  
  165.  
  166.  
  167.  
  168. /* --- LINKS ---*/
  169. #tlinks { width:150px; margin-top:-140px; padding:5px; text-align: center; margin-left:-165px; display:block; font-size:10px; font-family:cambria; line-spacing:1px; letter-spacing: 1px; position:fixed; overflow: visible;text-transform:uppercase; }
  170.  
  171. #tlinks a { display:block; text-align: center;padding:2px; line-height:125%; color:{color:links}; text-align: right;}
  172.  
  173. #tlinks a:hover {margin-left:5px;}
  174.  
  175. #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};}
  176.  
  177.  
  178. /* --- PAGINATION ---*/
  179. #pagination a {font-size:8px;font-family:cambria; padding:1px; text-align:right; margin-top:10px; padding-left:3px;}
  180.  
  181.  
  182. /* --- CREDITS ---*/
  183. #credit {position: fixed; opacity:1; font-family:sans-serif; font-size:9px; letter-spacing:0px; text-align:left; bottom:12px; right:15px;}
  184.  
  185.  
  186. /* --- INFO ---*/
  187. #info{font-size:9px; text-transform:lowercase; padding:2px; font-family:'georgia'; font-style:italic; text-align:right; }
  188.  
  189. #tags { font-family: cambria; font-size:9px; text-transform:lowercase; text-align:right; margin-top:2px; }
  190.  
  191. #tags a{padding-right:3px}
  192.  
  193. .notes img{width:15px; position:relative; top:3px; border-radius:8px;}
  194.  
  195. ol.notes, .notes li{list-style:none; margin:0px; padding:1px;}
  196.  
  197.  
  198. </style>
  199. <style type="text/css">{CustomCSS}</style>
  200. {block:IfInfiniteScroll} <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  201. {/block:IfInfiniteScroll}
  202. </head>
  203. <body>
  204. <BR>
  205.  
  206.  
  207.  
  208. <div id="sbar">
  209.  
  210. <div id="description">
  211. {Description} </div>
  212.  
  213. <center>
  214. <div id="sidebarimg"><img src="{image:sidebar}"> </div> </center>
  215. <div id="title">{Title}</div>
  216. <div id="tlinks">
  217. <a href="/">home</a>
  218. <a href="/ask" >mail</a>
  219. {block:ifLink1}<a href="{text:Link1}"> {text:Link1 Title}</a>{/block:ifLink1}
  220. {block:ifLink2}<a href="{text:Link2}"> {text:Link2 Title}</a>{/block:ifLink2}
  221. {block:ifLink3}<a href="{text:Link3}"> {text:Link3 Title}</a>{/block:ifLink3}
  222. {block:ifLink4}<a href="{text:Link4}"> {text:Link4 Title}</a>{/block:ifLink4}
  223. </div>
  224.  
  225.  
  226. <br>
  227. <center><div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">PREV</a>{/block:PreviousPage}
  228. {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}{/block:Pagination}
  229. </div></center></div>
  230.  
  231. <div id="credit"><a href="http://salvatoreh.tumblr.com/tagged/theme">© SALVATOREH</a></div>
  232.  
  233. <div id="entries">
  234. <div class = "autopagerize_page_element" >
  235. {block:Posts}
  236. <div id="posts">
  237.  
  238.  
  239. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  240. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  241. {block:Text}{Body}{/block:Text}
  242.  
  243. {block:Link}<a href="{URL}" class="link" {Target}>{Name}&nbsp</a></h1>
  244. {block:Description}{Description}{/block:Description}{/block:Link}
  245.  
  246. {block:Photo}<center>{LinkOpenTag}
  247. {block:If500pxPosts}
  248. {block:IfNot400pxPosts}
  249. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  250. {/block:IfNot400pxPosts}
  251. {/block:If500pxPosts}
  252.  
  253.  
  254. {block:IfNot500pxPosts}
  255. {block:If400pxPosts}
  256. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  257. {/block:If400pxPosts}
  258. {/block:IfNot500pxPosts}
  259.  
  260. {block:IfNot500pxPosts}
  261. {block:IfNot400pxPosts}
  262. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  263. {/block:IfNot400pxPosts}
  264. {/block:IfNot500pxPosts}
  265.  
  266.  
  267. {LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  268. {block:Photoset}{block:If500pxPosts}
  269. {block:IfNot400pxPosts}
  270. {Photoset-500}
  271. {/block:IfNot400pxPosts}
  272. {/block:If500pxPosts}
  273.  
  274.  
  275. {block:IfNot500pxPosts}
  276. {block:If400pxPosts}
  277. {Photoset-400}
  278. {/block:If400pxPosts}
  279. {/block:IfNot500pxPosts}
  280.  
  281. {block:IfNot500pxPosts}
  282. {block:IfNot400pxPosts}
  283. {Photoset-250}
  284. {/block:IfNot400pxPosts}
  285. {/block:IfNot500pxPosts}
  286. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  287.  
  288. {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}
  289.  
  290.  
  291. {block:Video}{block:If500pxPosts}
  292. {block:IfNot400pxPosts}
  293. {Video-500}
  294. {/block:IfNot400pxPosts}
  295. {/block:If500pxPosts}
  296.  
  297. {block:IfNot500pxPosts}
  298. {block:If400pxPosts}
  299. {Video-400}
  300. {/block:If400pxPosts}
  301. {/block:IfNot500pxPosts}
  302.  
  303.  
  304. {block:IfNot500pxPosts}
  305. {block:IfNot400pxPosts}
  306. {Video-250}
  307. {/block:IfNot400pxPosts}
  308. {/block:IfNot500pxPosts}
  309. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  310.  
  311.  
  312. {block:Answer}<img src="{AskerPortraitURL-30}" align="left" style="border-radius:360px; margin:2px; margin-right:8px" /><br> <big><b> {Asker}</b></big>: {Question}<br>
  313. {Answer}{/block:answer}
  314.  
  315. {block:Audio}
  316. {block:AlbumArt}<img src="{AlbumArtURL}" width="70" height="70">{/block:AlbumArt} <b>Song: </b>{block:TrackName}{TrackName}{/block:TrackName}<br>
  317. <b>Artist: </b>{block:Artist}{Artist}{/block:Artist}<br>
  318. <b>Album: </b>{block:Album}{Album}{/block:Album}<br>
  319. <b>Played: </b>{FormattedPlayCount} times
  320. <br> {AudioPlayerblack}
  321. {block:Caption}
  322. {Caption}
  323. {/block:Caption}
  324. {/block:Audio}
  325.  
  326. <center> <div id="info">
  327. {block:Date}{TimeAgo} {/block:Date} | <a href="{Permalink}">{NoteCountWithLabel}</a>
  328. {block:ContentSource}<a href="{SourceURL}" target="_blank"></a>{/block:ContentSource}{block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  329. <div id="tags"> {block:HasTags}{block:Tags} <a href="{TagURL}"> #{Tag} </a> {/block:Tags}{/block:HasTags}</div>
  330.  
  331. </div> </center></div>
  332. </br> </br> {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:Posts}</div>
  333.  
  334. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement