Advertisement
dawnsalvatore

Theme #109

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