Advertisement
dawnsalvatore

Theme #107

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