Advertisement
dawnsalvatore

Theme #152

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