Advertisement
dawnsalvatore

Theme #150

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