Advertisement
dawnsalvatore

Theme #110

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