Advertisement
dawnsalvatore

Theme #147

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