Advertisement
dawnsalvatore

Theme #135

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