Advertisement
dawnsalvatore

Theme #155

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